Re: Difference between?

From: Arkady Frenkel (arkadyf_at_hotmailxdotx.com)
Date: 10/17/04


Date: Sun, 17 Oct 2004 13:19:30 +0200

Another argument against such definition : existance of wan interface or
loopback interface ( second one in the case when even loopback adapter not
installed but network adapter do installed ).
Arkady

"Alun Jones [MSFT]" <alunj@online.microsoft.com> wrote in message
news:urpMkHtsEHA.1604@TK2MSFTNGP15.phx.gbl...
> "Eugene Gershnik" <gershnik@hotmail.com> wrote in message
> news:%23paXYRosEHA.1408@TK2MSFTNGP10.phx.gbl...
> > James Jenkins wrote:
> >> Hi - what exactly is the difference between a Network Interface and a
> >> Network Adapter
> >
> > According to MSDN
> >
> >
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iphlp/iphlp/managing_interfaces.asp
> >
> > "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."
> >
> > Note that this distinction is MS specific.
>
> I've put in a request for some clarification on that, because, unless I'm
> missing some piece of information, that doesn't quite sound right.
>
> The network adapter is, as the article says, a datalink-layer
representation
> of a network location (destination / source). There is a one-to-one
> correspondence between the network adapter and the physical card (NIC -
> Network Interface Card) in your machine, although it's theoretically
> conceivable that you might have an ethernet card that has multiple
ethernet
> MAC addresses, and which would appear as multiple network adapters. I
can't
> imagine why you would do that, but because it's possible, I thought I'd
> mention it, just in case someone comes along to pick some nits.
>
> The network interface, again as the article says, is an IP-layer
> representation of a network location. _Usually_, there is one IP address
> assigned to each NIC, but on several server systems, more than one IP can
be
> assigned to the same NIC, so that sites can be separated by IP address,
and
> still run on the same computer with a single NIC.
>
> This distinction is common, I would even go so far as to say "usual",
> industry-wide. Packets come off the wire, destined for a specific
ethernet
> MAC address. The card that has that MAC address picks up the packet, and
> the network driver looks at the packet, strips off the Ethernet header,
and
> passes the remaining data to the next layer up - the IP layer, in this
case.
> The IP layer looks to check that the address matches one of its endpoints,
> and passes the data up to the next layer, and so on. Because of the
> separation of layers, most of the time, each layer doesn't really care
about
> the layer above or below it, except as necessary to exchange data.
>
> For further research, search on "OSI seven-layer model".
>
> Alun.
> ~~~~
>
>



Relevant Pages

  • Re: IS:: VOS Loopback interfaces
    ... >> I'd like to configure a loopback interface, additionaly to 127.0.0.1, ... > the IP layer (Can't remember when the primary fails if the secondary ... failover if the active adapter loses link or fails outright. ...
    (comp.sys.stratus)
  • Re: UDP question.
    ... > when I use two socket without bonding, one socket is bind ... None of your code gives the kernel any reason to prefer one interface over ... is the problem that IP layer is ... > adapter is select by IP route? ...
    (Linux-Kernel)
  • RE: UDP question.
    ... my destination is two machine, ... None of your code gives the kernel any reason to prefer one interface over ... layer, ... adapter is select by IP route? ...
    (Linux-Kernel)
  • Re: strict isolation of net interfaces
    ... interface, and 10.1.1.1 on its eth0 interface. ... some people are interested by a network full isolation/virtualization like you did with the layer 2 isolation and some other people are interested by a light network isolation done at the layer 3. ...
    (Linux-Kernel)
  • Re: tcpip adapter configuration question on an Aix 4.3.3 server
    ... Did you put an IP address on the new interface on the same network as your ... actually did then was probably to send all packets to the unattached adapter. ...
    (AIX-L)

Loading