简体   繁体   中英

Whats the difference between an adapter and a network interface?

Having a hard time understanding the MSDN documentation on the IP Helper Functions . 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. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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