InterviewSolution
Saved Bookmarks
| 1. |
Which two types of IPsec can be used to secure communications between two LANs?(a) AH tunnel mode(b) ESP tunnel mode(c) Both AH tunnel mode and ESP tunnel mode(d) ESP transport mode |
|
Answer» Right choice is (c) Both AH tunnel mode and ESP tunnel mode The explanation: The AH and ESP tunnel mode IPSec should be used for data transfer purpose, option d is for integrity & confidentiality purpose. Tunnel mode provides security for the entire original IP packet unlike transport mode which is not as secure as it only encrypts the data portion and not the whole packet. |
|