Assignment No. 02 Semester: Spring 2022 CS610: Computer Network Total Marks: 25

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Assignment No.

02 Total Marks: 25
Semester: Spring 2022
CS610: Computer Network Due Date: 23rd June, 2022

Instructions:
Please read the following instructions carefully before submitting assignment:
You need to use MS Word document to prepare and submit the assignment solution on VU-LMS.
It should be clear that your assignment will not get any credit if:

 The assignment is submitted after due date.


 The submitted assignment is not in the required format (doc or docx).
 The submitted assignment does not open or file is corrupt.
 The submitted Assignment is copied (partial or full) from any source (websites, forums, students etc.).

Objectives:

To enhance the learning capabilities of the students about:


 LAN Segments
 Bridges
 Bridge Address List
 Routing Tables
 Next Hop Forwarding
 Hierarchical Addressing and Routing
 Route Computation with a Graph
Assignment

Question No.1

Consider the following network diagram having two LAN segments, each containing three computers. Both the
segments are connected with each other through a bridge that manages address list for each LAN segment.
Initially when bridge boots, the address list is empty. On occurrence of events (transmission / exchange of
messages among computers), the bridge updates its segment list accordingly.

After carefully analyzing the above diagram and the events mentioned in the following table, you are required to
fill the segment lists of the bridge associated with each event:

Event Segment 1 List Segment 2 List


Bridge boots - -
A broadcasts - A
X sends message to C X A
Y sends message to Z X,Y A
B broadcasts X,Y A,B
Z sends message to A X,Y,Z A,B

Question No.2

Mentioned below is a Network Graph to model a WAN. In this graph the nodes represent switches and the edges
represents direct connection between switches.

After analyzing the above-mentioned graph, you are required to correctly fill the following routing table by
mentioning the next hop information according to the destination for each given node:
Note: Format to write the next hop in the table is (Current hop, Next hop).

Node 1 Node 3 Node 5


Destination Next Hop Destination Next Hop Destination Next Hop
1 - 1 (3,2) 1 (5,4,3,2)
3 (1,2) 2 (3,2) 2 (5,4,3)
4 (1,2,3) 3 - 3 (5,4)
5 (1,2,3,4) 4 (3,4) 4 (5,4)
6 (1,2,3,4) 5 (3,4) 5 -

Best of Luck!

You might also like