IE1030 Data Communication Networks - Link Layer Flashcards

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

1/28

flashcard set

Earn XP

Description and Tags

Comprehensive vocabulary flashcards for IE1030 covering the Link Layer, Ethernet operations, Switching, VLANs, and IEEE 802.11 Wireless LANs.

Last updated 7:17 AM on 7/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

29 Terms

1
New cards

Link Layer

The layer responsible for encapsulating network layer datagrams in frames and delivering them over a physical link between nodes.

2
New cards

Frame

The link layer data unit which consists of a header, a payload (the network layer datagram), and a trailer.

3
New cards

MAC Address (L2 Address)

A unique 4848-bit (66 bytes) address used for communication within a specific network, often expressed as hexadecimal numbers like 00:80:3F:2A:17:2100:80:3F:2A:17:21.

4
New cards

Broadcast Address

A special destination address reserved for all hosts on a network, represented as all 1s or FF:FF:FF:FF:FF:FFFF:FF:FF:FF:FF:FF in hexadecimal.

5
New cards

Ethernet

The dominant wired LAN technology defined by IEEE 802.3802.3 standards, initially using bus topology and currently utilizing switched star topology.

6
New cards

CSMA/CD

Carrier Sense Multiple Access with Collision Detection; a protocol where a host senses the channel before transmitting and aborts the transmission if a collision is detected.

7
New cards

Preamble

An Ethernet frame component consisting of 77 bytes of 1010101010101010 followed by one byte of 1010101110101011, used by the receiver to identify bit times.

8
New cards

CRC (Cyclic Redundancy Check)

An error control mechanism where the sender calculates a checksum and appends it to the frame trailer for the recipient to verify data integrity.

9
New cards

Hub

A physical layer device that copies an incoming signal to all other ports; it operates in half-duplex mode and creates a single collision domain.

10
New cards

Ethernet Switch

A link-layer device that takes an active role in storing and forwarding frames based on MAC addresses, effectively creating separate collision domains for each link.

11
New cards

Self-learning

The process by which a switch automatically builds its MAC address table by recording the source MAC address and the incoming port of received frames.

12
New cards

Flooding

A switch forwarding action where a frame is sent out on all ports except the arriving port, occurring when the destination MAC address is not found in the switch table.

13
New cards

Half-duplex mode

A communication mode where only one device in a segment can transmit at a time, and collisions occur if multiple devices transmit simultaneously.

14
New cards

Full-duplex mode

A communication mode where both devices in a segment can send and receive data at the same time, eliminating collisions and the need for CSMA/CD.

15
New cards

Ethernet Auto-negotiation

The process where a host and a switch agree on the highest possible speed and the best duplex mode (half or full) supported by both devices.

16
New cards

VLAN (Virtual LAN)

A technology that allows multiple virtual local area networks to be configured over a single physical LAN infrastructure to provide traffic isolation and manage broadcast domains.

17
New cards

Trunk Port

A switch port designed to connect to another switch, capable of carrying traffic for multiple VLANs simultaneously.

18
New cards

802.1Q

A protocol that adds a 44-byte VLAN tag to Ethernet frames forwarded via trunk ports to identify which VLAN the frame belongs to.

19
New cards

BSS (Basic Service Set)

The fundamental building block of a wireless LAN architecture, containing wireless hosts and potentially an Access Point (AP).

20
New cards

Infrastructure Mode

A wireless network configuration where hosts communicate through a base station known as an Access Point (AP).

21
New cards

Ad hoc Mode

A wireless network configuration consisting only of hosts without an Access Point; also called an ad hoc BSS.

22
New cards

ESS (Extended Service Set)

A network formed by two or more BSSs with Access Points interconnected by a distribution system (wired or wireless).

23
New cards

Passive Scanning

A process where wireless hosts listen for Beacon frames sent by Access Points to discover and join a network.

24
New cards

Active Scanning

A process where a wireless host broadcasts a Probe Request frame and listens for Probe Response frames from Access Points to join a network.

25
New cards

CSMA/CA

Carrier Sense Multiple Access with Collision Avoidance; the protocol used in 802.11802.11 wireless LANs to prevent collisions since detection is difficult in wireless environments.

26
New cards

DCF (Distributed Co-ordinated Function)

A contention-based service in 802.11802.11 where all stations contend for access to the shared medium.

27
New cards

PCF (Point Co-ordinated Function)

A contention-free service in 802.11802.11 where the Access Point polls stations and grants them permission to transmit.

28
New cards

SSID

The name of a wireless network included in beacon frames or probe responses.

29
New cards

BSSID

The MAC address of an Access Point (AP) in a wireless network.