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.