Multiple choice technology security

Implementing Access Control based on a hard coded IP address

  1. Can be done as it as an internal IP

  2. Can be done for internet facing servers as there are no chances of IP conflicts

  3. Is a good security practice

  4. Is a bad security practice

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

Hard-coded IP addresses for access control are a bad security practice because IPs can be spoofed, shared, or reassigned. Internal IPs may change, and IP-based control provides no strong authentication mechanism. This creates a false sense of security and can be easily bypassed by attackers.