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.
在阅读有关用于通信的 OSI 和 TCP/IP 模型时,我遇到了诸如 OSI 模型遵循垂直方法而 TCP/IP 模型遵循水平方法之类的术语。有人可以解释这里的垂直和水平方法是什么意思。
在 OSI 模型中,传输层或以上层之间没有中间节点……因此这些层之间直接通信……因此水平方法
而在TCP/IP中,从应用层-传输层-互联网层-host_to_network层开始遍历每一层,然后发送msg。意思是数据遍历每一层,访问它们的功能……然后才被发送……因此是垂直的方法。
资料来源: 为什么 OSI 模型采用横向方法,而 TCP/IP 采用纵向方法?