Chapter 3 - Ethernet Basics Flashcards

1
Q

Frames

A

Operate at Layer 2 and use MAC addresses for destination and source

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

Packets

A

Operate at Layer 3 and use IP addresses for destination and source

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

The five fields of a basic ethernet frame

A

Destination Address
Source Address
Type
Data
Frame Check Sequence (FCS)

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

Preamble

A

Added to frame by sending NIC
Gives receiving NIC time to realize a frame is coming and to know exactly where it starts
7 byte series of alt. 1s and 0s

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

Size of MAC Address

A

48-bit (6 byte)

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

Type field

A

Helps receiving computer interpret the frame contents at a very basic level (IPv4 or IPv6 for example)
Does NOT tell you if the frame carries higher level data such as an email message or web page

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

Data field

A

Contains whatever payload the frame carries

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

Minimum ethernet frame size

A

64 bytes

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

Pad

A

Extra data added to ethernet frame if it contains less than the minimum requirement of 64 bytes

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

FCS

A

Frame Check Sequence
Used to “recognize when bad things happen to good data”
Creating using Cyclic Redundancy Check (CRC) to ensure data arrives correctly

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

CRC

A

Cyclic Redundancy Check
When ethernet frame sent, sending machine runs this math formula and attaches the result as the Frame Check Sequence (FCS)
The receiving computer then performs the same math and if the answers don’t match, the frame is dropped

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

NICs that can only communicate in one direction at a time run in ___

A

Half-duplex mode

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

NICs that can send and receive at the same time run in ___

A

Full-duplex mode

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

RJ-45 Connector

A

Plastic connector with 8 pins. Each pin connects to a single wire inside the cable
Enables devices to put voltage on the individual wires within the cable

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

An RJ-45 connector is sometimes called a ___, and the act of installing it on the end of UTP cable is called ___

A

Crimp
Crimping

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

CSMA/CD

A

Carrier-Sense Multiple Access with Collision Detection
Was used on Ethernet networks to determine which computer should use a shared cable at a given moment to attempt to avoid collisions

17
Q

Carrier Sense

A

Each node using a network examines cable before sending data frame. If another machine is using network, waits a few milliseconds, rechecks, and if it detected no traffic sent out its frame

18
Q

Multiple Access

A

All machines have equal access to the wire

19
Q

Reasons to use more than one switch

A

More nodes than available ports
Physical distance requirements
Fault tolerance

20
Q

Uplink Ports

A

Enable you to connect two switches using a straight-through cable
Older switches had a dedicated uplink port, modern switches autosense when another switch is plugged in

21
Q

MDI-X

A

Auto-Medium-Dependent Interface Crossover
Technical term for an uplink port and the autosensing feature of ports in modern switches

22
Q

Crossover Cable

A

Reverses the sending and receiving pairs on one end of the cable allowing switches to hear each other
Not necessary in modern switches

23
Q

Spanning Tree Protocol

A

Adopted to eliminate the problem of accidental switching loops
Uses special frames called BPDUs and a Root Bridge to prevent loops from happening in the first place

24
Q

BPDU

A

Bridge Protocol Data Unit
Frames used in Spanning Tree Protocol to communicate with other switches to prevent loops from happening

25
Q

Root Bridge

A

One switch is elected as Root Bridge which acts as the center of the Spanning Tree Protocol universe
Each switch then uses the root bridge as a reference point to maintain a loop-free topology

26
Q

(TCN) BPDU

A

Topology Change Notification BPDU
Go into effect if a link or device goes down so that switches can reroute around the failed device/interface

27
Q
A