Autosave: 2024-09-03 07:00:03
This commit is contained in:
parent
722892566b
commit
202e3823f9
2 changed files with 20 additions and 0 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
20
zk/Transport_Layer_of_Internet_Protocol.md
Normal file
20
zk/Transport_Layer_of_Internet_Protocol.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: Transport_Layer_of_Internet_Protocol
|
||||
tags: []
|
||||
created: Tuesday, September 03, 2024
|
||||
---
|
||||
|
||||
# Transport Layer of Internet Protocol
|
||||
|
||||
Transport Layer protocols provide a communications channel for data to be sent
|
||||
between hosts. The Transport Layer is dependent upon the
|
||||
[Internet Layer](Internet_Layer_of_Internet_Protocol.md) for addressing and
|
||||
routing the data and the
|
||||
[Link_Layer_of_Internet_Protocol](Link_Layer_of_Internet_Protocol.md) for
|
||||
transferring the data to a specific host once it has reached the local network.
|
||||
|
||||
The protocol governing the Transport Layer is the **Transmission Control
|
||||
Protocol** (TCP).
|
||||
|
||||
A TCP **fragment** fits within an IP packet's data section, giving us the
|
||||
following iteration of the network stack:
|
Loading…
Add table
Reference in a new issue