[go: up one dir, main page]

0% found this document useful (0 votes)
5 views1 page

CN Lab Syllabus

The document outlines the syllabus for the Computer Networks Lab course for B.Tech students at MGIT, detailing course objectives and outcomes. It includes a list of experiments that students will conduct, focusing on various networking protocols, error detection, routing algorithms, and network tools. The course aims to provide hands-on experience in implementing key networking concepts and techniques.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

CN Lab Syllabus

The document outlines the syllabus for the Computer Networks Lab course for B.Tech students at MGIT, detailing course objectives and outcomes. It includes a list of experiments that students will conduct, focusing on various networking protocols, error detection, routing algorithms, and network tools. The course aims to provide hands-on experience in implementing key networking concepts and techniques.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

MR-22 B.Tech.

CSE MGIT (Autonomous), Hyderabad


MGIT (A), Hyderabad

L T P C
0 0 2 1
B.Tech. V Semester

CS551PC: COMPUTER NETWORKS LAB


(Common to CSE, CSBS, CSE(AI&ML), CSE (Data Science))

Course Objectives:
• To understand the working principle of various communication protocols.
• To understand the network simulator environment and visualize a network topology and observe its
performance
• To analyze the traffic flow and the contents of protocol frames

Course Outcomes:
• Implement data link layer farming methods
• Analyze error detection and error correction codes.
• Implement and analyze routing and congestion issues in network design.
• Implement Encoding and Decoding techniques used in presentation layer.
• To be able to work with different network tools.

List of Experiments:
1. Write a program to implement framing.
i. Fixed framing, ii. Variable framings
2. Write a program to implement stuffing techniques.
i. Bit-stuffing ii. Character stuffing
3. Write a program to implement checksum
4. Write a program to compute CRC code for the polynomial CRC-12
5. Develop a simple data link layer that performs the flow control using the sliding window protocol, and loss recovery
using the Go-Back-N mechanism.
6. Write a program to implement classful addressing.
7. Write a program to implement classless addressing.
8. Write a program to implement Dijsktra’s algorithm to compute the shortest path through a network
9. Write a program to divide a given network into n-sub networks using CISCO Packet Tracer.
10. Implement distance vector routing algorithm for obtaining routing tables at each node.
11. Write a program to implement Link state routing
12. Write a program for congestion control using Leaky bucket algorithm
13. Implement data encryption and data decryption.
14. Basic Trouble shooting commands ipconfig,ping ,tracert,nslookup,arp etc.

TEXT BOOK:

1. Computer Networks – Andrew S Tanenbaum, David.j.Wetherall, 5th Edition. Pearson Education/PHI,2011.

You might also like