> I posted this once but it seems very few people know the answer. I need an
> expert from Sun to help. I know you are here from time to time. Does any
> of you know whether Solaris on Sparc machines uses IEEE802.3 or xerox
> ethernet standard by default?
> Thanks in advance.
> Victor
DIX-Ethernet-II is used for IP and related protocols(ARP/RARP/ICMP
TCP/UDP/...).
However, you may also use IEEE802.3 Frames
or even _raw_ Ethernet programmatically.
Basically, the MAIN difference is that according to DEC-INTEL-XEROX
Ethernet Std.,
the first two bytes after desination-MAC and source-MAC are a
"protocol-type" Field,
while IEEE802.3 wants to have the Ethernet Packet size inserted here
(which is redundant
since the ethernet reception hardware finds this out).
Following bytes in IEEE802.3 are destination and source Service access
points (one byte each),
and one or two bytes "controll".
From this follows that the MTU for IP over 802.3 is smaller than over
DIX-2
Hope this helps,
Juergen Marenda.
--