Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam CISSP All Questions

View all questions & answers for the CISSP exam

Exam CISSP topic 1 question 173 discussion

Actual exam question from ISC's CISSP
Question #: 173
Topic #: 1
[All CISSP Questions]

Which of the following is the MOST significant key management problem due to the number of keys created?

  • A. Exponential growth when using symmetric keys
  • B. Exponential growth when using asymmetric keys
  • C. Storage of the keys require increased security
  • D. Keys are more difficult to provision and revoke
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
kasiya
Highly Voted 2 years, 2 months ago
Selected Answer: A
due to the number of keys created!
upvoted 10 times
jackdryan
1 year, 6 months ago
A is correct
upvoted 1 times
...
...
somkiatr
Highly Voted 1 year, 10 months ago
Selected Answer: B
Supposing we have 10 persons. For asymmetric key, each person have to store 1 own private key for decrypting receiving data and 9 public keys of others persons for encrypting sending data. The total available storing keys of 10 persons are 10x10 = 100 (exponential). While in case of symmetric key, every of two persons will share a common key then the total keys stored are (10x9)/2=45
upvoted 5 times
Securitypampam
1 year, 6 months ago
Regarding the asymmetric key, only the public keys are stored in a central location , which are just 10.
upvoted 2 times
...
...
homeysl
Most Recent 8 months, 1 week ago
Selected Answer: A
N*(N-1)/2
upvoted 3 times
...
gjimenezf
10 months, 1 week ago
Selected Answer: B
B. Exponential growth when using asymmetric keys The MOST significant key management problem due to the number of keys created is typically associated with the use of asymmetric keys. In asymmetric cryptography (also known as public-key cryptography), each entity typically has a pair of keys: a public key and a private key. As the number of entities (such as users or systems) increases, the number of key pairs grows exponentially. Option B, "Exponential growth when using asymmetric keys," addresses this challenge accurately. The growth is exponential because, for every new entity, a new key pair must be generated, resulting in a quadratic increase in the number of keys to manage. While managing symmetric keys (Option A) also poses challenges, the growth is typically linear, not exponential, as each entity requires only one key. Options C and D touch on other aspects of key management but are not as directly related to the exponential growth issue associated with the number of keys created
upvoted 1 times
...
[Removed]
11 months, 4 weeks ago
Selected Answer: A
I think it's either A or C. The number of generated keys seems to be the cause... Considering this statement, I believe A is the correct answer. Whether the number of keys is small or large, it is necessary to maintain security in the storage of secret keys. Is it acceptable not to enhance security if the number of keys is small? I don't think so
upvoted 1 times
...
homeysl
1 year, 1 month ago
Selected Answer: A
(N * (N-1)) / 2.
upvoted 1 times
...
georgegeorge125487
1 year, 3 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
win610
1 year, 4 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
Moose01
1 year, 6 months ago
C is the correct answer. no matter symmetric or asymmetric or even your VPN keys, or your routing protocol peering keys.... they all have to be safe guarded, even from internal users and IT guys, you dont wants your router to peer with a masquerade as partner knowing your keys.
upvoted 3 times
...
A1nthem
1 year, 7 months ago
Selected Answer: C
Obviously,A is not correct compared to B. protecting/Storage of key is smore concern.
upvoted 1 times
...
RVoigt
1 year, 9 months ago
Selected Answer: A
for Asymmetric key = no*2 so if we have 10 subjects we need 20keys. for Symmetric key =10*(10-1)/2=45keys
upvoted 3 times
...
Dee83
1 year, 10 months ago
D. Keys are more difficult to provision and revoke The number of keys created can create a significant key management problem. As the number of keys increases, it becomes more difficult to manage and maintain them. One of the most significant problems is that keys are more difficult to provision and revoke. This is because as the number of keys increases, it becomes harder to keep track of which keys are associated with which users, systems, or services. This can make it harder to ensure that the right keys are being used by the right people and that keys are being used for the right purposes. Additionally, revoking a key can be challenging as it requires identifying all the locations where that key is being used and updating them accordingly. While the other options mention that key management can be an issue but they are not the most significant key management problem as the exponential growth when using symmetric or asymmetric keys can be handled
upvoted 1 times
...
trojix
1 year, 10 months ago
Selected Answer: B
Read "somkiatr's" comments, he hit in on the head.
upvoted 2 times
...
Delab202
1 year, 10 months ago
for Asymmetric key= no*2 so if we have 10 subjects we need 20keys. for symmetric key=10*(10-1)/2=45keys
upvoted 2 times
RVoigt
1 year, 9 months ago
The formulas from Delab202 are correct Asymmetric is 2N or 2*10 = 20 Symmetric is (N*(N-1))/2 or (10*(10-1))/2 = 45
upvoted 1 times
...
...
rajkamal0
1 year, 11 months ago
Selected Answer: C
C is correct
upvoted 1 times
...
Ivanchun
1 year, 11 months ago
Selected Answer: C
Question about key management “problem” due to the “number of keys” created, think store the key is the problem
upvoted 1 times
...
omarin25
1 year, 11 months ago
A? , it’s B
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...