What is the difference between the following scenario's. And is there any performance differ due to this.
Consider a server provide 5 services like web, mail, file, app and ssh :
- Each services and their corresponding port is binded with different sockets(Individual sockets for each service).
- A single socket is binded with all the services corresponding to the port it runs(Common socket for all services).