Monolithic system
System integrated into one whole
title: "Monolithic system" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["software-architecture"] description: "System integrated into one whole" topic_path: "technology/software-engineering" source: "https://en.wikipedia.org/wiki/Monolithic_system" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::summary System integrated into one whole ::
A monolithic system is a system that is integrated into one whole, analogous to a monolith. The phrase can have slightly different meanings in the contexts of computer software and hardware.
In application software
In application software, software is called "monolithic" if it has a monolithic architecture, in which functionally distinguishable aspects (for example data input and output, data processing, error handling, and the user interface) are all interwoven, rather than containing architecturally separate components. Software systems like this are examples of monolithic applications.
In hardware
An electronic hardware system, such as a multi-core processor, is called "monolithic" if its components are integrated together in a single integrated circuit. Note that such a system may consist of architecturally separate componentsin a multi-core system, each core forms a separate componentas long as they are realized on a single die.
In system software
In system software, a monolithic kernel is an operating system (OS) architecture where the entire OS is working in kernel space.
References
References
- Rod Stephens. (2 March 2015). "Beginning Software Engineering". John Wiley & Sons.
- Harris, Chandler. (2022). "Microservices vs. monolithic architecture: When monoliths grow too big it may be time to transition to microservices".
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::