TCP session: Circle of Life



TCP session: Circle of Life

TCP session:  Circle of Life

In my last video, I demonstrated how to display active TCP/UDP connections on my Windows. Today I will talk about TCP connection states. TCP is Transmission Control Protocol. It is the most popular transport protocol on a TCP/IP network. TCP is a connection-oriented and reliable protocol.
When TCP is used to transmit data, it will include three stages: session starting; data transmission; and session termination/closing.

A state indicates a specific connection status during/in each step of the session process. The possible states include LISTEN, ESTABLISHED, CLOSE_WAIT, CLOSED, and some others. I will use the TCP session process to show different connection states both from a client and a server.

Playlists:

Ports, port #, & TCP/IP applications

https://www.youtube.com/watch?v=hc1yi_I1W4k&list=PLSNNzog5eydtfuhxfedXD3tRbt7c-Z5Se

Topology & cabling, & physical cabling structure:
https://www.youtube.com/watch?v=T5xQJkAamk&list=PLSNNzog5eydsZCgT6tlX7Zb4EU67_hxyA
Ethernet Basics:
https://www.youtube.com/watch?v=FkH_JIZbpU&list=PLSNNzog5eydvAxPHJiDybPomC1fFHf1KE
IPv4 Basics:
https://www.youtube.com/watch?v=vcArZIAmnYQ&list=PLSNNzog5eydt_plAtt3k_LYuIXrAS4aDZ
OSI Model and related:
https://www.youtube.com/watch?v=nFnLPGk8WjA&list=PLSNNzog5eydtQcezP4OrrLL5preHLLkGA .

Comments are closed.