+1 vote
in Software Architecture by (75.2k points)
What is Relaxed Layered Style?

(a) Each layer can be constrained to use only the layer directly below it

(b) Sometimes this constraint is relaxed slightly to allow each layer to use all the layers below it

(c) All of the mentioned

(d) None of the mentioned

I got this question in an interview.

I'm obligated to ask this question of Layered Architectures in portion Visibility, Accessibility and Information Hiding of Software Architecture

1 Answer

0 votes
by (46.2k points)
The correct option is (b) Sometimes this constraint is relaxed slightly to allow each layer to use all the layers below it

The explanation is: Each layer can be constrained to use only the layer directly below it—this is a Strict Layered style whereas Sometimes this constraint is relaxed slightly to allow each layer to use all the layers below it—this is a Relaxed Layered style.

Related questions

We welcome you to Carrieradda QnA with open heart. Our small community of enthusiastic learners are very helpful and supportive. Here on this platform you can ask questions and receive answers from other members of the community. We also monitor posted questions and answers periodically to maintain the quality and integrity of the platform. Hope you will join our beautiful community
...