In: Computer Science
Where does computation happen in the original web model. Where else do you need computation and what possibilities does this make available? What problems are introduced?
Solution: With the advent of the internet, more and more entities are connecting over the web and hence newer techniques and architectures have been proposed. One of the most widely used computational models that is used in the field of web technologies is the Client-server model in which the client computer actually requests the information from the server which is a computer itself but a powerful one as compared to the client computer. So, in a typical client-server setup, most of the computations are carried out over the server machine that is a powerful machine and can perform the scheduling of various different processes and can serve the client computer and hence most of the computations are taking place over the server.
Even when you have to develop a web application, it is hosted on a server, and its the computer that executes the code of the web application. Other than this some computations also take place over the client computer for the necessary operations. Some of the problems that arise while performing the computations over web such as hosting the applications, etc. is the quality of the internet connection, internet traffic, and the cyber threats over the web.
Here's the solution to your question, please provide it a 100% rating. Thanks for asking and happy learning!!