Introduction To The Internet and Email
Introduction To The Internet and Email
CAIT
Introduction
• The internet & the WWW are household words today
• have redefined how people think & do business
• Despite their popularity, many people cannot answer
some most basic questions
o what makes up the internet
oIs it the same thing as the WWW
oHow did the internet begin & where is it heading
oHow can the internet be used to find specific
information
• This module addresses these questions and more
Evolution of the internet
• The internet is a worldwide collection of separate , but
interconnected networks
• A network is the interconnection of 2 or more devices for the
purpose of sharing resources.
• The internet (these interconnected networks) is accessed daily by
millions of people using a variety of devices to obtain information,
disseminate information, access entertainment or communicate
with others
• The US Department of Defense Advanced Research Projects
Agency (ARPA) created ARPANET in 1967
Evolution of the internet con’t
Objectives of the ARPANET
• To create a computer network that would allow researchers located in
different places to communicate with each other
• Build a computer network capable of sending or receiving data over a
variety of paths to ensure that network communication could continue even
if part of the network was destroyed – such as nuclear attack or by a natural
disaster
• Initially, ARPANET connected 4 supercomputers enabled researchers and a
few dozen academic institutions to communicate with each other & with govt
agencies
• As the project grew, students were also granted access to ARPANET as
hundreds of college and university networks were connected to it
Evolution of the internet con’t
• These networks consisted of a mixture of different
computers so, over the years, protocols were developed for
tying this mix of computers and networks together for
transferring data over the network and for ensuring data is
transferred intact
• Additional networks soon connected to ARPANET and this
internet- or network of networks– eventually evolved into
the present day internet.
• The internet is the physical network of computers all over the world.
• The World Wide Web is a virtual network of web sites connected by
hyperlinks (or "links").
• Web sites are stored on servers on the internet, so the World Wide
Web is a part of the internet.
Internet World Wide Web
Network of Computers, copper wires, Files, folders & documents stored in various
Comprises
fibre-optic cables & wireless networks computers
EXAMPLE URL
• http://twitter.com/jobs/index.html
Structure of a Uniform Resource Locator s
protocol pathname
http://www.chicagosymphony.org/civicconcerts/index.htm
•?????
3. WEB DESIGN BASICS
The World Wide Web
The Web (World Wide Web) consists of information organized into Web pages
containing text and graphic images.
It contains hypertext links, or highlighted keywords and images that lead to related
information.
WWW is a subset of the computer system on the internet consisting of servers
that store documents .
It is built on top of the internet.
A collection of linked Web pages that has a common theme or focus is called a
Web site.
In order to access this data your computer needs to run software known as web
browser ( Most popular are internet explorere, Netscape, Mozilla Firefox)
How can you maintain visitor’s interest to your website
To allow Web browser software to read them, the text must be
formatted according to a generally accepted standard.
The standard used on the web is Hypertext markup language
(HTML).
Basics of HTML
• Stands for Hypertext Markup language
• Is based on text and tags
• Is interpreted by a browser
• We use a simple text editor for learning HTML
• File endings are .htm or .html
• Start tags switches format on < >
• End tags switches format off < />
• For example <i> </i> this tag switches italics on and off
• Tag names are not case sensitive
• < i> is not the same as <i>
Hypertext Markup Language (HTML)
• HTML uses codes, or tags, to tell the Web browser software how to display the
text contained in the document.
• For example, a Web browser reading the following line of text:
<B> A Review of the Book<I>Wind Instruments of the 18th
Century</I></B>
• recognizes the <B> and </B> tags as instructions to display the entire line of text
in bold and the <I> and </I> tags as instructions to display the text enclosed by
those tags in italics.
Questions?
THANK YOU!!!!!
THE END