week 5 local area networks Flashcards
What is CSMA/CD?
CSMA/CD (Carrier Sense Multiple Access with Collision Detection) is a protocol used to manage how devices share a communication medium (like Ethernet) to prevent data collisions.
What is the main concept behind CSMA/CD?
CSMA/CD: Devices listen to the network before transmitting, and if a collision is detected during transmission, both devices stop and wait a random time before retransmitting.
What is a Network Interface Card (NIC)?
A NIC is a hardware component that connects a device to a network and handles sending/receiving data packets.
What is a MAC address?
A MAC address is a unique 48-bit identifier assigned to a NIC, written in hexadecimal format (e.g., 00:60:8C:00:54:99).
What are the key differences between Hubs and Switches?
Hubs broadcast data to all devices and cause more collisions, while switches send data to the intended recipient, reducing collisions.
What are the types of Ethernet transmission?
Types of Ethernet transmission:
Unicast (one-to-one)
Multicast (one-to-many)
Broadcast (one-to-all)
What is the role of the Data Link Layer in networking?
The Data Link Layer is responsible for framing, error detection, and MAC addressing.
What is the IEEE 802.3 standard?
IEEE 802.3 is the standard for Ethernet.
What is a Virtual LAN (VLAN)?
A VLAN is a software-defined network that groups devices logically, regardless of their physical location, improving network performance and security.
What is Power over Ethernet (PoE)?
Power over Ethernet (PoE) is a technology that allows Ethernet cables to deliver both power and data to devices like wireless access points, IP phones, and security cameras.
What is the difference between Shared Media and Switched Media?
Shared Media means all devices share the same medium, leading to collisions. Switched Media provides dedicated paths for devices, reducing collisions.
What is a Collision Domain?
A Collision Domain is a network segment where data packets can collide if two devices transmit at the same time. Switches reduce collision domains by isolating traffic.
What is a Broadcast Domain?
A Broadcast Domain is a network segment where a broadcast packet is forwarded to all devices. Routers separate broadcast domains to reduce unnecessary traffic.
What are the two types of addresses used in networking?
MAC Address (Layer 2) is used within the local network, and IP Address (Layer 3) is used across different networks.
What is Unicast?
Unicast is a one-to-one communication, where data is sent to a specific device on the network.
What is Multicast?
Multicast is one-to-many communication, where data is sent to a group of devices, but not all devices on the network.