- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 79字
- 2021-07-02 20:52:22
Layered system
By layering the components, we ensure that each component does not know about the layers that its neighbors connect to. This promotes good security in order to have good boundary walls. It also allows legacy systems to be protected if they are consumed in your architecture, and it allows you to protect new systems:

With the layered approach, it leads to many hops between systems, but you have the security boundaries, and components can be updated individually.
推薦閱讀
- Python程序設計教程(第2版)
- JavaScript+DHTML語法與范例詳解詞典
- Learning Spring 5.0
- Learning Flask Framework
- Production Ready OpenStack:Recipes for Successful Environments
- DevOps Automation Cookbook
- 深度強化學習算法與實踐:基于PyTorch的實現(xiàn)
- Linux操作系統(tǒng)基礎(chǔ)案例教程
- Learning Concurrency in Kotlin
- Mastering Linux Security and Hardening
- Node.js開發(fā)指南
- 從Power BI到Analysis Services:企業(yè)級數(shù)據(jù)分析實戰(zhàn)
- 監(jiān)控的藝術(shù):云原生時代的監(jiān)控框架
- JavaEE架構(gòu)與程序設計
- 深入大型數(shù)據(jù)集:并行與分布化Python代碼