A TCP connection is distinguished by four values
Posted rsapaper
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了A TCP connection is distinguished by four values相关的知识,希望对你有一定的参考价值。
4个值唯一地定义一条TCP连接。
HTTP The Definitive Guide
A computer might have several TCP connections open at any one time. TCP keeps all these
connections straight through port numbers.
Port numbers are like employees‘ phone extensions. Just as a company‘s main phone number gets you
to the front desk and the extension gets you to the right employee, the IP address gets you to the right
computer and the port number gets you to the right application. A TCP connection is distinguished by
four values:
<source-IP-address, source-port, destination-IP-address,
destination-port>
Together, these four values uniquely define a connection.
以上是关于A TCP connection is distinguished by four values的主要内容,如果未能解决你的问题,请参考以下文章
connect: Address is invalid on local machine or port is not valid on remote
Establishing SSL connection without server's identity verification is not recommended. According
The connection to adb is down, and a severe error has occured.