Introduction To The Web
Introduction To The Web
INTERNET
• The Internet is a global network of networks that enables computers of all kinds to directly
and transparently communicate and share services throughout the world. In 1969 the
precursor of Internet is born: ARPAnet. ARPA = Advanced Research Projects Agency was
sponsored by the American Department of Defense (DOD). It was designed to connect
military research centers. It is a distributed computer system able to survive a nuclear
attack. In 1970, ARPA starts developing the Transmission Control Protocol / Internet
Protocol (TCP/IP), a technology for connecting networks of different types (produced by
different companies). Other networks appear, such as CSNET and BITNET. People around
the world share ideas, information, comments, and stories
WORLD WIDE WEB (WWW)
• The World Wide Web allows computer users to locate and view multimedia-
based documents (i.e., documents with text, graphics, animations, audios or
videos) on almost any subject. Even though the Internet was developed more
than three decades ago, the introduction of the World Wide Web is a
relatively recent event.
WEB CONTENT
• Web content is the textual, visual or aural content that is encountered as part
of the user experience on websites. It may include, among other things: text,
images, sounds, videos and animations.
HTML WEB CONTENT
• Even though we may embed various protocols within web pages, the "web
page" composed of "html" (or some variation) content is still the dominant
way whereby we share content. And while there are many web pages with
localized proprietary structure (most usually, business websites), many
millions of websites abound that are structured according to a common core
idea
TYPES OF WEBSITE CONTENT
• A static web page (sometimes called a flat page) is a web page that is
delivered to the user exactly as stored. Consequently a static web page
displays the same information for all users, from all contexts, subject to
modern capabilities of a web server to negotiate content-type or language of
the document where such versions are available and the server is configured
to do so.
ADVANTAGES OF STATIC WEBSITE
• 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), the
context (parametric customization), or any combination of the foregoing.
TWO TYPES OF DYNAMIC WEB SITES
• Such web pages use presentation technology called rich interfaced pages.
Client-side scripting languages like JavaScript or ActionScript, used for
Dynamic HTML (DHTML) and Flash technologies respectively, are
frequently used to orchestrate media types (sound, animations, changing text,
etc.) of the presentation.
SERVER-SIDE SCRIPTING AND CONTENT
CREATION
• A web browser is a software program that allows a user to locate, access, and
display web pages. In common usage, a web browser is usually shortened to
"browser."
WEB SERVER