How the one server can handle mutiple (client)connections simultaneiously? is for every new TCP client connection the server will assign a new port(socket communication) for the available port range 65535?. then how the high trafic sites(like google,facebook) can serve the more then 65535 connections?