N10-009 · Question #94
Which of the following best describes the transmission format that occurs at the transport layer over connectionless communication?
The correct answer is A. Datagram. At the transport layer, connectionless communication is typically handled using the User Datagram Protocol (UDP), which transmits data in units called datagrams. Unlike TCP, UDP does not establish a connection before sending data and does not guarantee delivery, making…
Question
Which of the following best describes the transmission format that occurs at the transport layer over connectionless communication?
Options
- ADatagram
- BSegment
- CFrames
- DPackets
How the community answered
(63 responses)- A86% (54)
- B8% (5)
- C3% (2)
- D3% (2)
Explanation
At the transport layer, connectionless communication is typically handled using the User Datagram Protocol (UDP), which transmits data in units called datagrams. Unlike TCP, UDP does not establish a connection before sending data and does not guarantee delivery, making datagrams the correct term for the transmission format in this context.
Community Discussion
No community discussion yet for this question.