SSCP · Question #728
Which of the following is unlike the other three choices presented?
The correct answer is A. El Gamal. El Gamal is an asymmetric cryptographic algorithm used for encryption and digital signatures, while the other choices are types of cyberattacks.
Question
Which of the following is unlike the other three choices presented?
Options
- AEl Gamal
- BTeardrop
- CBuffer Overflow
- DSmurf
How the community answered
(20 responses)- A90% (18)
- C5% (1)
- D5% (1)
Why each option
El Gamal is an asymmetric cryptographic algorithm used for encryption and digital signatures, while the other choices are types of cyberattacks.
El Gamal is a public-key cryptosystem, meaning it is a mathematical algorithm used for secure communication, specifically for encryption and digital signature generation. The other options are well-known types of network or system exploitation attacks.
Teardrop is a denial-of-service (DoS) attack that exploits vulnerabilities in the reassembly of fragmented IP packets.
A buffer overflow is a type of attack where a program attempts to write data beyond the allocated memory buffer, potentially leading to system crashes or arbitrary code execution.
A Smurf attack is a type of distributed denial-of-service (DDoS) attack that floods a target with ICMP echo reply packets by abusing IP broadcast addresses.
Concept tested: Cryptographic algorithms vs. attack types
Source: https://learn.microsoft.com/en-us/windows/win32/seccrypto/elgamal-algorithm
Topics
Community Discussion
No community discussion yet for this question.