Unit3 - Subjective Questions

CSC202 • Practice Questions with Detailed Answers

1

Explain the concept of Package Management Systems in Linux. What are the key advantages of using a package manager over manual installation?

2

Differentiate between RPM (Red Hat Package Manager) and YUM/DNF. How do they interact with each other?

3

Describe the standard naming convention of an RPM package file with an example.

4

Explain the process of compiling software from source code in Linux. What are the standard three steps involved?

5

Compare Debian-based package management tools (dpkg and apt) with Red Hat-based tools (rpm and dnf).

6

What is Sandboxing in the context of software management? Provide examples of technologies that utilize this concept.

7

Explain the structure of an APT repository configuration in /etc/apt/sources.list.

8

Detailed the architecture of Logical Volume Management (LVM) using a diagrammatic explanation. What are the benefits of using LVM over standard partitioning?

9

Distinguish between MBR (Master Boot Record) and GPT (GUID Partition Table) partitioning schemes.

10

What are software repositories? How do you add a third-party repository in a YUM/DNF based system?

11

Describe the function of the /etc/fstab file. What happens if this file is misconfigured?

12

Explain RAID (Redundant Array of Independent Disks). Compare RAID 0, RAID 1, and RAID 5 in terms of redundancy and storage capacity.

13

What are checksums and GPG keys? How are they used during software acquisition to ensure security?

14

Describe the steps to deploy a new storage drive in a Linux system (Partitioning -> Formatting -> Mounting).

15

Explain the concept of Swap Storage. How do you create a swap file?

16

Describe Network Attached Storage (NAS) protocols commonly used in Linux: NFS and SMB/CIFS.

17

Discuss how to troubleshoot storage issues related to full disks and inode exhaustion.

18

What is fsck? When should it be used, and what precautions must be taken?

19

Explain the concept of Disk Quotas. How do soft limits differ from hard limits?

20

Compare Static Partitioning vs. Dynamic Partitioning (LVM). Why is LVM preferred in enterprise environments?