Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能帮助我逻辑地址和物理地址模型如何工作(从网络/套接字的角度)?为什么需要有两种不同类型的地址?
不同的网络使用不同的物理地址,例如 IEEE 802 MAC 地址使用 48 位地址。
为了连接不同的网络并且仍然能够寻址单个机器,他们必须克服这些不同模式的问题,因此他们创建了 IP(IPv4 和后来的 IPv6)地址。
因此,当您将 IP 数据包从一台机器发送到另一台机器时,它可以通过各种网络传输,每个网络都使用自己的寻址模式发送数据包。