Monolith Architecture
Source::
In this type of architecture, a single server application is responsible for all the feature of the system, such as authentication, payment, serving resources, etc.
It’s main benefit is its simplicity. It is easy to setup and that is why most applications start out in this way.