Address Resolution Protocol (ARP) Poisoning also known as ARP Spoofing , Man-in-the-Middle Attack, ARP Flooding, etc. ARP Poisoning allows an attacker to associate his MAC address (the sole means of computer to computer communication) with the victim’s IP address. As a result, whatever traffic is sent from the victim’s end is first sent to the attacker, where he has all the control to modify the traffic, exploit it or stop it. If you have read my previous post on ARP poisoning ( Click here to read ) then you will agree with me that this is a serious and silent attack that need to be prevented. For additional understanding you might also want to read this: Address Resolution Protocol (ARP): Understanding the basics Without wasting much of your time, I have done a quick research to enumerate some interesting ways this terrible silent attack can be mitigated In a network the Address Resolution Protocol (ARP) is the standard protocol for finding a system's MAC Address when ...