Internet:: Most Common Web Servers
Internet:: Most Common Web Servers
Webpage:
A webpage is a document or information resource that is suitable for the WWW.
Website:
A website a collection of related web pages.
URL:
a Uniform Resource Locator (URL) is the unique address for a file that is accessible on
the Internet. The first part of the address is called a protocol identifier and it indicates
what protocol to use, and the second part is called a resource name and it specifies the IP
address or the domain name where the resource is located.
Web-Server:
A web server can be referred to as the hardware, the computer or the software, the
computer application that helps to deliver content that can be accessed through the
internet. A web server is what makes it possible to be able to access content like web
pages, or other data from anywhere as long as it is connected to the internet. The most
common use of web servers are to host websites. The primary function of a web server is
to deliver web pages to clients.
7. Cisco-IOS
8. Nucleus
9. WindWeb
10. GoAhead-Webs
Web-Client:
DNS:
IP-address:
HTML:
HTML, which stands for Hypertext Markup Language, is the predominant markup
language for web pages. A markup language is a set of markup tags, and HTML uses
markup tags to describe web pages.
1>Static
2>Dynamic
Static:
A static web page displays the same information for all users, from all contexts.
Dynamic:
A dynamic web page is a kind of web page that has been prepared with fresh
information (content and/or layout), for each individual viewing. It is not static
because it changes with the time (ex. a news content), the user (ex. preferences in a
login session), the user interaction (ex. web page game).
Scripting:
Client-side scripting:
The Client-side content is generated on the user's computer. The web browser
retrieves a page from the server, then processes the code embedded in the page (often
written in JavaScript) and displays the retrieved page's content to the user.
Server-side scripting:
Server-side dynamic content is more complicated: (1) The client sends the server the
request. (2) The server receives the request and processes the server-side script