简体   繁体   English

什么是适配器和网络接口之间的区别?

[英]Whats the difference between an adapter and a network interface?

Having a hard time understanding the MSDN documentation on the IP Helper Functions . 很难理解IP Helper功能MSDN文档 Whats the difference between an adapter and a network interface? 什么是适配器和网络接口之间的区别?

An "Adapter" is a piece of hardware. “适配器”是一块硬件。

A "network interface" is a software construct. “网络接口”是一种软件构造。

Usually, there is one network interface per adapter. 通常,每个适配器有一个网络接口。

But there may be network interfaces which are not from an adapter. 但是可能存在不是来自适配器的网络接口。

And there may be multiple interfaces per adapter. 并且每个适配器可能有多个接口。

The MSDN docs are quite large. MSDN文档非常大。 Here is a quote from the Managing Interfaces section that might help clear things up: 以下是管理界面部分的引用,可能有助于清除问题:

There is a one-to-one correspondence between the interfaces and adapters on a given computer. 给定计算机上的接口和适配器之间存在一对一的对应关系。 An interface is an IP-level abstraction, whereas an adapter is a datalink-level abstraction. 接口是IP级抽象,而适配器是数据链级抽象。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM