Having a hard time understanding the MSDN documentation on the IP Helper Functions. Whats the difference between an adapter and a network interface?
Whats the difference between an adapter and a network interface?
15.3k Views Asked by unixman83 At
3
There are 3 best solutions below
1

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.
0

actually the fundamental concept is based on OSI model, so:
note-1: a network adapter's name maybe listed with it's interface name or description on different places like under "net adapters in devmgmt.msc"
note-2: in many occasions words "adapters" and "interfaces" may use interchangeably
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.