COMPUTER NETWORKING

APPLICATION LAYER

CLIENT SERVER PARADIGM

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Choose one reason why a developer might use client-side scripting
A
It’s easier to write for a client
B
So the client can access the database
C
It allows some of the processing to be done by the user’s machine
D
The client computer is more powerful than the server
Explanation: 

Detailed explanation-1: -In web development, ‘client side’ refers to everything in a web application that is displayed or takes place on the client (end user device). This includes what the user sees, such as text, images, and the rest of the UI, along with any actions that an application performs within the user’s browser.

Detailed explanation-2: -So client side scripting runs code like JavaScript on your phone or desktop while server-side scripting runs on the back-end server. That way, it can deliver dynamic content to web pages in response to the client device.

There is 1 question to complete.