Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include and explain the Three-Way Handshake #2419

Open
Charis04 opened this issue Jul 22, 2024 · 1 comment
Open

Include and explain the Three-Way Handshake #2419

Charis04 opened this issue Jul 22, 2024 · 1 comment

Comments

@Charis04
Copy link

Charis04 commented Jul 22, 2024

The three-way handshake is a process used in the Transmission Control Protocol (TCP) to establish a reliable connection between a client and a server. This process ensures that both parties are ready to transmit and receive data and synchronizes their sequence numbers. The three steps of the handshake are as follows:
SYN (Synchronize)
SYN-ACK (Synchronize-Acknowledge)
ACK (Acknowledge)

@Charis04
Copy link
Author

The three-way handshake is a process used in the Transmission Control Protocol (TCP) to establish a reliable connection between a client and a server. This process ensures that both parties are ready to transmit and receive data and synchronizes their sequence numbers. The three steps of the handshake are as follows:
SYN (Synchronize)
SYN-ACK (Synchronize-Acknowledge)
ACK (Acknowledge)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant