When designing a new cloud solution on Google Cloud, an architect documents the system across different abstraction levels. Arrange the architectural views in order from the highest level of abstraction (business-focused) to the lowest level of abstraction (concrete infrastructure implementation).
- 1Conceptual Architecture: High-level business requirements, operational constraints, and domain capabilities without specifying technology.
- 2Logical Architecture: Technology-agnostic component diagrams, data flows, interaction tiers, and functional interface definitions.
- 3Physical Architecture: Concrete GCP service selections, VPC network subnet topologies, IAM configurations, and resource provisioning blueprints.
Cevap
The correct sequence from highest to lowest abstraction is Conceptual Architecture, followed by Logical Architecture, and finally Physical Architecture.
The design process moves progressively from high abstraction to concrete execution: first establishing business requirements (Conceptual), then structuring functional components and data flows (Logical), and finally specifying exact Google Cloud services and network topologies (Physical).
Adım Adım Çözüm
Anahtar Kavram
Architectural Abstraction Layers (Conceptual vs. Logical vs. Physical)