Compare the transport characteristics of TCP and UDP.
Which statement describes TCP?
TCP is connection-oriented and provides ordered reliable byte-stream delivery using acknowledgments and retransmission.
Detailed explanation
Incorrect. It combines connectionless behavior with guarantees.
Incorrect. It combines connectionless behavior with guarantees.
Incorrect. Address assignment is a DHCP function.
Incorrect. Address assignment is a DHCP function.
Correct. This describes TCP's reliable byte-stream transport.
Correct. This describes TCP's reliable byte-stream transport.
Incorrect. ICMP is a network-control protocol, not TCP.
Incorrect. ICMP is a network-control protocol, not TCP.
Try it yourself
An example you can run in a temporary verification environment.
printf '%s
' 'TCP: connection-oriented ordered byte stream retransmission'Expected result
TCP: connection-oriented ordered byte stream retransmissionKey points
- Connection-oriented
- Ordered byte stream
- ACK and retransmission
Notes
- Environment: 概念対応表の表示のみ
- Command output formatting can vary slightly by distribution or tool version.
- Run the example in a temporary directory or process when possible.
Foundation review
Read the scope first
Check whether the command acts on the current shell, a new process, an existing process, or a file.
Verify the observable result
Use the supplied command and compare the output with the expected result.