Please enable JavaScript.
Coggle requires JavaScript to display documents.
Networks (Packet (Packet delay (Bandwidth delay or per-link delay
1000…
Networks
-
TCP Transport
-
-
Reliable
- Uses sequence numbers to ensure order
- timeout/retransmission mechanism
-
-
-
Three-way-handshake
-
-
-
Four-layer model
-
-
Transport layer
Is the layer above the IP layer and solves
problems of packet loss and ordering of
packets.
-
-
Segment:
If the transport protocol is TCP, the unit of data sent from TCP to network layer is called Segment.
Datagram:
This is used in 2 layers. If the network protocol is IP, the unit of data is called Datagram. At transport layer, if protocol is UDP, we use datagram there as well. Hence, we differentiate them as UDP Datagram, IP Datagram.
-
Packet:
It is a more generic term used either transport layer or network layer. TCP Packet, UDP Packet, IP Packet etc. I have not seen it to represent Physical layer data units.
Fragment:
My guess here is that when a unit of data is chopped up by a protocol to fit the MTU size, the resultant unit of data is called Fragments. But I am guessing.
-
-
-
LAN Layer
-
Throughput
- overall effective transmission rate
- accounting:
- transmission overhead
- protocol inefficienies
- competing traffic
-
-
-
-
-
-
-