A circuit is a connection -
A socket is an endpoint.
A connection consists of 2 sockets
A port is a number between 1 and 65535 inclusive that signifies a logical gate in a device
A socket consists of three things:
A socket is an endpoint.
A connection consists of 2 sockets
A port is a number between 1 and 65535 inclusive that signifies a logical gate in a device
A socket consists of three things:
- An IP address
- A transport protocol
- A port number
For example:
- 1030 is a port.
- (10.1.1.2 , TCP , port 1030) is a socket.
No comments:
Post a Comment