A connection designates a specific program designated by a port number on a specific computer's IP address.

Prepare for the Network Security Examination by mastering key concepts in cybersecurity. Utilize interactive questions and detailed explanations to enhance your knowledge. Excel in your exam with our comprehensive preparation resources!

Multiple Choice

A connection designates a specific program designated by a port number on a specific computer's IP address.

Explanation:
A network connection is defined by the endpoints involved, not by a single port on one computer. In TCP/IP, a connection is identified by the combination of local IP, local port, remote IP, remote port, and the protocol. The port points to an application on a host, but a connection spans two hosts and can involve multiple conversations over the same port with different remote endpoints. So you can’t designate a connection by just one computer’s IP and a port; the remote endpoint and the full four-tuple (plus protocol) are needed. For example, a client at 192.0.2.10:12345 talking to a server at 203.0.113.5:80 over TCP is a single connection defined by (192.0.2.10, 12345, 203.0.113.5, 80, TCP).

A network connection is defined by the endpoints involved, not by a single port on one computer. In TCP/IP, a connection is identified by the combination of local IP, local port, remote IP, remote port, and the protocol. The port points to an application on a host, but a connection spans two hosts and can involve multiple conversations over the same port with different remote endpoints. So you can’t designate a connection by just one computer’s IP and a port; the remote endpoint and the full four-tuple (plus protocol) are needed. For example, a client at 192.0.2.10:12345 talking to a server at 203.0.113.5:80 over TCP is a single connection defined by (192.0.2.10, 12345, 203.0.113.5, 80, TCP).

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy