COMPUTER NETWORKING

APPLICATION LAYER

CLIENT SERVER PARADIGM

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In what scenario would server-side scripting be preferred over client-side scripting?
A
Database management
B
Form validation
C
User interface
D
Client-side validation
Explanation: 

Detailed explanation-1: -Server-side scripting is useful in customizing the web pages and implement the dynamic changes in the websites. Conversely, the client-side script can effectively minimize the load to the server.

Detailed explanation-2: -The main advantage of server side scripting is that data processing is performed completely on the server side instead of client side, and raw data is never transferred across the internet. Server side scripting helps to develop an interactive website that communicates with the database.

Detailed explanation-3: -Server-side scripting is often used to provide a customized interface for the user. These scripts may assemble client characteristics for use in customizing the response based on those characteristics, the user’s requirements, access rights, etc.

Detailed explanation-4: -JavaScript. ActionScript. VBScript (can be used on serverside also) Dart. TypeScript. Python. 06-Dec-2014

There is 1 question to complete.