Multiple choice technology operating systems

How to find out the MAC in network card?

  1. arp -a

  2. arp -vi

  3. apr -a

  4. apr -vi

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The arp -a command displays the ARP (Address Resolution Protocol) cache, which shows IP-to-MAC address mappings for recently communicated network devices. This is the standard way to view MAC addresses of network interfaces and remote systems. Options B, C, and D have incorrect command syntax or don't exist.