mirror of
https://github.com/huihut/interview.git
synced 2025-12-18 13:04:38 +03:00
TCP 端到端通信
https://github.com/huihut/interview/issues/12#issuecomment-1003025043
This commit is contained in:
@@ -2237,7 +2237,7 @@ ICMP 报文格式:
|
|||||||
|
|
||||||
特征:
|
特征:
|
||||||
* 面向连接
|
* 面向连接
|
||||||
* 只能点对点(一对一)通信
|
* 端到端通信
|
||||||
* 可靠交互
|
* 可靠交互
|
||||||
* 全双工通信
|
* 全双工通信
|
||||||
* 面向字节流
|
* 面向字节流
|
||||||
|
|||||||
@@ -2238,7 +2238,7 @@ Port number | 21 | 23 | 25 | 53 | 69 | 80 | 443 | 161
|
|||||||
|
|
||||||
Feature:
|
Feature:
|
||||||
* Connection oriented
|
* Connection oriented
|
||||||
* Only point-to-point (one-to-one) communication
|
* End-to-end communication
|
||||||
* Reliable interaction
|
* Reliable interaction
|
||||||
* Full-duplex communication
|
* Full-duplex communication
|
||||||
* Byte stream oriented
|
* Byte stream oriented
|
||||||
|
|||||||
Reference in New Issue
Block a user