1. Design TCP iterative Client and server application to reverse the given input sentence
2. Design TCP client and server application to transfer file
3. Design a TCP concurrent server to convert a given text into upper case using multiplexing system call “select”
4. TCP concurrent server to echo given set of sentences using poll function
5. Program to create TCP sockets for sending and receiving data
6. Program to implement a chat server using TCP/IP protocol
7. Implementing Day Time server utility using Stream socket .
The Client application first establishes a connection with the server using TCP
socket. When server accepts the connection ,it returns the current date and time
to the client.
8. Design a RPC application to add and subtract a given pair of integers
9. To write a program for Remote Procedure Call to pass messages.
10. To write a program for Signal Handling and Handling Zombie.
11. To develop a Client that contacts a given DNS Server to resolve a given host name.
12. Multitasking for each client connection request, a new process is created to handle the communication
13. Multitasking –Constrained echo using stream socket
14. Design a RPC application to calculate SI