Eli5:what is a port, socket and host in web dev | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

Eli5:what is a port, socket and host in web dev

Eli5:what is a port, socket and host in web dev

21st Aug 2019, 8:13 PM
Amirabbas
Amirabbas - avatar
1 Réponse
+ 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.
21st Aug 2019, 11:27 PM
Sonic
Sonic - avatar