Question
Which encryption technique is used in Transport Layer
Security (TLS) to securely establish a session key?Solution
TLS often uses the Diffie-Hellman key exchange (or its elliptic curve variant, ECDHE) to securely establish a session key between two parties without transmitting it directly over the network. The process involves both parties generating private keys and exchanging public keys. Using mathematical operations, they independently compute a shared secret that acts as the session key. This ensures that even if the exchanged public keys are intercepted, an attacker cannot derive the session key without the private keys. Diffie-Hellman enhances forward secrecy in TLS, meaning even if the private key is compromised in the future, past session data remains secure because the session key is unique and ephemeral. Why Other Options Are Incorrect:
- A) RSA is used for key exchange in some TLS versions but lacks forward secrecy unless combined with ephemeral methods.
- C) ECDSA provides digital signatures, not key exchange.
- D) Pre-shared keys are less secure and rarely used in modern TLS implementations.
- E) SHA-256 is a hashing algorithm and does not perform encryption or key exchange.
A user communicates with a computer with the help of:
Which of the following permanent database that has an entry for each terminal symbol
The component responsible for synchronizing operations using timing signals is _______________. Â
Which of the following file format is not a video file format?
 Recently who among the following was re-elected general secretary of the 20th Central Committee of the Communist Party of China (CPC)?
Which of these are examples of interpreted programming languages? Â
Pre-programmed formulas in MS Excel are called _______. Â
Which of the following technologies were used by third-generation computers?Â
________ is the highest priority interrupt capable of interrupting all software and non-vital hardware devices.Â
Which type of network mostly we build, when two or more branches of an Organisation, situated in different countries, are connected together using inter...