Ik had een vraagje over DIX ethernet. Deze heeft geen LLC Sublayer Spec. Als je in de specificaties kijkt betekent het dat je bij DIX ethernet niet kan zien in de type header field in het ethernet frame of het bv om een IP of IPX packet gaat. Betekent dit dat je bij DIX ethernet, die dus gebruik maakt coaxial cables, geen onderscheid kan maken tussen IP of IPX? Of hoe zit? Weet iemand dit?
Volgens :
deze presentatie zit er wel degelijk een veld voor hogere protocol-typen in het DIX Ethernet format.
Uit de Linux IPX How-To :
Overigens is het feit dat DIX (Digital-Intel-Xerox) ook wel wordt gebruikt om de 15-polige 10Base-5 connector op de NICs aan te duiden geen indicatie dat DIX Ethernet alleen maar over dikke coax kan. hardware-layer en Ethernet-layer blijven wel onafhankelijk.
deze presentatie zit er wel degelijk een veld voor hogere protocol-typen in het DIX Ethernet format.
Uit de Linux IPX How-To :
Er is een frame-type dat geen type-field bevat : 802.3, dat door Novell werd gebruikt voor IPX/SPX.Frame Type
is a term used to describe that actual protocol used to carry the IPX (and IP) datagrams across your ethernet style network segments. There are four common ones. They are:
Ethernet_II
[/b]This is a refined version of the original DIX ethernet standard. Novell has been allocated a formal protocol id and this means that both IPX and IP can coexist happily in an Ethernet_II environment quite happily.[/b] This is commonly used in Novell environments and is a good choice.
802.3
This is an I.E.E.E. protocol defining a Carrier Sense Multiple Access with Collision Detection (CSMA/CD) mechanism. It was based on the original DIX Ethernet standard, with an important modification, the type (protocol id) field was converted into a length field instead. It is for this reason that IPX really shouldn't be run here. IEEE 802.3 was designed to carry IEEE 802.2 frames only but there are implementations that use it to carry IPX frames directly and remarkably it does work. Avoid it unless you are trying to interwork with a network already configured to use it.
802.2
This is an I.E.E.E. protocol that defines a set of Logical Link Control procedures. It provides a simplistic way of allowing different protocols to coexist, but is quite limited in this respect. Novell uses an unofficial Service Address Point (like a protocol id) but since everyone else uses it as well, that hasn't yet presented too much of a problem.
SNAP
SNAP is the Sub Network Access Protocol. This protocol is designed ride on top of 802.3 and 802.2. It expands the multiprotocol capability of 802.2 and provides some measure of compatability with existing Ethernet and Ethernet_II frame types.
Overigens is het feit dat DIX (Digital-Intel-Xerox) ook wel wordt gebruikt om de 15-polige 10Base-5 connector op de NICs aan te duiden geen indicatie dat DIX Ethernet alleen maar over dikke coax kan. hardware-layer en Ethernet-layer blijven wel onafhankelijk.
The number of things that Arthur couldn't believe he was seeing was fairly large
Ik snap het. De type field in een ethernet DIX frame wordt dus gebruikt om protocollen op een hoger niveau te herkennen. Maar waarom er geen LLC? Bestond dit nog niet?