0
22kviews
Explain TCP connection establishment and release.

Electronics > Sem 6 > Computer Communication Networks

1 Answer
1
1.3kviews

TCP Connection Establishment:

  • To establish a connection, one side, say the server, passively waits for an incoming connection by executing the LISTEN and ACCEPT primitives in that order, either specifying a specific source or nobody in particular.

  • The other side, say, the client, executes a CONNECT primitive, specifying the IP …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.