Chapter 3: Ethernet Basics Flashcards
What are the five fields of a basic ethernet frame ?
Destination address, source address, type of data, data, and frame check sequence (FCS)
Preamble
8 byte series that always precedes the frame. Gives receiving NIC heads up and sending NIC attached it
What does the type field help with ?
Interpreting the frame contents at a very basic level
What is the minimum frame size ?
64 bytes
Pad
Extra filler data added to meet the minimum frame size
10BASE-T
A verzion of ethernet consisting of two or more computers connected to a central hub
Explain the naming convention on 10BASE-T
10 referring to Mbps, BASE to baseband, and T for twisted pair
What is the required cable and its details used for 10BASE-T ?
Cat 3(or higher), two pair, UTP cable
Which connector did 10BASE-T introduce ?
RJ-45
Which pins send data and which receive in 10BASE-T ?
1 and 2 send. 3 and 6 receive.
Can 10BASE-T send and receive data simultaneously ?
No
What is an NIC that runs half duplex mode ?
NICs that can only communicate in only one direction
What is the color code of a four-pair UTP according to TIA/EIA568A?
GGOBBOBrBr
What is the distance limitation for 10BASE-T ?
100 meters between the hub and computer
What is the distance limitation for 10BASE-T ?
100 meters between the hub and computer
What is the node limit for 10BASE-T ?
1024 nodes per hub
What is the topology used for 10BASE-T ?
Star-bus
What 3 key weaknesses did 10BASE-FL address ?
Used fiber optic, which could travel up to 2 kilometers, immune to EMI, and harder to tap into for security purposes
What are the cable details for 10BASE-FL ?
MMF 62.5/125 um (OM1) with ST or SC connectors
How do you interconnect different Ethernet versions ?
Media converter
How do ethernet networks handle the issue of potential collisions ?
Carrier-sense multiple access with collision detection (CSMA/CD)
Is CSMA/CD enabled in modern full-duplex networks ?
No
What happens after a collision ?
Both transmissions are lost, and both nodes stop transmitting.
A number is generated for waiting before trying again