KEMBAR78
Client side & Server side Scripting | PPTX
Client Side & Server Side
Scripting
Web Education Academy
Introduction
We would define a script as a set of instructions. For Web
pages they are instructions either to the Web server(server-
side scripting) or to the Web Browser (client-side scripting).
Difference Between Both
• Server side scripting is used to create dynamic pages based a number of
conditions when the users browser makes a request to the server.
• Client side scripting is used when the users browser already has all the
code and the page is altered on the basis of the users input.
Difference Between Both
• The Web Server executes the server side scripting that produces the page
to be sent to the browser.
• The Web Browser executes the client side scripting that resides at the
user’s computer.
• Server executes server-side scripts to send out a page but it does not
execute client-side scripts.
• The browser receives the page sent by the server and executes the client-
side scripts.
Difference Between Both
Difference Between Both
• Server side scripting is used to connect to the databases that reside on the
web server.
• Client side scripting cannot be used to connect to the databases on the
web server.
Difference Between Both
• Response from a server-side script is slower as compared to a client-side
script because the scripts are processed on the remote computer.
• Response from a client-side script is faster as compared to a server-side
script because the scripts are processed on the local computer.
Difference Between Both
• Server side scripting can’t be blocked by the user.
• Client side scripting is possible to be blocked by the user.
• This was a small try to point out the differences between the scripting
languages used by both the server and the browser. Hope you find it
useful and appreciative..

Client side & Server side Scripting

  • 1.
    Client Side &Server Side Scripting Web Education Academy
  • 2.
    Introduction We would definea script as a set of instructions. For Web pages they are instructions either to the Web server(server- side scripting) or to the Web Browser (client-side scripting).
  • 3.
    Difference Between Both •Server side scripting is used to create dynamic pages based a number of conditions when the users browser makes a request to the server. • Client side scripting is used when the users browser already has all the code and the page is altered on the basis of the users input.
  • 4.
    Difference Between Both •The Web Server executes the server side scripting that produces the page to be sent to the browser. • The Web Browser executes the client side scripting that resides at the user’s computer.
  • 5.
    • Server executesserver-side scripts to send out a page but it does not execute client-side scripts. • The browser receives the page sent by the server and executes the client- side scripts. Difference Between Both
  • 6.
    Difference Between Both •Server side scripting is used to connect to the databases that reside on the web server. • Client side scripting cannot be used to connect to the databases on the web server.
  • 7.
    Difference Between Both •Response from a server-side script is slower as compared to a client-side script because the scripts are processed on the remote computer. • Response from a client-side script is faster as compared to a server-side script because the scripts are processed on the local computer.
  • 8.
    Difference Between Both •Server side scripting can’t be blocked by the user. • Client side scripting is possible to be blocked by the user.
  • 9.
    • This wasa small try to point out the differences between the scripting languages used by both the server and the browser. Hope you find it useful and appreciative..