
Prestige 652 ADSL Security Router
Chapter 24
Introduction to IPSec
This chapter introduces the basics of IPSec VPNs.
24.1 Introduction
24.1.1 VPN
A VPN (Virtual Private Network) provides secure communications between sites without the expense of leased
24.1.2 IPSec
Internet Protocol Security (IPSec) is a
24.1.3 Security Association
A Security Association (SA) is a contract between two parties indicating what security parameters, such as keys and algorithms they will use.
24.1.4 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 |