标签: tcp
为什么TCP segment仅包含port numbers但不包含IP addresses?数据包如何知道它要去哪个主机?
TCP segment
port numbers
IP addresses
答案 0 :(得分:1)
因为TCP段是encapsulated到Internet协议(IP)数据报中,并且IP数据报包含source and destination IP。
encapsulated
source and destination IP