SRM Institute of Science and Technology
College of Engineering and Technology
Department of ECE
AY 2023 – 2024 (EVEN)
ASSIGNMENT – II
Course: 18ECC303J – Computer Communication Networks
Total Marks: 25
Submission Date: 08.04.2024
Questions Marks BL CO PO
1. For the given following network build the routing
table via
(a) Distance Vector Routing protocol 5 4 3 7
(b) Link State Routing 5 4 3 7
Implement the same using NetSim software and
attach screenshots of output as proof.
2. Find for the following IPV4 addresses
5 4 3 3
a) CIDR (Yes/No)
b) If CIDR is ‘No’ then state the Class
Type (A, B, C, D, E)
c) Binary representation
d) Net id
e) Host id
(i) 241.12.56.113
(ii) 117.61.234.150
(iii) 75.78.36.45/13
(iv) 193.83.27.255/21
(v) 251.155.243.15
Note: Award of one mark is possible only when all
entries are correct for the question.
Questions
Marks BL CO PO
3. Find the checksum for the word ‘Hyderabad’. Take
5 4 2 3
one character per row.
ASCII values for few characters are given below.
H - 0x48, a - 0x61, b -0x62 d - 0x64, e - 0x65.
4. Node A needs to send a message consisting of 9
5 4 2 3
frames to node B using a sliding window Go Back N
error control protocol with window size as 3. All
packets are ready and immediately available for
transmission. Every packet is acknowledged by the
receiver and there is no cumulative
acknowledgement. Every 5th packet that A transmits
gets lost but no ACKs from node B ever get lost. Draw
the flow diagram depicting the complete data
transmission between A and B.