|
|
|
Important note:
|
Meaning of the fields: Preamble: discussed below Start: 10101011 (Fixed pattern) Src: Ethernet address of the sender Dest: Ethernet address of the intended receiver Length: Length of the data field Data: Data field CRC: Check sum |
|
|
|
The pre-amble will make sure that transmitting node will be transmitting long enough to detect a collission:
|
|
cheung@aruba> ifconfig -a eth0 Link encap:Ethernet HWaddr 2C:41:38:8B:05:38 inet addr:170.140.150.36 Bcast:170.140.151.255 Mask:255.255.254.0 inet6 addr: fe80::2e41:38ff:fe8b:538/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:681868507 errors:0 dropped:0 overruns:0 frame:0 TX packets:628584348 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:335075333658 (312.0 GiB) TX bytes:540484678811 (503.3 GiB) Interrupt:20 Memory:fb000000-fb020000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:267964 errors:0 dropped:0 overruns:0 frame:0 TX packets:267964 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:107815976 (102.8 MiB) TX bytes:107815976 (102.8 MiB) |
Explanation:
Ethernet address = 2C:41:38:8B:05:38 (Hexadcimal digits) 2 C 4 1 3 8 8 B 0 5 3 8 = 0010 1100 0100 0001 0011 1000 1000 1011 0000 0101 0011 1000 |
|
|
|
|
|
|