mirror of
https://github.com/huihut/interview.git
synced 2025-12-16 20:17:08 +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:
|
||||
* Connection oriented
|
||||
* Only point-to-point (one-to-one) communication
|
||||
* End-to-end communication
|
||||
* Reliable interaction
|
||||
* Full-duplex communication
|
||||
* Byte stream oriented
|
||||
|
||||
Reference in New Issue
Block a user