Suggest an editImprove this articleRefine the answer for “Where is MAC implemented: in hardware or software?”. Your changes go to moderation before they’re published.Approval requiredContentWhat you’re changing🇺🇸EN🇺🇦UAPreviewTitle (EN)Short answer (EN)**MAC** is implemented in hardware, but is partly supported by software. **Key point:** without a hardware implementation of MAC's critical functions the network would be far too slow - the CPU would be overloaded, and Wi-Fi and Gigabit Ethernet would become impossible.Shown above the full answer for quick recall.Answer (EN)ImageA short, correct answer for an interview: **MAC is implemented in hardware, but is partly supported by software**. Now let's break it down **clearly and without extra theory**. --- ## The main case: MAC in hardware ### Where exactly The **MAC sublayer is mostly implemented in hardware**: - in the **network interface card (NIC)** - in the Ethernet or Wi-Fi chip - in switches ### What the hardware does The hardware implementation of MAC: - builds frames - adds MAC addresses - calculates the checksum (FCS) - controls access to the medium - accepts and drops "foreign" frames This is needed so everything works **fast and without loading the CPU**. --- ## There is a software part too Although MAC is a "hardware" layer, **software is still involved**. ### Where exactly - the network card driver - firmware - the operating system ### What the software does The software part can: - configure how MAC works - enable/disable the interface - change the MAC address (spoofing) - handle special modes (promiscuous mode) But **the actual transmission of frames** is still done by hardware. --- ## Why MAC cannot be implemented purely in software If MAC were purely software-based: - the CPU would be overloaded - network speed would drop sharply - Wi-Fi and Gigabit Ethernet would be impossible So: > **the critical functions of MAC are always hardware-based** --- ## How to answer this correctly at an interview ### Short (ideal) > **The MAC sublayer is implemented mostly in hardware, in network cards and switches, while software is involved in configuring and managing it.** ### A bit more detailed > MAC functions are performed in hardware for high speed, while drivers and the OS manage and configure them. --- ## Simple analogy A car: - the engine and gearbox are the **hardware (MAC)** - the driver and electronics are the **software (control)**For the reviewerNote to the moderator (optional)Visible only to the moderator. Helps review go faster.