312-50V10 · 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 defining characteristic of symmetric cryptography is that both parties share a single identical key for both encryption and decryption. Asymmetric cryptography instead uses a mathematically related 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
(28 responses)- A4% (1)
- C4% (1)
- D93% (26)
Why each option
The defining characteristic of symmetric cryptography is that both parties share a single identical key for both encryption and decryption. Asymmetric cryptography instead uses a mathematically related key pair.
Non-repudiation is a property of asymmetric (public key) cryptography achieved through digital signatures, not a feature of symmetric key systems.
Using different keys on both ends describes asymmetric cryptography, which is the opposite of how symmetric systems work.
The transmission medium (fiber) is irrelevant to the definition of symmetric cryptography; the key relationship, not the medium, is the distinguishing factor.
Symmetric key cryptography requires both the sender and the receiver to possess the exact same secret key, which is used for both encryption and decryption. This contrasts with asymmetric cryptography, where a public key encrypts and a separate private key decrypts. The shared-key model makes symmetric algorithms fast and suitable for bulk encryption, but introduces the challenge of securely distributing that single key to all parties.
Concept tested: Symmetric vs asymmetric key cryptography fundamentals
Source: https://csrc.nist.gov/glossary/term/symmetric_key_algorithm
Topics
Community Discussion
No community discussion yet for this question.