Ethernet Overview Flashcards
What is Carrier Sense?
Listens to the segment to see if there are other transmissions. If free, sends the frame. If busy, waits for network to be free.
What is multiple access?
Many devices can connect to the network. Therefore, CSMA/CD is a contention access method due to competition from the devices to transmit.
What is collision detection?
If two or more stations transmit at the same time, data collides and is destroyed. Jam signals indicate a data collision. When a station detects jam signals, it stops transmitting and retransmits after random time.
What device generates a jam signal? How is a jam signal different from other signals?
Data terminal equipment (DTE) that did the transmission emits data jam signal. It is any pattern other than one concluding with a CRC (cyclic redundancy check) as would normally be included.
When is a data collision error declared to upper layers?
17th retry, after a wait time has been exponentially increased at the 16th try.
What is muxing?
Multiplexing. Multiple data strand combined into one signal over shared medium.
How much of a baseband LAN cable’s capacity is used to transmit a single digital signal?
100%
What are 4 common types of baseband cables?
- Thicknet
- Thinnet
- UTP
- Fiber optic
What is the difference between Thicknet and Thinnet?
Thicknet: 0.4 inch diameter
Thinnet: 0.2 inch diameter; cheaper
How many conductors are in UTP and what are they made of? How are they twisted?
8 x 24 gauge copper wires, organized into 4 pairs.
Each pair is twisted at a constant rate, but each pair has different twist lengths.
How pure is the glass in fiber optics?
Very pure.
Fill in the blanks.
Fast Ethernet is ___ times faster than Ethernet. It is ___________ with regular (___mb/s) Ethernet.
Fast Ethernet is based on the ___ Base-TX/T4/FX standards.
10, backwards-compatible, 10
100
How fast does Gigabit Ethernet transmit? The standards for gigabit Ethernet transmission media are: ____ Base-T/LX/SX/CX/XD/LH
1000 Mb/s (1 Gb/s)
What is a MIB?
Management Information Base
List sine functions that are compatible between all Ethernet types. What does this achieve?
Standard Ethernet frame MIBs remote monitoring specification (RMON) CSMA/CD common network management tools
User applications can remain the same; speed is increased and NICs and cabling can be improved.
10 Gigabit cabling standards are: ___ Base-CX4/SR/LX4/LR/ER/SW/LW/EW.
10G
What are 3 significant advances in Ethernet?
Full duplex
Auto-negotiation
10Gbe WAN PHY
What is full duplex vs half-duplex?
Half duplex used one wired pair to send/receive, and wired pair to use CSMA/CD. You could either transmit or receive.
Full duplex does not use CSMA/CD, so two stations can simultaneously transmit data, doubling capacity.
What is auto negotiation?
Enables devices to negotiate speed and mode (half or full duplex) of an Ethernet link.
What is FLP?
Fast Link Pulses, used on fast Ethernet devices between adjacent link stations to negotiate highest service level for that link (part of auto negotiation)
What is 10GbE WAN PHY?
10 gigabit Ethernet WAN physical layer bridges Ethernet and SONET/SDH infrastructures
Decipher the following:
64o or 1518o
PRE | DA | SA | TYPE | DATA | FCS
64 octets or 1518 octets = bytes = 8 bits
Preamble: for synchronization
Destination Address
Source Address
Ethernet type: protocol type in an Ethernet LAN packet
Data: upper later data (excluding voice)
Frame Check Sequence: math formula to check for transmission errors
Is DIX Ethernet frames or IEEE 802.3 Frames?
Ethernet. Digital-Intel-Xerox.
Decipher the following:
PRE | SFD | DA | SA | LEN | LLC | DATA | PAD | FCS
What kind of frame?
IEEE 802.3
Preamble (for synchronization)
Start Frame Delimiter: tells that all subsequent info is actual frame
Destination Address
Source Address
Length of LLC field
Logical Link Control: includes end system addressing and error-checking; common standards of data exchange and assembly
Data excluding voice
Padding to meet min size if needed
Frame check sequence: formula to determine transmission errors
What are the 3 functional components of CSMA/CD?
Carrier Sense Multiple Access with Collision Detection:
- Carrier sense
- Multiple access
- Collision detection