People conencts to a Bank using SSL.
Bank is openning its 443 port.
but there is only 1 port of 443 , but it is a server so I guess he is using also the other ports.
But thats means that it can only have ~65k connections at same time.
Or , does it actually manage all the ssl requests on the same port(443) but opens new thread for each request.
But thats means that every customer will notice a big delay since there are other users which consume info .
I must be wrong here.
Is this how things done ?
