- Hands-On Software Engineering with Python
- Brian Allbee
- 462字
- 2021-06-24 18:20:34
Physical architecture
The primary difference between logical and physical architecture documentation is that, while logical architecture's concerns end with identifying functional elements of the system, physical architecture takes an additional step, specifying actual devices that those functional elements execute on. Individual items identified in logical architecture may reside on common devices, physically. Really, the only limitations are the performance and capabilities of the physical device. This means that these different physical architectures are all logically identical; they are all valid ways of implementing the same three-tier web application's logical architecture:
With the current enthusiasm for virtualization, serverless, and cloud-based technologies in the industry, provided by public and private cloud technologies such as Amazon Web Services and VMware, whether a physical architecture specification really is a physical architecture often becomes something of a semantics quibble. While, in some cases, there may not be a single, identifiable physical computer the way there would be if there was a dedicated piece of server hardware, in many cases that distinction is irrelevant. If it acts like a distinct physical server, it can be treated as one for the purposes of defining a physical architecture. In that case, from a documentation standpoint, there is no knowledge value lost in treating a virtual server like a real one.
When considering many serverless elements in a system, several can still be represented as a physical architecture element as well – so long as it acts like a real device from the perspective of how it interacts with the other elements, the representation is adequate. That is, given a hypothetical web application that lives completely in some public cloud, where:
- That cloud allows serverless functions to be defined
- Functions will be defined for processing the following, with back-end databases for each of those entities also living in the cloud:
- Customers
- Products
- Orders
A corresponding physical architecture might look something as follows:
An example real-world implementation of this serverless architecture can be implemented in all three of the big-name public clouds: Amazon Web Services (AWS), Azure, and Google Cloud Platform (GCP). Each of these public cloud platforms provides virtual server-instances that could serve the website and maybe databases. The processor servers in this structure could use serverless functions (AWS Lambda, or Cloud Functions in Azure and GCP) to drive the interactions between the website and the databases as the website sends events to the functions in the processor elements.
- Hands-On Deep Learning with Apache Spark
- Word 2000、Excel 2000、PowerPoint 2000上機指導與練習
- 三菱FX3U/5U PLC從入門到精通
- Linux Mint System Administrator’s Beginner's Guide
- 教父母學會上網
- Zabbix Network Monitoring(Second Edition)
- 精通Excel VBA
- 城市道路交通主動控制技術
- Creo Parametric 1.0中文版從入門到精通
- 電氣控制與PLC技術應用
- 基于神經網絡的監督和半監督學習方法與遙感圖像智能解譯
- C++程序設計基礎(上)
- Mastering MongoDB 3.x
- 智能鼠原理與制作(進階篇)
- Mastering Ceph