Header
Home | Set as homepage | Add to favorites
  Search the Site     » Advanced Search
Sections
Syndication


Blogroll:

||||| ALL Cisco-Network ARTICLES |||||  
CCIE Journey,
The CCIE Journey,


Authentication Header (AH)

Sep 24,2009 by alperen

image

Authentication Header (AH)

The Authentication Header (AH) security protocol provides only data authentication and integrity for IP packets forwarded between two systems. It does not provide encryption services for data confidentiality.

The AH authentication is provided by both ends of the tunnel performing a one-way hash calculation on the packet using a shared key value. The function of a message digest hash is never to be decrypted, but to provide a check value for the receiving party to verify data hasn’t been modified. While performing a hash calculation isn’t difficult, trying to modify the packet and end up with exactly the same resulting message digest is difficult. The hashing algorithm was designed to be nonpredictable and, therefore, hard to duplicate.

The fact that creating the two one-way hash calculations involves using a shared secret key known to the two systems means authenticity is guaranteed.

AH can also help to implement antireplay protection by requiring the receiving host to set the replay bit in the header to indicate the packet was seen.

AH Authentication and Integrity

The AH authentication and integrity function is applied to the entire IP packet, except for those IP header fields that must change in transit; such as the Time To Live (TTL) field, which is decremented by the routers along the path. Figure 9-6 shows the AH process diagrammatically. The AH process works as follows:

Step 1

The IPSec source device performs a hash function on the IP header and data payload using a key value known also by the destination device.

Step 2

The resulting message digest is appended to the original packet as a part of creating a new packet for transit.

Step 3

The new packet is transmitted to the IPSec peer device.

Step 4

The receiving device separates the original IP header and data payload from the message digest and it performs a hash function on the IP header and data using the key value shared with the source. If the resulting message digest doesn’t exactly match the one received from the source, it’s rejected by the destination device.

Click To expand
Figure 9-6: AH authentication and integrity process

Even a single bit change or substitution in the transmitted packet creates a different hash result and can cause the packet to be discarded. Even if the packet were captured in transit and the IP packet information was in Cleartext, the hacker doesn’t know the shared key.


297 times read

Related news

» AH Transport and Tunnel Mode
by alperen posted on Sep 24,2009
» Hashed Message Authentication Codes (HMAC)
by alperen posted on Sep 25,2009
» ESP Transport and Tunnel Mode
by alperen posted on Sep 24,2009
» Other IPSec Encryption Standards
by alperen posted on Sep 24,2009
» Cryptography Types
by alperen posted on Sep 25,2009
Did you enjoy this article?
(total 0 votes)

comment Comments (0 posted) 

More Top News
CCSP-Cisco Certified Security Professional
Most Popular
Most Commented
Featured Author