InterviewSolution
| 1. |
Define Aos? |
|
Answer» The Microsoft Dynamics AX Object Server (AOS) is the second-tier APPLICATION server in the Microsoft Dynamics AX three-tier architecture. The 3-tier environment is DIVIDED as follows:
In a 3-tier solution the database runs on a server as the third tier; the AOS handles the business logic in the second tier. The thin client is the first tier and handles the user interface and necessary program logic. The Microsoft Dynamics AX Object Server (AOS) is the second-tier application server in the Microsoft Dynamics AX three-tier architecture. The 3-tier environment is divided as follows: In a 3-tier solution the database runs on a server as the third tier; the AOS handles the business logic in the second tier. The thin client is the first tier and handles the user interface and necessary program logic. |
|