How many MAC addresses can a single PC have?

6,234

This depends somewhat on the hardware and network topography - I dont know of a theoretical limit (save for all possible maxs), but the practical limit could be as low as low hundreds due to arp table sizes in switches, routers and other devices, and possibly also the impact of responding to broadcasts.

The next question woild be how to get this many macs - it must be possible to simultaneously define them on a single nic - as this is what virtual machines do. Likewise you may be able to put a fair number of network cards (eg multiple quad port cards) and further amplify each of these with VLAN trinking to switch ports depending on how you want to define the question limits.

Practically though, id suggest somewhere arround 50 macs being a realistic (but nowhere near absolute) practical limit.

Share:
6,234

Related videos on Youtube

Wasabi
Author by

Wasabi

Brazilian structural engineer and software developer. As an engineer, I was involved in the widening and reinforcement of bridges along the Rodovia Presidente Dutra, Brazil's most important highway which connects Rio de Janeiro and São Paulo. I was also lead developer in the creation of versions 3.01 and 4.00 of Ftool, a free 2D frame analysis software for structural engineers. Version 4.00 also added a commercial Advanced Edition, while maintaining the free Educational Edition. Currently doing an MBA at Cambridge Judge Business School. I promise I'm not selling out.

Updated on September 18, 2022

Comments

  • Wasabi
    Wasabi over 1 year

    Each NIC (wired, wireless, etc) on a computer has a different MAC address. Given that a computer can have more than one Ethernet card (or whatnot), and ignoring the fact that some devices can modify their "current MAC address", is there a limit (theoretical or practical) to how many different MAC addresses a single PC can have?

    • Daniel B
      Daniel B about 8 years
      It's of course always limited by available resources. ;) The OS needs to keep track of all those interfaces, which at least takes some memory.
  • Daniel B
    Daniel B about 8 years
    He didn’t specify whether they would all be connected to the same network. He also didn’t say the NIC needs to be physical. :D
  • davidgo
    davidgo about 8 years
    Yup. I know. I think my answer covers the various possibilities his question could imply. There were hints in his post that 1 nic with many macs at different times were out-of-scope though.