3303-flashcards/hATaBiZQ - 3303/fzBPLVbF - What is the difference between Strict and Loose Layered architectures.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

243 B

What is the difference between Strict and Loose Layered architectures?


🥞

  • Strict: A layer can only use services from the layer immediately below it.
  • Loose: A layer can use services from any lower layer.