COMPUTER NETWORKING

APPLICATION LAYER

CLIENT SERVER PARADIGM

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Server-side Programming
A
Querying the database
B
Operations over networks
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Server-side scripting is a technique used in web development which involves employing scripts on a web server which produces a response customized for each user’s (client’s) request to the website. The alternative is for the web server itself to deliver a static web page.

Detailed explanation-2: -One major difference between client-side and server-side development is where code runs. In client-side development, the code runs on the client’s or user’s device. In server-side development, the code runs through a server.

There is 1 question to complete.