Basic Terminology



What is scripting language?
A scripting language is a programming language that supports scripts programs written for a special run time environment that can interpret (rather than compile) automates and executes the tasks that could be alternatively executed by human operator.

What is static Web pages?

A static web page is the web page that delivered to user exactly as stored in contrast to dynamic web pages which are generated by a web application.

What is Dynamic Web Pages?
 A server side dynamic web page is controlled by an application server processing server side scripting.

What is web server?
Web server is the software used to run web application, Main functionality of server is to handle the request from the client and send response to client.

What is web browser?
The web browser is the software used to open the web application from the web server. Web browser can also execute HTML, Java Script, CSS and other client side script.

What is Client Side Script?

If any scripts executing in the client system with the help of browser called client side script.

What is server side script?
The scripts which executes in the web server.

What is request?
Request is the trip of web pages sent from client to server.

What is response?
The output from the server to client is called as Response.

Comments

Popular posts from this blog

Introduction To PHP

What is normalization in DBMS?