← Back to 15. Security

πŸ“ Key distribution as a Security Tool

πŸ“– From Operating System β€’ 15. Security β€’ 7 questions available

Practice MCQs for Key distribution as a Security Tool. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

πŸ”„ Last updated: 2026-07-27

2
Easy Questions
3
Medium Questions
2
Hard Questions

πŸ“ Sample Questions

Q1. What is the primary purpose of a key distribution center (KDC) in symmetric cryptography?

πŸ”Ή A. To generate and securely deliver session keys to communicating parties
πŸ”Ή B. To encrypt data transmitted over the network
πŸ”Ή C. To authenticate users via public keys
πŸ”Ή D. To store passwords in plaintext

πŸ’‘ Difficulty: easy | βœ… Correct: A

Q2. How does a NOP sled facilitate successful execution of shellcode after a buffer overflow?

πŸ”Ή A. It encrypts the shellcode to evade detection
πŸ”Ή B. It shortens the distance to the return address
πŸ”Ή C. It provides a sequence of no‑operation instructions that slides execution into the shellcode
πŸ”Ή D. It disables security checks in the operating system

πŸ’‘ Difficulty: medium | βœ… Correct: C

Q3. Assume a 32‑bit system where the stack grows downward. The buffer starts at address \(0xBFFFF0\) and occupies 12 bytes. The saved frame pointer is at \(0xBFFFFC\) and the return address is at \(0xBFFFF8\). If an attacker writes 16 bytes of data starting at the buffer, which address will the CPU use for the next return?

πŸ”Ή A. \(0xBFFFF8\)
πŸ”Ή B. \(0xBFFFFC\)
πŸ”Ή C. \(0xBFFFF0\)
πŸ”Ή D. \(0xBFFFF4\)

πŸ’‘ Difficulty: hard | βœ… Correct: A

⬆️ View all questions in the quiz below

πŸ”— Related Topics

πŸ“ The Security Problem in Operating SystemπŸ“ Program Threats in Operating SystemπŸ“ Trojan horseπŸ“ Trap doorπŸ“ Logic bomb
πŸš€ Start Quiz πŸ“ Practice Mode