1-Web and Internet (Unit-1)
1-Web and Internet (Unit-1)
1
WEB BROWSER, WEB PAGE, WEB SITE
Web browser:
- The web client, called a browser, is the s/w that allows to interact with information available on the
Internet.
e.g: Netscape Navigator, Microsoft Internet Explorer, MOSAIC.
Web Page:
- A mixture of text, graphics, sound and animation in the HTML format, to make information accessible
in a easy to understand format using the Internet.
Web Site:
- It is a collection of related web pages that may contain text, images, audio and
video. The first page of a website is called home page.
2
STATIC & DYNAMIC WEBSITE
Static websites: ones that are fixed and display the same content for every user, usually written
exclusively in HTML.
Dynamic website: one that can display different content and provide user interaction, by making use of advanced
programming & DBs in addition to HTML.
3
Cont… Static vs Dynamic website
Static Website Dynamic Website
Prebuilt content is same every time the page is loaded. Content is generated quickly and changes regularly.
Uses the HTML,CSS, JavaScript code for developing a website. It uses the server side languages such as PHP,SERVLET, JSP,
and ASP.NET etc. for developing a website.
Ex: resume websites, portfolio websites, brochure websites etc. Ex: E-commerce sites,Blogs, Calendars, or to-do sites
4
WEB APPLICATIONS
• It is a kind of application that can be run through the web browser over the internet
-WAs may include simple office software word processors, Google docs, project management, CAD, online
spreadsheets, and presentation tools.
- Some common scripting languages used to create WAs are as: JSP,ASP & PHP.
-WAs interact with program variables ,spreadsheets and DBs using user input for creating the dynamic web content.
Examples are :
Server : Server is a device or a computer program that accepts and responds to the request made by
other program, known as client.
• In client server computing, the clients requests a resource and the server provides that resource.
• A server may serve multiple clients at the same time.
• Both the client and server usually communicate via a computer network but sometimes they may reside in the
same system.
Web Server: accepts the request for data and sends the specified documents.
Fitted for static content, utilizes less resources, HTML & HTTP protocols are used.
Examples of Web Servers are: Apache Tomcat and Resin.
Application Server: designed to install, operate and host associated services &
applications for the IT services, end users and organizations.
Fitted for dynamic content, utilize more resources, GUI as well as HTTP and RPC/RMI
protocols are used.
8
S.No Web Server Application Server
Mainly deals with sending HTML for display in a Web Provides access to business logic for use by client
1.
browser application programs.
5. HTML and HTTP protocols are used GUI as well as HTTP and RPC/RMI protocols are used
9
INTERNET TOOLS AND SERVICES
• The Internet supports communication and sharing of data, and offers vast amount of
information through a variety of services and tools.