in Computer Networks edited by
27,845 views
44 votes
44 votes

The protocol data unit (PDU) for the application layer in the Internet stack is:

  1. Segment
  2. Datagram
  3. Message
  4. Frame
in Computer Networks edited by
by
27.8k views

10 Answers

82 votes
82 votes
Best answer

(C) Message is the answer.

For Application, Presentation and Session layers, the PDU is message

For Transport layer, PDU is segment for TCP and datagram for UDP

For Network layer, PDU is packet

For Datalink layer, PDU is frames

For physical layer, PDU is stream of bits

edited by

4 Comments

The answer is Message but I have a doubt. If datagram is related to UDP datagram or IP datagram?
1
1
reshown by
I think datagram is pdu of network layer and not Transport layer, as read from kurose and ross 6th edition pg 51. Why is it that there are so many upvotes for this answer? Am I missing something??
3
3
The datagram is PDU at the transport layer. When UDP protocol is used at transport layer, a unit is called as a datagram in the connection-less transfer (while a unit is called as a segment in case of TCP).

Packet is the PDU at Network layer.
2
2
@coolsid

The transport layer PDU is the segment or the datagram.

Source: https://en.wikipedia.org/wiki/Protocol_data_unit#OSI_model
0
0
10 votes
10 votes
PDU for the presentation layer is messages.

PDU for transport layer is segment.

PDU for network layer is packet or datagram.

PDU for datalink layer is frame .

PDU for physical layer are bit streams .
by
5 votes
5 votes
Option-C
In Netwok layer PDU is called as Datagram.

In transport layer ,PDU is called as Segment.

Whereas In the application layer the PDU is called as the Message.
2 votes
2 votes
PDU for application layer is message.
 For transport layer is segment.
  For network layer is packet or datagram.
   For datalink layer is frame and for physical layer is bit streams.
by
Answer: