What is a Socket?
- Sockets fit in at the session layer in the OSI model, above
TCP/IP.
- Sockets are the abstraction used by programmers.
- A socket can be thought of as a communications cable running
from one machine to another. You can put or get data from this
cable.
- Sockets are an abstraction that transcends programming
languages. Almost all languages have sockets.
José M. Vidal
.
3 of 9