SlideShare una empresa de Scribd logo
1 de 33
Internet and WWW
By:- Sagar Rai P
II Msc Computer Science
St Philomena PG Centre, Puttur
2
History of Internet
1972 Telnet developed as a way to connect
to remote computer
1973 Email introduced, ARPANET goes
international and File Transfer
Protocol (FTP) established.
1984 Domain Name Server introduced
which allows naming of hosts, no
longer numeric
1986 NSFNET created
1991 Tim Berners-Lee releases World
Wide Web
1993 Mosaic (becomes Netscape) designed
by graduate students at University of
Illinois
3
The Internet
Internet is an massive network of networks. It is essentially an
interconnection between millions of smaller computer
networks scattered around the globe. These networks are
connected with each other by the means of over ground
cables, underground cables, satellite links and sub-oceanic
cables etc.,
The word “ Internet” actually refers to all the hardware
infrastructure present in the network. Such hardware include
computer systems, routers, cables, bridges, servers, cellular
towers, satellites and other pieces.
All these pieces of hardware operated under the Internet
Protocol(IP).
4
Vinton Cerf
5
Father of Internet
Co-designer of the TCP/IP
networking protocol.
6
WWW( World Wide Web)
The WWW is the collection of all the information that is
available in the Internet. So all the text, images, audio, videos
online- all this forms the WWW.
Most of these information is accessed through websites and we
identify websites by their domain names.
There is huge amount of information available in the WWW.
Only a tiny part of this information is searchable through
popular search engines like Google.
WWW uses htttp protocol to access the information from
various servers.
Tim Berners-Lee
Father of W W W.
The inventor of HTML.
Invented WWW while
working at CERN, the
European Particle Physics
Laboratory.
7
Difference between Internet and WWW.
Internet WWW
Internet originated sometimes in late
1960’s
English scientist Tim Berners-Lee
invented the WWW in 1989
Nature of Internet is hardware Nature of WWW is software
Internet consists of Computers, Routers,
Cables, Bridges, Servers, Cellular towers.
WWW consist of information like text,
image, audio, video.
The first version of Internet was known as
ARPANET
In the beginning the WWW was know as
NSFNET
Internet works on basis of Internet
Protocol(IP).
WWW works on basis of Hyper Text
Transfer Protocol(HTTP).
Internet is independent of WWW. WWW requires internet to exist.
Internet is superset of WWW. WWW is subset of the Internet. Apart
from supporting WWW, the Internet
infrastructure is used for other things as
well(eg. FTP, SMTP).
8
Internet Map
9
How to access the Internet?
To access the Internet, an existing network need to pay a
small registration fee and agree to certain standards
based on the TCP/IP (Transmission Control
Protocol/Internet Protocol) reference model.
Each organization pays for its own networks and its own
telephone bills, but those costs usually exist independent
of the internet.
The regional Internet companies route and forward all
traffic, and the cost is still only that of a local telephone
call.
10
How to access the Web?
Once you have your Internet connection, then you need special
software called a browser to access the Web.
Web browsers are used to connect you to remote computers,
open and transfer files, display text and images.
Web browsers are specialized programs.
Examples of Web browser: Netscape Navigator (Navigator)
and Internet Explorer.
11
Client/Server Structure of the Web
Web is a collection of files that reside on computers,
called Web servers, that are located all over the world
and are connected to each other through the Internet.
When you use your Internet connection to become part
of the Web, your computer becomes a Web client in a
worldwide client/server network.
A Web browser is the software that you run on your
computer to make it work as a web client.
12
Client/Server Structure of the Web
13
Web Browser
A web browser is a software application used to locate,
retrieve and display content on the world wide web including
web pages, images, video and other files.
As a client/server model the browser is the client run on a
computer that contacts the web server and requests
information,
The Web Server sends the information back to the browser
which displays the results on the computer or other Internet
enabled device that supports a browser.
14
Commonly used Web Browser
15
Web Page
A document which can be displayed in a web browser such as
Google Chrome, firefox. These are also called as “Web pages”
or “pages”.
A Web page is accessed by entering a URL address and may
contain text, graphics and hyperlinks to other Web pages and
files.
Once in a browser, you can open a webpage by entering the
URL in the address bar.
For example, typing http://www.computerhope.com/esd.html
opens the Computer hope’s esd page.
16
Website
A collection of Web pages which are grouped together and
usually connected together in various ways. Often called a
“Web site” or simply a “site”.
A Website is a central location of various web pages that are
all related and can be accessed by visiting the home page using
a browser.
For example, our college website spcputtur.org which contains
number of WebPages.
17
Web Server
Web servers are software applications running on Web sites
that handle requests from Web browsers.
Servers "serve up" Web pages to a Web browser.
Web server software returns Web pages (including pictures,
audio and possibly video), encoded in HTML, back to their
Web browser clients.
More importantly, Web servers can capture information from
users and start up other server-resident programs. This opens
the door to accessing corporate databases and legacy COBOL
applications from the Web.
18
Types of Web Server
19
HTML
In 1980, Physicist Tim Berners-Lee introduced HTML
language.
It is the authoring language used to create documents on the
World Wide Web.
HTML defines the structure and layout of a web document by
using a variety of tags and attributes.
HTML is the standard markup language for creating web
pages and web applications.
HTML elements are the building blocks of HTML pages.
With HTML constructs, images and other objects, such as
interactive form can be embedded into the rendered page.
20
Structure of HTML code
21
Example For HTML Code
22
23
IP Address
The combination of the four IP address parts provides 4.2
billion possible addresses (256 x 256 x 256 x 256).
This number seemed adequate until 1998.
Members of various Internet task forces are working to
develop an alternate addressing system that will accommodate
the projected growth.
However, all of their working solutions require extensive
hardware and software changes throughout the Internet.
Example for IP address: 192.168.9.1
24
Domain Name System
Most web browsers do not use the IP address t locate
Web sites and individual pages.
They use domain name addressing.
A domain name is a unique name associated with a
specific IP address by a program that runs on an
Internet host computer.
This program, which coordinates the IP addresses and
domain names for all computers attached to it, is called
DNS (Domain Name System ) software.
The host computer that runs this software is called a
domain name server.
25
Domain Name System
Domain names can include any number of parts separated by
periods, however most domain names currently in use have only
three or four parts.
Domain names follow hierarchical model that you can follow from
top to bottom if you read the name from the right to the left.
For example, the domain name gsb.uchicago.edu is the computer
connected to the Internet at the Graduate School of Business (gsb),
which is an academic unit of the University of Chicago (uchicago),
which is an educational institution (edu).
No other computer on the Internet has the same domain name.
26
Structure of a Uniform Resource Locators
27
Uniform Resource Locator
Is defined as the global address of document and other
resource on the WWW.
URL is an address that sends users to a specific resource
online, such as webpage, video other document or resource.
A URL is one type of Uniform resource identifier (URI); the
generic term for all types of names and addresses that refer to
objects on the WWW.
28
29
HTTP
Is an application protocol for distributed, collaborative,
hypermedia information systems.
The transfer protocol is the set of rules that the
computers use to move files from one computer to
another on the Internet.
The most common transfer protocol used on the Internet
is the Hypertext Transfer Protocol (HTTP).
Two other protocols that you can use on the Internet are
the File Transfer Protocol (FTP) and the Telnet Protocol
30
Difference between HTTP & HTTPs
HTTP HTTPS
1) URL begins with “http://” 1) URL begins with “https://”
2) It uses port 80 for communication 2) It uses port 443 for communication
3) Unsecured 3) Secured
4) Operates at application layer 4) Operates at transport layer
5) No encryption 5) Encryption is present
6) No certificates required 6) Certificate Required.
31
32
33

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Web Design Notes
Web Design NotesWeb Design Notes
Web Design Notes
 
How the Internet Works
How the Internet WorksHow the Internet Works
How the Internet Works
 
Introduction to Web Technology
Introduction to Web TechnologyIntroduction to Web Technology
Introduction to Web Technology
 
Introduction of computer network
Introduction of computer networkIntroduction of computer network
Introduction of computer network
 
IP address & Domain name
IP address & Domain nameIP address & Domain name
IP address & Domain name
 
Www ppt
Www pptWww ppt
Www ppt
 
The internet
The internetThe internet
The internet
 
CSS Basics
CSS BasicsCSS Basics
CSS Basics
 
Internet and Networking
Internet and NetworkingInternet and Networking
Internet and Networking
 
Internet basic
Internet basicInternet basic
Internet basic
 
World wide web An Introduction
World wide web An IntroductionWorld wide web An Introduction
World wide web An Introduction
 
Build a Website Using HTML + CSS
Build a Website Using HTML + CSSBuild a Website Using HTML + CSS
Build a Website Using HTML + CSS
 
Uniform Resource Locator (URL)
Uniform Resource Locator (URL)Uniform Resource Locator (URL)
Uniform Resource Locator (URL)
 
How the-internet-works
How the-internet-worksHow the-internet-works
How the-internet-works
 
Introduction to Internet
Introduction to InternetIntroduction to Internet
Introduction to Internet
 
world wide web
world wide webworld wide web
world wide web
 
Presentation of web designing
Presentation of web designingPresentation of web designing
Presentation of web designing
 
Html frames
Html framesHtml frames
Html frames
 
The internet
The internetThe internet
The internet
 
Computer Assignment Topic-Internet
Computer Assignment Topic-Internet Computer Assignment Topic-Internet
Computer Assignment Topic-Internet
 

Destacado

INTRODUCTION TO OPERATING SYSTEM
INTRODUCTION TO OPERATING SYSTEMINTRODUCTION TO OPERATING SYSTEM
INTRODUCTION TO OPERATING SYSTEMTrinity Dwarka
 
Introduction to operating syatem
Introduction to operating syatemIntroduction to operating syatem
Introduction to operating syatemRafi Dar
 
Operating systems
Operating systemsOperating systems
Operating systemsanishgoel
 
Types of operating system
Types of operating systemTypes of operating system
Types of operating systemMohammad Alam
 
Overview of various types of operating system
Overview of various types of operating systemOverview of various types of operating system
Overview of various types of operating systemUmme habiba
 
Operating system introduction to operating system
Operating system   introduction to operating systemOperating system   introduction to operating system
Operating system introduction to operating systemjaydeesa17
 
4 various operating systems
4 various operating systems4 various operating systems
4 various operating systemsmyrajendra
 
Learning Session 2: Computer Basics, Operating Systems, File Management, an...
Learning Session 2:   Computer Basics, Operating Systems, File Management, an...Learning Session 2:   Computer Basics, Operating Systems, File Management, an...
Learning Session 2: Computer Basics, Operating Systems, File Management, an...Clint Born
 
Operating systems Basics
Operating systems BasicsOperating systems Basics
Operating systems BasicsSherif Mousa
 
Types of Operating System
Types of Operating SystemTypes of Operating System
Types of Operating SystemPriya Patra
 
Windows 95 Powepoint Presentation
Windows 95 Powepoint PresentationWindows 95 Powepoint Presentation
Windows 95 Powepoint Presentationaedryanadovas
 
Electronic mail : Introduction, drafting effective email, email etiquettes
Electronic mail : Introduction, drafting effective email, email etiquettesElectronic mail : Introduction, drafting effective email, email etiquettes
Electronic mail : Introduction, drafting effective email, email etiquettesDinesh Sharma
 
Operating System - Types Of Operating System Unit-1
Operating System - Types Of Operating System Unit-1Operating System - Types Of Operating System Unit-1
Operating System - Types Of Operating System Unit-1abhinav baba
 
Computer Internet Basics I
Computer Internet Basics IComputer Internet Basics I
Computer Internet Basics Idebbie43
 

Destacado (20)

INTRODUCTION TO OPERATING SYSTEM
INTRODUCTION TO OPERATING SYSTEMINTRODUCTION TO OPERATING SYSTEM
INTRODUCTION TO OPERATING SYSTEM
 
Introduction to operating syatem
Introduction to operating syatemIntroduction to operating syatem
Introduction to operating syatem
 
Windows 98
Windows 98Windows 98
Windows 98
 
Email Basics
Email BasicsEmail Basics
Email Basics
 
Operating systems
Operating systemsOperating systems
Operating systems
 
Types of operating system
Types of operating systemTypes of operating system
Types of operating system
 
Overview of various types of operating system
Overview of various types of operating systemOverview of various types of operating system
Overview of various types of operating system
 
Operating system introduction to operating system
Operating system   introduction to operating systemOperating system   introduction to operating system
Operating system introduction to operating system
 
Operating System
Operating SystemOperating System
Operating System
 
4 various operating systems
4 various operating systems4 various operating systems
4 various operating systems
 
Learning Session 2: Computer Basics, Operating Systems, File Management, an...
Learning Session 2:   Computer Basics, Operating Systems, File Management, an...Learning Session 2:   Computer Basics, Operating Systems, File Management, an...
Learning Session 2: Computer Basics, Operating Systems, File Management, an...
 
Windows 98
Windows 98Windows 98
Windows 98
 
Lesson 4 Types Of Operating Systems
Lesson 4 Types Of Operating SystemsLesson 4 Types Of Operating Systems
Lesson 4 Types Of Operating Systems
 
Operating systems Basics
Operating systems BasicsOperating systems Basics
Operating systems Basics
 
Types of Operating System
Types of Operating SystemTypes of Operating System
Types of Operating System
 
Windows 95 Powepoint Presentation
Windows 95 Powepoint PresentationWindows 95 Powepoint Presentation
Windows 95 Powepoint Presentation
 
Electronic mail : Introduction, drafting effective email, email etiquettes
Electronic mail : Introduction, drafting effective email, email etiquettesElectronic mail : Introduction, drafting effective email, email etiquettes
Electronic mail : Introduction, drafting effective email, email etiquettes
 
Operating System - Types Of Operating System Unit-1
Operating System - Types Of Operating System Unit-1Operating System - Types Of Operating System Unit-1
Operating System - Types Of Operating System Unit-1
 
Computer Internet Basics I
Computer Internet Basics IComputer Internet Basics I
Computer Internet Basics I
 
Batch operating system
Batch operating system Batch operating system
Batch operating system
 

Similar a Basics of Internet and WWW

Introduction to Information Technology Lecture Slides PPT
Introduction to Information Technology Lecture Slides PPTIntroduction to Information Technology Lecture Slides PPT
Introduction to Information Technology Lecture Slides PPTOsama Yousaf
 
Lecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptxLecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptxRemyaTom2
 
Introduction about Internet
Introduction about InternetIntroduction about Internet
Introduction about InternetAadil Khan
 
2 internet essentials
2 internet essentials2 internet essentials
2 internet essentialschris30931
 
Introduction to web technology
Introduction to web technologyIntroduction to web technology
Introduction to web technologyPallawiBulakh1
 
abdelwahab alsammak_Chapter 1-Internet concepts.ppt
abdelwahab alsammak_Chapter 1-Internet concepts.pptabdelwahab alsammak_Chapter 1-Internet concepts.ppt
abdelwahab alsammak_Chapter 1-Internet concepts.pptDavid319172
 
Computer communication and internet
Computer communication and internetComputer communication and internet
Computer communication and interneteVidhya
 
Chapter 3 Computer and Network ArchitecturesRobert Hoyt MDW.docx
Chapter 3 Computer and Network ArchitecturesRobert Hoyt MDW.docxChapter 3 Computer and Network ArchitecturesRobert Hoyt MDW.docx
Chapter 3 Computer and Network ArchitecturesRobert Hoyt MDW.docxwalterl4
 
Internet,its applications and services
Internet,its applications and servicesInternet,its applications and services
Internet,its applications and servicesvikram mahendra
 
How Internet Works
How Internet WorksHow Internet Works
How Internet Workssumit kumar
 
Unit 1 introduction to web programming
Unit 1 introduction to web programmingUnit 1 introduction to web programming
Unit 1 introduction to web programmingzahid7578
 

Similar a Basics of Internet and WWW (20)

Introduction to Information Technology Lecture Slides PPT
Introduction to Information Technology Lecture Slides PPTIntroduction to Information Technology Lecture Slides PPT
Introduction to Information Technology Lecture Slides PPT
 
Lecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptxLecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptx
 
Introduction about Internet
Introduction about InternetIntroduction about Internet
Introduction about Internet
 
Internet
InternetInternet
Internet
 
Internet Introduction
Internet IntroductionInternet Introduction
Internet Introduction
 
2 internet essentials
2 internet essentials2 internet essentials
2 internet essentials
 
INTERNET
INTERNETINTERNET
INTERNET
 
Introduction to web technology
Introduction to web technologyIntroduction to web technology
Introduction to web technology
 
Lecture 2
Lecture 2Lecture 2
Lecture 2
 
W 11 internet & www
W 11 internet & wwwW 11 internet & www
W 11 internet & www
 
Md Abdullah al Mamun, 182482034
Md Abdullah al Mamun, 182482034Md Abdullah al Mamun, 182482034
Md Abdullah al Mamun, 182482034
 
abdelwahab alsammak_Chapter 1-Internet concepts.ppt
abdelwahab alsammak_Chapter 1-Internet concepts.pptabdelwahab alsammak_Chapter 1-Internet concepts.ppt
abdelwahab alsammak_Chapter 1-Internet concepts.ppt
 
Computer communication and internet
Computer communication and internetComputer communication and internet
Computer communication and internet
 
Chapter 3 Computer and Network ArchitecturesRobert Hoyt MDW.docx
Chapter 3 Computer and Network ArchitecturesRobert Hoyt MDW.docxChapter 3 Computer and Network ArchitecturesRobert Hoyt MDW.docx
Chapter 3 Computer and Network ArchitecturesRobert Hoyt MDW.docx
 
Ebusiness
EbusinessEbusiness
Ebusiness
 
Assignment 01
Assignment 01Assignment 01
Assignment 01
 
Internet
InternetInternet
Internet
 
Internet,its applications and services
Internet,its applications and servicesInternet,its applications and services
Internet,its applications and services
 
How Internet Works
How Internet WorksHow Internet Works
How Internet Works
 
Unit 1 introduction to web programming
Unit 1 introduction to web programmingUnit 1 introduction to web programming
Unit 1 introduction to web programming
 

Último

Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024The Digital Insurer
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 

Último (20)

Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 

Basics of Internet and WWW

  • 1. Internet and WWW By:- Sagar Rai P II Msc Computer Science St Philomena PG Centre, Puttur
  • 2. 2 History of Internet 1972 Telnet developed as a way to connect to remote computer 1973 Email introduced, ARPANET goes international and File Transfer Protocol (FTP) established. 1984 Domain Name Server introduced which allows naming of hosts, no longer numeric 1986 NSFNET created 1991 Tim Berners-Lee releases World Wide Web 1993 Mosaic (becomes Netscape) designed by graduate students at University of Illinois
  • 3. 3 The Internet Internet is an massive network of networks. It is essentially an interconnection between millions of smaller computer networks scattered around the globe. These networks are connected with each other by the means of over ground cables, underground cables, satellite links and sub-oceanic cables etc., The word “ Internet” actually refers to all the hardware infrastructure present in the network. Such hardware include computer systems, routers, cables, bridges, servers, cellular towers, satellites and other pieces. All these pieces of hardware operated under the Internet Protocol(IP).
  • 4. 4
  • 5. Vinton Cerf 5 Father of Internet Co-designer of the TCP/IP networking protocol.
  • 6. 6 WWW( World Wide Web) The WWW is the collection of all the information that is available in the Internet. So all the text, images, audio, videos online- all this forms the WWW. Most of these information is accessed through websites and we identify websites by their domain names. There is huge amount of information available in the WWW. Only a tiny part of this information is searchable through popular search engines like Google. WWW uses htttp protocol to access the information from various servers.
  • 7. Tim Berners-Lee Father of W W W. The inventor of HTML. Invented WWW while working at CERN, the European Particle Physics Laboratory. 7
  • 8. Difference between Internet and WWW. Internet WWW Internet originated sometimes in late 1960’s English scientist Tim Berners-Lee invented the WWW in 1989 Nature of Internet is hardware Nature of WWW is software Internet consists of Computers, Routers, Cables, Bridges, Servers, Cellular towers. WWW consist of information like text, image, audio, video. The first version of Internet was known as ARPANET In the beginning the WWW was know as NSFNET Internet works on basis of Internet Protocol(IP). WWW works on basis of Hyper Text Transfer Protocol(HTTP). Internet is independent of WWW. WWW requires internet to exist. Internet is superset of WWW. WWW is subset of the Internet. Apart from supporting WWW, the Internet infrastructure is used for other things as well(eg. FTP, SMTP). 8
  • 10. How to access the Internet? To access the Internet, an existing network need to pay a small registration fee and agree to certain standards based on the TCP/IP (Transmission Control Protocol/Internet Protocol) reference model. Each organization pays for its own networks and its own telephone bills, but those costs usually exist independent of the internet. The regional Internet companies route and forward all traffic, and the cost is still only that of a local telephone call. 10
  • 11. How to access the Web? Once you have your Internet connection, then you need special software called a browser to access the Web. Web browsers are used to connect you to remote computers, open and transfer files, display text and images. Web browsers are specialized programs. Examples of Web browser: Netscape Navigator (Navigator) and Internet Explorer. 11
  • 12. Client/Server Structure of the Web Web is a collection of files that reside on computers, called Web servers, that are located all over the world and are connected to each other through the Internet. When you use your Internet connection to become part of the Web, your computer becomes a Web client in a worldwide client/server network. A Web browser is the software that you run on your computer to make it work as a web client. 12
  • 14. Web Browser A web browser is a software application used to locate, retrieve and display content on the world wide web including web pages, images, video and other files. As a client/server model the browser is the client run on a computer that contacts the web server and requests information, The Web Server sends the information back to the browser which displays the results on the computer or other Internet enabled device that supports a browser. 14
  • 15. Commonly used Web Browser 15
  • 16. Web Page A document which can be displayed in a web browser such as Google Chrome, firefox. These are also called as “Web pages” or “pages”. A Web page is accessed by entering a URL address and may contain text, graphics and hyperlinks to other Web pages and files. Once in a browser, you can open a webpage by entering the URL in the address bar. For example, typing http://www.computerhope.com/esd.html opens the Computer hope’s esd page. 16
  • 17. Website A collection of Web pages which are grouped together and usually connected together in various ways. Often called a “Web site” or simply a “site”. A Website is a central location of various web pages that are all related and can be accessed by visiting the home page using a browser. For example, our college website spcputtur.org which contains number of WebPages. 17
  • 18. Web Server Web servers are software applications running on Web sites that handle requests from Web browsers. Servers "serve up" Web pages to a Web browser. Web server software returns Web pages (including pictures, audio and possibly video), encoded in HTML, back to their Web browser clients. More importantly, Web servers can capture information from users and start up other server-resident programs. This opens the door to accessing corporate databases and legacy COBOL applications from the Web. 18
  • 19. Types of Web Server 19
  • 20. HTML In 1980, Physicist Tim Berners-Lee introduced HTML language. It is the authoring language used to create documents on the World Wide Web. HTML defines the structure and layout of a web document by using a variety of tags and attributes. HTML is the standard markup language for creating web pages and web applications. HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects, such as interactive form can be embedded into the rendered page. 20
  • 21. Structure of HTML code 21
  • 22. Example For HTML Code 22
  • 23. 23
  • 24. IP Address The combination of the four IP address parts provides 4.2 billion possible addresses (256 x 256 x 256 x 256). This number seemed adequate until 1998. Members of various Internet task forces are working to develop an alternate addressing system that will accommodate the projected growth. However, all of their working solutions require extensive hardware and software changes throughout the Internet. Example for IP address: 192.168.9.1 24
  • 25. Domain Name System Most web browsers do not use the IP address t locate Web sites and individual pages. They use domain name addressing. A domain name is a unique name associated with a specific IP address by a program that runs on an Internet host computer. This program, which coordinates the IP addresses and domain names for all computers attached to it, is called DNS (Domain Name System ) software. The host computer that runs this software is called a domain name server. 25
  • 26. Domain Name System Domain names can include any number of parts separated by periods, however most domain names currently in use have only three or four parts. Domain names follow hierarchical model that you can follow from top to bottom if you read the name from the right to the left. For example, the domain name gsb.uchicago.edu is the computer connected to the Internet at the Graduate School of Business (gsb), which is an academic unit of the University of Chicago (uchicago), which is an educational institution (edu). No other computer on the Internet has the same domain name. 26
  • 27. Structure of a Uniform Resource Locators 27
  • 28. Uniform Resource Locator Is defined as the global address of document and other resource on the WWW. URL is an address that sends users to a specific resource online, such as webpage, video other document or resource. A URL is one type of Uniform resource identifier (URI); the generic term for all types of names and addresses that refer to objects on the WWW. 28
  • 29. 29
  • 30. HTTP Is an application protocol for distributed, collaborative, hypermedia information systems. The transfer protocol is the set of rules that the computers use to move files from one computer to another on the Internet. The most common transfer protocol used on the Internet is the Hypertext Transfer Protocol (HTTP). Two other protocols that you can use on the Internet are the File Transfer Protocol (FTP) and the Telnet Protocol 30
  • 31. Difference between HTTP & HTTPs HTTP HTTPS 1) URL begins with “http://” 1) URL begins with “https://” 2) It uses port 80 for communication 2) It uses port 443 for communication 3) Unsecured 3) Secured 4) Operates at application layer 4) Operates at transport layer 5) No encryption 5) Encryption is present 6) No certificates required 6) Certificate Required. 31
  • 32. 32
  • 33. 33