Computer Science, asked by tanmaygeocare2392, 10 months ago

How address is passed from application layer to network layer?

Answers

Answered by choudhary21
10

Explanation:

The transport layer entity (part of the kernel, separate networking process, maybe even hardware) sits on top of the network layer, using its services, but logically is in communication with the destination transport entity.

Answered by Anonymous
1

Explanation:

Transport layer protocol (TCP) incapsulates application payload to a segment and uses some of the information received from application layer (destination port) to add transport layer header. It than passes the segment down to network layer, together with some additional information, such as destination address

Similar questions