gpt4 book ai didi

networking - 传输层在哪里运行?

转载 作者:可可西里 更新时间:2023-11-01 02:33:20 25 4
gpt4 key购买 nike

我想知道 OSI 模型的传输层在计算机系统中的什么位置运行。它是操作系统的一部分吗?它是否在自己的进程或线程中运行?它如何将信息向上传递到其他应用程序或向下传递到其他层?

最佳答案

I'd like to know where the Transport Layer of the OSI model is running in a computer system.

事实并非如此。 OSI 模型适用于 OSI 协议(protocol)套件,该套件已失效且未在任何地方运行 AFAICS。然而,TCP/IP 有自己的模型,其中还包括一个传输层。我将假定这就是您以后的意思。

Is it part of the Operating System?

是的。

Does it run in its own process or thread?

不,它作为操作系统的一部分运行。

How does it pass information up to other applications

通过系统调用,例如Berkeley Sockets API、WinSock 等。

or down to other layers?

通过内部内核 API。

关于networking - 传输层在哪里运行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10039594/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com