Answer the following statements true (T) or false (F)
1. A random number would not be a good choice for a nonce.
2. The distribution of session keys delays the start of any exchange and places a burden on network capacity.
3. Although public announcement of public keys is convenient, anyone can forge a public announcement.
4. X.509 is an important standard because the certificate structure and authentication protocols defined in X.509 are used in a variety of contexts.
5. Because certificates are forgeable they cannot be placed in a directory without the need for the directory to make special efforts to protect them.
1. FALSE
2. TRUE
3. TRUE
4. TRUE
5. FALSE
You might also like to view...
What is memory used for in a computer?
What will be an ideal response?
Your coworker is struggling with adding a drop shadow to a text frame. When the drop shadow option is selected, the shadow appears on the type, but not behind the text frame. What advice would you give her?
What will be an ideal response?
Which of the following will display "cost is $23.85", assuming cost = 23.9487.
a. ``` document.write("cost is " + Math.floor(cost)); ``` b. ``` document.write("cost is " + cost/100; ``` c. ``` document.write("cost is " + cost.toFixed(2); ``` d. either (a) or (c)
Laser printers differ from thermal printers because:
A. they use an electro-static field while thermal printers use heating elements to expose the image. B. they use ink while thermal printers use a ribbon to transfer the image on the paper. C. they use laser while thermal printers use heat to melt the toner on the paper. D. they use heat to expose the image while thermal printers use heat to transfer the image.