1. Cisco Press, CCNA Cyber Ops SECFND 210-250 Official Cert Guide, Omar Santos, Joseph Muniz, Stefano De Crescenzo, 2017.
Reference: Chapter 11, "Cryptography," Section "Symmetric Encryption Algorithms."
Content: The text explains that symmetric algorithms like AES are "used to encrypt bulk amounts of data" due to their speed and efficiency, contrasting them with slower asymmetric algorithms used for key exchange.
2. MIT OpenCourseWare, 6.857 Computer and Network Security, Spring 2017, Prof. Ronald Rivest.
Reference: Lecture 3 Notes, "Symmetric-Key Ciphers: DES, AES, Modes of Operation."
Content: The course material details that symmetric-key ciphers like AES are the standard for encrypting large quantities of data, such as files or entire disks, because they are designed for high performance. This is contrasted with public-key (asymmetric) cryptography, which is noted as being significantly slower.