COMPUTER NETWORKING

APPLICATION LAYER

CLIENT SERVER PARADIGM

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is an example of what is usually done using client-side scripting?
A
Accessing web databases
B
Simple validation of user input
C
Create stylesheet files using PHP
D
Complex calculations
Explanation: 

Detailed explanation-1: -Server-side scripting is used at the backend, where the source code is not viewable or hidden at the client side (browser). On the other hand, client-side scripting is used at the front end which users can see from the browser. When a server-side script is processed it communicates to the server.

Detailed explanation-2: -Javascript, HTML, CSS, VB script, and other languages are frequently used for client-side scripting.

There is 1 question to complete.