Coupling: In the context of software design, coupling refers to the degree to which one module or component depends on another. High coupling indicates that a change in one module may require changes in other modules, while low coupling allows for a more modular and independent design.
Categories: CC D5: Security Operations | CCSP D1: Cloud Concepts - Architecture and Design | CISM D3: Information Security Program | CISSP D3: Security Architecture and Engineering | Security+ D5: Security Program Management and Oversight | SSCP D7: Systems and Application Security
Related Articles: