2. Fundamentals of Ethernet Flashcards

1
Q

What is the standard name for 10Base-T

A

802.3

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

What is the standard for 100Base-T

A

802.3u

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

What is the standard for 1000Base-T

A

802.3ab

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

What is the standard for 1000Base-LX

A

802.3z

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

What is the max length for 1000Base-LX

A

5000m

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

What is the max length for copper

A

100m

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

What is the standard for 10GBase-T

A

802.3an

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

What is the speed of SPF+

A

10Gbps

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

Which pins are used in a 10BaseT/100BaseT straight through cable

A

1/2 3/6

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

In a 10BaseT/100BaseT which pins does a switch transmit from

A

3 and 6

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

Which devices transmit on pins 1,2

A

PC NICS
Routers
WAPs ethernet interface

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

Which pins transmit on 3,6

A

Hubs and switches

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

List the parts of a fiber optic cable

A
Core
Cladding
Buffer
Strengthener
Outer Jacket
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the light source called for fiber

A

optical transmitter

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

How man cables do you need for a fiber connection

A

2 - 1 to transmit/receive on each end

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

What are the standards and max distances for multimode fiber

A

10GBase-S 400m

10GBase-LX4 300m

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

What are the standards and max distances for single mode fiber

A

10GBase-LR 10km

10GBase-E 30km

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

Draw a standard ethernet frame

A
Preamble 7 btyes
SFD 1 byte
Destination 6 bytes
Source 6 bytes
Type 2 bytes
Data/Pad 46-1500bytes
FCS 4 bytes
19
Q

Describe the Preamble field in an Ethernet frame

A

7 bytes used for synchonrization

20
Q

Describe SFD in a Ethernet frame

A

Start Frame Delimiter
1 byte
Indicates next byte begins the destination MAC address

21
Q

What is the minimum and maximum size of the data inside an Ethernet frame

A

46 - 1500 bytes

22
Q

What is MTU

A

maximum transmission unit
max size of L3PDU inside the frame
1500bytes is largest IP MTU allowed over Ethernet

23
Q

What is the size of a MAC address

A

6 bytes (48bits / 12hex)

24
Q

What are the different parts of a MAC address

A

OUI

Vendor assigned

25
What is the OUI
Orgazationally Unique Identifier 3 byte code handed out to manufacturers by IEEE First part of MAC address
26
What are different names for MAC address(6)
``` LAN address Ethernet address Hardware address Burned in address Physical address universal address ```
27
What is the Type field in an Ethernet frame used for
Identify L3PDU inside the frame | Usually IPv4 or IPv6
28
What is the Type for IPv4 in Ethernet frame
x0800
29
What is the Type for IPv6 in Ethernet frame
x86DD
30
Does FCS provide error recovery
No, only error detection
31
What is half duplex
Device must wait to send if its currently receiving a frame | Cannot send and receive at same time
32
What does CSMA/CD stand for
Carrier Sense Multiple Access with Collision Detection
33
What are the steps taken when a collision occurs
1. Sender listens when sending and sends jamming signal to all other nodes when collision has occurred. 2. They independently choose random time to wait before trying to send again 3. Listen to see if line is free
34
What does Ethernet shared media mean
Designs that use hubs where CSMA/CD is required
35
What term is used with a network built with only switches
Ethernet point-to-point
36
What is the difference between multimode and single mode fiber
Multimode has multiple angles of light entering core Uses LED Single mode has smaller core (1/5 diameter or MM) Uses Laser
37
What type of fiber connection is 1000Base LX
single mode
38
What is the max length for 1000Base ZX
70km
39
What type of connection is 1000Base ZX
single mode
40
What type of connection is 1000Base LX4
multimode
41
What is Ethernet point to point
A network built with only switches
42
Draw a cross over cable
1 -3 2-6 3-1 6-2
43
Draw a cross over cable for 1000Base-T
``` 1-3 2-6 3-1 4-7 5-8 6-2 7-4 8-5 ```