SlideShare a Scribd company logo
1 of 22
Download to read offline
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.
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)
    FTP
    E-mail & E-mail Discussion Groups
    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.computing.dcu.ie/~cgreene/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
The Web works on a client / server model in which client software
(Browser) runs on a local computer. The Server software runs on a
web host. To use the web you must make an Internet connection and
then launch your web browser.
        Type the URL you want to visit
        Browser makes a connection to a server using HTTP
         protocol
        The Server then
           Accepts the connection
           Sends the file contents back to browser, and
           Closes the connection
        Web browsers interpret the html pages and display them on
         screen, they can also display programs, animation, graphics,
         video-conferencing, download files etc., Browsers also allow
         you to create and publish web pages.
           Entire suites built around browsers including modules
              for reading newgroups, for sending/receiving e-mail
           Multimedia files – helper applications (plug-ins)
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
  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.
One of the most popular uses of the internet is to download/ upload files
that is transfer files from a computer on the internet to your computer
and vise versa.
   Various types of files (executable programs, graphics, audio, text)

   Different types of FTP Sites all use Logon & Password
     anonymous FTP sites (anonymous & email address as passwords)
      or automatic logon
     Private FTP Sites (account number & password)

   FTP runs on a Client / Server model.
    windows has a client command-line FTP program, but other
     software programs such as WS_FTP95 are simpler and easier to
     use.
 FTP Daemon runs on FTP Server handling all FTP transactions,
  the deamon will ask for an account number (or username) and
  password

 Connection command link is opened between your computer and
  the FTP server when you logon to a FTP site and remains open
  until explictly closed by user

 Downloading opens a second link – data connection link (two
  modes ASCII mode or Binary mode)
   Data Connection link closed auotmatically after data has been
    downloaded

 File compression used for large file
 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
Advantages                 Disadvantages
 Convenience              • Misdirection
 Speed                    • Interception
 Inexpensive              • Forgery
 Printable
                           • Overload
 Reliable
 Global                   • Junk
 Generality               • No response



Email Addresses
Basic form of an email address is
 username@hostname.subdomain.domain
Mailing Lists are a way for groups of people to have public
Discussions via e-mail.

Mailing lists can be moderated or unmoderated.
  Moderated (screened by the list moderator)
  Unmoderated (wide open list)


Users must subscribe to a mailing list to join, this is achieved by
sending a subscribe message to the computer known as a list
server (Listserv). It reads your e-mail and automatically subscribes
you to the list. You can unsubscribe from the list in the same way.

The Mailing List is a database of e-mail addresses who have
subscribed.
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''
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 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.
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.

More Related Content

What's hot (20)

Beekman5 std ppt_10
Beekman5 std ppt_10Beekman5 std ppt_10
Beekman5 std ppt_10
 
How the Internet Works
How the Internet WorksHow the Internet Works
How the Internet Works
 
Introduction about Internet
Introduction about InternetIntroduction about Internet
Introduction about Internet
 
2.3 the internet services
2.3 the internet services2.3 the internet services
2.3 the internet services
 
Bioinformatics - Internet
Bioinformatics - InternetBioinformatics - Internet
Bioinformatics - Internet
 
Internet
InternetInternet
Internet
 
introduction to Web system
introduction to Web systemintroduction to Web system
introduction to Web system
 
Eba ppt rajesh
Eba ppt rajeshEba ppt rajesh
Eba ppt rajesh
 
WWW and web browser
WWW and web browserWWW and web browser
WWW and web browser
 
Web technology
Web technologyWeb technology
Web technology
 
fundamental of information technology (2)
fundamental of information technology  (2)fundamental of information technology  (2)
fundamental of information technology (2)
 
Internet & email
Internet & email Internet & email
Internet & email
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internet
 
How email works
How email worksHow email works
How email works
 
Brief description on Web technology
Brief description on Web technology Brief description on Web technology
Brief description on Web technology
 
Lesson 2 Presentation
Lesson 2 PresentationLesson 2 Presentation
Lesson 2 Presentation
 
SERVICES PROVIDED BY THE INTERNET
SERVICES PROVIDED BY THE INTERNETSERVICES PROVIDED BY THE INTERNET
SERVICES PROVIDED BY THE INTERNET
 
Intro to email for seniors
Intro to email for seniorsIntro to email for seniors
Intro to email for seniors
 
Services of internet
Services of internetServices of internet
Services of internet
 
Module 4
Module 4Module 4
Module 4
 

Similar to The essential guide to the World Wide Web

A basic guide to the internet
A basic guide to the internetA basic guide to the internet
A basic guide to the internetarunabhatla
 
Internet And How It Works
Internet And How It WorksInternet And How It Works
Internet And How It Worksftz 420
 
introduction_to_web_technology.pdf
introduction_to_web_technology.pdfintroduction_to_web_technology.pdf
introduction_to_web_technology.pdfVishwanathBurkpalli
 
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docxICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docxMartin Mulwa
 
Introduction to internet and its applications
Introduction to internet and its applicationsIntroduction to internet and its applications
Introduction to internet and its applicationsRoshanKC10
 
Basics of internet, intranet, e mail,
Basics of internet, intranet, e mail,Basics of internet, intranet, e mail,
Basics of internet, intranet, e mail,Megha V
 
internet principles of operation By ZAK
internet principles of operation By ZAKinternet principles of operation By ZAK
internet principles of operation By ZAKTabsheer Hasan
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internetPunithRaj49
 
Web Programming HTML.pptx
Web Programming HTML.pptxWeb Programming HTML.pptx
Web Programming HTML.pptxMarwaAnany1
 
3. WEB TECHNOLOGIES.pptx B.Pharm sem 2 CAP
3. WEB TECHNOLOGIES.pptx B.Pharm sem 2 CAP3. WEB TECHNOLOGIES.pptx B.Pharm sem 2 CAP
3. WEB TECHNOLOGIES.pptx B.Pharm sem 2 CAPVedika Narvekar
 
5 introduction to internet
5 introduction to internet5 introduction to internet
5 introduction to internetVedpal Yadav
 
Presentation 1
Presentation 1Presentation 1
Presentation 1aisadhsa
 
THE INTERNET 101
THE INTERNET 101 THE INTERNET 101
THE INTERNET 101 NashyH
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internetYusuf Brima
 

Similar to The essential guide to the World Wide Web (20)

A basic guide to the internet
A basic guide to the internetA basic guide to the internet
A basic guide to the internet
 
WEB DESIGNING.pptx
WEB DESIGNING.pptxWEB DESIGNING.pptx
WEB DESIGNING.pptx
 
Internet And How It Works
Internet And How It WorksInternet And How It Works
Internet And How It Works
 
introduction_to_web_technology.pdf
introduction_to_web_technology.pdfintroduction_to_web_technology.pdf
introduction_to_web_technology.pdf
 
Lecture 2
Lecture 2Lecture 2
Lecture 2
 
internet protocol
internet protocolinternet protocol
internet protocol
 
Web engineering lecture 3
Web engineering lecture 3Web engineering lecture 3
Web engineering lecture 3
 
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docxICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
 
Introduction to internet and its applications
Introduction to internet and its applicationsIntroduction to internet and its applications
Introduction to internet and its applications
 
Internet
InternetInternet
Internet
 
Basics of internet, intranet, e mail,
Basics of internet, intranet, e mail,Basics of internet, intranet, e mail,
Basics of internet, intranet, e mail,
 
internet principles of operation By ZAK
internet principles of operation By ZAKinternet principles of operation By ZAK
internet principles of operation By ZAK
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internet
 
Web Programming HTML.pptx
Web Programming HTML.pptxWeb Programming HTML.pptx
Web Programming HTML.pptx
 
Networking
NetworkingNetworking
Networking
 
3. WEB TECHNOLOGIES.pptx B.Pharm sem 2 CAP
3. WEB TECHNOLOGIES.pptx B.Pharm sem 2 CAP3. WEB TECHNOLOGIES.pptx B.Pharm sem 2 CAP
3. WEB TECHNOLOGIES.pptx B.Pharm sem 2 CAP
 
5 introduction to internet
5 introduction to internet5 introduction to internet
5 introduction to internet
 
Presentation 1
Presentation 1Presentation 1
Presentation 1
 
THE INTERNET 101
THE INTERNET 101 THE INTERNET 101
THE INTERNET 101
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internet
 

More from Besar Limani

More from Besar Limani (16)

Test shqip
Test shqipTest shqip
Test shqip
 
Endangered species list
Endangered species listEndangered species list
Endangered species list
 
Pc
PcPc
Pc
 
Isp
IspIsp
Isp
 
Web browser
Web browserWeb browser
Web browser
 
Hosting servers
Hosting serversHosting servers
Hosting servers
 
How the internet works.
How the internet works.How the internet works.
How the internet works.
 
What is computer software
What is computer softwareWhat is computer software
What is computer software
 
Searchingthe internet
Searchingthe internetSearchingthe internet
Searchingthe internet
 
Operatingsystem
OperatingsystemOperatingsystem
Operatingsystem
 
Networking fundamentals
Networking fundamentalsNetworking fundamentals
Networking fundamentals
 
History of-computers513
History of-computers513History of-computers513
History of-computers513
 
Googling
GooglingGoogling
Googling
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
 
Hardware
HardwareHardware
Hardware
 
Data vs. information
Data vs. informationData vs. information
Data vs. information
 

The essential guide to the World Wide Web

  • 1. 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.
  • 2. 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)  FTP  E-mail & E-mail Discussion Groups  Usenet News  HTTP  Chat & Instant Messenging
  • 3. 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)
  • 4. 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.
  • 5. URLs (Uniform Resource Locators) are the addresses of the WWW pages http://www.computing.dcu.ie/~cgreene/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
  • 6. The Web works on a client / server model in which client software (Browser) runs on a local computer. The Server software runs on a web host. To use the web you must make an Internet connection and then launch your web browser.  Type the URL you want to visit  Browser makes a connection to a server using HTTP protocol  The Server then  Accepts the connection  Sends the file contents back to browser, and  Closes the connection  Web browsers interpret the html pages and display them on screen, they can also display programs, animation, graphics, video-conferencing, download files etc., Browsers also allow you to create and publish web pages.  Entire suites built around browsers including modules for reading newgroups, for sending/receiving e-mail  Multimedia files – helper applications (plug-ins)
  • 7. 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  503 Service Unavailable  403.9 Access Forbidden – Too Many Users are Connected  Spinning Hourglass  404 Not Found  401 Unauthorised and 402 Forbidden
  • 8.  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)
  • 9. 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.
  • 10. One of the most popular uses of the internet is to download/ upload files that is transfer files from a computer on the internet to your computer and vise versa.  Various types of files (executable programs, graphics, audio, text)  Different types of FTP Sites all use Logon & Password  anonymous FTP sites (anonymous & email address as passwords) or automatic logon  Private FTP Sites (account number & password)  FTP runs on a Client / Server model.  windows has a client command-line FTP program, but other software programs such as WS_FTP95 are simpler and easier to use.
  • 11.  FTP Daemon runs on FTP Server handling all FTP transactions, the deamon will ask for an account number (or username) and password  Connection command link is opened between your computer and the FTP server when you logon to a FTP site and remains open until explictly closed by user  Downloading opens a second link – data connection link (two modes ASCII mode or Binary mode)  Data Connection link closed auotmatically after data has been downloaded  File compression used for large file
  • 12.  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
  • 13.  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
  • 14. Advantages Disadvantages  Convenience • Misdirection  Speed • Interception  Inexpensive • Forgery  Printable • Overload  Reliable  Global • Junk  Generality • No response Email Addresses Basic form of an email address is username@hostname.subdomain.domain
  • 15. Mailing Lists are a way for groups of people to have public Discussions via e-mail. Mailing lists can be moderated or unmoderated.  Moderated (screened by the list moderator)  Unmoderated (wide open list) Users must subscribe to a mailing list to join, this is achieved by sending a subscribe message to the computer known as a list server (Listserv). It reads your e-mail and automatically subscribes you to the list. You can unsubscribe from the list in the same way. The Mailing List is a database of e-mail addresses who have subscribed.
  • 16. 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.
  • 17. 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''
  • 18. 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.
  • 19. 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.
  • 20. 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.
  • 21. 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.
  • 22. 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.