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.
- UDP has low overhead and acknowledges packets received.
- Both TCP and UDP use port numbers and are considered to be reliable.
Explanation: TCP provides reliability, data acknowledgement, and resends lost data. UDP is fast, delivers data as it arrives, and has low overhead. Both TCP and UDP use port numbers
Related exam: IT Essentials v8 Chapter 5 Check Your Understanding
