C SC 481.20 Lecture 14: Ethernet
major resource: Computer Networking (4th Edition),
Kurose and Ross, Addison Wesley, 2008
[ previous | schedule | next ]
field | bytes | description |
---|---|---|
preamble | 8 | alternating 1 and 0 for synch (Manchester sine wave), last byte ends in "11" |
destination | 6 | all 1’s means broadcast, first bit 1 = group address, else individual |
source | 6 | physical address of source station |
type/length | 2 | #data bytes, or predefined frame type (mutually exclusive ranges) |
data | 46-1500 | If less than 46 bytes of data, is padded out to 46 bytes with zeroes. Necessary for minimum 512 bit frame length. |
CRC | 4 | Cyclic Redundancy Code |