Data Link Layer Flashcards

(19 cards)

1
Q

Which osi layer is responsible for node to node delivery and putting data into frames

A

Data link layer

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

Primary devices that operate at layer 2

A

Switches and bridges

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

What is the pdu (data unit) at layer 2 called

A

Frame

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

What two addressing types are inside every layer 2 frame

A

Source MAC address Plus destination MAC address

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

What is the name of the error detection field at the end of a layer 2 frame

A

FCS (frame check sequence) - calculated using CRC (cyclic redundancy check)

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

Switch versus hub at layer 2 - main functional difference

A

Switch= learns Mac addresses and forwards only to correct Port , hub = dumb flooding to all ports

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

Why do switches reduce collisions compared to hubs

A

Switches create separate collision domains per port (micro-segmentation)

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

Main advantages of a switch over a hub

A

More efficient + more secure (less sniffing)

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

What is the main job of a bridge

A

Connects two or more network segments and filters traffic using MAC addresses

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

Are switches and bridges the same thing today

A

Yes - modern switches are multi port bridges

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

What hardware and every computer handles layer 1 and layer 2

A

NIC

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

What you need to identifier does it every network interface card have burned in

A

MAC address (48 bit hardware addresses)

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

NICS operates at which 2 osi layers

A

Layer 1 ( physical transmission) and layer 2 (framing & MAC addressing )

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

Where is the CRC value located in a frame

A

In the FCS field at the end of the frame

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

What happens if the CRC/FCS check fails at the receiver

A

Frame is dropped (silent discard)

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

Switch/bridge decision is based on which address

A

Destination MAC address

17
Q

A hub is a multiport ____?

18
Q

What happens when a switch first receives a frame with an unknown destination MAC

A

It floods the frame out to all ports except the source Port(same behavior as a hub until it learns )

19
Q

What is the switchest Mac address table also called

A

Cam table( content addressable memory)