Topic 5 (Data Link Layer)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/53

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:31 AM on 4/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

54 Terms

1
New cards

Data Link Layer

Prepares network data for the physical network.

2
New cards

Data Link Layer

Is responsible for network interface card (NIC) to NIC communications.

3
New cards

Frames

Exchanges ________ between endpoints over the network media.

4
New cards

Data Link Layer

Controls how data is placed and received on the media.

5
New cards

Data Link Layer

Performs error detection and rejects any corrupt frame.

6
New cards

Layer 2 Ethernet destination and source NIC information (address)

The data link layer adds ________________________ to a Layer 3 packet.

7
New cards

IEEE 802 LAN/MAN standards

are specific to the type of network (Ethernet, WLAN, WPAN, etc.).

8
New cards

Logical Link Control (LLC)

Communicates between: Networking Software and Device hardware

9
New cards

Networking software

At the upper layers

10
New cards

Device Hardware

at the lower layers

11
New cards

Media Access Control (MAC)

Sublayer provides: Data Encapsulation and Media Access Control

12
New cards

Data Encapsulation

provides addressing and error detection

13
New cards

Addressing

source and destination addressing for transporting the Layer 2 frame between devices on the same shared medium.

14
New cards

Error Detection

includes a trailer used to detect transmission errors.

15
New cards

Media Access Control

to allow multiple devices to communicate over a shared medium.

16
New cards

Point-to-point, Hub and spoke, Mesh

There are three common physical WAN topologies.

17
New cards

Point-to-point

the simplest and most common WAN topology. Consists of a permanent link between two endpoints.

18
New cards

Hub and spoke

similar to a star topology where a central site interconnects branch sites through point-to point links.

19
New cards

Mesh

provides high availability but requires every end system to be connected to every other end system.

20
New cards

Point-to-point

knowt flashcard image
21
New cards

Hub and spoke

knowt flashcard image
22
New cards

Mesh

knowt flashcard image
23
New cards

Star and extended star

Typically used to interconnect end devices on LANs

24
New cards

Star and extended star

Very scalable and easy to install and troubleshoot

25
New cards

Star

knowt flashcard image
26
New cards

Extended Star

knowt flashcard image
27
New cards

Legacy LAN topologies

Consists of Early Ethernet Bus and Legacy Token Ring.

28
New cards

Early Ethernet Bus

All end systems chained together with coaxial cable and terminated on each end.

29
New cards

Legacy Token Ring

Each end system is connected to its respective neighbors to form a ring.

30
New cards

Bus

knowt flashcard image
31
New cards

Ring

knowt flashcard image
32
New cards

Half-duplex communication

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

33
New cards

Half-duplex communication

Used on WLANs and legacy bus topologies with Ethernet hubs.

34
New cards

Full-duplex communication

Allows both devices to simultaneously transmit and receive on a shared medium.

35
New cards

Ethernet

________ switches operate in full-duplex mode.

36
New cards

multiaccess network

is a network that can have two or more end devices attempting to access the network simultaneously. Examples: Ethernet LANs and WLANs.

37
New cards

Contention-based access and Controlled access

What are the access control methods

38
New cards

Contention-based access

• Carrier sense multiple access with collision detection (CSMA/CD) - used on legacy bus-topology Ethernet.

• Carrier sense multiple access with collision avoidance (CSMA/CA) - used on Wireless LANs.

39
New cards

Carrier sense multiple access with collision detection (CSMA/CD)

used on legacy bus-topology Ethernet.

40
New cards

Carrier sense multiple access with collision avoidance (CSMA/CA)

used on Wireless LANs.

41
New cards

Controlled Access

Deterministic access, where each node has its own time on the medium.

42
New cards

Carrier sense multiple access with collision detection (CSMA/CD)

Used by legacy Ethernet LANs.

43
New cards

Carrier sense multiple access with collision detection (CSMA/CD) and Carrier sense multiple access with collision avoidance (CSMA/CA) - used on Wireless LANs.

Operates in half-duplex mode where only one device sends or receives at a time.

44
New cards

Carrier sense multiple access with collision detection (CSMA/CD)

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

45
New cards

Carrier sense multiple access with collision avoidance (CSMA/CA)

Used by IEEE 802.11 WLANs.

46
New cards

Frame

Data is encapsulated by the data link layer with a header and a trailer to form a ______.

47
New cards

Header, Data, Trailer

a frame has three parts

48
New cards

Frame Start and Stop

Identifies beginning and end of frame

49
New cards

Addressing

Indicates source and destination nodes

50
New cards

Type

Identifies encapsulated Layer 3 protocol

51
New cards

Control

Identifies flow control services such as quality of service (QoS).

52
New cards

Data

Contains the frame payload

53
New cards

Error Detection

Used to determine transmission errors

54
New cards

Layer 2 Addresses

• Referred to as a physical address.

• Contained in the frame header.

• Used only for local delivery of a frame on the link.

• Updated by each device that forwards the frame.