- Study of necessary header files with respect to socket programming.
- Study of Basic Functions of Socket Programming.
- Simple TCP/IP Client Server Communication.
- UDP Echo Client Server Communication.
- Concurrent TCP/IP Day-Time Server.
- Half Duplex Chat Using TCP/IP.
- Full Duplex Chat Using TCP/IP.
- Implementation of File Transfer Protocol.
- Remote Command Execution Using UDP.
- Arp Implementation Using UDP.
- Test using
./server
in a terminal separately and./client
in a different terminal.