SlideShare una empresa de Scribd logo
1 de 21
WHAT IS INTERNET?
• The internet in simple terms is a network of the interlinked computer
networking worldwide, which is accessible to the general public.
• These interconnected computers work by transmitting data through a
special type of packet switching which is known as the IP or the
internet protocol.
How the Internet Works
The World Wide Web is the most
popular part of the Internet by far.
The Web allows rich and diverse
communication by displaying text,
graphics, animation, photos, sound
and video. The Web physically
consists of your personal
computer, web browser software, a
connection to an Internet Service
Provider, computers called servers
that host digital data, and routers
and switches to direct the flow of
information.
Components of the Internet
The Internet is comprised of many components such a Email, FTP and
Usenet News. The World Wide Web is simply one of these
components.
• World Wide Web (World Wide Web is like an Internet
Library with millions of books)
• E-mail
• Telnet
• Usenet News
• HTTP
• Chat & Instant Messenging
What is the World Wide Web?
One simple definition of the WWW is:
The WWW is a Hypertext Information System
Hypertext browsing:
•Non-Linear structure (not a book)
•You read what you want next
•Click on Hypertext links to navigate the WWW
Features of the WWW are:
•Graphical
•Easy to use
•Cross Platform
•Distributed
•Dynamic
•Interactive (forms, Java)
What is Hypertext?
Hypertext is a method of presenting information, where selected words
in text can be expanded at any time to provide other information about
the word. Those words are links to other documents which may be
text, file, pictures etc., Links can be identified by highlighted
(underlined) and coloured text.
HTML (Hypertext Markup Language) is the language used to create
WWW pages and associated links.
URLs (Uniform Resource Locators) are the addresses of the WWW
pages
http://www.programming.dcu.ie/index.html
To view / read the WWW pages you must have a special application i.e. a
web browser
A Web browser is an application program that provides a way to look at
and interact with all the information on the World Wide Web.
Technically, a Web browser is a client program that uses the Hypertext
Transfer Protocol (HTTP) to make requests of Web servers throughout
the Internet on behalf of the browser user and then displays web pages by
interpreting the HTML that is used to build thses pages on the web.
To publish and deliver information on the web you need a web Server
A web server is a program that runs on web sites and is responsible
for replying to a web browsers request for files.
Web Browsers
Common Web Browsers
– Mosaic – first graphical browser
– Netscape Navigator (First commercial browser, originally known as
Mosaic Navigator as originated from Mosaic)
– Internet Explorer (Microsoft’s browser)
– Lynx – text only browser
– Google Chrome
Common Errors with Browsers
– Server Does Not Have A DNS Entry
– 503 Service Unavailable
– 403.9 Access Forbidden – Too Many Users are Connected
– Spinning Hourglass
– 404 Not Found
– 401 Unauthorised and 402 Forbidden
• Search Engine
– Lycos & Alta Vista (index based engines)
– Yahoo (directory based search engine)
– Google (index based)
– Ask Jeeves (natural language search engine)
Index based search Engines
– built by computer robot programs (“Spiders") -- not by human
selection
– NOT organized by subject categories -- all pages are ranked by a
computer algorithm
– contain full-text (every word) of the web pages they link to -- you
find pages by matching words in the pages you want
– huge and often retrieve a lot of information -- for complex searches
use ones that allow you to search within results (sub searching)
•Meta Search Engines
• Metacrawler
• copernic
Utilities that search more than one search engine and/or subject
directory at once and then compile the results in a consolidating uniform
format and listing. Some offer added value features like the ability to
refine searches, customize which search engines or directories are
queried.
Electronic Mail (E-mail)
• Email uses the TCP/IP protocol
• SMTP (Simple Mail Transfer Protocol)
– File attachments (binary Files)
• MIME (Multipurpose Internet Mail Extension)
• Uuencode (Unix to unix encoding)
• How e-mail is delivered
– TCP/IP
– Gateways translate email formats from one network to the
next
– Routers internal / external (firewall)
• E-mail Software
– Mail Clients – Eudora, MS Exchange
• Create folders, search through messages, address books,
mailing lists
– Most e-mail software reads HTML- based pages (links)
• Mail Server
• Encryption for E-Mail Privacy
– Public & Private Keys most common form of encryption
• How E-Mail Spam Works
– Spam is Unsolicitied Junk E-mail
– Blocking Spam
• Write back to Spammer and asked to be removed
• E-mail Software filters e-mail addresses
• ISP like AOL block spammers from sending bulk mail to
subscribers
• Ensure that your email address isn’t added to spam list
– Notify e-mail directories to remove your e-mail
address
– When posting to usenet newsgroups edit your header
so that it doesn’t contain your e-mail address
Email: Advantages and Disadvantages
Advantages
• Convenience
• Speed
• Inexpensive
• Printable
• Reliable
• Global
• Generality
Email Addresses
Basic form of an email address is
username@hostname.subdomain.domain
Disadvantages
• Misdirection
• Interception
• Forgery
• Overload
• Junk
• No response
TELNET
What is Telnet
The Telnet protocol is often thought of as simply providing a facility for
remote logins to computer via the Internet. Telnet follows a Client /
Server Model. You run a piece of software on your own PC (the client) to
use the resources of a distant Server Computer (host computer).
Telnet enables the user of a PC to login to a host computer at another
site on the Internet. The user's PC then acts as a dumb terminal attached
to the remote host. To use telnet you need to know the internet address
of the host whose resources you want to use.
Some practical uses of Telnet include:
– Telnet is a Protocol that lets you use the power of the Internet to connect
you to databases, library catalogs, and other information resources around
the world.
– Telnet lets you connect directly to another computer on the Internet and
run programs on the computer (provided you have access permission
(Username and Password).
– Theoretically you have a lot of power at your fingertips. Your dumb
terminal or very old PC can run programs on the worlds most powerful
computers.
Telnet may have a few practical drawbacks also
– Telnet is old. It is text based only.
– You have to know how to run programs at the other end.
– Different Computer Systems
– Different Commands, Directory Structures
– Different Language -- Programming and ``spoken''
Newsgroups
USENET is the worlds biggest electronic discussion forum. It
provides a way for messages to be sent among computers across
the entire Internet. People from all over the world participate in
discussions on thousands of specific areas of interest called
newsgroups
– Global bulletin Board and discussion area.
– Usenet and all messages are stored on a Usenet Server
– Different Hierarchies of Newsgroups exist.
• Subcategories
– Internet site Administrator decides which newsgroup to carry
– Special software to participate in newsgroups.
– Moderated & Unmoderated Newsgroups
• Moderated – human moderator
• Unmoderated – automatically posted to everyone
– Subscribe  Unsubscribe  Read
– Pictures and multimedia files can be posted – files must be
specially encoded and then downloaded and unencode to
view them.
HTTP (Hypertext Transfer Protocol)
HTTP is a set of rules, or protocols which governs the transfer of
hypertext between two or more computers.
The World Wide Web encompasses the universe of information that
is available via HTTP.
– HTTP is based on the client/server principle.
– HTTP allows "computer A" (the client) to establish a
connection to "computer B" (the server) and make a request.
The server accepts the connection initiated by the client and
sends back a response.
– An HTTP request identifies the resource that the client is
interested in and tells the server what "action" to take on the
resource.
When a user selects a hypertext link, the client program on their
computer uses HTTP to contact the server, identify a resource, and
ask the server to respond with an action. The server accepts the
request, and then uses HTTP to respond to or perform the action.
For example, when you select a hypertext link, you are identifying a
particular resource, and asking the server to send it back to your
computer in a format that your computer can display.
Chat & Instant Messenging
There are three commonly used types of chat. They are Instant
Messaging, ICQ, and IRC.
1. Instant Messaging
Instant messaging (IM) is one of the most popular forms of chat.
Most of the time, instant messaging is just between two people,
although most IM software can handle group chats (with 3 or more
people.) Users must choose a nickname.
The most popular form of IM is AOL Instant Messenger. AOL IM
allows anyone who downloads their free software to choose a
nick(name) (AOL calls their nicks Screen names) and 'chat' with
anyone else with AOL IM or the America Online Service itself.
Nearly everyone with America Online is reachable by AOL IM. If
you see an AOL e-mail address, you can often cut off the
@aol.com to get the IM screen name to contact the person directly.
•No two people with AOL IM or AOL can have the same screen name.
•AOL IM is free to download from: http://www.aim.com/index.adp
• The software and web site have detailed instructions on how to get
started.
2. ICQ ("I seek you")
ICQ is an extremely useful communication program. It allows you to
send messages (chat), send files, send URLs, and more to anyone
else with ICQ.
– When you download ICQ (which is free) you are assigned an
ICQ number. Two or more people using ICQ can have the
same nickname, but no two people can have the same ICQ
number.
3. YAHOO ! MESSENGER
• Yahoo Messenger (sometimes abbreviated YM) is an advertisement-
supported instant messaging client and associated protocol provided 
by Yahoo. Yahoo Messenger is provided free of charge and can be 
downloaded and used with a generic "Yahoo ID" which also allows 
access to other Yahoo services, such as Yahoo! Mail where users can 
be automatically notified when they receive new email. Yahoo also 
offers PC-PC, PC-Phone and Phone-to-PC service, file transfers, 
webcam hosting, text messaging service, and chat rooms in various 
categories.
• Yahoo Messenger was originally launched under the name Yahoo 
Pager on March 9, 1998.

Más contenido relacionado

La actualidad más candente

How the internet works
How the internet worksHow the internet works
How the internet works
ftcim
 

La actualidad más candente (20)

Internet
InternetInternet
Internet
 
How Internet Works
How Internet WorksHow Internet Works
How Internet Works
 
WWW, Website & Webpage
WWW, Website & WebpageWWW, Website & Webpage
WWW, Website & Webpage
 
Internet
InternetInternet
Internet
 
Internet ppt
Internet  ppt Internet  ppt
Internet ppt
 
Introduction to Internet
Introduction to InternetIntroduction to Internet
Introduction to Internet
 
Web browser
Web browserWeb browser
Web browser
 
World Wide Web
World Wide WebWorld Wide Web
World Wide Web
 
world wide web
world wide webworld wide web
world wide web
 
How Internet Works
How Internet WorksHow Internet Works
How Internet Works
 
Internet Services
Internet Services Internet Services
Internet Services
 
Ppt on internet
Ppt on internetPpt on internet
Ppt on internet
 
INTERNET TECHNOLOGY
INTERNET  TECHNOLOGYINTERNET  TECHNOLOGY
INTERNET TECHNOLOGY
 
How the internet works
How the internet worksHow the internet works
How the internet works
 
The internet
The internetThe internet
The internet
 
internet ppt
internet pptinternet ppt
internet ppt
 
History of the internet
History of the internetHistory of the internet
History of the internet
 
Https presentation
Https presentationHttps presentation
Https presentation
 
History of the internet
History of the internetHistory of the internet
History of the internet
 
World wide web An Introduction
World wide web An IntroductionWorld wide web An Introduction
World wide web An Introduction
 

Similar a How the Internet Works

E business internet_basics
E business internet_basicsE business internet_basics
E business internet_basics
Radiant Minds
 
Introduction to internet and its applications
Introduction to internet and its applicationsIntroduction to internet and its applications
Introduction to internet and its applications
RoshanKC10
 
5 introduction to internet
5 introduction to internet5 introduction to internet
5 introduction to internet
Vedpal Yadav
 

Similar a How the Internet Works (20)

E business internet_basics
E business internet_basicsE business internet_basics
E business internet_basics
 
Howthe internet
Howthe internetHowthe internet
Howthe internet
 
UNIT3- Internet(2).ppt
UNIT3- Internet(2).pptUNIT3- Internet(2).ppt
UNIT3- Internet(2).ppt
 
Internet
InternetInternet
Internet
 
Unit 4
Unit 4Unit 4
Unit 4
 
Introduction to internet and its applications
Introduction to internet and its applicationsIntroduction to internet and its applications
Introduction to internet and its applications
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internet
 
Intro to internet 1
Intro to internet 1Intro to internet 1
Intro to internet 1
 
Module 1 Basic.pptx
Module 1 Basic.pptxModule 1 Basic.pptx
Module 1 Basic.pptx
 
Week two lecture
Week two lectureWeek two lecture
Week two lecture
 
5 introduction to internet
5 introduction to internet5 introduction to internet
5 introduction to internet
 
unit 1(chapter1).pdf
unit 1(chapter1).pdfunit 1(chapter1).pdf
unit 1(chapter1).pdf
 
Eba ppt rajesh
Eba ppt rajeshEba ppt rajesh
Eba ppt rajesh
 
WT_TOTAL.pdf
WT_TOTAL.pdfWT_TOTAL.pdf
WT_TOTAL.pdf
 
Presentation1
Presentation1Presentation1
Presentation1
 
Internet
InternetInternet
Internet
 
WEB DESIGNING.pptx
WEB DESIGNING.pptxWEB DESIGNING.pptx
WEB DESIGNING.pptx
 
Internet
InternetInternet
Internet
 
SUB ICT- NOTES FOR S6.pptx
SUB ICT- NOTES FOR S6.pptxSUB ICT- NOTES FOR S6.pptx
SUB ICT- NOTES FOR S6.pptx
 
Internet
InternetInternet
Internet
 

Más de Sharique Masood

Más de Sharique Masood (7)

Git Quick Start
Git Quick StartGit Quick Start
Git Quick Start
 
Concord a social networking website
Concord a social networking websiteConcord a social networking website
Concord a social networking website
 
Report on Hacking
Report on HackingReport on Hacking
Report on Hacking
 
Hacking
HackingHacking
Hacking
 
Crime Record Management System (CRMS)
Crime Record Management System (CRMS)Crime Record Management System (CRMS)
Crime Record Management System (CRMS)
 
Global warming
Global warmingGlobal warming
Global warming
 
Wi max
Wi maxWi max
Wi max
 

Último

6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
@Chandigarh #call #Girls 9053900678 @Call #Girls in @Punjab 9053900678
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
soniya singh
 
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
soniya singh
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
Diya Sharma
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
ellan12
 

Último (20)

6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirt
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
 
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 

How the Internet Works

  • 1.
  • 2. WHAT IS INTERNET? • The internet in simple terms is a network of the interlinked computer networking worldwide, which is accessible to the general public. • These interconnected computers work by transmitting data through a special type of packet switching which is known as the IP or the internet protocol.
  • 3. How the Internet Works The World Wide Web is the most popular part of the Internet by far. The Web allows rich and diverse communication by displaying text, graphics, animation, photos, sound and video. The Web physically consists of your personal computer, web browser software, a connection to an Internet Service Provider, computers called servers that host digital data, and routers and switches to direct the flow of information.
  • 4. Components of the Internet The Internet is comprised of many components such a Email, FTP and Usenet News. The World Wide Web is simply one of these components. • World Wide Web (World Wide Web is like an Internet Library with millions of books) • E-mail • Telnet • Usenet News • HTTP • Chat & Instant Messenging
  • 5. What is the World Wide Web? One simple definition of the WWW is: The WWW is a Hypertext Information System Hypertext browsing: •Non-Linear structure (not a book) •You read what you want next •Click on Hypertext links to navigate the WWW Features of the WWW are: •Graphical •Easy to use •Cross Platform •Distributed •Dynamic •Interactive (forms, Java)
  • 6. What is Hypertext? Hypertext is a method of presenting information, where selected words in text can be expanded at any time to provide other information about the word. Those words are links to other documents which may be text, file, pictures etc., Links can be identified by highlighted (underlined) and coloured text. HTML (Hypertext Markup Language) is the language used to create WWW pages and associated links.
  • 7. URLs (Uniform Resource Locators) are the addresses of the WWW pages http://www.programming.dcu.ie/index.html To view / read the WWW pages you must have a special application i.e. a web browser A Web browser is an application program that provides a way to look at and interact with all the information on the World Wide Web. Technically, a Web browser is a client program that uses the Hypertext Transfer Protocol (HTTP) to make requests of Web servers throughout the Internet on behalf of the browser user and then displays web pages by interpreting the HTML that is used to build thses pages on the web. To publish and deliver information on the web you need a web Server A web server is a program that runs on web sites and is responsible for replying to a web browsers request for files.
  • 8. Web Browsers Common Web Browsers – Mosaic – first graphical browser – Netscape Navigator (First commercial browser, originally known as Mosaic Navigator as originated from Mosaic) – Internet Explorer (Microsoft’s browser) – Lynx – text only browser – Google Chrome Common Errors with Browsers – Server Does Not Have A DNS Entry – 503 Service Unavailable – 403.9 Access Forbidden – Too Many Users are Connected – Spinning Hourglass – 404 Not Found – 401 Unauthorised and 402 Forbidden
  • 9. • Search Engine – Lycos & Alta Vista (index based engines) – Yahoo (directory based search engine) – Google (index based) – Ask Jeeves (natural language search engine) Index based search Engines – built by computer robot programs (“Spiders") -- not by human selection – NOT organized by subject categories -- all pages are ranked by a computer algorithm – contain full-text (every word) of the web pages they link to -- you find pages by matching words in the pages you want – huge and often retrieve a lot of information -- for complex searches use ones that allow you to search within results (sub searching)
  • 10. •Meta Search Engines • Metacrawler • copernic Utilities that search more than one search engine and/or subject directory at once and then compile the results in a consolidating uniform format and listing. Some offer added value features like the ability to refine searches, customize which search engines or directories are queried.
  • 11. Electronic Mail (E-mail) • Email uses the TCP/IP protocol • SMTP (Simple Mail Transfer Protocol) – File attachments (binary Files) • MIME (Multipurpose Internet Mail Extension) • Uuencode (Unix to unix encoding) • How e-mail is delivered – TCP/IP – Gateways translate email formats from one network to the next – Routers internal / external (firewall) • E-mail Software – Mail Clients – Eudora, MS Exchange • Create folders, search through messages, address books, mailing lists – Most e-mail software reads HTML- based pages (links) • Mail Server
  • 12. • Encryption for E-Mail Privacy – Public & Private Keys most common form of encryption • How E-Mail Spam Works – Spam is Unsolicitied Junk E-mail – Blocking Spam • Write back to Spammer and asked to be removed • E-mail Software filters e-mail addresses • ISP like AOL block spammers from sending bulk mail to subscribers • Ensure that your email address isn’t added to spam list – Notify e-mail directories to remove your e-mail address – When posting to usenet newsgroups edit your header so that it doesn’t contain your e-mail address
  • 13. Email: Advantages and Disadvantages Advantages • Convenience • Speed • Inexpensive • Printable • Reliable • Global • Generality Email Addresses Basic form of an email address is username@hostname.subdomain.domain Disadvantages • Misdirection • Interception • Forgery • Overload • Junk • No response
  • 14. TELNET What is Telnet The Telnet protocol is often thought of as simply providing a facility for remote logins to computer via the Internet. Telnet follows a Client / Server Model. You run a piece of software on your own PC (the client) to use the resources of a distant Server Computer (host computer). Telnet enables the user of a PC to login to a host computer at another site on the Internet. The user's PC then acts as a dumb terminal attached to the remote host. To use telnet you need to know the internet address of the host whose resources you want to use. Some practical uses of Telnet include: – Telnet is a Protocol that lets you use the power of the Internet to connect you to databases, library catalogs, and other information resources around the world. – Telnet lets you connect directly to another computer on the Internet and run programs on the computer (provided you have access permission (Username and Password). – Theoretically you have a lot of power at your fingertips. Your dumb terminal or very old PC can run programs on the worlds most powerful computers.
  • 15. Telnet may have a few practical drawbacks also – Telnet is old. It is text based only. – You have to know how to run programs at the other end. – Different Computer Systems – Different Commands, Directory Structures – Different Language -- Programming and ``spoken''
  • 16. Newsgroups USENET is the worlds biggest electronic discussion forum. It provides a way for messages to be sent among computers across the entire Internet. People from all over the world participate in discussions on thousands of specific areas of interest called newsgroups – Global bulletin Board and discussion area. – Usenet and all messages are stored on a Usenet Server – Different Hierarchies of Newsgroups exist. • Subcategories – Internet site Administrator decides which newsgroup to carry – Special software to participate in newsgroups. – Moderated & Unmoderated Newsgroups • Moderated – human moderator • Unmoderated – automatically posted to everyone – Subscribe Unsubscribe Read – Pictures and multimedia files can be posted – files must be specially encoded and then downloaded and unencode to view them.
  • 17. HTTP (Hypertext Transfer Protocol) HTTP is a set of rules, or protocols which governs the transfer of hypertext between two or more computers. The World Wide Web encompasses the universe of information that is available via HTTP. – HTTP is based on the client/server principle. – HTTP allows "computer A" (the client) to establish a connection to "computer B" (the server) and make a request. The server accepts the connection initiated by the client and sends back a response. – An HTTP request identifies the resource that the client is interested in and tells the server what "action" to take on the resource.
  • 18. When a user selects a hypertext link, the client program on their computer uses HTTP to contact the server, identify a resource, and ask the server to respond with an action. The server accepts the request, and then uses HTTP to respond to or perform the action. For example, when you select a hypertext link, you are identifying a particular resource, and asking the server to send it back to your computer in a format that your computer can display.
  • 19. Chat & Instant Messenging There are three commonly used types of chat. They are Instant Messaging, ICQ, and IRC. 1. Instant Messaging Instant messaging (IM) is one of the most popular forms of chat. Most of the time, instant messaging is just between two people, although most IM software can handle group chats (with 3 or more people.) Users must choose a nickname. The most popular form of IM is AOL Instant Messenger. AOL IM allows anyone who downloads their free software to choose a nick(name) (AOL calls their nicks Screen names) and 'chat' with anyone else with AOL IM or the America Online Service itself. Nearly everyone with America Online is reachable by AOL IM. If you see an AOL e-mail address, you can often cut off the @aol.com to get the IM screen name to contact the person directly.
  • 20. •No two people with AOL IM or AOL can have the same screen name. •AOL IM is free to download from: http://www.aim.com/index.adp • The software and web site have detailed instructions on how to get started. 2. ICQ ("I seek you") ICQ is an extremely useful communication program. It allows you to send messages (chat), send files, send URLs, and more to anyone else with ICQ. – When you download ICQ (which is free) you are assigned an ICQ number. Two or more people using ICQ can have the same nickname, but no two people can have the same ICQ number.
  • 21. 3. YAHOO ! MESSENGER • Yahoo Messenger (sometimes abbreviated YM) is an advertisement- supported instant messaging client and associated protocol provided  by Yahoo. Yahoo Messenger is provided free of charge and can be  downloaded and used with a generic "Yahoo ID" which also allows  access to other Yahoo services, such as Yahoo! Mail where users can  be automatically notified when they receive new email. Yahoo also  offers PC-PC, PC-Phone and Phone-to-PC service, file transfers,  webcam hosting, text messaging service, and chat rooms in various  categories. • Yahoo Messenger was originally launched under the name Yahoo  Pager on March 9, 1998.