Intermediate Vocabulary #architecture #adjective-noun #system-design

Architecture Adjectives

5 exercises on adjective–noun collocations from system design and software architecture: the fixed terms that appear in design documents, RFCs, and architecture review meetings.

Key architecture collocations in this set
  • distributed system — multi-node, networked; not "decentralised"
  • monolithic architecture — single deployable unit; not "centralised"
  • event-driven architecture (EDA) — producers + consumers via events
  • cloud-native — designed for cloud from day one; not "cloud-ready" or "cloud-first"
  • resilient design — absorbs and recovers from failures; not "fault-proof"
0 / 5 completed
1 / 5
An engineering blog post explains:

"We moved from a ___ system — where every service runs on separate nodes, communicates over the network, and can fail independently — to better handle scale."

Which adjective describes a system whose components run on multiple machines and communicate via a network?