COMPUTER NETWORKING

TRANSPORT LAYER

INTRODUCTION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which two operations are provided by TCP but not by UDP? (Choose two.)
A
Identifying the applications
B
Acknowledging received data
C
Tracking individual conversations
D
Retransmitting any unacknowledged data
E
Reconstructing data in the order received
Explanation: 

Detailed explanation-1: -Which two operations are provided by TCP but not by UDP? (Choose two.) Explanation: Numbering and tracking data segments, acknowledging received data, and retransmitting any unacknowledged data are reliability operations to ensure that all of the data arrives at the destination. UDP does not provide reliability.

Detailed explanation-2: -TCP uses handshake protocol like SYN, SYN-ACK, ACK while UDP uses no handshake protocols. TCP does error checking and also makes error recovery, on the other hand, UDP performs error checking, but it discards erroneous packets. TCP has acknowledgment segments, but UDP does not have any acknowledgment segment.

Detailed explanation-3: -Which two statements apply to the Transport Layer protocols, TCP and UDP? (Choose two.) TCP provides reliability and data acknowledgement. TCP resends lost data and has low overhead. UDP is fast and delivers data as it arrives.

Detailed explanation-4: -Hence, the port numbering and use of checksum are the two characteristics that are utilized by both protocols.

There is 1 question to complete.