TCP/IP 协议簇位于哪里?如果我们必须向它添加一些功能那么在哪里实现呢?
我只是想知道 TCP/IP 协议套件位于何处...是在 NIC 中吗? 如果我们必须向它添加一些功能那么在哪里实现呢?
I just wanted to know where the TCP/IP protocol suite will be located...is tat in NIC?
if we have to add some functionality to it then where to implement?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
TCP/IP 堆栈由您的操作系统实现。 NIC 不参与其中。
TCP/IP stack is implemented by your operating system. NIC's aren't involved.