CLAT3 - Key - Set A (Updated)
CLAT3 - Key - Set A (Updated)
Number
2 In the sliding window method of flow control, the receiver window 1 2 4 2 2.6.3
_______ size when frames are received
A. increases in B. decreases in
C. doubles in D. remains its original
3 A sender has a sliding window of size 15. The first 15 frames are 1 3 4 2 2.6.3
sent. How many frames are in the window now?
A. 0 B. 1 C. 14 D. 15
4 Which data link layer function answers the question: How much 1 2 4 1 1.7.1
data may be sent?
A. line discipline B. flow control
C. error control D. session management
1 1 4 1 1.7.1
5# HDLC is an acronym for ______________________________
13 The task of moving the packet from the input queue to the output 1 1 6 1 1.7.1
queue in a router is done by _____.
A. input and output ports B. routing processor
C. switching fabrics D. routing ports
16 How often does a RIPv1 router broadcast its routing table by 1 1 6 1 1.7.1
default?
a) Every 30 seconds b) Every 60 seconds
c) Every 90 seconds d) RIPv1 does not broadcast periodically
17 Which command will display all the EIGRP feasible successor 1 1 6 1 1.7.1
routes known to a router?
A. show ip routes B. show ip eigrp summary
C. show ip eigrp topology D. show ip eigrp adjacencies
18 How many entry and exit points can be found in a stub network? 1 2 6 1 1.7.1
A. Five B. Four C. Two D. One
Part – B (2 x 5 = 10 Marks)
Instructions: Answer ALL questions
Q. No Question Marks BL CO PO PI Code
Answer:
✓ In a byte-oriented protocol, data to be carried are 8-bit
characters from a coding system.
✓ Character-oriented protocols were popular when only
text was exchanged by the data link layers.
✓ In a bit-oriented protocol, the data section of a frame is
a sequence of bits.
✓ Bit-oriented protocols are more popular today because
we need to send text, graphic, audio, and video which
can be better represented by a bit pattern than a
sequence of characters.
Answer:
✓ A RIP message is used by a router to request and
receive routing information about an autonomous
system or to periodically share its knowledge with its
neighbors.
✓ OSPF messages are propagated immediately because
a router using OSPF will immediately flood the network
with news of any changes to its neighborhood.
✓ RIP messages are distributed slowly because a
network using RIP relies on the periodic updates that
occur every 30 seconds to carry any news from one
router to the next and to the next.
Part – C (2 x 10 = 20 Marks)
Instructions: Answer ALL questions
Q. No Question Marks BL CO PO PI Code
Or
23. B. i. Assuming even parity, find the parity bit for the data 2 3 4 2 2.6.3
unit 1 0 0 1 0 1 1
Answer:
Number of Codewor
Dataword Parity
1s d
1001011 4 (even) 0 01001011
23. B. ii. Given the dataword 1 0 1 0 0 1 1 1 1 0 and the divisor 8 3 4 2 2.6.3
1 0 1 1 1, Show the generation of the codeword at the
sender site (using binary division).
Answer:
Or
24. B Demonstrate the Open Shortest Path First protocol 10 2 6 1 1.7.1
with example.
Answer:
✓ The Open Shortest Path First or OSPF protocol is
an intradomain routing protocol based on link
state routing. Its domain is also an autonomous
system.
✓ Areas To handle routing efficiently and in a timely
manner, OSPF divides an autonomous system
into areas. An area is a collection of networks,
hosts, and routers all contained within an
autonomous system.
✓ An autonomous system can be divided into many
different areas. All networks inside an area must
be connected
✓ Routers inside an area flood the area with routing
information. At the border of an area, special
routers called area border routers summarize the
information about the area and send it to other
areas.
✓ Among the areas inside an autonomous system
is a special area called the backbone; all the
areas inside an autonomous system must be
connected to the backbone.
✓ In other words, the backbone serves as a primary
area and the other areas as secondary areas.
This does not mean that the routers within areas
cannot be connected to each other, however. The
routers inside the backbone are called the
backbone routers. Note that a backbone router
can also be an area border router.
✓ The OSPF protocol allows the administrator to
assign a cost, called the metric, to each route.
✓ The metric can be based on a type of service
(minimum delay, maximum throughput, and so
on). As a matter of fact, a router can have multiple
routing tables, each based on a different type of
service
✓ Types of Links in OSPF terminology, a connection
is called a link. Four types of links have been
defined: point-to-point, transient, stub, and virtual