What is Architecture and what is design? Are they related?
Answer Posted / suresh murugadass
Architecture: Defines multi-layer design to implement a complex business solution and shows how each layer interact with each other efficiently. Depicts the different layers involved in the application. Addresses gray areas such as performance issues, high availability of the critical applications.
Design Models: Talks more about the individual components that build the complex application. It shows the relationship between these objects and how they are logically separated.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is single tone design pattern in java?
What is the difference between adapter and facade?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
Can we use an equated value as operands for an MVC ? Reason for the same.
What is the difference between 3 tier and n tier architecture?
What is the difference between architecture and design?
What is the executor design pattern?
What is lexi design pattern?
Can we inherit singleton class?
What is the prototype design pattern?
What is singleton design pattern in java?
Shall we use abstract classes or interfaces in policy / strategy design pattern?
What is the difference between factory and strategy design pattern?
Is singleton a design pattern?
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next