Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello all,
Please anybody help me to understand what exactly happen when Server Socket connect to client socket.When we open Server Socket on specific port then what exactly happen? What does operating system? How client Socket connect to server socket? What is background process?
I just want to understand what happen at background?

What I have tried:

I just open ServerSocket ss=new ServerSocket(5000);
Posted
Updated 5-Oct-16 23:36pm

1 solution

The socket enters listening mode and waits for clients to connect and start a conversation. Somewhat analogous to a telephone system. If you want full technical details then Google is the place to search for tutorials and white papers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900