diff --git a/.zk/notebook.db b/.zk/notebook.db index f3d381b..2b380d1 100644 Binary files a/.zk/notebook.db and b/.zk/notebook.db differ diff --git a/zk/Transport_Layer_of_Internet_Protocol.md b/zk/Transport_Layer_of_Internet_Protocol.md new file mode 100644 index 0000000..5e0d8f1 --- /dev/null +++ b/zk/Transport_Layer_of_Internet_Protocol.md @@ -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: