Network layer: Links Layer & WiFi Flashcards

1
Q

What is link layer?

A

The Link Layer is the part of the network that helps send data between devices on the same network. It makes sure data gets from one device to another correctly.

When you send a file over WiFi, the link layer helps ensure it reaches your friend’s computer without errors.

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

What is Topology?

A

Topology is how devices are connected in a network. It can be wired (cables) or wireless (WiFi, Bluetooth, etc.).

Example: A star topology means all computers connect to one central switch, like spokes on a wheel.

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

Flow Control

A

Flow control makes sure that fast computers don’t overload slow ones when sending data. It slows down the sender if the receiver can’t keep up.
📌 Example: A teacher (fast sender) speaking slowly so students (slow receivers) can take notes.

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

Error Detection & Correction

A

Networks sometimes make mistakes when sending data, like a bad WiFi signal. Error detection finds mistakes, and correction fixes them.

When watching Netflix, if the internet is bad, the video might pause while fixing the missing data.

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

Framing

A

Framing means breaking data into small packets with labels (like envelopes for mail). This helps in organizing and sending information.

A large email is split into smaller parts, sent separately, and then reassembled at the destination.

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

MAC Address

A

A MAC (Media Access Control) address is a unique ID for each device on a network. Think of it as a home address for your laptop or phone.

Your laptop’s MAC address helps the WiFi router know which device should receive internet data.

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

ARP (Address Resolution Protocol)

A

ARP is a protocol that helps find the MAC address of a device when you only know its IP address.

When you type a website name, your computer uses ARP to figure out where to send the request.

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

Ethernet

A

Ethernet is a wired network technology used to connect devices using cables. It’s faster and more stable than WiFi.

Offices use Ethernet cables to connect computers for faster and more secure internet.

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

Virtual LAN (VLAN)

A

A VLAN is like a virtual network inside a real network. It separates devices into different groups, even if they are using the same cables.

A company can have one physical network but separate VLANs for HR, IT, and Finance so their data doesn’t mix.

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

Multiple Access Protocols

A

When many devices share one network channel, they need rules to avoid talking at the same time.

📌 Example: In a Zoom meeting, only one person speaks at a time to avoid confusion.

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

CSMA/CD (Carrier Sense Multiple Access with Collision Detection)

A

This is used in Ethernet networks to detect collisions when two devices try to send data at the same time.

Two people talking at the same time in a call. If they notice, one person stops and waits.

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

CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance)

A

This is used in WiFi networks to prevent collisions before they happen by waiting and listening before sending.

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

TDMA (Time Division Multiple Access)

A

Each device gets a time slot to send data so they don’t interfere.
📌 Example: A school schedule where each class has a fixed time slot.

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

FDMA (Frequency Division Multiple Access)

A

Each device gets a separate frequency to send data, like different radio stations.
📌 Example: FM radio stations use different frequencies so they don’t mix.

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

Hidden Terminal Problem

A

This happens in WiFi networks when two devices can’t see each other, but both try to send data, causing a collision.
📌 Example: Two people whispering in different corners of a room but accidentally talking over each other.

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

RTS/CTS (Request to Send / Clear to Send)

A

A system to avoid collisions in WiFi networks by asking for permission before sending data.
📌 Example: Before speaking in a big meeting, you raise your hand and wait for approval.

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

Wireless LAN (WiFi)

A

A wireless local area network (WLAN) connects devices without cables.
📌 Example: Home WiFi connects your phone, laptop, and smart TV to the internet.

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

WiFi Authentication

A

WiFi networks need security so only authorized devices can connect. The most common methods are WPA2 or WPA3.
📌 Example: Your home WiFi asks for a password before letting new devices join.

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

ARP Poisoning

A

A hacking method where someone tricks a network into sending data to the wrong device.
📌 Example: A hacker pretends to be the WiFi router, so your internet traffic goes through them first.

20
Q

Ethernet Frame

A

An Ethernet frame is a packet of data with extra information like addresses and error checking.
📌 Example: An Amazon package with a shipping label that tells the courier where to send it.

21
Q

Cyclic Redundancy Check (CRC)

A

A mathematical method to detect errors in transmitted data.
📌 Example: When downloading a file, the computer checks if all parts arrived correctly.

22
Q

Beacon Frames

A

Beacon frames help WiFi devices find nearby networks and connect to them.
📌 Example: Your phone scans for WiFi and finds a list of networks.

23
Q

Handoff (WiFi Roaming)

A

When you move between WiFi zones, your device switches between access points to maintain a strong connection.
📌 Example: Walking through an airport, your phone switches between different WiFi routers without disconnecting.

24
Q

Signal-to-Noise Ratio (SNR)

A

SNR compares the strength of the WiFi signal to background noise. A higher SNR is better.
📌 Example: Listening to music in a quiet room (high SNR) vs. in a noisy café (low SNR).

25
Power Management in WiFi
WiFi devices reduce power use by sleeping when they’re not actively sending or receiving data. 📌 Example: Your phone's WiFi goes into low-power mode when the screen is off.
26
Half-Duplex vs. Full-Duplex
Half-Duplex: Devices can send or receive, but not both at the same time (like a walkie-talkie). Full-Duplex: Devices can send and receive at the same time (like a phone call). 📌 Example: WiFi is usually half-duplex, while an Ethernet cable can be full-duplex.
27
Collision Domain
A collision domain is a part of a network where data collisions can happen when multiple devices try to send data at once. 📌 Example: In an old Ethernet hub, all connected devices share the same collision domain, leading to slow network speeds.
28
Broadcast Domain
A broadcast domain is the part of a network where devices can send broadcast messages that reach all devices. 📌 Example: In a VLAN, only devices inside that VLAN receive broadcast messages, reducing unnecessary network traffic.
29
Spanning Tree Protocol (STP)
STP prevents loops in a network with multiple paths between switches. 📌 Example: Without STP, a message could get stuck in an endless loop, slowing down the entire network.
30
MTU (Maximum Transmission Unit)
MTU is the largest size of a packet that can be sent in one go. If data is too big, it gets split into smaller packets. 📌 Example: Some networks have an MTU of 1500 bytes, so a 2000-byte packet will be split into two smaller packets.
31
Subnetting
Subnetting divides a large network into smaller parts, making it more efficient. 📌 Example: A company with one big network (192.168.1.0/24) might split it into smaller subnets for different departments.
32
QoS (Quality of Service)
QoS prioritizes important network traffic (like video calls) over less important traffic (like file downloads). 📌 Example: Your company prioritizes Zoom meetings over Netflix streaming, so calls don’t lag.
33
WiFi Authentication Types
WEP (Weak, easily hacked) WPA/WPA2 (Stronger, more secure) WPA3 (Latest, most secure) 📌 Example: Your home WiFi probably uses WPA2 or WPA3 to protect against hackers.
34
MAC Filtering
MAC filtering allows only specific devices to connect to a WiFi network. 📌 Example: A company only allows work laptops to access WiFi, blocking personal devices.
35
DHCP (Dynamic Host Configuration Protocol)
DHCP automatically assigns IP addresses to devices in a network. 📌 Example: When you connect to WiFi, your phone gets an IP address without you setting it manually.
36
NAT (Network Address Translation)
NAT allows multiple devices to share one public IP address when connecting to the internet. 📌 Example: At home, all your devices use one public IP, but inside your network, they have different private IPs (192.168.x.x).
37
VPN (Virtual Private Network)
A VPN encrypts your internet traffic and routes it through another location to increase security and privacy. 📌 Example: When using public WiFi, a VPN hides your data from hackers.
38
IPv4 vs. IPv6
IPv4 (e.g., 192.168.1.1) – Older, running out of addresses. IPv6 (e.g., 2001:db8::ff00:42:8329) – Newer, more addresses available. 📌 Example: Websites are slowly switching to IPv6 because IPv4 is running out of addresses.
39
Wireless Channel Interference
If multiple WiFi networks use the same channel, they interfere and slow each other down. 📌 Example: Your WiFi slows down because your neighbor's router uses the same WiFi channel.
40
Wireless Roaming & Handoff
When moving between WiFi zones, your device automatically switches to the strongest access point. 📌 Example: Walking from your living room to your bedroom, your phone switches to the closer WiFi router.
41
2.4 GHz vs. 5 GHz WiFi
2.4 GHz = Slower but longer range (good for walls) 5 GHz = Faster but shorter range (good for speed) 📌 Example: If your WiFi lags, switching from 2.4 GHz to 5 GHz might help.
42
Man-in-the-Middle Attack
A hacker secretly intercepts communication between two devices. 📌 Example: If you connect to fake public WiFi, a hacker could steal your passwords.
43
Wireless Security Attacks
Evil Twin Attack: Fake WiFi that looks like a real one. Deauthentication Attack: Forces you to disconnect so hackers can steal login info. 📌 Example: A hacker sets up "Free Airport WiFi", but it’s actually stealing user data.
44
IPv6 Neighbor Discovery (ND)
IPv6 replaces ARP with Neighbor Discovery Protocol (NDP) to find other devices. 📌 Example: Your IPv6 device automatically discovers other devices on the network.
45
Wireless Mesh Networks
A mesh network is a group of WiFi routers that work together to cover a large area. 📌 Example: Google Nest WiFi uses mesh technology to provide better coverage in big homes.