+ 2
Eli5:what is a port, socket and host in web dev
Eli5:what is a port, socket and host in web dev
1 Answer
+ 3
A host is a computer where a program/application runs. A port is a specific logical point of entry for data. A socket is an abstraction used in network programming that represents the link to a specific host and port.