Ethical Hacking - ARP Poisoning

 Address Resolution Protocol (ARP) is a stateless protocol used for resolving IP addresses to machine MAC addresses. All network devices that need to communicate on the network broadcast ARP queries in the system to find out other machines’ MAC addresses. ARP Poisoning is also known as ARP Spoofing.

Here is how ARP works −

      When one machine needs to communicate with another, it looks up its ARP table.

      If the MAC address is not found in the table, the ARP_request is broadcasted over the network.

      All machines on the network will compare this IP address to MAC address.

      If one of the machines in the network identifies this address, then it will respond to the ARP_request with its IP and MAC address.

      The requesting computer will store the address pair in its ARP table and communication will take place.

Comments

Popular posts from this blog

Hacker

What constitutes ethical hacking?

Insecure Cryptographic Storage