Respuesta :

The alternative to Encapsulating Security Protocol (ESP) is Authentication Header (AH). Hope this helped!

The alternative to encapsulating security protocol (esp) is Authentication Header (AH).

What is AH?

  • The Authentication Header (AH) protocol gives data origin authentication, data integrity, and replay protection.
  • AH does not provide data concealment, which means that all of your data is sent in the clear.
  • The AH protocol uses only for authentication.
  • Data integrity is certified by using a message digest that is generated by an algorithm such as HMAC-MD5 or HMAC-SHA.
  • ESP can be used alone or in a mixture of AH.
  • AH does not perform encryption, it is a faster standard than ESP.

To learn more about AH refer to:

https://brainly.com/question/15413014

#SPJ2