CS: 08 ACN

CS: 08 ACN

Professional Development

5 Qs

quiz-placeholder

Similar activities

BGP_CS_7

BGP_CS_7

Professional Development

8 Qs

CCN Self Assessment Quiz

CCN Self Assessment Quiz

Professional Development

10 Qs

TIKKNOWING

TIKKNOWING

1st Grade - Professional Development

10 Qs

Chapter 5: Unique Instruments for Advocacy and Policy Change

Chapter 5: Unique Instruments for Advocacy and Policy Change

Professional Development

10 Qs

KMKY Trainers Quiz

KMKY Trainers Quiz

Professional Development

10 Qs

Quizzical series- Information management

Quizzical series- Information management

University - Professional Development

10 Qs

Data, AI and ML with CloudSeekho

Data, AI and ML with CloudSeekho

University - Professional Development

10 Qs

ACN CS:02

ACN CS:02

Professional Development

4 Qs

CS: 08 ACN

CS: 08 ACN

Assessment

Quiz

Education

Professional Development

Easy

Created by

N JIBIN

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes the role of Border Gateway Protocol (BGP) in computer networking?

A) It is a protocol used for secure web browsing.

B) It is a routing protocol used within a local area network (LAN).

C) It is a protocol used to exchange routing information between different autonomous systems (ASes) on the internet.

D) It is a protocol used to establish virtual private network (VPN) connections.

2.

OPEN ENDED QUESTION

10 mins • 20 pts

Media Image

i) When a host 128.96.34.15 wishes to send the data packet to the 128.96.34.139, the packet may be lost during transmission. Where the lost packet resides and how do you recover it?

ii) What addressing being used to send a data packet to H1, H2, and H3 altogether? Find the number of hops from H1 through H3.

iii) Which layer’s responsibility is to find the source and destination address in a set prescribed time? Who generates the data packet in the network?

Evaluate responses using AI:

OFF

Answer explanation

i) When a packet is lost in the network the signal becomes zero and the lost packet cannot be recovered

ii) The broadcast address is used to send a data packet to H1, H2, and H3 altogether, and 3 hops are required from H1 through H3

iii) Network layer’s responsibility. Source node generates the data packet in the network

3.

OPEN ENDED QUESTION

5 mins • 19 pts

2. i) Backpressure and choke packet methods are vital for alleviating congestion. Yes/No. Validate

your answer with proper justification.

Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

10 mins • 20 pts

Media Image

i) Examine how communication/exchange of data happens between source and destination. ii) Outline the process of encapsulation in the above diagram.

Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

5 mins • 1 pt

Media Image

Answer the following questions: i) Discuss the four important flow characteristics for achieving good quality of service. ii) Identify the scheduling method in the diagram below. Illustrate the working of this method in scheduling the packets for the diagram given below. Give its advantages and disadvantages.

Evaluate responses using AI:

OFF

Answer explanation

i) Reliability, Delay, Jitter, Bandwidth

ii) Weighted Fair Queuing - In this technique, the packets are still assigned to different classes and admitted to different queues. The queues, however, are weighted based on the priority of the queues; higher priority means a higher weight. The system processes packets in each queue in a round-robin fashion with the number of packets selected from each queue based on the corresponding weight. For example, if the weights are 3, 2, and 1, three packets are processed from the first queue, two from the second queue, and one from the third queue. If the system does not impose priority on the classes, all weights can be equal. In this way, we have fair queuing with priority.