Chapter 2 - Fundamentals of Ethernet LANs Flashcards
Define Ethernet
Ethernet is a family of standards and protocols that define characteristics of data transmission.
What standard number is Ethernet?
802.3
What is UTP?
UTP (Unshielded Twisted Pair) is a form of Ethernet cable that transmits data over upto 4 pairs of copper wires.
What Suffix is used by the IEEE to define different types of cable?
T = UTP (Copper)
X = Fibre
Example - BASE-T is copper but BASE-X is fibre.
How does Fibre Cabling work? Include the different parts of the fibre cable.
Ethernet nodes at each end of the fibre cable transmit data by encoding bits as changes in light.
The Outer Jacket, Strengthener, and Buffer, are used to protect the interior of the cable and make them easier to install and manage.
The Optical Transmitter produces the light that passes over the cable.
The Inner Core and Cladding allow light to pass over the cable. Sometimes the light can pass through the core but the cladding reflects it back into the core.
It works the same as UTP in the sense that there are 2 cables, each of which transmits data in only one direction. The transmit on one device connects to the receive end on the other device and vice versa for the second cable.
Define Ethernet LAN
A network that uses a combination of different devices, LAN switches, and cabling that all adhere to Ethernet standards.
What is another name for:
10 BASE-T
100 BASE-T
1000 BASE-T
Ethernet
Fast Ethernet (FE)
Gigabit Ethernet (GE)
How does a UTP transmit data?
- The wires in each pair in a UTP cable are connected at the nodes at either end of the cable to create a complete circuit.
- They use an encoding scheme to define how the electrical signals are interpreted by each node.
- 10BASE-T and 100BASE-T dedicate one pair to transmitting and one pair to receiving.
How does an Encoding Scheme work?
The transmitting node changes its electrical signal over time and the receiving node uses an encoding scheme to interpret these changes as either 0s or 1s. (e.g. 10 BASE-T using an encoding scheme that encodes a 0 as a change from a higher voltage to a lower voltage).
Advise how many twisted pairs each BASE-T standard uses.
10 BASE-T = 2
100 BASE-T = 2
1000 BASE-T = 4
Define GBIC
A Gigabit Interface Converter is the original form factor for a removable transceiver for a Gigabit interface.
Define SFP
A Small Form Pluggable is the replacement for GBICs. These are also used on Gigabit interfaces but are smaller. SFP+ is the same except it is used for 10 Gigabit interfaces.
What does Pinout mean?
A pinout confirms which colour wire is placed in which of the 8 RJ45 pin positions.
What is a Straight Through Cable Pinout?
This is necessary when two devices transmit on opposite pins (MDI to MDIX). This connects the pin on one end of the wire to the same pin on the other end of the wire. (e.g. Pin 1,2 on one end connects to pin 1,2 on the other).
Provide one reason that UTP cables are crossed over instead of being parallel.
Reduces the likelihood of Crosstalk by cancelling out EMI (Electro Magnetic Interference)
What is a Crossover Cable Pinout?
This is necessary when two devices transmit on the same pins (MDI to MDI or MDIX to MDIX). The connections are crossed at each end of the UTP so that the transmitting pins of device 1 connect to the receiving pins of device 2. (Pin 1 connects to pin 3 and pin 2 connects to pin 6.
Advise which pins these devices transmit on and whether they are MDI or MDIX:
Routers
Switches
PC NICs
Wireless Access Points
Hubs
PC NICs - 1,2 (MDI)
Hubs - 3,6 (MDIX)
Routers - 1,2 (MDI)
Wireless Access Points - 1,2 (MDI)
Switches - 3,6 (MDIX)
What is auto-mdix?
Auto-mdix adjusts a cable’s logic depending on whether it needs to be Straight Through or Crossover. This is automatically detected by switch ports that are auto-mdix enabled.
How does a 1000BASE-T Crossover cable differ from a 100BASE-T or 10BASE-T Crossover cable?
As there are 4 pairs in 1000BASE-T it crosses the two new pairs as well which are 4,5 and 7,8.
Explain the differences between Multi Mode and Single Mode fibre.
Multimode:
- Transmits over shorter distances without signal degradation (=<500m)
- Transmits more modes (angles) of light
- Transmits using an LED
- Cheaper
- Thicker core
Single Mode:
- Transmits over longer distances (<=40km)
- Transmits a single mode (angle) of light
- Transmits using a laser
- More expensive
- Smaller core
What is the approximate maximum transmission distance for:
UTP
Multimode
Singlemode
Multimode - 500m
UTP - 100m
Singlemode - 40km
Define MTU
The Maximum Transmission Unit is the maximum size of a packet that is allowed to be sent over a medium (in bits).