Please enable JavaScript.
Coggle requires JavaScript to display documents.
TRANSPORT LAYER - Coggle Diagram
TRANSPORT LAYER
-
UDP
-
similarly to TCP, but it throws all the error-checking stuff out
no error checking in UDP, so it also save bandwidth.
-
-
-
PORT NUMBERS
MULTIPLE SEPARATE COMMUNICATIONS
TCP and UDP transport layer protocols use port numbers to manage multiple, simultaneous conversations.
-
-
PORT NUMBER GROUPS
This link between the application and transport layer protocols is based on the ports selected to support the individual sessions supported by the transport layer.
TCP THREE- WAY HANDSHAKE
-
process that requires both client and server to exchange synchronization and acknowledgement packets before the real data communication process starts.
-
UDP
one of the core members of the internet protocol suite. UDP use a simple connectionless communication model will a minimum of
protocol mechanisms.
-
WIRESHARK
network protocol analyzer, or an application that captures packets from a network connection, such as from your computer to your home office or the internet.
-