2. Ethernet Networking Flashcards
Formal definition of a broadcast domain
A broadcast domain refers to a group of devices on a specific network segment that hear all the broadcasts sent out on that specific network segment
What device can you use to split up a collision domain?
A switch
What device can you use to break up a broadcast domain?
A router
Does a wireless access point (AP) segment a network?
No, an AP only extends the LAN with an unknown number of hosts that are all still part of one broadcast domain
What is used to further break up broadcast domains?
A virtual LAN (VLAN) can be used to further break up a broadcast domain to give greater bandwidth to individual users
What does CSMA/CD stand for?
Carrier Sense Multiple Access with Collision Detection
What is CSMA/CD?
CSMA/CD is an Ethernet protocol.
It helps devices share the bandwidth evenly, by trying to prevent two devices from transmitting simultaneously on the same network medium
How does CSMA/CD work?
- A host checks for the presence of a digital signal on the wire. If all is clear, it will proceed with its transmission.
- The transmitting host constantly monitors the wire to make sure no other hosts begin transmitting.
- If the host detects another signal on the wire it sends out an extended jam signal (this causes all nodes on the network to stop sending data).
- The nodes respond to that jam signal by waiting before attempting to re-transmit. (Back off algorithms determine when the collided stations can re-transmit.)
- If collisions keep occurring after 15 tries the nodes attempt to transmit will timeout.
- All hosts have equal priority to transmit after the backoff time as expire.
Is CSMA/CD half duplex or full duplex?
Half duplex
What’s the physical difference between half duplex and full duplex?
Half duplex uses a single pair of twisted wires to send digital signals in both directions. Thereby collisions are possible.
Full duplex uses two pairs of wires, so transmitting and receiving can occur simultaneously and no collisions occur. This allows for a point to point connection between the transmitter and receiver, giving faster data transfer rates
Between which devices can you use for full-duplex ethernet?
(Basically anything that doesn’t involve a hub)
With a connection from:
Switch to switch
Router to router
Host to host
Switch to host
Router to switch
Router to host
What is the Ethernet auto-detect mechanism?
This is the process where an ethernet port when first powered on connects to the remote end (port) and negotiates the connection speed and type i.e. 10, 100, 1,000 Mbps (or more) and whether it can run full-duplex, (if it can’t, it will run half-duplex)
What is the default behaviour if auto detect mechanism fails?
Default behaviour of 10Base-T and 100Base-T is 10 Mbps, half duplex
What is a MAC?
Media access control.
This is a unique (6 byte) address burnt into each and every ethernet network interface card (NIC)
MAC address fields
I/G = Individual/Group
0 = individual address
1 = broadcast or multicast address
bit 47
G/L = Global/Local (Universal/Local)
0 = globally administered address assigned by IEEE
1 = locally administered address
bit 46
OUI = Organisationally Unique Identifier
Assigned by IEEE to each manufacturer
22 bits long (24-45)
0-23 Vendor assigned, often used as part of serial number
Ethernet (II) frame fields
Preamble
SDF
DA
SA
Type
Data
FCS
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Preamble
7 bytes
Alternating 10 pattern provide a clock at the start of each packet which allows the receiving devices to lock the incoming bitstream
SFD Start Frame Delimiter/Synch
1 byte
10101011, where the last pair of ones allows the receiver to come into the alternating 10 pattern somewhere in the middle and still sync up to detect the beginning of data
DA Destination Adress
6 bytes
The DA can be an individual, broadcast or multicast MAC address. Transmitted least significant bit (LSB) first.
SA Source Address
6 bytes
Used to identify the transmitting device, it uses LSB first. Broadcast and multicast address formats are illegal within the SA field.
Type
2 bytes
Used to identify the upper network layer protocol.
Data
46-1500 bytes
This is a data packet sent down from the network layer. The ethernet frame is designed to encapsulate this data and transmit it safely.
FCS Frame Check Sequence
4 bytes
Used to store the cyclic redundancy check (CRC). If a receiving host runs the CRC and the answer is not the same the frame is discarded assuming errors have occurred.
What’s a difference between an Ethernet_II and a 802.3 ethernet frame?
The old 802.3 protocol used a length instead of a type field, hence it cannot identify the upper layer protocol and must be used with a proprietary LAN-IPX
Who first implemented ethernet?
A group called DIX
Digital, Intel and Xerox
EIA/TIA
Electronic industries alliance and telecommunications industry association
This is the body that creates the physical layer specifications for ethernet
What does the RJ stand for in RJ-45?
Registered Jack
What is cable attenuation?
How can you reduce it?
This is a loss of strength as the signal travels the length of a cable and is measured in a decibels (dB)
Attenuation can be reduced by having more wire twists per foot, this reduces crosstalk between wires
10Base-T
10 Mbps
802.3
Cat 3 UTP
100m
RJ-45
Physical star topology and a logical bus
100Base-TX
802.3u
100 Mbps
Also called ‘Fast Ethernet’
Cat 5, 5e, 6 UTP 2pair wiring
100m
RJ-45
Physical star topology and a logical bus
100Base-FX
802.3u
100 Mbps
62.5 core, 125 cladding multimode (F)ibre
412m
ST, SC media-interface connectors
Point to point topology
1000Base-T
802.3ab
1 Gbps
Cat 5 4pair UTP
100m
1000Base-CX
802.3z
1 Gbps
(C)opper twisted pair ‘twinax’ balanced coaxial
25m
Uses 9-pin High-Speed Serial Data Connector (HSSDC) in Cisco data center technologies
1000Base-SX
802.3z
1 Gbps
(S)hortwave 850nm laser
Multimode fibre (MMF)
62.5 micron core up to 220m
50 micron core up to 550m
1000Base-LX
802.3z
1 Gbps
1300nm laser
Single mode fibre
9 micron core 3-10km
1000Base-ZX
Cisco standard
single mode fibre optic up to 70km (43.5 miles)
10GBase-T
802.3an
10 Gbps
Cat 5e, 6, 7
100m
RJ-45
Cat 5
^100 MHz
100 Mbps (Fast Ethernet)
100m (328 feet)
Cat 5e
^100 MHz
1 Gbps
100m (328 feet)
Cat 6
^250 MHz
10 Gbps
55m (10Gbps) (180 feet)
100m (1Gbps)
Cat 6a
^500 MHz
10 Gbps
100m (328 feet)
Cat 7
^600 MHz
10 Gbps
100m (328 feet)
Cat 8
^2 GHz
25/40 Gbps
30m (98 feet)
Straight through cable pins
Used to connect:
Host to switch or hub
Router to switch or hub
Host Pins Switch
Transmit 1 - 1 Receive
Transmit 2 - 2 Receive
Receive 3 - 3 Transmit
Receive 6 - 6 Transmit
This cable can only be used for 10/100 Mbps ethernet and wouldn’t work with gigabit, voice or other LAN or WAN technology
Crossover cable pins
A crossover cable can be used to connect the following devices:
Switch to switch
Hub to hub
Host to host
Router to router
Router direct to host.
Switch to hub
Pins
1 - 3
2 - 6
3 - 1
6 - 2
What is auto-mdix?
Normally a crossover cable would be needed to connect to switches, if a switch has auto-mdix enabled, it may be possible to use a straight through cable and have it still work.
CCNA objectives do not typically consider auto detect mechanisms valid between devices
UTP Gigabit crossover ethernet cable pins
1000Base-T UTP wiring requires four wire pairs Cat 5e??
Pins
1 - 3
2 - 6
4 - 7
5 - 8
Mirrored going other way as well
Rolled cable pins
You can use a rolled ethernet cable to connect a host EIA-TIA 232 interface to a router console serial communications (COM) port
Pins
1 - 8
2 - 7
3 - 6
4 - 5
Mirrored
Serial Com settings
Protocol: serial
Port: …
Board rate: 9600
Data bits: 8
Parity: none
Stop bits: 1
Flow control: none
What are the advantages of fibre optic cabling?
• Very fast transmission of data
• Can travel very long distances (intercontinental connections)
• Immune to interference like cross talk
• Established standards
What layers is a fibre-optic cable made up of?
Core: 9 µm
Cladding: 125 µm
Buffer: 250 µm
125 µm is a standard size for cladding, this allows manufacturers to make connectors for all fibre cables
SFP
Small Form-Factor Pluggables
What are the two types of fibre optic cable?
Single mode
This is more expensive, has a tight cladding and can go far distances.
Multi mode this has a larger core, it allows multiple light particles to travel down the glass, these particles have to be put back together at the receiving end so distance is less than single mode fibre
What is the IEEE standard for PoE?
802.3af
What is the IEEE standard for PoE+?
802.3at
30W