Glossário

What is: MAC Filtering

What is MAC Filtering?

MAC Filtering is a security technique used in computer networks to control device access based on MAC (Media Access Control) addresses. Each device connected to a network has a unique MAC address, which can be used to allow or block access to specific resources.

To implement MAC Filtering, the network administrator must configure the router or switch to allow only devices whose MAC addresses are authorized. This helps prevent unauthorized access and protects the network against intrusions.

How does MAC Filtering work?

When a device attempts to connect to the network, the router or switch checks that device's MAC address against an allowlist. If the MAC address is authorized, the device is allowed to connect. Otherwise, access is denied.

MAC Filtering can be configured to allow or block specific devices, or even define access schedules for each device. This provides granular control over network security.

Advantages of MAC Filtering

One of the main advantages of MAC Filtering is the additional security layer it provides. By restricting access to authorized devices only, it is possible to significantly reduce the risk of cyberattacks and network intrusions.

Additionally, MAC Filtering can be a useful tool for parents who want to control their children's internet access, allowing only specific devices to connect to the network at certain times.

Disadvantages of MAC Filtering

However, MAC Filtering also has some disadvantages. For example, MAC addresses can be spoofed, which may allow an unauthorized device to access the network. Furthermore, configuring and maintaining MAC Filtering can be time-consuming and require more advanced technical knowledge.

Finally, MAC Filtering can cause network slowdowns, since the router or switch must verify each device's MAC address before allowing access. This can impact network performance, especially in environments with many connected devices.