Jump to content

Software architecture

From Simple English Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Software architecture describes the high-level components a software is made of, as well as how they interact with each other. Each component of the system has a well-defined function, as well as a number of interfaces. Using a certain architecture for a system also means making choices. Changing it later on may be difficult and expensive.