Which security method is used to prevent man-in-the-middle attacks?
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.
Community Discussion