Podcast
Questions and Answers
What is used to identify a TCP socket on a server host?
What is used to identify a TCP socket on a server host?
- Dest IP address and dest port number
- 4-tuple: source IP address, source port number, dest IP address, dest port number (correct)
- 3-tuple: source IP address, source port number, dest IP address
- Source IP address and source port number
What is the primary reason for flow control in data communication?
What is the primary reason for flow control in data communication?
- To prevent the sender from overwhelming the receiver (correct)
- To reduce propagation delay
- To ensure reliable data transmission
- To increase the transmission speed
What is sent by the receiver to the sender to inform it that it is overwhelmed with data?
What is sent by the receiver to the sender to inform it that it is overwhelmed with data?
- Timeout packet
- Error packet
- NACK packet
- ACK packet (correct)
What is the delay between transmission and receipt of data known as?
What is the delay between transmission and receipt of data known as?
Why is error control necessary in data communication?
Why is error control necessary in data communication?
What is the mechanism used to correct errors during transmission?
What is the mechanism used to correct errors during transmission?
What is the primary function of the transport layer in a network?
What is the primary function of the transport layer in a network?
What is the purpose of port numbers in connectionless demultiplexing?
What is the purpose of port numbers in connectionless demultiplexing?
What is NOT a service provided by the transport layer protocol?
What is NOT a service provided by the transport layer protocol?
What happens when a host receives IP datagrams with the same destination port number but different source IP addresses and/or source port numbers?
What happens when a host receives IP datagrams with the same destination port number but different source IP addresses and/or source port numbers?
What type of demultiplexing is used in UDP?
What type of demultiplexing is used in UDP?
Which of the following is NOT a function of the transport layer?
Which of the following is NOT a function of the transport layer?
What is the main disadvantage of the stop-and-wait flow control?
What is the main disadvantage of the stop-and-wait flow control?
What is the term for a flow control method that allows multiple frames to be in transit at the same time?
What is the term for a flow control method that allows multiple frames to be in transit at the same time?
What is the main characteristic of UDP that makes it unreliable?
What is the main characteristic of UDP that makes it unreliable?
What is the primary reason for congestion in a network?
What is the primary reason for congestion in a network?
What is the purpose of window size in Sliding Window protocol?
What is the purpose of window size in Sliding Window protocol?
What is the primary advantage of Sliding Window protocol over Stop-and-Wait protocol?
What is the primary advantage of Sliding Window protocol over Stop-and-Wait protocol?