Physical View
Learn about the physical view in the 4+1 architectural model.
We'll cover the following...
The physical view shows how the software will be installed into physical hardware. For web services, we often talk about a Continuous Integration and Continuous Deployment (CI/CD) pipeline. This means that a change to the software is tested as a unit, integrated with the existing applications, tested as an integrated whole, then deployed for the users.
Web application server
While it’s common to assume a website, this can also be deployed as a command-line ...