Computer Science, asked by pooniaparmod8336, 1 year ago

Monolithic structure of operating system advantages and disadvantages

Answers

Answered by preetkomal
1
Monolithic Kernel Advantages

Generally speaking a monolithic operating system kernel is faster due to small source and compiled code size. Less code means also less bugs and security issues.

Monolithic Kernel disadvantages

Monolithic OS being a single big pile of code has disadvantages. For example, making changes is not easy and testing takes more time. It is hard to maintain, patch or extend. Bug fixing or adding new features requires the compilation of the whole source code which is a time and resource consuming process.


preetkomal: plz mark as brainlist
Answered by gratefuljarette
2

Advantage of Monolithic structure

  • Reading as well as the writing of data can be optimized for performance without regard to the issue, for example, multi-user data sharing.  
  • Read data directly from the disk via file system
  • In memory massively quicker  
  • Less code to write

Disadvantage:

  • Lack of support as well as shared access
  • When the quantity of data is large to load into memory and also too much time to load and too much virtual memory used.
  • The access is sequential.

Learn more about Monolithic structure

Explain monolithic operating system structure.

https://brainly.in/question/3213473

Monolithic structure of operating system

https://brainly.in/question/2150712

Similar questions