0% found this document useful (0 votes)
125 views4 pages

B.E / B.Tech./B.Arch. Practical End Semester Examinations, November / December 2019

This document outlines the practical end semester examinations for a Networks Laboratory course. It lists 20 examination questions, each with two parts worth 50 and 40 marks respectively. The questions involve writing programs to simulate various networking protocols and concepts like TCP, Ethernet, ARP, SNMP, byte stuffing/unstuffing, IP, DNS, file transfer, routing algorithms, and congestion control. Students can also use a network simulator to capture and analyze packet contents and protocol behavior.
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)
125 views4 pages

B.E / B.Tech./B.Arch. Practical End Semester Examinations, November / December 2019

This document outlines the practical end semester examinations for a Networks Laboratory course. It lists 20 examination questions, each with two parts worth 50 and 40 marks respectively. The questions involve writing programs to simulate various networking protocols and concepts like TCP, Ethernet, ARP, SNMP, byte stuffing/unstuffing, IP, DNS, file transfer, routing algorithms, and congestion control. Students can also use a network simulator to capture and analyze packet contents and protocol behavior.
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/ 4

Page 1 of 4

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

1. a) Write a program to implement Chat application using TCP. (50)

b) Simulate Ethernet protocol and Examine the contents of a frame sent by the data-link (40)
layer. We want to find the value of different fields such as destination and source MAC
addresses, the value of CRC, the value of the protocol field which shows which payload
is being carried by the frame, and so on.

2. a) Write a code simulating RARP protocols. (50)

b) Simulate ARP protocols and Examine the contents of a frame sent by the data-link (40)
layer. We want to find the value of different fields such as destination and source MAC
addresses, the value of CRC, the value of the protocol field which shows which payload
is being carried by the frame, and so on.

3. a) Write a code simulating ARP protocols. (50)

b) Write a program to implement SNMP using TCP socket. 40

4. a) Write and test a program that simulates the byte stuffing and byte unstuffing. (50)

b) Use a network simulator to capture and investigate some packets exchanged at the (40)
network layer.

5. a) Write and test a program that simulates the bit stuffing and bit unstuffing. (50)

b) Investigate IP protocol by capturing and IP datagrams using network simulator. (40)


Page 2 of 4

6. a) Write a program to implement DNS using UDP socket (50)

b) Investigate ICMPv4 protocol by capturing ICMPv4 packets generated by other (40)

utility programs such as ping and traceroute.

7. a) Write a program to implement SNMP using UDP socket (50)

b) Use network simulator to capture and investigate any application layer (40)

Protocol.

8. a) Write a program to implement File Transfer using UDP socket (50)

b) Use network simulator to capture and investigate HTTP (40)

9. a) Write a program to implement DNS using TCP socket (50)

b) Use network simulator to capture and investigate FTP . (40)

10. a) Write a program to implement File Transfer using TCP. (50)

b) Use network simulator to capture and investigate TELNET. (40)

11. a) Write a program to find the class of a given address in dotted decimal notation. (50)

b) Use network simulator to capture and investigate SMTP,. (40)

12. a) Write a program to find the first and the last address in a block given any addresses in (50)
the block and assuming classless addressing.

b) Simulate of Congestion Control Algorithms using NS. (40)

13. a) Write a program to simulate the action of forwarding in a router given the routing table (50)
and the destination address of a packet. The program should find the outgoing user
interface.
Page 3 of 4

b) Use network simulator to capture and investigate application layer Protocols - POP3. (40)

14. a) Write a program to simulate the distance-vector algorithm. (50)

b) Use network simulator to capture and investigate application layer (40)

Protocol- DNS.

15. a) Write a program to simulate the link-state algorithm (50)

b) Analyze the TCP performance using Simulation tool. (40)

16. a) Write a program to implement Echo client and echo server using TCP. (50)

b) Analyze the UDP performance using Simulation tool. (40)

17. a) Write a program to simulate the sending-site FSMs for the simple flow control protocol. (50)

b) Simulate Distance Vector Routing algorithm. (40)

18. a) Write a program to simulate the sending-site FSMs for the Stop-and-Wait (50)

Protocol.

b) Simulate Link State Routing algorithm. (40)

19. a) Write a program to simulate the sending-site FSMs for the Go-Back-N protocol. (50)

b) Performance evaluation of RIP Routing protocol using Simulation tool. (40)

20. a) Write a program to simulate the sending-site FSMs for the Selective Repeat (50)

Protocol.

b) Performance evaluation of OSPF Routing protocol using Simulation tool. (40)


Page 4 of 4

Viva – 10 marks

You might also like