6.8k views
0 votes
A server process in Host B has a welcoming socket at port 977. What will trigger the server process to create a connection socket?

User Kannas
by
4.6k points

1 Answer

2 votes

Answer:

Step-by-step explanation:

This connection socket will be created when Host B receives a TCP SYN segment that contains the destination port number 977. This means that there is data that is trying to enter through that port number, as a welcoming socket this destination is available and when data requests access through it the OS creates a connection socket using Host B in order to allow access to the TCP SYN segment.

User North Krimsly
by
4.4k points