Chapter 4: Ethernet Basics Flashcards

1
Q

Ethernet hubs take an incoming packet and ________ it out to the other connected ports.

A

repeat

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

What is appended to the beginning of the Ethernet frame?

A

Preamble

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

Which networking devices can use the Spanning Tree Protocol (STP)?

A

Switches

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

What device directs packets based on MAC address?

A

Switch

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

What is the IEEE committee that controls Ethernet standards called?

A

802.3

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

What topology does Ethernet use?

A

Star bus

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

What is Ethernet?

A

A standard for a family of network technologies that share the same basic bus topology, frame type. and network access method.

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

What is the purpose of a preamble on a frame?

A

It gives a receiving NIC time to realize a frame is coming and to know exactly where the frame starts.

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

What does the type field of an Ethernet frame do?

A

Helps the receiving computer interpret the frame contents at a very basic level. (IPv4 or IPv6)

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

What is the minimum size of an Ethernet frame?

A

64 bytes

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

What happens if an Ethernet frame has fewer than 64 bytes of data?

A

The sending NIC will automatically add extra data (padding)

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

What is CSMA/CD?

A

Ethernet networks use a system called carrier sense multiple access/collision detection (CSMA/CD) to determine which computer should use a shared cable at any given moment.

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

What is a collision domain?

A

A group of nodes (NICs/computers) that have the capability of sending frames at the same time as each other resulting in collisions.

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

What do the nodes do if a collision occurs?

A

Each node stops transmitting, determines a random time to wait, then retransmits.

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

What is the average maximum percentage of collisions in an Ethernet network?

A

10 percent

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

What is the central box for 10BaseT?

A

A hub

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

Which pins of an RJ-45 connector are used to send data? receive data?

A

Pins 1 and 2 are used to send data

Pins 3 and 6 are used to receive data

18
Q

What does it mean for a NIC to run in half-duplex mode?

A

The NIC can only communicate in one direction at a time, i.e. cannot send while receiving and vice versa.

19
Q

What does it mean for a NIC to run in full-duplex mode?

A

The NIC can send and receive at the same time.

20
Q

What is the arrangement of wires according to the TIA/EIA 568A standard?

A

WG G WO B WB O WBr Br

21
Q

What is the arrangement of wires according to the TIA/EIA 568B standard?

A

WO O WG B WB G WBr Br

22
Q

Fill in the following qualities of 10BaseT

1) Speed:
2) Signal Type:
3) Distance:
4) Node Limit:
5) Topology:
6) Cable Type:
7) Connector:

A

1) 10 Mbps
2) Baseband
3) 100m between hub and node
4) 1024/hub
5) Star bus
6) CAT3 or better UTP
7) RJ-45

23
Q

Fill in the following qualities of 10BaseFL:

1) Speed:
2) Signal Type:
3) Distance:
4) Node Limit:
5) Topology:
6) Cable Type:
7) Connector:

A

1) 10Mbps
2) Baseband
3) 2000m between hub and node
4) 1024/hub
5) Star bus
6) Multimode fiber
7) ST or SC

24
Q

What is a media dependent interface?

A

A regular old port on a hub or switch.

25
What is a media dependent interface crossover (MDIX)?
An uplink port on a hub.
26
What is a coupler?
A connection device used to extend an Ethernet segment
27
What are the two ways you can connect hubs?
1) Uplink ports | 2) Crossover cables
28
What kind of cable do you use for connecting hubs using uplink ports?
Straight-through (both ends the same wire arrangement)
29
Where do you insert the cable ends when connecting hubs using uplink ports?
One end of the cable in the uplink port of one hub and the end to any regular port on the other hub.
30
What is a crossover cable?
A UTP cable that has one end arranged according to TIA/EIA 568A and the other according to TIA/EIA 568B.
31
Where do you insert the cable ends when connecting hubs with crossover cables?
Each end is plugged into a regular port.
32
What is a bridge?
A bridge acts like a repeater or hub to connect two Ethernet networks, and filters and forwards traffic between those segments based on the MAC addresses of the computers on those segments.
33
What does it mean to filter traffic?
Stop it from crossing from one network to the next.
34
What does it mean to forward traffic?
Pass traffic originating on one side of the bridge to the other.
35
What is the advantage of switches over hubs?
A switch effectively creates point-to-point connections between two conversing computers, so every conversation between two computers gets the full bandwidth.
36
A switch stores copies of the MAC addresses of each connected computer in a table called a ___________.
Source Address Table (SAT)
37
Why can two nodes connected to a switch send data at the same time?
Each port on a switch is in its own collision domain.
38
What is a bridging loop?
A redundant connection between switches
39
What is Spanning Tree Protocol (STP)?
STP allows switches to detect loops and set the looped port's state to blocking
40
What is the frame called that STP-enabled switches use to communicate with each other?
Bridge Protocol Data Unit (BPDU)
41
What is the stable state of a switch referred to as?
Convergence
42
What are the steps for troubleshooting a basic hub/switch?
1) Check for obvious physical damage 2) Check for link lights, and try a different port if necessary 3) Check for cable damage 4) In the end, replace it