Q78.Marks: +2.0UGC NET Paper 2: Computer Science and Application 26th June 2025 Shift 1
Match List I with List II
List I
List II
A. Digital Signature
I. Asymmetric encryption algorithm.
B. Hash Function
II. Confirms authenticity and integrity.
C. AES
III. Produces a fixed-size digest.
D. RSA
IV. Symmetric encryption algorithm.
Choose the correct answer from the options given below:
1.A-II, B-III, C-I, D-IV
2.A-II, B-III, C-IV, D-I✓ Correct
3.A-III, B-II, C-I, D-IV
4.A-IV, B-II, C-I, D-III
Solution
The Correct answer is Option 2: A-II, B-III, C-IV, D-I. Below is the detailed explanation of each match:
Digital Signature:
A Digital Signature is a cryptographic technique used to confirm the authenticity and integrity of a digital document or message.
It ensures that the message comes from a verified source and has not been tampered with during transmission.
Thus, Digital Signature corresponds to II (Confirms authenticity and integrity).
Hash Function:
A Hash Function is a mathematical algorithm that converts input data into a fixed-size string of characters, which is typically a digest.
It is commonly used in cryptographic applications to verify data integrity, as even a small change in the input results in a completely different hash value.
Hence, Hash Function corresponds to III (Produces a fixed-size digest).
AES (Advanced Encryption Standard):
AES is a widely used symmetric encryption algorithm that encrypts data with a single shared key for both encryption and decryption.
It is designed for fast and secure encryption of data in various applications, such as file encryption and secure communications.
Therefore, AES corresponds to IV (Symmetric encryption algorithm).
RSA (Rivest-Shamir-Adleman):
RSA is an asymmetric encryption algorithm that uses a pair of keys (public and private) for encryption and decryption.
It is widely used for secure data transmission and digital signatures.
Thus, RSA corresponds to I (Asymmetric encryption algorithm).