wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

TLS and SSL Quiz No 2

Total questions: 16

Worksheet time: 8mins

Name
Class
Date
1.

What is the main purpose of SSL/TLS?

a)

To compress web content

b)

To speed up internet browsing

c)

To provide secure communication over a network

d)

To store cookies securely

2.

SSL was succeeded by which protocol?

a)

HTTP

b)

SSH

c)

TLS

d)

IPsec

3.

Which layer of the OSI model do SSL and TLS primarily operate at?

a)

Network

b)

Transport

c)

Session

d)

Application

4.

What type of encryption does TLS use?

a)

Only symmetric

b)

Only asymmetric

c)

Both symmetric and asymmetric

d)

No encryption

5.

What does the "S" in "HTTPS" stand for?

a)

Secure

b)

Session

c)

Sockets

d)

Server

6.

Which of the following is used during the TLS handshake to verify identity?

a)

Password

b)

Username

c)

Digital Certificate

d)

Session Key

7.

Which organization is responsible for managing TLS standards?

a)

IEEE

b)

ISO

c)

IETF

d)

W3C

8.

What is forward secrecy in TLS?

a)

Encrypting past sessions

b)

Preventing session reuse

c)

Ensuring that session keys are not derived from long-term keys

d)

Backward compatibility with SSL

9.

Which port is typically used for HTTPS communication using TLS?

a)

20

b)

21

c)

80

d)

443

10.

Which of the following SSL/TLS versions is considered secure today?

a)

SSL 2.0

b)

SSL 3.0

c)

TLS 1.2

d)

TLS 1.0

11.

What is the primary weakness of SSL that led to the development of TLS?

a)

Slow speed

b)

Lack of browser support

c)

Numerous security vulnerabilities

d)

Incompatibility with HTTP

12.

What is used to establish a secure TLS connection?

a)

Only a public key

b)

Only a private key

c)

A combination of certificates and key exchange

d)

Username and password

13.

During a TLS handshake, what is the purpose of the "ClientHello" message?

a)

To close the session

b)

To send the encrypted web content

c)

To initiate the connection and list supported cipher suites

d)

To send the digital certificate

14.

What is a cipher suite in the context of TLS?

a)

A set of data packets

b)

A set of cryptographic algorithms used in the session

c)

A web server certificate

d)

A cookie used for secure sessions

15.

What does TLS use for data integrity?

a)

Firewalls

b)

Message Authentication Codes (MACs)

c)

Compression

16.

Which of the following is a method to verify that a user is human and not a bot?

a)

Passwords

b)

Two-factor authentication

c)

Security questions

d)

CAPTCHAs