Ethernet Basics CH 4 Flashcards

1
Q

What is sneaker-net?

A

This was a term used to describe. Saving data to a floppy putting on your shoes and walking to the next computer.

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

What is a Hub?

A

Receives data on one port and repeats it to all other ports except the originating port.

Note: Reads incoming signal and sends new copies of that signal out to every connected port.

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

What is a Preamble of a frame?

A

a 7-byte series of alternating ones and zeroes followed by a 1-byte Start Frame. Gives 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
4
Q

What adds the Preamble?

A

The sending NIC

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

48-bit (6-Byte) address is also known as what?

A

MAC address

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

Why would a system have two MAC addresses?

A

The system has more then one NIC

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

What is Promiscuous mode

A

NIC processes all the frames it sees on the cable regardless of their MAC addresses.

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

What is a Type of a frame?

A

Helps the receiving computer interpret the frame contents at a very basic level.

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

What is a Data of a frame?

A

Contains payload the frame carries.

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

What is a Pad of a frame?

A

the min size of a ethernet frame is 64 bytes. pad is extra data to created by the NIC to make the packet a min of 64 bytes.

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

What is FCS

A

FCS (Frame Check Sequence) special code attached to each frame that helps determine the integrity of data.

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

Carrier sense multiple access/collision detection determines what?

A

Which computer should use a shared cable at a given moment.

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

When Two NICs send at the same time what happens?

A

A collision occurs, the hub sends out the overlapping signals, and the NIC detects the collision.

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

After a Collision occurs and a NIC detects the collision what happens?

A

The NIC generates a random number and waits for that period of time, the NIC with the lowest number will start generating traffic and avoid a collision.

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

what is a collision domain?

A

a group of nodes 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
16
Q

What is 10Base2 or Thinet?

A

Use RG-58 coaxial cable with BNC connections on the end.
Uses a Bus topology.
Uses a T connector to connect to the BUS.

17
Q

What must you do with a 10Base2 (thinnet) connection

A

Terminate at the ends of the BUS

18
Q

10Base2 Networks can be used at a maximum distance of what?

A

185 Meters

19
Q

10Base5 Networks can be used at a maximum distance of what?

A

500 Meters

20
Q

What is the minimum CAT standard cable that can be used with a 10BaseT?

A

Cat3 or higher

21
Q

What should you check first when investigating an outage with multiple systems on a 10BaseT network?

22
Q

NICs that can only communicate in one direction at a time run in what mode?

A

Half Duplex

23
Q

NICs that can send and receive at the same time are in what mode?

A

Full Duplex

24
Q

What TIA/EIA standard is this?

Orange/White 1 | Orange 2 | Green/White 3 | Blue 4 | Blue/White 5 | Green 6 | Brown/White 7 | Brown 8 |

25
What TIA/EIA standard is this? Green/White 1 | Green 2 | Orange/White 3 | Blue 4 | Blue/White 5 | Orange 6 | Brown/White 7 | Brown 8 |
568A
26
List the 8 colors in order using the 568B Standard
Orange/White | Orange | Green/White | Blue | Blue/white | Green | Brown/White | Brown |
27
List the 8 colors in order using the 568A Standard
Green/White 1 | Green 2 | Orange/White 3 | Blue 4 | Blue/White 5 | Orange 6 | Brown/White 7 | Brown 8 |
28
10BaseFL uses what type of cabling?
Fiber-Optic
29
What are the reasons to use Fiber Optic cables??
Up to 2km Distance, EMI is not a factor, Security(much harder to wire tap)
30
What is a MDI?
Media dependent interface is a regular port on a switch or a hub
31
what is MDIX?
Media dependent interface crossover (MDIX) is an uplink port
32
How do you create a cross over cable?
Reversing cables on pins 1,2,3,6 from the other side of the wire. One end is wired according to 568A and the other is according to 568B
33
Crossover cables connect in _______ Port?
Standard port
34
What is a straight through cable?
has both cable standards (568A, 568B) of the RJ-45 connector using Twisted Pairs
35
What is a rollover cable?
Has an RJ-45 connector on one end and a class RS-232 serial port on the other.
36
How does a Bridge work?
Acts like a repeater to connect two Ethernet networks, But goes one step beyond -filtering and forwarding traffic between those segments based on the MAC address of the computers on those segments. (Preserves Bandwidth)
37
What Layer of the OSI model do Bridges work?
Networking Layer 3