Chapter 6 The Basic LAN Flashcards
(117 cards)
What is the role of the Physical Layer?
It handles the physical transmission of raw data bits over a communication channel.
What does the Data Link Layer do?
It provides error-free transmission of data frames over a physical link and handles flow control.
What is the purpose of the Network Layer?
It enables routing and logical addressing, allowing packets to be properly routed across multiple networks.
What does the Transport Layer do?
It ensures reliable delivery of data by providing error recovery, flow control, and segmentation of data into smaller units.
What is the role of the Session Layer?
It establishes, manages, and terminates sessions between applications, providing synchronization and checkpointing.
What does the Presentation Layer handle?
It is responsible for data formatting, encryption, compression, and translation between different data formats.
What is the purpose of the Application Layer?
It provides network services directly to end-users and applications, such as email, web browsing, and file transfer.
What is Address Resolution Protocol (ARP)?
ARP is a protocol used to map IP addresses to the MAC addresses of network interfaces.
Which layer of the OSI model does ARP operate at?
ARP operates at the Data Link Layer (Layer 2) of the OSI model.
What is the purpose of ARP?
ARP allows devices on a local area network (LAN) to discover and communicate with each other using MAC addresses.
What is a MAC address?
A MAC address, also known as a physical address, is a unique 48-bit hexadecimal identifier assigned to network interfaces.
What type of networks does ARP apply to?
ARP applies to local area networks (LANs) where devices communicate using MAC addresses.
What information does an ARP packet contain?
An ARP packet includes the source MAC address, source IP address, destination MAC address, and destination IP address.
How does ARP work?
When a device wants to communicate with another device on the same LAN, it sends an ARP request to discover the MAC address associated with a given IP address. The destination device replies with an ARP response containing its MAC address.
What is ARP cache poisoning?
ARP cache poisoning, also known as an ARP spoofing attack, is a type of man-in-the-middle attack where an attacker alters the ARP cache of a device to redirect network traffic through their system.
How can ARP cache poisoning be mitigated?
Mitigation measures include using static ARP cache entries, implementing network access controls, employing multifactor authentication, and applying conditional access policies.
Which layer of the OSI model is responsible for MAC addresses?
MAC addresses are handled at the Data Link Layer (Layer 2) of the OSI model.
What is a Layer 2 attack?
A Layer 2 attack refers to attacks that exploit vulnerabilities in the Data Link Layer (Layer 2) of the OSI model, specifically related to MAC addresses.
What is a MAC address flooding attack?
A MAC address flooding attack involves sending a flood of forged packets with spoofed MAC addresses to overwhelm a switch, causing it to behave like a hub and broadcast all traffic to every switch port.
What is a broadcast storm?
A broadcast storm, also known as a switching loop, is a situation where excessive amounts of network traffic flood the network, usually caused by faulty switches, failing network cards, or redundant network links.
How can MAC address flooding attacks be mitigated?
Mitigation measures for MAC address flooding attacks include limiting network access through MAC address filtering, using static MAC address assignments, and disabling unused switch ports.
How can broadcast storms be mitigated?
Broadcast storms can be mitigated by implementing Spanning Tree Protocol (STP) to prevent switching loops, enabling features like Bridge Protocol Data Unit Guard (BPDU Guard), and ensuring proper network configuration.
What are the security risks associated with Layer 2 attacks?
Layer 2 attacks can expose sensitive network traffic, compromise network integrity, and disrupt network operations, posing significant security risks to an organization.
What is MAC address filtering?
MAC address filtering is a security measure that allows only specific MAC addresses to access the network, limiting unauthorized devices from connecting.