Please enable JavaScript.
Coggle requires JavaScript to display documents.
Protocols - Coggle Diagram
Protocols
TCP/IP and UDP
TCP - Transmission Control Protocol: Designed to send packets through the internet. Works by adding information to each packet (Source, destination, number of packets, etc).
UDP - User Datagram Protocol: This is a low latency protocol used for data transmission similar to TCP/IP. UDP is faster, however it has little error connection so is mainly used in loss-tolerating scenarios.
IP - Internet Protocol: Protocol used to send and receive information over a WAN or a LAN. This is used to address each packet before sending over the internet,
-
-
-