Ethernet LAN Switching Flashcards

1
Q

define a LAN

A

network contained in relatively small area

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

Routers connect Lans.

A

Yes.

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

Do switches separate lans

A

no. router and or router interfaces do.

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

what makes up a ethernet frame?

A

header, packet, trailer.

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

what 5 fields are in the ethernet header

A
  1. preamble used for synchronization
  2. SFD(start frame delimiter) both 1,2 used for synchronization. To allow device to be prepared to receive rest of data in frame.
  3. Destination - layer 2 address to which frame is being source
  4. Source layer 2 address on the device which sent frame.
  5. Type - indicates layer 3 protocol. Usually IPv4 or 6. Sometimes its a lenth.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what field is in the trailer?

A

Only one. The FCS. Frame check Sequence. Used by receiving device to check for errors.

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

Preamble

A

Length, 8 bytes. (56 bits)
10101010 * 7
The purpose is to allow devices to synchronize their receiver clocks. To make sure they are ready to receive the rest of the frame and the data inside.

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

SFD (Start Frame Delimiter)

A

Length: 1 byte (8 bits)
Bit pattern is 10101011. Last bit is a one
Indicates end of preamble and beginning of the rest of frame.

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

Destination and source

A

Length: both are 6 bytes, 48 bits hexadecimal
MAC addresses
Indicating the devices sending and receiving the frame.
Consisting of dest. and source mac addresses

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

type/length field.

A

Can represent either the type or length of encapsulated packet.
2 bytes in length.
Can be represented by bytes
Value of 1500 or less indicates the LENGTH of the encapsulated packet.
Value of 1536 or more indicates the TYPE(usually IPv4 or 6.)

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

how is IPv4 and 6 represented in the Type filed

A

IPv4 = 0x0800 hex
2048
IPv6 = 0x86DD hex
34252

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

Frame Check Sequence

A

4 bytes
Is a Cyclic Redundancy Check.
Detects corrupted data by running CRC algorithm over the received data.

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

CRC

A

Cyclic Redundancy Check.

Used in FCS.

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

how big is data?

A

variable 46-1500 bytes

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

what do the first half of the 24 bit MAC address mean?

A

OUI (Organizationally Unique Identifier) Identify the manufacturer of the ethernet port.

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

;last half of MAC address

A

Assigned by manufacturer.

17
Q

how many bytes and bits is a mac address

A

6 bytes, 48 bits

18
Q

what number is D in hex?

A

13

19
Q

How fast is fast ethernet?

A

100mbps

20
Q

what is a unicast frame?

A

Destination is a single target

21
Q

Dynamically learned MAC address

A

Not Learned on the switch.

22
Q

Unknown unicast frame

A

frame does not have entry on it’s mac address table. Flood the frame

23
Q

Flood the frame

A

to all devices.

24
Q

known unicast frames

A

forwarded.