Advantages and Disadvantages of server side scripting


Advantages of server side scripting
  • server side scripting executes scripts on server, it reduces the load on user’s computer.
  • Server side scripting can be used to create database web application.
  • Server side scripting are used to hid scripts from users even if they view the source, only client side scripts can be seen.
  • Server side scripting are used to generate dynamic website easily in which site administrator can alter the content at any time.
  • Server side scripts do not depend on browser therefore, we don’t need to worry about version of browsers.
  • Server side scripting enable complex tasks to be performed in few steps.
  • It is easy to learn and use.


Disadvantages of server side scripting
  • Web server scripts are difficult to debug
  • Web server scripting is vulnerability to hacking.
  • Hosting a web server can be too demanding for one’s computer as it require large amounts of memory, which will reduce the performance of a computer system.


No comments:

Post a Comment