Topic 5 Flashcards

1
Q

What is the purpose of the Data Link Layer?

A

Prepares network data for the physical network and is responsible for network interface card (NIC) to NIC communications.

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

List the functions of the Data Link sublayers.

A
  1. Accepts Layer 3 packets and encapsulates them into Layer 2 frames.
  2. Controls how data is placed and received on the media.
  3. Exchanges frames between endpoints over the network media.
  4. Receives encapsulated Layer 3 packets, and directs them to the proper upper-layer protocol.
  5. Performs error detection and rejects any corrupt frame.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the functions of the LLC Sublayer?

A
  1. Communicates between the networking software at the upper layers and the device hardware at the lower layers.
  2. Places information in the frame to identify which network layer protocol is used for the frame.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the functions of the MAC Sublayer?

A

Implemented in hardware and is responsible for data encapsulation and media access control.

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

List the four functions performed by a router at each hop along the data path.

A
  1. Accepts a frame from the network medium.
  2. De-encapsulates the frame to expose the encapsulated packet.
  3. Re-encapsulates the packet into a new frame.
  4. Forwards the new frame on the medium of the next network segment.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe briefly the three common physical WAN topologies.

A
  1. Point-to-point - the simplest and most common WAN topology. Consists of a permanent link between two endpoints.
  2. Hub and spoke - similar to a star topology where a central site interconnects branch sites through point-to-point links.
  3. Mesh - provides high availability but requires every end system to be connected to every other end system.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Half Duplex?

A

Only allows one device to send or receive at a time on a shared medium.

Used on WLANs and legacy bus topologies with Ethernet hubs.

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

What is Full Duplex?

A

Allows devices to send and receive simultaneously on a shared medium.

Used by Ethernet switches.

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

What are the two contention-based access methods?

A
  1. Carrier sense multiple access with collision detection (CSMA/CD) - used on legacy bus-topology Ethernet.
  2. Carrier sense multiple access with collision avoidance (CSMA/CA) - used on Wireless LANs.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are two characteristics of CSMA/CD?

A
  1. Used by legacy Ethernet LANs.
  2. Operates in half-duplex mode.

Uses a collision detection process to control when a device can send and what happens if multiple devices send at the same time.

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

What are two characteristics of CSMA/CA?

A
  1. Used by IEEE 802.11 WLANs.
  2. Operates in half-duplex mode.

Uses a collision avoidance process to govern when a device can send and what happens if multiple devices send at the same time.

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

What are the functions of Frame Start and Stop?

A

Identifies beginning and end of frame.

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

What is the function of Addressing in a Data Link Frame?

A

Indicates source and destination nodes.

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

What is the function of Error Detection in a Data Link Frame?

A

Used to determine transmission errors.

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

What are the four characteristics of Layer 2 address?

A
  1. Referred to as a physical address.
  2. Contained in the frame header.
  3. Used only for local delivery of a frame on the link.
  4. Updated by each device that forwards the frame.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is Half Duplex?

A

Only allows one device to send or receive at a time on a shared medium.

Used on WLANs and legacy bus topologies with Ethernet hubs.

17
Q

What is Full Duplex?

A

Allows devices to send and receive simultaneously on a shared medium.

Used by Ethernet switches.

18
Q

What are the two contention-based access methods?

A
  1. Carrier sense multiple access with collision detection (CSMA/CD) - used on legacy bus-topology Ethernet.
  2. Carrier sense multiple access with collision avoidance (CSMA/CA) - used on Wireless LANs.
19
Q

What are two characteristics of CSMA/CD?

A
  1. Used by legacy Ethernet LANs.
  2. Operates in half-duplex mode.

Uses a collision detection process to control when a device can send and what happens if multiple devices send at the same time.

20
Q

What are two characteristics of CSMA/CA?

A
  1. Used by IEEE 802.11 WLANs.
  2. Operates in half-duplex mode.

Uses a collision avoidance process to govern when a device can send and what happens if multiple devices send at the same time.

21
Q

What are the functions of Frame Start and Stop?

A

Identifies beginning and end of frame.

22
Q

What is the function of Addressing in a Data Link Frame?

A

Indicates source and destination nodes.

23
Q

What is the function of Error Detection in a Data Link Frame?

A

Used to determine transmission errors.

24
Q

What are the four characteristics of Layer 2 address?

A
  1. Referred to as a physical address.
  2. Contained in the frame header.
  3. Used only for local delivery of a frame on the link.
  4. Updated by each device that forwards the frame.
25
Q

What are the two factors that determine the data link protocol used?

A

The logical topology and physical media.

26
Q

Give three examples of data link protocols used in LANs and WANs.

A
  1. 802.3 Ethernet.
  2. 802.11 Wireless LAN (WLAN).
  3. Frame-Relay (FR).