What are two benefits of a modular operating system? (Choose two.)
What are two benefits of a modular operating system? (Choose two.)
A modular operating system has significant benefits such as: each module runs in its own protected memory space, ensuring that the failure of one module does not affect the others. Additionally, it enables the independent restart of each module as necessary, making it easier to isolate and resolve issues without impacting the entire system.
The correct answers are A and B. Explanation: A modular operating system is designed to have individual components or modules that can be loaded and unloaded dynamically. This approach provides several benefits, including: A. Each module runs in its own protected memory space: This is a significant benefit of a modular operating system because it ensures that a failure in one module does not affect other modules. By running each module in its own protected memory space, the operating system can isolate any problems and prevent them from spreading to other parts of the system. B. It enables the independent restart of each module as necessary: In a modular operating system, each module can be restarted independently of the others. This means that if a problem occurs in one module, it can be restarted without affecting other parts of the system. This makes it easier to diagnose and resolve problems in the operating system.
Ref: Junos OS Overview | Junos OS | Juniper Networks “Junos OS Overview … Modular Software Architecture Although individual architecture modules of Junos OS communicate through well-defined interfaces, each module runs in its own protected memory space, preventing one module from disrupting another. It also enables the independent restart of each module as necessary. …” Answer: AB
AB for sure
A B correct
A & B is correct
AB correct