3.1 Secure Protocols Flashcards
Define DNSSEC
- Domain Name Security Extensions
- Uses public-keys to create digital signature to verify the authenticity of communications
Define SSH
- Secure Shell
- Used for encrypted remote terminal sessions
Define SMIME (2)
- Secure Multipurpose Internet Mail Extensions
- Requires PKI - public/private key infrastructure
Define Secure Real-Time Transport Protocol (SRTP)
Encryption for VOIP
3 Additional Security Features (besides encryption) provided by Secure Real-Time Transport Protocol (SRTP)? Encryption algorithm?
- Authentication
- Integrity
- Replay protection
- HMAC SHA1
Commonly used for Skype, VOIP
Define LDAPS
Lightweight Directory Access Protocol over SSL
Define FTPS
FTP over SSL
Define SFTP
FTP via SSH
Define SNMPv3
Simple Network Management Protocol, version 3
What 3 security features does SNMPv3 have that SNMP does not have?
- Encryption
- Integrity
- Authentication
Define HTTPS
- Hyper Text Transfer Protocol over SSL or TLS
- TLS is newer than SSL and has replaced it
Define Internet protocol security IPSec
Allows encrypted transmission of data over public networks via Layer 3
2 main protocols used by IPSec
- AH authentication header - provides integrity
- ESP encapsulation security payload - provides the encryption
How can POP3 & IMAP be implemented securely?
Both can configured to communicate via secure channels using SSL/TLS
How to secure NTP (2)
- Network Time Protocol in its original form had no security
- NTPsec (Secure NTP) should be used instead of NTP