Ethernet Basics Flashcards
Five Fields of Ethernet Frames
1) Destination Address (MAC)
2) Source Address (MAC)
3) Data Type
4) Data itself
5) Frame Check Sequence (FCS)
Preamble
Appears in front of the frame, notifies receiver that new data is coming
7 bytes followed by 1 byte “start frame delimeter”
MAC Address size
48 bits (6 bytes)
Pad
Minimum frame size is 64 bytes
If not enough data to reach minimum, padding data added
FCS
Frame Check Sequence
Like hashing - sending computer runs data against a cyclic redundancy check and attaches the results (FCS)
Receiving system does the same CRC, should be able to match their FCS
Cyclical Redundancy Check
CRC - math calc done against a frame’s data to generate an FCS
Receiving system does same check to confirm data is not corrupted
Ethernet Network Naming Convention
(e.g. 10BASE-T)
10 - speed (10 Mbps)
BASE - signaling type (Baseband means one signal at a time, vs broadband)
T - cabling type (twisted pair)
10BASE-T Standard
Cat 3 cable
Pins 1, 2 for send data, pins 3, 6 to receive data
Max distance to hub: 100m
Max Computers: 1024/hub
half-duplex
a NIC that can only send/receive asynchronously
full-duplex
a NIC that can send/receive at the same time
TIA/EIA 568A
1 - GW
2 - G
3- OW
4 - Blue
5 - BW
6 - O
7 - BrW
8 - Br
TIA/EIA 568B
1 - OW
2 - O
3- GW
4 - Blue
5 - BW
6 - G
7 - BrW
8 - Br
10BASE-FL Specs
Speed: 10Mbps
Signal: Baseband
Distance: 2000m
Max Computers: 1024/hub
Topology: star-bus, physical star, logical bus
Cable Type: Multimode 62.5/125 micrometers, ST or SC connections
Media Converter
Allows translation of signal between cable types (fiber and copper)
CSMA/CD
Carrier-sense multiple access with collision detection