Computer Network Lab Manual / Concurrent Connection Oriented service in Computer Networks

Program Name

Write a C Program for Concurrent Connection Oriented service 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 the string:
hello

Output:
String received from the server:hello


Home     Back