Computer Network Lab Manual / Iterative Connection less Server in Computer Networks

Program Name

Write a C Program for Iterative Connection less Server in Computer Networks.
Theory

Server	Compiling	cc s.c -o sobj
Server  Running	    ./ sobj &
Client	Compiling	cc c.c
Client	Running	./a.out
Program Code


Input:
enter a message: globe
hello
Output:
Date and Time is Mon Mar 02 12:09:53


Home     Back