SlideShare a Scribd company logo
1 of 19
What Is the Internet?
• A network of networks, joining many government,
university and private computers together and
providing an infrastructure for the use of E-mail,
bulletin boards, file archives, hypertext documents,
databases and other computational resources
• The vast collection of computer networks which
form and act as a single huge network for transport
of data and messages across distances which can be
anywhere from the same office to anywhere in the
world.
Written by William F. Slater, III
1996
President of the Chicago Chapter of the Internet Society
Copyright 2002, William F. Slater, III, Chicago, IL, USA
What is the Internet?
• The largest network of networks in the
world.
• Uses TCP/IP protocols and packet switching .
• Runs on any communications substrate.

From Dr. Vinton Cerf,
Co-Creator of TCP/IP
Brief History of the Internet
• 1968 - DARPA (Defense Advanced Research Projects Agency)
contracts with BBN (Bolt, Beranek & Newman) to create
ARPAnet
• 1970 - First five nodes:
–
–
–
–
–

UCLA
Stanford
UC Santa Barbara
U of Utah, and
BBN

• 1974 - TCP specification by Vint Cerf
• 1984 – On January 1, the Internet with its 1000 hosts
converts en masse to using TCP/IP for its messaging
Internet Growth Trends
•
•
•
•
•
•
•
•
•
•
•

1977: 111 hosts on Internet
1981: 213 hosts
1983: 562 hosts
1984: 1,000 hosts
1986: 5,000 hosts
1987: 10,000 hosts
1989: 100,000 hosts
1992: 1,000,000 hosts
2001: 150 – 175 million hosts
2002: over 200 million hosts
By 2010, about 80% of the planet will be on the Internet
No. of Participating Hosts
Oct. ‘90 - Apr. ‘98
Growth of Internet Hosts *
Sept. 1969 - Sept. 2002
250,000,000

Sept. 1, 2002

No. of Hosts

200,000,000

150,000,000

100,000,000

Dot-Com Bust Begins

50,000,000

9/
69
01
/7
1
01
/7
3
01
/7
4
01
/7
6
01
/7
9
08
/8
1
08
/8
3
10
/8
5
11
/8
6
07
/8
8
01
/8
9
10
/8
9
01
/9
1
10
/9
1
04
/9
2
10
/9
2
04
/9
3
10
/9
3
07
/9
4
01
/9
5
01
/9
6
01
/9
7
01
/9
8
01
/9
9
01
/0
1
08
/0
2

0

Chart by William F. Slater, III

Time Period

The Internet was not known as "The Internet" until January 1984, at which time
there were 1000 hosts that were all converted over to using TCP/IP.
Copyright 2002, William F. Slater, III, Chicago, IL, USA
Domain Name Registration
Jan. ‘89 - Jul. ‘97

April 2001: 31,000,000 Domain Names!!!
TCP/IP Addresses
• Every host on the Internet must have a
unique IP address
• The IP address is a 32-bit number which
we write in dotted decimal notation
• The first part of the IP address is the
network address – the remainder is the
host ID
• A subnet mask is used to determine the
network address from a IP host address
• All hosts on the same network are
configured with the same subnet mask
Network Address Example
Host address: 192.252.12.14
Subnet mask: 255.255.255.0
To obtain the network address, AND the host IP with
its subnet mask:
Host IP:
Mask:

11000000.11111100.00001100.00001
110
11111111.11111111.11111111.00000
Net addr: 000
which is: 192.152.12.0
11000000.11111100.00001100.00000
000
Obtaining an Internet Network
Address
• IP network addresses must be unique, or
the Internet will not be stable
• The Internet Network Information Centre
(InterNIC) was originally responsible for
issuing Internet network addresses
• Today, the Internet Assigned Number
Authority (IANA) issues network
addresses to Information Service
Providers (ISPs)
• ISPs split networks up into subnets and
sell them on to their customers
Domain Name System (DNS)
• IP addresses are used to identify hosts on a
TCP/IP network
• Example: 134.220.1.9
• Numbers are not ‘friendly’ – people prefer
names
• DNS is a protocol used to map IP addresses to
textual names
• E.g. www.wlv.ac.uk maps to 134.220.1.9
DNS on the Internet
DNS names have a hierarchical structure
Example: www.wlv.ac.uk
Root Level

com

net

fr

uk

ac

aston

Top-level domain

us

co

staffs

clun

Second-level
domain
wlv

www

ftp

Server name
Internet Email Addresses
mel.ralph@wlv.ac.uk
Local part

@ Domain name of mail server

• The Local part is the name of a special
file stored on the mail server called the
user’s mailbox
• The Domain name is resolved using DNS
• The mail server is also known as a mail
exchanger
Hypertext Transfer Protocol (HTTP)
Request

Browser app

The
The
Internet
Internet
(TCP/IP)
(TCP/IP)

Web page

WWW server

• HTTP is the protocol used to access
resources on the World Wide Web
• A browser application is used to send a
request to the WWW server for a resource,
e.g. a web page, graphics file, audio file,
etc.
• The server responds by sending the resource
Uniform Resource Locator (URL)
• URL is the standard for specifying the
whereabouts of a resource (such as a web page)
on the Internet
• A URL has four parts:
http://www.wlv.ac.uk:80/index.html
Protocol

Host

Port number

Name of web page

– The protocol used to retrieve the resource
– The host where the resource is held
– The port number of the server process on the
host
URL Defaults
• A server will normally be setup to use
standard defaults
• This enables the URL to be simplified
• In the case of a Web server for example
– Default port will be 80
– Default name for home page will be index.html

• Hence the previous URL can be shortened to
http://www.wlv.ac.uk/
File Transfer Protocol (FTP)
ftp://ftp.demon.co.uk/pub/
• Protocol for copying files between client
and an FTP server
• Uses a TCP connection for reliable
transfer of files with error-checking
• Most browsers support FTP, or you can
use a dedicated FTP client program, e.g
WS_FTP
• Trivial File Transfer Protocol (TFTP) is a
lightweight version for small memory
devices
Telnet
• Telnet allows a user to run commands
and programs remotely on another
computer across the Internet
• The user runs a Telnet client program on
the local host
• A Telnet server process must be running
on the remote host
• The user must have the necessary
permissions and password to access the
remote host
Some Port Assignments
•
•
•
•
•
•

21
23
25
70
79
80

FTP
Telnet
smtp (mail)
gopher
finger
HTTP

More Related Content

What's hot (13)

Network address translation
Network address translationNetwork address translation
Network address translation
 
history of the internet
history of the internet history of the internet
history of the internet
 
Network address translation pdf
Network address translation pdfNetwork address translation pdf
Network address translation pdf
 
Networking
NetworkingNetworking
Networking
 
Nad710 Network Address Translation
Nad710   Network Address TranslationNad710   Network Address Translation
Nad710 Network Address Translation
 
Subnetting
SubnettingSubnetting
Subnetting
 
External Computer Storage
External Computer StorageExternal Computer Storage
External Computer Storage
 
network address translate
network address translate network address translate
network address translate
 
CensorMeOrNot - P2P System of DNS Caches - DefCamp 2012
CensorMeOrNot - P2P System of DNS Caches - DefCamp 2012CensorMeOrNot - P2P System of DNS Caches - DefCamp 2012
CensorMeOrNot - P2P System of DNS Caches - DefCamp 2012
 
Network address translation
Network address translationNetwork address translation
Network address translation
 
Internet ppt1
Internet ppt1Internet ppt1
Internet ppt1
 
Timeline history of internet
Timeline history of internetTimeline history of internet
Timeline history of internet
 
java
javajava
java
 

Viewers also liked

Inetsis EN catalogo
Inetsis EN catalogoInetsis EN catalogo
Inetsis EN catalogo
Redondo Luis
 
Cannabis andharmreduction
Cannabis andharmreductionCannabis andharmreduction
Cannabis andharmreduction
Gonzilla Sach
 
INETSIS EN Coral2k to distribute
INETSIS EN Coral2k to distributeINETSIS EN Coral2k to distribute
INETSIS EN Coral2k to distribute
Redondo Luis
 
1998 master connection roto truck 0030
1998 master connection roto truck  0030 1998 master connection roto truck  0030
1998 master connection roto truck 0030
merlikul
 
Trabajo biomol 2
Trabajo biomol 2Trabajo biomol 2
Trabajo biomol 2
therong
 
Seminario biomol 2
Seminario biomol 2Seminario biomol 2
Seminario biomol 2
therong
 
Air pls basilicata 1516-20111018
Air pls basilicata   1516-20111018Air pls basilicata   1516-20111018
Air pls basilicata 1516-20111018
dashrath meghwal
 
Ethical dilemma possible solutions
Ethical dilemma possible solutionsEthical dilemma possible solutions
Ethical dilemma possible solutions
uchenna345
 
Capstone project
Capstone projectCapstone project
Capstone project
ronithgoel
 

Viewers also liked (15)

Passive Modeling – Wire Resistance Test Automation
Passive Modeling – Wire Resistance Test AutomationPassive Modeling – Wire Resistance Test Automation
Passive Modeling – Wire Resistance Test Automation
 
Inetsis EN catalogo
Inetsis EN catalogoInetsis EN catalogo
Inetsis EN catalogo
 
Cannabis andharmreduction
Cannabis andharmreductionCannabis andharmreduction
Cannabis andharmreduction
 
INETSIS EN Coral2k to distribute
INETSIS EN Coral2k to distributeINETSIS EN Coral2k to distribute
INETSIS EN Coral2k to distribute
 
1998 master connection roto truck 0030
1998 master connection roto truck  0030 1998 master connection roto truck  0030
1998 master connection roto truck 0030
 
Trabajo biomol 2
Trabajo biomol 2Trabajo biomol 2
Trabajo biomol 2
 
Seminario biomol 2
Seminario biomol 2Seminario biomol 2
Seminario biomol 2
 
Developing a New Auto-Loading Analytical Prober
Developing a New Auto-Loading Analytical ProberDeveloping a New Auto-Loading Analytical Prober
Developing a New Auto-Loading Analytical Prober
 
Air pls basilicata 1516-20111018
Air pls basilicata   1516-20111018Air pls basilicata   1516-20111018
Air pls basilicata 1516-20111018
 
Ethical dilemma possible solutions
Ethical dilemma possible solutionsEthical dilemma possible solutions
Ethical dilemma possible solutions
 
Renewing Our Commitment
Renewing Our Commitment Renewing Our Commitment
Renewing Our Commitment
 
Gamification - Mastery Pecha Kucha style
Gamification - Mastery Pecha Kucha styleGamification - Mastery Pecha Kucha style
Gamification - Mastery Pecha Kucha style
 
Indonesian Harm Reduction Network - UNODC
Indonesian Harm Reduction Network - UNODCIndonesian Harm Reduction Network - UNODC
Indonesian Harm Reduction Network - UNODC
 
Capstone project
Capstone projectCapstone project
Capstone project
 
Genurile artelor
Genurile artelorGenurile artelor
Genurile artelor
 

Similar to Internet

Basics concepts of internet.ppt
Basics concepts of internet.pptBasics concepts of internet.ppt
Basics concepts of internet.ppt
SahilNegi60
 
Intro. to the internet and web
Intro. to the internet and webIntro. to the internet and web
Intro. to the internet and web
dofirfauzi1302
 

Similar to Internet (20)

Basics concepts of internet.ppt
Basics concepts of internet.pptBasics concepts of internet.ppt
Basics concepts of internet.ppt
 
Internet
InternetInternet
Internet
 
Internet
InternetInternet
Internet
 
Internet
InternetInternet
Internet
 
Internet
InternetInternet
Internet
 
Lecture1
Lecture1Lecture1
Lecture1
 
Overview of Internet
Overview of InternetOverview of Internet
Overview of Internet
 
09 Systems Software Programming-Network Programming.pptx
09 Systems Software Programming-Network Programming.pptx09 Systems Software Programming-Network Programming.pptx
09 Systems Software Programming-Network Programming.pptx
 
INTERNET TECHNOLOGY
INTERNET  TECHNOLOGYINTERNET  TECHNOLOGY
INTERNET TECHNOLOGY
 
Part1-Intro-Apps.pptx
Part1-Intro-Apps.pptxPart1-Intro-Apps.pptx
Part1-Intro-Apps.pptx
 
How the-internet-works
How the-internet-worksHow the-internet-works
How the-internet-works
 
Unit 4
Unit 4Unit 4
Unit 4
 
Internet
InternetInternet
Internet
 
Network Protocols
Network ProtocolsNetwork Protocols
Network Protocols
 
Intro. to the internet and web
Intro. to the internet and webIntro. to the internet and web
Intro. to the internet and web
 
Module 1 Basic.pptx
Module 1 Basic.pptxModule 1 Basic.pptx
Module 1 Basic.pptx
 
Unit-1 Introduction to WWW and Network.pptx
Unit-1 Introduction to WWW and Network.pptxUnit-1 Introduction to WWW and Network.pptx
Unit-1 Introduction to WWW and Network.pptx
 
SOHO Network Setup Tutorial
SOHO Network Setup Tutorial SOHO Network Setup Tutorial
SOHO Network Setup Tutorial
 
PPT-Internet growth, IP, Anatomy.pptx
PPT-Internet growth, IP, Anatomy.pptxPPT-Internet growth, IP, Anatomy.pptx
PPT-Internet growth, IP, Anatomy.pptx
 
basic web concepts.ppt
basic web concepts.pptbasic web concepts.ppt
basic web concepts.ppt
 

Recently uploaded

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Recently uploaded (20)

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
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...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
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
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
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?
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

Internet

  • 1. What Is the Internet? • A network of networks, joining many government, university and private computers together and providing an infrastructure for the use of E-mail, bulletin boards, file archives, hypertext documents, databases and other computational resources • The vast collection of computer networks which form and act as a single huge network for transport of data and messages across distances which can be anywhere from the same office to anywhere in the world. Written by William F. Slater, III 1996 President of the Chicago Chapter of the Internet Society Copyright 2002, William F. Slater, III, Chicago, IL, USA
  • 2. What is the Internet? • The largest network of networks in the world. • Uses TCP/IP protocols and packet switching . • Runs on any communications substrate. From Dr. Vinton Cerf, Co-Creator of TCP/IP
  • 3. Brief History of the Internet • 1968 - DARPA (Defense Advanced Research Projects Agency) contracts with BBN (Bolt, Beranek & Newman) to create ARPAnet • 1970 - First five nodes: – – – – – UCLA Stanford UC Santa Barbara U of Utah, and BBN • 1974 - TCP specification by Vint Cerf • 1984 – On January 1, the Internet with its 1000 hosts converts en masse to using TCP/IP for its messaging
  • 4. Internet Growth Trends • • • • • • • • • • • 1977: 111 hosts on Internet 1981: 213 hosts 1983: 562 hosts 1984: 1,000 hosts 1986: 5,000 hosts 1987: 10,000 hosts 1989: 100,000 hosts 1992: 1,000,000 hosts 2001: 150 – 175 million hosts 2002: over 200 million hosts By 2010, about 80% of the planet will be on the Internet
  • 5. No. of Participating Hosts Oct. ‘90 - Apr. ‘98
  • 6. Growth of Internet Hosts * Sept. 1969 - Sept. 2002 250,000,000 Sept. 1, 2002 No. of Hosts 200,000,000 150,000,000 100,000,000 Dot-Com Bust Begins 50,000,000 9/ 69 01 /7 1 01 /7 3 01 /7 4 01 /7 6 01 /7 9 08 /8 1 08 /8 3 10 /8 5 11 /8 6 07 /8 8 01 /8 9 10 /8 9 01 /9 1 10 /9 1 04 /9 2 10 /9 2 04 /9 3 10 /9 3 07 /9 4 01 /9 5 01 /9 6 01 /9 7 01 /9 8 01 /9 9 01 /0 1 08 /0 2 0 Chart by William F. Slater, III Time Period The Internet was not known as "The Internet" until January 1984, at which time there were 1000 hosts that were all converted over to using TCP/IP. Copyright 2002, William F. Slater, III, Chicago, IL, USA
  • 7. Domain Name Registration Jan. ‘89 - Jul. ‘97 April 2001: 31,000,000 Domain Names!!!
  • 8. TCP/IP Addresses • Every host on the Internet must have a unique IP address • The IP address is a 32-bit number which we write in dotted decimal notation • The first part of the IP address is the network address – the remainder is the host ID • A subnet mask is used to determine the network address from a IP host address • All hosts on the same network are configured with the same subnet mask
  • 9. Network Address Example Host address: 192.252.12.14 Subnet mask: 255.255.255.0 To obtain the network address, AND the host IP with its subnet mask: Host IP: Mask: 11000000.11111100.00001100.00001 110 11111111.11111111.11111111.00000 Net addr: 000 which is: 192.152.12.0 11000000.11111100.00001100.00000 000
  • 10. Obtaining an Internet Network Address • IP network addresses must be unique, or the Internet will not be stable • The Internet Network Information Centre (InterNIC) was originally responsible for issuing Internet network addresses • Today, the Internet Assigned Number Authority (IANA) issues network addresses to Information Service Providers (ISPs) • ISPs split networks up into subnets and sell them on to their customers
  • 11. Domain Name System (DNS) • IP addresses are used to identify hosts on a TCP/IP network • Example: 134.220.1.9 • Numbers are not ‘friendly’ – people prefer names • DNS is a protocol used to map IP addresses to textual names • E.g. www.wlv.ac.uk maps to 134.220.1.9
  • 12. DNS on the Internet DNS names have a hierarchical structure Example: www.wlv.ac.uk Root Level com net fr uk ac aston Top-level domain us co staffs clun Second-level domain wlv www ftp Server name
  • 13. Internet Email Addresses mel.ralph@wlv.ac.uk Local part @ Domain name of mail server • The Local part is the name of a special file stored on the mail server called the user’s mailbox • The Domain name is resolved using DNS • The mail server is also known as a mail exchanger
  • 14. Hypertext Transfer Protocol (HTTP) Request Browser app The The Internet Internet (TCP/IP) (TCP/IP) Web page WWW server • HTTP is the protocol used to access resources on the World Wide Web • A browser application is used to send a request to the WWW server for a resource, e.g. a web page, graphics file, audio file, etc. • The server responds by sending the resource
  • 15. Uniform Resource Locator (URL) • URL is the standard for specifying the whereabouts of a resource (such as a web page) on the Internet • A URL has four parts: http://www.wlv.ac.uk:80/index.html Protocol Host Port number Name of web page – The protocol used to retrieve the resource – The host where the resource is held – The port number of the server process on the host
  • 16. URL Defaults • A server will normally be setup to use standard defaults • This enables the URL to be simplified • In the case of a Web server for example – Default port will be 80 – Default name for home page will be index.html • Hence the previous URL can be shortened to http://www.wlv.ac.uk/
  • 17. File Transfer Protocol (FTP) ftp://ftp.demon.co.uk/pub/ • Protocol for copying files between client and an FTP server • Uses a TCP connection for reliable transfer of files with error-checking • Most browsers support FTP, or you can use a dedicated FTP client program, e.g WS_FTP • Trivial File Transfer Protocol (TFTP) is a lightweight version for small memory devices
  • 18. Telnet • Telnet allows a user to run commands and programs remotely on another computer across the Internet • The user runs a Telnet client program on the local host • A Telnet server process must be running on the remote host • The user must have the necessary permissions and password to access the remote host