Ethernet Notes
CPSC 330 - Fall 2003

history

original implementations

recent implementations

network type

addressing

CSMA/CD - carrier sense multiple access with collision detection

frame format

(see textbook, Figure 10.8, p. 463)

  # of bytes
           .---------------------.
        8  | preamble            | provides clock reference 0xaaaaaaaa
           >---------------------<                          0xaaaaaaab
        6  | destination address |
           >---------------------<
        6  | source address      |
           >---------------------<
        2  | type or length      | DIX type, e.g., 0x0800 => IP packet;
           >---------------------< IEEE length, SNAP (subnet access protocol)
           |                     |    provides type field in data area
  46-1500  | data                |
           |                     |
           >---------------------<
        4  | CRC                 |
           `---------------------'

popularity

switched Ethernet

virtual LAN

wireless 802.11

traffic studies

Ethernet animations

Ethernet figures

See also


[CPSC 330 homepage]

mark@cs.clemson.edu