Fundamentals of Ethernet LAN Flashcards

1
Q

Ethernet

A

Family of LAN standards with standard names that begin with 802.3 that together define the physical and data-link layers of the world’s most popular WIRED LAN technology

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Wireless LANs

A

Defined by the IEEE using standards that begin with 802.11, use radio waves to send the bits from one node to the next

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Unshielded Twisted Pair (UTP)

A

Transmits data over electrical circuits via the copper wires inside the cable.
Suffix includes T (Twisted pairs)
Up to 100 meters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Fiber-optic

A

Sends light over glass fibers in the center of the cable.
Although more expensive, optical cables typically allow longer cabling distances between nodes.
Suffix includes X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Ethernet header and trailer

A

Bytes of overhead data that Ethernet uses to do its job of sending data over a LAN, with the same format no matter the speed or the medium

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Ethernet Frame

A

Refers to the header and trailer of a data-link protocol, plus the data encapsulated inside that header and trailer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

10BASE-T

A

Standard Ethernet 10Mbps

2 pairs of wires

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

100BASE-T

A
Fast Ethernet (FE) 100Mbps
2 pairs of wires
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

1000BASE-T

A

Gigabit Ethernet (GE)
1000Mbps
4 pairs of wires

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Electro Magnetic Interference (EMI)

A

When electrical current passes over any wire, it creates electromagnetic interference that interferes with the electrical signals in nearby wires, including the wires in the same cable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Crosstalk

A

Electro Magnetic Interference (EMI) between wire pairs in the same cable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Ethernet link

A

Any physical cable between two Ethernet nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Network Interface Card (NIC)

A

Standard name for PC network Card

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Gigabit Ethernet Interface Converter (GBIC)

A

The original form factor for a removable transceiver for Gigabit interfaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Small Form Pluggable (SFP)

A

The replacement for GBICs, used on Gigabit interfaces, with a smaller size, taking less space on the side of the networking card or switch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Small Form Pluggable Plus (SFP+)

A

Same size as the SFP, but used on 10-Gbps interfaces.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

10BASE-T and 100BASE-T Straight-Through Cable Pinout

A

For transmission, pin 1 and 2 on one end of the cable to pin 1 and 2 at the other end of the cable
For receiving, pin 3 and 6 on one end of the cable to pin 3 and 6 at the other end of the cable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

10BASE-T and 100BASE-T Crossover Cable Pinout

A

Pin 1 and 2 on one end of the cable to pin 3 and 6 at the other end of the cable, and viceversa

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Straight-through vs Crossover cable

A

Straight-through cable, if the endpoints transmit on different pin pairs
Crossover cable, if the endpoints transmit on the same pin pairs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Devices which transmit on Pins 1,2

A

PC NICs
Routers
Wireless access point (Ethernet interface)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Devices which transmit on Pins 3,6

A

Hubs

Switches

22
Q

Auto mdix

A

Cisco switches feature that notices when the wrong cable is used and automatically changes its logic to make the link work

23
Q

1000BASE-T Cable Pinout

A

1,2 > 3,6

4,5 > 7,8

24
Q

Multimode fiber

A

The cable allows for multiple angles (modes) of light waves emitted by a LED trasmitter entering the core

25
Single mode fiber
To transmit light into a much smaller core, a laser-based transmitter sends light at a single angle (hence the name single-mode) Smaller-diameter core, around one-fifth the diameter of common multimode cables
26
Fiber transmission between devices
Two cables, one for each direction, like having two electrical circuits with the original UTP Ethernet standards. Transmit port on one device connects to a cable that connects to a receive port on the other device, and vice versa with the other cable
27
Comparisons Between UTP, MM, and SM
Relative Cost of Cabling Low > Medium > Medium Relative Cost of a Switch Port Low > Medium > High Approximate Max Distance 100m > 500m > 40km Relative Susceptibility to Interference Some > None > None Relative Risk of Copying from Cable Emissions Some > None > None
28
Ethernet Frame Format
``` Header Preamble (7) SFD (1) Destination (6) Source (6) Type (2) ``` Data and Pad (46-1500) Trailer FCS (4)
29
Ethernet Frame Header - Preamble
Synchronization (7 bytes)
30
Ethernet Frame Header - Start Frame Delimiter (SFD)
Signifies that the next byte begins the Destination MAC Address field (1 byte)
31
Ethernet Frame Header - Destination MAC Address
Identifies the intended recipient of this frame (6 bytes)
32
Ethernet Frame Header - Source MAC Address
Identifies the sender of this frame (6 bytes)
33
Ethernet Frame Header - Type
Defines the type of protocol listed inside the frame Today, most likely identifies IP version 4 (IPv4) or IP version 6 (IPv6) (2 bytes)
34
Ethernet Frame - Data and Pad
Holds data from a higher layer, typically an L3PDU (usually an IPv4 or IPv6 packet). The sender adds padding to meet the minimum length requirement for this field (46-1500 bytes)
35
Ethernet Frame Trailer - Frame Check Sequence (FCS)
Provides a method for the receiving NIC to determine whether the frame experienced transmission errors (4 bytes)
36
Maximum Transmission Unit (MTU)
The maximum Layer 3 packet that can be sent over a medium. Because the Layer 3 packet rests inside the data portion of an Ethernet frame, 1500 bytes is the largest IP MTU allowed over an Ethernet.
37
Media Access Control (MAC)
6-byte-long binary numbers. For convenience, most computers list MAC addresses as 12-digit hexadecimal numbers. Cisco devices typically add some periods to the number for easier readability as well (0000.0C12.3456)
38
Organizationally unique identifier (OUI)
Universally unique 3-byte code assigned to the manufacturer by IEEE
39
Ethernet address aliases
``` LAN address Hardware address Burned-in address (BIA) Physical address Universal address MAC address. ```
40
Unicast address
A term for a MAC address that represents a single LAN interface
41
Broadcast address
An address that means “all devices that reside on this LAN right now.” It has a value of FFFF.FFFF.FFFF.
42
Multicast address
On Ethernet, a multicast address implies some subset of all devices currently on the Ethernet LAN (that volunteers to receive frames sent to a specific multicast address.)
43
EtherType
Hexadecimal number which identifies the type of network layer (Layer 3) packet that sits inside the Ethernet frame. 0800 IPv4 86DD IPv6
44
Error Detection with FCS
The sender applies a complex math formula to the frame before sending it, storing the result of the formula in the FCS field. The receiver applies the same math formula to the received frame. The receiver then compares its own results with the sender’s results. If the results are the same, the frame did not change; otherwise, an error occurred, and the receiver discards the frame.
45
Error Detection vs Error Recovery
Ethernet defines that the errored frame should be discarded, but Ethernet does not attempt to recover the lost frame. Other protocols, notably TCP, recover the lost data by noticing that it is lost and sending the data again.
46
Half Duplex
The device must wait to send if it is currently receiving a frame; in other words, it cannot send and receive at the same time
47
Full Duplex
The device does not have to wait before sending; it can send and receive at the same time
48
LAN Hub
Forward data using physical layer standards rather than data-link standards and are therefore considered to be Layer 1 devices. When an electrical signal comes in one hub port, the hub repeats that electrical signal out all other ports (except the incoming port)
49
Carrier Sense Multiple Access with Collision Detection (CSMA/CD)
Enforce rules that allow only one device to successfully send a frame at any point in time
50
Ethernet shared media
Refer to designs that use hubs, require CSMA/CD, and therefore share the bandwidth
51
Ethernet point-to-point
In a network built with switches, each (point-to-point) link works independently of the others