The data packet looks different at each layer, and at each layer it goes by a different name. The names for the data packages created at each layer are as follows:
-
The data package created at the Application layer is called a message.
-
The data package created at the Transport layer, which encapsulates the Application layer message, is called a segment if it comes from the Transport layer's TCP protocol. If the data package comes from the Transport layer's UDP protocol, it is called a datagram.
-
The data package at the Internet layer, which encapsulates the Transport layer segment, is called a datagram.
No comments:
Post a Comment