Skip to content

AbhayVAshokan/Network-Programming-Lab

Repository files navigation

Table of contents

Expt No. DateOfExpt Experiment Page No.
1 16-01-20 Implement the First Readers-Writers Problem (Using Threads uand Shared Memory) 1
2 23-01-20 Implement the Second Readers-Writers problem (Using Process along with PIPE and Message Queue) 8
3 30-01-20 Using Wireshark observe data transferred in client server communication using UDP and identify the UDP datagram. 15
4 04-02-20 Using Wireshark observe Three Way Handshaking Connection Establishment, Data Transfer and Three Way Handshaking Connection Termination in client server communication using TCP. 19
5 13-02-20 Implement Client-Server communication using Socket Programming and TCP as transport layer protocol. 24
6 13-02-20 Implement Client-Server communication using Socket Programming and UDP as transport layer protocol. 31
7 27-02-20 Implement a multi user chat server using TCP as transport layer protocol. 37
8 27-02-20 Implement Concurrent Time Server application using UDP to execute the program at remote server. Client sends a time request to the server, server sends its system time back to the client. Client displays the result. 45
9 19-03-20 Implement Simple Mail Transfer Protocol. 51
10 19-03-20 Develop concurrent file server which will provide the file requested by client if it exists. If not, the server sends an appropriate message to the client. Server should also send its process ID (PID) to clients for display along with file or the message.* 62
11a 30-03-20 Display the header information of UDP and TCP packets during client-server communication using raw sockets. 68
11b 04-06-20 Develop a packet capturing and filtering application using raw sockets. 73
12b 30-06-20 Configure the following services in the network- FTP server, Web server, File server - Implementation and Demonstration. 80

About

Network Programming Lab for KTU 2019

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published