Which of the following is a logical structuring mechanism for software elements?
Select one:
None of these options
O Server
O Client
O Layer
O Tier
Answers
Answered by
0
Answer:
Server
Explanation:
Answered by
0
Answer:
The correct answer is layer.
layered architecture is a logical structuring mechanism for software elements.
Explanation:
- The layered architecture pattern organises components into horizontal layers, with each layer performing a distinct function inside the application (e.g., presentation logic or business logic).
- Despite the fact that the layered architecture pattern does not dictate the number or types of levels that must exist, most layered architectures include four common layers: presentation, business, persistence, and database.
- Smaller applications may simply have three layers, whereas larger, more complex corporate applications may have five or more.
#SPJ3
Similar questions