13 Flashcards
The lack of entropy in the process of generating cryptographic keys improves the security of cryptographic algorithms.
False
A suite of security extensions for an Internet service that translates domain names into IP addresses is known as:
** DNSSec **
DNSSEC is a suite of extensions that improve Domain Name System (DNS) security by verifying that DNS results have not been tampered with
Which of the following answers refers to a non-proprietary cryptographic network protocol for secure data communication, remote command-line login, remote command execution, and other secure network services?
SSH
Multipurpose Internet Mail Extensions (MIME) specification extends the email message format beyond simple text, enabling the transfer of graphics, audio, and video files over the Internet mail system. Secure MIME (S/MIME) is an enhanced version of the MIME protocol that enables email security features by providing encryption, authentication, message integrity, and other related services.
True
Which protocol enables secure, real-time delivery of audio and video over an IP network?
** SRTP **
SRTP (Secure Real-time Transport Protocol). SRTP is an extension of the Real-time Transport Protocol (RTP) that adds security features for real-time communication, including encryption and authentication, to protect the confidentiality and integrity of audio and video streams.
LDAPS is an example of:
Secure directory access protocol
Which of the following protocols allow(s) for secure file transfer? (Select all that apply)
- FTPS
-> FTPS (File Transfer Protocol Secure) is an extension of the popular File Transfer Protocol that supports Transport Layer Security (TLS) and the new defunct Secure Sockets Layer (SSL). - SFTP
-> SFTP stands for SSH File Transfer Protocol or Secure File Transfer Protocol.
Secure File Transfer Protocol (SFTP) is an extension to the FTP protocol that adds support for the Transport Layer Security (TLS) and the Secure Sockets Layer (SSL) cryptographic protocols
False
A network protocol for secure file transfer over Secure Shell (SSH) is called:
- SFTP
-> SFTP stands for SSH File Transfer Protocol or Secure File Transfer Protocol.
FTPS is an extension to the Secure Shell (SSH) protocol and runs by default on port number 22
False
-> FTPS (File Transfer Protocol Secure) is an extension of the popular File Transfer Protocol that supports Transport Layer Security (TLS) and the new defunct Secure Sockets Layer (SSL).
Which version(s) of the SNMP protocol offer(s) authentication based on community strings sent in an unencrypted form?
- SNMPv1
- SNMPv2
Of the three existing versions of the Simple Network Management Protocol (SNMP), versions 1 and 2 (SNMPv1 and SNMPv2) offer authentication based on community strings sent in an unencrypted form (in cleartext). SNMPv3 provides packet encryption, authentication, and hashing mechanisms that allow for checking whether data has changed in transit (i.e. validation of data integrity).
True
What is the name of a network protocol that secures web traffic via SSL/TLS encryption?
** HTTPS **
HTTPS uses an encryption protocol to encrypt communications. The protocol is called Transport Layer Security (TLS), although formerly it was known as Secure Sockets Layer (SSL).
Which of the protocols listed below enables remote access to another computer on the network via web browser?
** HTTPS **
HTTPS uses an encryption protocol to encrypt communications. The protocol is called Transport Layer Security (TLS), although formerly it was known as Secure Sockets Layer (SSL).
Which part of the IPsec protocol suite provides authentication and integrity?
** AH **
The Authentication Header (AH) protocol provides data origin authentication, data integrity, and replay protection. However, AH does not provide data confidentiality, which means that all of your data is sent in the clear.