Connect TCP to SSH server:
SSH Handshake:
Prevent Man-in-the-Middle Attack:
Authentication:
Secure command-line shell:
SCP and SFTP:
| Protocol | Description |
|---|---|
| IPsec |
|
| SSL |
|
| TLS |
|
IPsec uses two protocols. They are:
OSI stands for Open System Interconnection
The OSI Model consists of 7 Layers:
Data Link Layer and Transport Layer can provide communication in two modes:
| Connection-Oriented Service | Connectionless Service |
|---|---|
| Connection is required between sender and receiver before the data transmission | Connection is not required between sender and receiver before the data transmission |
| Packets follow the same route | Packets do not follow the same route |
| Feasible and reliable | Not feasible and unreliable |
| Less scalable and high overhead | Highly scalable and low overhead |
| Handles errors | Does not handle errors |
| Example: TCP (Transmission Control Protocol) | Example: UDP (User Datagram Protocol) |
|
|