CPNT 217 Data link layer Flashcards

(25 cards)

1
Q

What is the Data Link Layer in the OSI Reference Model?

A

layer 2. node-to-node data transfer and enabling reliable communication between directly connected devices on the same network

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

What are the main functions of the Data Link Layer?

A

Framing: Packages raw bits into frames for easier handling. Error Detection: Identifies and corrects errors in transmitted data. Flow Control: Manages data flow to prevent congestion. MAC Addressing: Uses unique addresses to identify devices on a network.

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

What are the two sublayers of the Data Link Layer?

A

Logical Link Control (LLC) and Media Access Control (MAC).

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

What does the Logical Link Control (LLC) sublayer do?

A

Communicates between networking software at higher layers and device hardware.
multiplexing
flow control
error detection

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

What is the primary protocol used at Layer 2?

A

Ethernet is the default protocol at Layer 2.

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

What is a frame in the context of the Data Link Layer?

A

A frame is the Protocol Data Unit (PDU) at Layer 2
created by encapsulating packets from the Network Layer with control information

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

What is included in a frame header?

A

Data Link Header

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

What is the purpose of the frame trailer?

A

Usually contains error-checking information and is optional.

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

What is a MAC address?

A

A unique 48-bit address assigned to each Network Interface Card (NIC)

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

What are the three types of MAC addresses?

A

Unicast (single device) multicast (device group) broadcast (all devices)

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

What is a unicast MAC address?

A

An address that points to a single NIC

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

What is a broadcast MAC address?

A

An address that allows all hosts on the network to receive the frame

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

What does the term ‘network topology’ refer to?

A

arrangement of devices (nodes) and connections (links) in a computer network

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

What are the two types of network topology?

A

Physical topology and logical topology.

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

What is a bus topology?

A

A network topology where each node connects to a common media.

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

What is a star topology?

A

A network topology where each node connects to a central point

17
Q

What is a mesh topology?

A

A network topology where each node is connected to every other node (full mesh) or only to select nodes (partial mesh).

18
Q

What is the role of switches in a network?

A

Switches use a MAC address table to forward frames to specific devices

19
Q

What is a collision domain?

A

A segment of a network where data packets can collide

20
Q

How do switches reduce collisions?

A

By sending frames only to the port where the destination MAC address is attached

21
Q

What is a MAC address table?

A

A table that maps MAC addresses to switch ports

22
Q

What are the common switch form factors?

A

Fixed, rack mounted and stackable

23
Q

What is the purpose of data encapsulation in networking?

A

To package data with necessary protocol information for transmission across the network.

24
Q

What is the significance of error detection in frames?

A

To ensure data integrity by identifying and correcting errors during transmission.

25
What is the function of the Organizationally Unique Identifier (OUI) in a MAC address?
A 24-bit identifier assigned to a specific manufacturer/model by the IEEE.