
ZyWALL 2 and ZyWALL 2WE
Chapter 26
Introduction to IPSec
This chapter introduces the basics of IPSec VPNs.
26.1 VPN Overview
A VPN (Virtual Private Network) provides secure communications between sites without the expense of leased
26.1.1 IPSec
Internet Protocol Security (IPSec) is a
26.1.2 Security Association
A Security Association (SA) is a contract between two parties indicating what security parameters, such as keys and algorithms they will use.
26.1.3 Other Terminology
EncryptionEncryption is a mathematical operation that transforms data from "plaintext" (readable) to "ciphertext" (scrambled text) using a "key". The key and clear text are processed by the encryption operation, which leads to the data scrambling that makes encryption secure. Decryption is the opposite of encryption: it is a mathematical operation that transforms “ciphertext” to plaintext. Decryption also requires a key.
Introduction to IPSec |