InterviewSolution
| 1. |
What Is The Difference Between Thin Client And Thick Client ? |
|
Answer» Thin Client : A Thin Client is browser BASED. This means that you don’t need to install any heavy stuffs and it’s available across platforms and is browser based. Thick Client : A thick client is installed into the client side. It is still connected to the server, but most of the processing is DONE on client side. With thick client, there won’t be MUCH processing VIA the network. In a way, it will be a much faster option if your network is slow or congested. Thin Client : A Thin Client is browser based. This means that you don’t need to install any heavy stuffs and it’s available across platforms and is browser based. Thick Client : A thick client is installed into the client side. It is still connected to the server, but most of the processing is done on client side. With thick client, there won’t be much processing via the network. In a way, it will be a much faster option if your network is slow or congested. |
|