InterviewSolution
| 1. |
What Is Distributed Application? |
|
Answer» An APPLICATION made up of DISTINCT components running in separate RUNTIME environments, usually on different PLATFORMS connected via a network. Typical DISTRIBUTED applications are two-tier (client-server), three-tier (client-middleware-server), and multitier (client-multiple middleware-multiple servers). An application made up of distinct components running in separate runtime environments, usually on different platforms connected via a network. Typical distributed applications are two-tier (client-server), three-tier (client-middleware-server), and multitier (client-multiple middleware-multiple servers). |
|