COMPUTER NETWORKING

NETWORK SECURITY

DIGITAL SIGNATURE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A website has a digital certificate issued by a Certificate Authority (CA). The session key generated for the SSL session between a browser and the server hosting the website is encrypted using ____
A
The CA’s public key.
B
The CA’s private key.
C
The public key that comes with the digital certificate.
D
The CA’s public key.
Explanation: 

Detailed explanation-1: -The root CA or trust anchor has the ability to sign and issue intermediate certificates. Intermediate certificates (also known as intermediate, subordinate, or issuing CAs) provide a flexible structure for conferring the validity of the trust anchor to additional intermediate and end-entity certificates in the chain.

Detailed explanation-2: -To verify a certificate, a browser will obtain a sequence of certificates, each one having signed the next certificate in the sequence, connecting the signing CA’s root to the server’s certificate. This sequence of certificates is called a certification path.

Detailed explanation-3: -An SSL certificate is a digital certificate that authenticates a website’s identity and enables an encrypted connection. SSL stands for Secure Sockets Layer, a security protocol that creates an encrypted link between a web server and a web browser.

There is 1 question to complete.