QuestionQ840

Security Fundamentals

Which security method is used to prevent man-in-the-middle attacks?

  • A authentication
  • B anti-replay
  • C authorization
  • D accounting
Explanation

Authentication helps prevent man-in-the-middle attacks because it verifies the identity of the communicating party, making it much harder for an attacker to impersonate one endpoint to the other. By contrast, anti-replay is intended to stop reuse of captured transmissions, authorization determines what an authenticated entity is allowed to do, and accounting records or audits activity.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!