Tag: architecture
-
DAC – Discretionary Access Control
DAC – Discretionary Access Control is a security model that allows the owner of a resource to determine who can access and manipulate that resource.
-
MAC – Mandatory Access Control
MAC – Mandatory Access Control is a security model to enforce restrictions on access to resources based on predefined rules and policies.
-
Access Control – Types
Access Control – Types is a security technique that regulates who or what can view or use resources in a computing environment. (to be continued…)
-
Granularity
Granularity defines the size of each component, part, or module in a distributed system.
-
Modularity
Modularity is the name given, to the process of defining the components, parts, or modules into which a system or software can be divided.
-
Publisher-Subscriber
Publisher-Subscriber is a design pattern that allows multiple components of a system to communicate asynchronously and decouple their dependencies.
-
Throttling
Throttling is a technique that limits the number of requests or data that a server can handle in a given time period.
-
Data in Architecture
Data In Architecture
-
ArchiMate
ArchiMate is a modeling language for enterprise architecture that helps to describe, analyze, and visualize the relationships among business domains. It complements the TOGAF standard.
-
API – Application Programming Interface
API – Application Programming Interface is a set of rules and protocols that allow different software applications to communicate and exchange data.