wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CSE205-DCN-QUIZ-UNIT-5

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following is NOT a primary function of the transport layer?

a)

Process-to-process communication

b)

Reliable data transfer

c)

Routing of data packets

d)

Congestion control

2.

In multiplexing and demultiplexing, which field in the transport layer header helps the receiver identify the correct application process?

a)

Sequence number

b)

Checksum

c)

Port number

d)

IP address

3.

Which of the following is TRUE regarding UDP?

a)

It provides flow control.

b)

It guarantees in-order delivery of packets.

c)

It provides low-latency communication but no reliability.

d)

It ensures retransmission of lost packets.

4.

What is the primary purpose of an acknowledgment (ACK) in reliable data transfer?

a)

To indicate that the receiver has received the data successfully

b)

To request retransmission of a lost packet

c)

To assign a sequence number to the packet

d)

To terminate the connection

5.

Which congestion control mechanism is used in TCP to prevent congestion collapse?

a)

Fast retransmit

b)

Flow control

c)

Slow start, congestion avoidance, and fast recovery

d)

Round-trip time estimation

6.

In TCP, what is the primary purpose of the three-way handshake?

a)

To establish a connection and agree on initial sequence numbers

b)

To close an existing connection gracefully

c)

To send data in an unreliable manner

d)

To avoid congestion in the network

7.

What is the main advantage of using UDP over TCP?

a)

Guaranteed delivery of packets

b)

Lower latency and reduced overhead

c)

Built-in congestion control mechanisms

d)

Reliable transmission with retransmissions

8.

Which of the following ensures reliable data transfer in TCP?

a)

Error detection using CRC

b)

Sequence numbers and acknowledgments

c)

Low latency transmission

d)

Use of small packet sizes

9.

Transport layer aggregates data from different applications into a single stream before passing it to ____________

a)

network layer

b)

data link layer

c)

application layer

d)

physical layer

10.

Size of TCP segment header ranges between ___________

a)

16 and 32 bytes

b)

16 and 32 bits

c)

20 and 60 bytes

d)

20 and 60 bits