Transport Layer Protocols (TCP/UDP)

Covers transport layer protocols including TCP and UDP, their characteristics, reliability, flow control, multiplexing, and application use cases

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

UDP is a simple, very reliable and connectionless protocol.

  1. True
  2. False
Question 2 Multiple Choice (Single Answer)

Delivering received segments at the receiver side to the correct application processes is called as multiplexing.

  1. True
  2. False
Question 3 Multiple Choice (Single Answer)

This is used to prevent the sender from overwhelming the receiver.

  1. Flow Control
  2. Congestion Avoidance
  3. Error Recovery
  4. Multiplexing
Question 4 Multiple Choice (Single Answer)

TCP is suited for applications that require low reliability, and transmission time is relatively less critical.

  1. True
  2. False
Question 5 Multiple Choice (Single Answer)

A _____ is a TCP name for a transport service access point.

  1. port
  2. pipe
  3. node
  4. protocol
Question 6 Multiple Choice (Single Answer)

Video streaming is an example of an application that uses TCP.

  1. True
  2. False
Question 7 Multiple Choice (Single Answer)

 Transmission control protocol ___________.

  1. is a connection-oriented protocol
  2. uses a three way handshake to establish a connection
  3. receives data from application as a single stream
  4. all of the mentioned
Question 8 Multiple Choice (Single Answer)

The speed of TCP is slower while the speed of UDP is faster because error recovery is not attempted.

  1. True
  2. False
Question 9 Multiple Choice (Single Answer)

User Datagram Protocol is called connectionless because _____________?

  1. it sends data as a stream of related packets
  2. all UDP packets are treated independently by transport layer
  3. it is received in the same order as sent order
  4. it sends data very quickly
Question 10 Multiple Choice (Single Answer)

The transport layer is responsible for managing reliability requirements of a conversation.

  1. True
  2. False
Question 11 Multiple Choice (Single Answer)

Which of the following is a transport layer protocol?

  1. Internet Control Message Protocol
  2. Neighbor Discovery Protocol
  3. Stream Control Transmission Protocol
  4. Dynamic Host Configuration Protocol
Question 12 Multiple Choice (Single Answer)

Gaming is an example of an application that uses UDP.

  1. True
  2. False
Question 13 Multiple Choice (Single Answer)

Which of the following are transport layer protocols used in networking?

  1. TCP and FTP
  2. UDP and HTTP
  3. TCP and UDP
  4. HTTP and FTP
Question 14 Multiple Choice (Single Answer)

Each port is defined by a positive integer address, and it is of 16 bits.

  1. True
  2. False
Question 15 Multiple Choice (Single Answer)

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

  1. Data Link Layer
  2. Physical Layer
  3. Application Layer
  4. Network Layer