Chapter 08 · Watch, then practise
Security
Watch the related lecture, then read the question and answer below.
10 questions · 8 playlist videos. Matches are based on video titles; broader background matches are labeled.
Open the full chapter playlist ↗5 Minutes Engineering · 9:06
Partial matches: asymmetric keys and packet-filtering background. The playlist does not list a dedicated access-control-list lecture.
1. Asymmetric keys and ACLs — 2075 Bhadra
Explain asymmetric private/public keys and access-control lists.
Answer
Asymmetric cryptography uses a mathematically related public/private key pair. In the source's confidentiality example, a sender encrypts with the receiver's public key, and the receiver decrypts with the corresponding private key.
The source also describes “encrypt with private, decrypt with public” as a general reverse operation. This wording is retained in the original scan; it is not a universally valid description of all asymmetric schemes or digital signatures.
The source's ACL answer focuses on networking: an access-control list filters packets or routing updates entering or leaving an interface. Administrators use it to control traffic and add security restrictions.


No dedicated authentication-methods video is listed in this chapter playlist.
2. Authentication — 2074 Bhadra
Why is authentication essential? Explain authentication methods.
Answer
Authentication checks whether a user is the identity they claim to be, often by verifying credentials against a database or authentication server. The source describes proof based on something a user knows, such as a password; something they possess; or a biometric characteristic. Verifying identity helps protect access to secured resources.
No Caesar-cipher video is listed in this chapter playlist.
3. Caesar cipher
Explain the Caesar cipher.
Answer
The Caesar cipher is a substitution cipher that shifts letters by a fixed number of positions in the alphabet. The source illustrates a shift of three positions. Its original alphabet mapping and encryption/decryption formulas are preserved exactly as scan images:

5 Minutes Engineering · 8:10
5 Minutes Engineering · 9:26
Topic matches for active and passive attacks and their types.
4. Active and passive attacks — 2073 Bhadra, (i)
Explain active and passive security attacks.
Answer
Active attacks change a data stream or introduce false data. The source lists:
- Masquerade: One entity pretends to be another.
- Replay: Captured information is retransmitted later.
- Message modification: Data is altered, delayed, or reordered.
- Man-in-the-middle: An attacker interposes between parties and impersonates them to one another.
- Denial of service: Preventing normal use of a service, including overload or disabling it.
Passive attacks observe information without altering the data stream. The source names reading message contents and traffic analysis.
TutorialsPoint · 4:31
Related background on OS protection; protection-domain coverage is not confirmed by the video title.
5. Protection domains — 2073 Magh, 8(i)
Explain protection domains.
Answer
A system contains hardware objects, such as CPUs, memory, disks, and printers, and software objects, such as processes, files, databases, and semaphores. Each object has a name and a set of permitted operations. A protection domain determines the objects and operations a process may access, restricting unauthorized use.
The original three-domain diagram and access labels are preserved here:

5 Minutes Engineering · 7:42
5 Minutes Engineering · 9:06
Topic matches for symmetric and asymmetric cryptography.
6. Cryptography — (ii)
Explain cryptography, plaintext, encryption, and decryption.
Answer
The source describes cryptography as the science and art of transforming messages to secure them against attack. Plaintext is the original message. Encryption transforms plaintext into ciphertext. Decryption transforms ciphertext back into plaintext for an authorized recipient. Its original wording and notation are retained below.

5 Minutes Engineering · 8:10
5 Minutes Engineering · 9:26
Related background on security attacks. The video titles do not identify the source’s malware classifications or every part of this question.
7. Internet security threats — 2072 Magh
Explain major threats associated with Internet use and why systems remain prone to attack.
Answer
The source groups malicious software into programs needing a host and independent programs. Host-dependent threats are fragments of application, utility, or system programs; examples given include Trojan horses, viruses, and logic bombs. Independent threats are self-contained programs that the operating system can schedule, with worms and zombies listed as examples.
It also distinguishes replicating and nonreplicating threats, listing viruses, worms, and zombies in the first group and trapdoors and Trojan horses in the second.
These categories reproduce the source's organization, including its treatment of zombies. They are not a corrected malware taxonomy. The source does not provide a separate developed answer to every clause of the question.

TutorialsPoint · 4:31
Background on OS protection. No dedicated security-policy lecture is listed in the chapter playlist.
8. Security policy — 2071 Magh, 8(c)
Explain security policy.
Answer
A security policy defines what it means for an organization or system to be secure. It sets constraints on behavior and identifies rules for handling adversaries and protecting resources. The source compares physical mechanisms such as doors, locks, keys, and walls with system rules governing functions, information flows, external programs, data, and people. Mechanisms must enforce the policy robustly.
TutorialsPoint · 4:31
Background on OS protection. The playlist does not specifically list access-control-list implementation.
9. ACL implementation — 2070 Bhadra
Explain access-control lists and their security implementation.
Answer
An access matrix is often sparse, so it is inefficient to store all empty entries. One approach stores only nonempty entries. Associating each object with a list of permitted domains and their access rights produces an access-control list.
The original user/kernel, process, and file-permission figure is preserved below.
The source also refers to “slide 34,” which is not included in the supplied material; that external material has not been substituted or invented.

No dedicated information-security-models video is listed in this chapter playlist.
10. Information-security models — 2070 Magh, 8(a)
Explain information-security models.
Answer
An information-security model gives a formal or precise representation of the rules underlying a security policy. It may express procedures and constraints abstractly or through a state-machine description. The source lists Bell–LaPadula, Biba, Clark–Wilson, and noninterference among its examples.
The complete handwritten discussion is preserved here:

More videos from this chapter’s playlist
These playlist videos do not have a direct match among the questions above.
- What is Firewall A Brief Explanation in Hindi ↗5 Minutes Engineering · 4:15
- Basics Of Digital Signature Explained in Hindi ↗5 Minutes Engineering · 8:01