SRM NRA - CT3 - Set C
SRM NRA - CT3 - Set C
Mode of Exam
College of Engineering and Technology
OFFLINE
School of Computing
DEPARTMENT OF COMPUTING TECHNOLOGIES
SRM Nagar, Kattankulathur – 603203, Chengalpattu District, Tamilnadu
Academic Year: 2022 - 2023 - Odd Semester
1 CO1 H M M
2 CO2 M L H
3 CO3 H L H
4 CO4 M H H
5 CO5 H H H
6 CO6. H H H
Part - A
(10 * 1 = 10 Marks)
Instructions: Answer all the Questions
Q. Question Marks BL CO PO PI
No Code
1 Which of the following does not belong to a type of 1 1 4 1 1.4.1
OSPF packet?
a) Hello packet
b) Link state update
c) Link state response
d) Link state request
2 What is the correct order of the operations of OSPF? 1 1 4 1 1.4.1
i – Hello packets
ii – Propagation of link-state information and
building of routing tables
iii – Establishing adjacencies and synchronization of
database
a) i-ii-iii
b) i-iii-ii
c) iii-ii-i
d) ii-i-iii
3 RIP end the routing updates to adjacent routers after 1 1 4 1 1.4.1
every _______ seconds.
a) 10
b) 20
c) 30
d) 5
4 On How many seconds does distance vector protocol 1 2 4 2 2.4.1
sends periodic updates on the network?
a) every 15 – 30 seconds
b) every 30 – 60 seconds
c) every 30 – 90 seconds
d) every 1 minute
5 What is the cost of shortest path from R1->R3->R4 1 3 4 3 3.7.1
to the destination IP Address 10.10.0.0/16 from the
following network?
a. 15
b. 17
c. 25
d. 27
6 Which one of the following statements is true that 1 1 5 1 1.4.1
could identify with pure flooding?
a. every node transmits the request only once
b. every node broadcast the request only once
c. every node forwards the request multiple times
d. every node broadcasts the request multiple times
7 Specify the ranges on relatively small network 1 2 5 1 1.4.1
diameter with respect to Dynamic Source Routing
(DSR).
a. 2 – 5 hops
b. 5 – 10 hops
c. 15 – 20 hops
d. 20 – 25 hops
8 Identify the feature that makes routing complex in 1 2 5 1 1.4.1
Adhoc wireless networks?
a) Absence of central coordinator
b) Absence of router
c) Absence of gateway
d) Absence of switches
Part - B
(4* 10 = 40 Marks)
Instructions: Answer the Questions
Q. No Question Marks BL CO PO PI
Code
11.a List the advantages of RIPv2 over RIPv1. Explain 10 2 4 1 1.4.1
the Features of RIPv2 in details with necessary
diagram
RIPv1
RIPv1 stands for Routing Information Protocol
version 1. It uses Classful routing. The regular
routing updates do not carry subnet details and do
not support Variable Length subnet masks
(VLSM). This is the drawback of RIPv1, due to
which it is not possible to have various sized
subnets in the same network class.
RIPv2
(OR)
11.b Compare and contrast different types of Distance 10 2 4 1 1.4.1
vector routing protocols.
Examples of distance-vector
routing protocols:
Routing Information Protocol
(RIP)
Routing Information Protocol
Version 2 (RIPv2)
Routing Information Protocol
Next Generation (RIPng), an
extension of RIP version 2 with
support for IPv6.
Interior Gateway Routing
Protocol (IGRP)
Distance vector protocols send their
entire routing table to directly
connected neighbors. Link state
protocols send information about
directly connected links to all the
routers in the network. Distance
vector protocols have slow
convergence and suffer from the
count-to-infinity problem.
(OR)
• incremental updates:
• full dumps:
take place when significant changes of local
topology are observed;
(OR)
13.b Explain Link-Based Routing Protocols With 10 2 5 2 2.1.2
Efficient Flooding Mechanisms in detail
OLSR stands for Optimized Link State
Routing Protocol. In this, each node periodically
floods status of its links. Each node re-
broadcasts link state information received from
its neighbors. Each node keeps track of link state
information received from other nodes. Each
node uses above information to determine next
hope to each destination. It is proactive and
table-driven.
Link State Routing :
Each node expands a spanning tree.
Each node can obtain the whole network
topology.
It utilizes a technique to reduce message flooding
– MultiPoint Relaying (MPR). In this, each node
N in the network selects a set of neighbor nodes as
multipoint relays, MPR(N), that retransmit control
packets from N- Neighbors not in MPR(N)
process control packets from N, but they do not
forward the packets. MPR(N) is selected such that
all two-hops neighbors of N are covered by (one-
hop neighbors) of MPR(N).
Advantages of OLSR:
OLSR has less average end-to-end delay
therefore it is used for applications that
needs minimum delay.
The OLSR implementation is more user-
friendly and worked with fewer headaches
than other protocols.
It is also a flat routing protocol.
It does not need a central administrative
system to handle its routing process.
It increases the protocol’s suitability for
an ad hoc network with the rapid changes of
the source and destination pairs.
Disadvantages of OLSR :
It maintains routing table for all the
possible routes.
When the number of mobile hosts
increases, then the overhead from the control
messages also increases.
It needs considerable time to re-discover
a broken link.
It requires more processing power than
other protocols when discovering an
alternate route.
RouteRequest:
- DestSeqNum:5,
- SrcSeqNum: 2
Node 8:
- DestSeqNum 3;
Node 9:
- DestSeqNum 7;
(OR)
14.b Brief explain about Routing and Traffic 10 2 5 2 2.1.2
Engineering with MPLS
Multi Protocol Label Switching (MPLS) is an IP
packet routing technique that routes IP packet
through paths via labels instead of looking at
complex routing tables of routers. This feature
helps in increasing the delivery rate of IP packets.
MPLS Header –
The MPLS Header is 32 bit long and is divided
into four parts –
1. Label – This field is 20 bit long and can
take value b/w 0 & 220 – 1.
2. Exp – They are 3 bits long and used
for Quality of Service(QoS).
3. Bottom of stack (S) – It is of size 1 bit.
MPLS labels are stacked one over other. If
there is only one label remained in MPLS
header, then its value is 1 otherwise 0.
4. Time to Live (TTL) – It is 8 bit long and
its value is decreased by one at each hop to
prevent packet to get stuck in network.