0% found this document useful (0 votes)
25 views

Sakthi Mariamman Engineering College Thandalam, Chennai - 602 105. 600460-Network Programming Lab

This document outlines experiments for a network programming lab at Sakthi Mariamman Engineering College in Chennai, India. The experiments cover topics such as process creation with fork(), TCP and UDP socket programming for client-server communication, message passing with sockets, simulation of sliding window protocol and routing protocols, remote procedure call, domain name system, hypertext transfer protocol, and thread creation. The goal of the experiments is to provide hands-on experience with fundamental network programming concepts.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

Sakthi Mariamman Engineering College Thandalam, Chennai - 602 105. 600460-Network Programming Lab

This document outlines experiments for a network programming lab at Sakthi Mariamman Engineering College in Chennai, India. The experiments cover topics such as process creation with fork(), TCP and UDP socket programming for client-server communication, message passing with sockets, simulation of sliding window protocol and routing protocols, remote procedure call, domain name system, hypertext transfer protocol, and thread creation. The goal of the experiments is to provide hands-on experience with fundamental network programming concepts.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

SAKTHI MARIAMMAN ENGINEERING COLLEGE Thandalam, Chennai 602 105.

600460- NETWORK PROGRAMMING LAB

1. Create a child process using fork() 2. Program to implement TCP Connection Establishment 3. Program to implement Socket Programming Using TCP Sockets (Client Server Communication) 4. Create a Socket and bind the Client and Server and Message Passing(Chat) 5. Program to implement UDP Echo Server and Client 6. Program to implement UDP Time Applications 7. Program to Implement Simulation of Sliding Window Protocol 8. Implement a Program for Simulation of Routing Protocols 9. Program to Implement Remote Procedure Call(RPC) 10. Program to Implement Domain Name System(DNS) 11. Program to Implement Hypertext Transfer Protocol(HTTP) 12. Program to Implement Thread Creation and Termination 13. Program to Implement TCP Echo Server Using Threads

You might also like