312-50V11 · Question #356
The fundamental difference between symmetric and asymmetric key cryptographic systems is that symmetric key cryptography uses which of the following?
The correct answer is D. The same key on each end of the transmission medium. The core distinction between symmetric and asymmetric cryptography is key usage - symmetric systems use one shared secret key on both sides, while asymmetric systems use a mathematically related public/private key pair.
Question
The fundamental difference between symmetric and asymmetric key cryptographic systems is that symmetric key cryptography uses which of the following?
Options
- AMultiple keys for non-repudiation of bulk data
- BDifferent keys on both ends of the transport medium
- CBulk encryption for data transmission over fiber
- DThe same key on each end of the transmission medium
How the community answered
(42 responses)- A5% (2)
- B2% (1)
- C2% (1)
- D90% (38)
Why each option
The core distinction between symmetric and asymmetric cryptography is key usage - symmetric systems use one shared secret key on both sides, while asymmetric systems use a mathematically related public/private key pair.
Using multiple keys for non-repudiation describes asymmetric cryptography, where a private key is used to sign data, not symmetric cryptography which uses a single shared key.
Using different keys on both ends of the transport medium describes asymmetric cryptography, where one party holds a public key and the other holds a private key.
The transmission medium type such as fiber is irrelevant to the definition of symmetric key cryptography, and symmetric encryption is not limited to fiber or to bulk transmission by definition.
Symmetric key cryptography requires that both the sender and receiver possess and use the identical secret key for both encryption and decryption. This shared secret must be securely distributed to all parties in advance, which is the defining characteristic that differentiates it from asymmetric systems.
Concept tested: Symmetric vs asymmetric cryptography key usage difference
Source: https://csrc.nist.gov/glossary/term/symmetric_key_algorithm
Topics
Community Discussion
No community discussion yet for this question.