0% found this document useful (0 votes)
30 views2 pages

CS8581 3

The document outlines the practical end semester examination for a Networks Laboratory course. It lists 14 potential exam questions related to networking concepts and implementing various protocols using sockets in either Unix/Windows environments or network simulators.

Uploaded by

vadivu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views2 pages

CS8581 3

The document outlines the practical end semester examination for a Networks Laboratory course. It lists 14 potential exam questions related to networking concepts and implementing various protocols using sockets in either Unix/Windows environments or network simulators.

Uploaded by

vadivu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Page 1 of 2

B.E / B.Tech./B.Arch. PRACTICAL END SEMESTER EXAMINATIONS, NOVEMBER / DECEMBER


2019
Fifth Semester

CS8581 - NETWORKs LABORATORY


(Regulations 2017)

Time : 3 Hours Answer any one Question Max. Marks


100

(To be filled by the question paper setter)

Aim/Principle/Apparatus Tabulation/ Calculation Viva-Voce Record Total


required/Procedure Circuit/Program/ & Results
Drawing
10 40 30 10 10 100

1. a) Demonstrate the working of following network configuration commands in respective


environment - Unix / Windows
i) tcpdump ii) netstat iii) ifconfig / ipconfig iv) nslookup v) traceroute

b) Examine the protocol data units of Ping and Traceroute commands in a protocol analyzer

2. Implement a HTTP Web Client for downloading Google’s home page using TCP sockets.

3. i) Implement an Echo Server which echoes to Echo client using TCP Sockets.

ii) Implement a Chat server and a Chat Client using TCP Sockets.

4. i) Implement a Chat server and a Chat Client using TCP Sockets.

ii) Implement a File Transfer Server using TCP Sockets. The Client must enter the file name to be
transferred. Server must throw an exception for the incorrect filename and file which does not exist.

5.
i) Write a daytime client program that connects to read a string from the server and
displays the string to the client.

ii) Implement a File Transfer Server using TCP Sockets. The Client must enter the file name to be
transferred. Server must throw an exception for the incorrect filename and file which does not exist.
Page 2 of 2

6. Simulate the DNS Server using UDP Sockets.

7. Implement the simulation of ARP Server and ARP client.

8. Simulate a network with minimum of four nodes with congestion and examine its effect on
performance and routing.

9. Simulate the performance of the network and observe the traffic while implementing Distance
Vector Routing algorithm using a network simulator

10. Simulate the performance of the network and observe the traffic while implementing Link State
Routing algorithm using a network simulator.

11. Implement the CRC error detection mechanism between source and destination machine in the
network using a network simulator

12. Compare the performance of a network by implementing Distance vector Routing and Link State
Routing.

13. Write a program to allow exchange of multiple authentication messages. Initially if the server sends
the username and password to a client and if the client echoes the message correctly, the server send
a “WELCOME” response back to the client

14. Implement the error detection mechanism and examine the messages i) sent with no error and ii)
sent with error.

You might also like