SlideShare a Scribd company logo
1 of 26
Internet Business
Associate v2.0

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Lesson 3:
Introduction to
Internet Technology

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Lesson 3 Objectives
•
•
•
•
•
•

Define networks
Define the Internet
Identify Internet connection methods
Define Internet protocols
Define the Domain Name System (DNS)
Define cloud computing

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Overview of Networks
• Network – two or more computers linked together so they can
communicate, share resources and exchange information
• Networks allow users to:
– Access shared programs and data
– Transfer data from one computer to another
– Share peripheral devices such as printers
– Share storage devices to store data for backup
– Use programs to communicate with other users
– Access the Internet

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
The Client/Server Model
• Client/server model – a network structure in which
individual computers and devices interact with one
another through a central server, to which they are all
connected
– Client – an individual computer connected to a
network
– Server – a computer that manages network
resources
– Node – an individual computer or other device
connected to a network

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
LANs and WANs
• Local area network (LAN) – a group of computers
connected within a confined geographic area
– The organization owns all network components
• Wide area network (WAN) – two or more
connected LANs that span a wide geographic
area
– The organization typically leases some of the
components needed to transmit data, such as
high-speed telephone lines or wireless
transmission equipment

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Overview of the Internet
• Internet – a vast network of LANs and WANs that
electronically connects millions of people worldwide
• The Internet was formed in 1969 by ARPA, whose
network, ARPANET, featured multiple servers and
connections

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
The World Wide Web
• World Wide Web – a set of software programs that
enables users to access resources on the Internet via
hypertext documents, or Web pages
• Web page – a document created in HTML containing
hypertext links that, when clicked, enable users to
access a different location or document
• Web site – a collection of related Web pages
• Web browser – a software application that enables
users to easily access, view and navigate Web pages
on the Internet

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
How the Internet Works
• Network protocols and packets:
– Protocol – an agreed-upon format for transmitting
data between two devices
– Packet – a fixed piece of information sent across a
network
• Every computer connected to the Internet uses
Transmission Control Protocol / Internet Protocol
(TCP/IP)
– TCP/IP – software that makes Internet
communication possible

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
How the Internet Works (cont’d)
• Computers access information from the Internet as
follows:
– You request data from an Internet server
– The request is divided into packets
– The packets are routed from your LAN to the
Internet backbone
– The packets are routed from the Internet backbone
to the destination server
– The destination server sends the requested
information using the same process

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Connecting to the Internet
• Six elements are required to connect to the Internet:
– Computer
– Operating system
– TCP/IP
– Client software
– Internet connection (direct through an ISP)
– Internet address

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Internet Service Providers (ISPs)
• Internet Service Provider (ISP) – an organization that
provides access to the Internet
– Most ISPs charge a flat monthly rate
– Some basic-service ISPs offer Internet connectivity
for free
– ISPs offer dial-up or direct Internet connections

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Dial-up and Direct
Internet Connections
•

•

Dial-up Internet connections:
– Standard telephone lines and analog modem
– Integrated Services Digital Network (ISDN) line and an ISDN
modem
Direct Internet connections:
– High-speed data links, including fiber-optic
– Wireless connections, including 802.11 standards and satellite
– T and E carriers, including fractional T and E lines
– LAN connections
– Cable modems
– Digital Subscriber Line (DSL)
– 4G mobile hotspot

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Internet Protocols
• Internet Protocol version 4 (IPv4) – supports 32-bit dotted
quad IP address format
– Most widely used version of IP
– Approximately 4 billion possible IP addresses
• Internet Protocol version 6 (IPv6) – supports
128-bit hexadecimal address format
– Also known as Internet Protocol Next Generation (IPng)
– Included as part of IP support in many products
– Approximately 340 undecillion (340 times 1036) possible
IP addresses

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Internet Protocols (cont’d)
• Remote access protocols:
– Point-to-Point Protocol (PPP) – allows a computer
to connect to the Internet over a phone line
– Point-to-Point Protocol over Ethernet (PPPoE) –
implements PPP over Ethernet (Ethernet is a LAN
network standard that allows computers in a
network to communicate)
• PPPoE connects an entire network to the
Internet

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Internet Protocols (cont’d)
• Hypertext Transfer Protocol (HTTP) – used to transfer
Web pages from a Web server to a Web client (Web
browser)
• Hypertext Transfer Protocol Secure (HTTPS) – used to
access a secure Web server
• File Transfer Protocol (FTP) – used to transfer files
between computers on the Internet

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Internet Protocols (cont’d)
•

Electronic mail (e-mail) protocols:
– Simple Mail Transfer Protocol (SMTP) – used to transfer
e-mail messages to others with an outgoing mail server
– Post Office Protocol (POP) – used to receive e-mail from
an incoming mail server
• Forces you to download e-mail messages before
reading and managing them
• Current version is POP3
– Internet Message Access Protocol (IMAP) – used to
receive e-mail from an incoming mail server
• Allows you to manage e-mail messages while they
reside on the server
• Current version is IMAP4
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Internet Protocols (cont’d)
• Network News Transfer Protocol (NNTP) – used by
news servers to exchange newsgroup articles
– Newsgroup – a group of messages about a
particular subject that is posted to a central Internet
site (news server) and redistributed through Usenet
• Usenet – a public-access worldwide network

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Domain Name System (DNS)
• Domain Name System (DNS) – resolves IP addresses
into easily recognizable names
• For example:
72.44.192.233 = www.CIWcertified.com
• Domain name and IP address refer to the same Web
server

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Typical Domain Name
www.CIWcertified.com

Server (host)
name

Registered
company
domain
name

Domain
category
(top-level
domain)

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Domain Name Syntax
• Domain names are read right to left, signifying general,
then specific locations
• For example, www.CIWcertified.com can be interpreted
as follows:
• com – commercial site
• CIWcertified – registered company domain name
• www – Web server name at company

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Top-Level Domains
• com – commercial or company sites
• edu – educational institutions, typically universities
• org – organizations; originally clubs, associations and
non-profit groups; currently, various types of
organizations
• mil – U.S. military
• gov – U.S. civilian government
• net – network sites, including ISPs
• int – international organizations (rarely used)

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Domain Name Servers and
Virtual and Shared Domains
• Domain name server – a server on the Internet
that resolves domain names into IP addresses
• Reverse DNS – the process of resolving IP
addresses into domain names
• Virtual domain – a hosting service that allows a
company to host its domain name on a third-party
ISP server
• Shared domain – a hosting service that allows
multiple entities to share portions of the same
domain name

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Cloud Computing
• Cloud computing – a paradigm in which users access
software and services remotely over the Internet
• Crowdsourcing – outsourcing a task to an undefined
group of people or community to obtain and analyze
large amounts of data
• Cloud computing characteristics:
– Reliance on only a Web browser to access services
– No browser preference
– No operating system preference

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Cloud Computing (cont'd)
• Software as a Service (SaaS) – another name for cloud
computing
• Grid computing – a cluster of multiple, remote systems that are
used to create a single solution
• Advantages to cloud computing:
– Flexibility
– Scalability
– Cost reduction
• Problems with cloud computing:
– Connectivity
– Speed
– Lockout

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
Lesson 3 Summary
 Define networks
 Define the Internet
 Identify Internet connection methods
 Define Internet protocols
 Define the Domain Name System (DNS)
 Define cloud computing

Copyright © 2012 Certification Partners, LLC -- All Rights Reserved

More Related Content

What's hot

INTERNET WORKING AND ITS FEATURES
INTERNET WORKING AND ITS FEATURESINTERNET WORKING AND ITS FEATURES
INTERNET WORKING AND ITS FEATURESManeeshMathur
 
Introduction to the internet
Introduction to the internetIntroduction to the internet
Introduction to the internetFolasade Adedeji
 
Multimedia- How Internet Works
Multimedia- How Internet WorksMultimedia- How Internet Works
Multimedia- How Internet Workssambhenilesh
 
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
 
How internet works
How internet worksHow internet works
How internet worksANurag Kumar
 
Lecture 02 fundamental concepts of internet and www khalid khan
Lecture 02 fundamental concepts of internet and www khalid khanLecture 02 fundamental concepts of internet and www khalid khan
Lecture 02 fundamental concepts of internet and www khalid khanKhalid Khan
 
How Internet Works
How Internet WorksHow Internet Works
How Internet WorksUrvi Talaty
 
Internet features (2nd topic)
Internet features (2nd topic)Internet features (2nd topic)
Internet features (2nd topic)Anish Thomas
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internetAnish Thomas
 
Internet terminologies
Internet terminologiesInternet terminologies
Internet terminologiesraniseetha
 
ITFT- Basic internet concept
ITFT- Basic internet conceptITFT- Basic internet concept
ITFT- Basic internet conceptNavneet Kaur
 
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 technology
Introduction to internet technologyIntroduction to internet technology
Introduction to internet technologyOnline
 
Brief description on Web technology
Brief description on Web technology Brief description on Web technology
Brief description on Web technology Rupanshi rawat
 
How Internet Works
How Internet WorksHow Internet Works
How Internet WorksKae Hsu
 
Introduction to the Internet
Introduction to the InternetIntroduction to the Internet
Introduction to the Internetcoastalgraphics
 

What's hot (20)

INTERNET WORKING AND ITS FEATURES
INTERNET WORKING AND ITS FEATURESINTERNET WORKING AND ITS FEATURES
INTERNET WORKING AND ITS FEATURES
 
Introduction to the internet
Introduction to the internetIntroduction to the internet
Introduction to the internet
 
Multimedia- How Internet Works
Multimedia- How Internet WorksMultimedia- How Internet Works
Multimedia- How Internet Works
 
Basics of internet, intranet, e mail,
Basics of internet, intranet, e mail,Basics of internet, intranet, e mail,
Basics of internet, intranet, e mail,
 
Lecture 2
Lecture 2Lecture 2
Lecture 2
 
How the Internet Works
How the Internet WorksHow the Internet Works
How the Internet Works
 
How internet works
How internet worksHow internet works
How internet works
 
Lecture 02 fundamental concepts of internet and www khalid khan
Lecture 02 fundamental concepts of internet and www khalid khanLecture 02 fundamental concepts of internet and www khalid khan
Lecture 02 fundamental concepts of internet and www khalid khan
 
How Internet Works
How Internet WorksHow Internet Works
How Internet Works
 
Internet features (2nd topic)
Internet features (2nd topic)Internet features (2nd topic)
Internet features (2nd topic)
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internet
 
Internet terminologies
Internet terminologiesInternet terminologies
Internet terminologies
 
Introduction to the internet
Introduction to the internetIntroduction to the internet
Introduction to the internet
 
Internet
InternetInternet
Internet
 
ITFT- Basic internet concept
ITFT- Basic internet conceptITFT- Basic internet concept
ITFT- Basic internet concept
 
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 technology
Introduction to internet technologyIntroduction to internet technology
Introduction to internet technology
 
Brief description on Web technology
Brief description on Web technology Brief description on Web technology
Brief description on Web technology
 
How Internet Works
How Internet WorksHow Internet Works
How Internet Works
 
Introduction to the Internet
Introduction to the InternetIntroduction to the Internet
Introduction to the Internet
 

Viewers also liked

Hamamlar ve su kaynakları
Hamamlar ve su kaynaklarıHamamlar ve su kaynakları
Hamamlar ve su kaynaklarıhojam
 
Calc ii complete_solutions
Calc ii complete_solutionsCalc ii complete_solutions
Calc ii complete_solutionsAlelign Hailu
 
Pablo palacio presentation
Pablo palacio presentationPablo palacio presentation
Pablo palacio presentationJessica Maria
 
2.1 How to teach a concept. e
2.1 How to teach a concept. e2.1 How to teach a concept. e
2.1 How to teach a concept. eBelghith Abidi
 
սովորողի աշխատանքի կազմակերպումը ուսումնական բլոգի միջոցով
սովորողի աշխատանքի կազմակերպումը ուսումնական բլոգի միջոցովսովորողի աշխատանքի կազմակերպումը ուսումնական բլոգի միջոցով
սովորողի աշխատանքի կազմակերպումը ուսումնական բլոգի միջոցովashkhen1983
 
ուրախ այբենարան
ուրախ այբենարանուրախ այբենարան
ուրախ այբենարանashkhen1983
 
12 Cool Things We Discovered at the PaleoGIS User Conference
12 Cool Things We Discovered at the PaleoGIS User Conference12 Cool Things We Discovered at the PaleoGIS User Conference
12 Cool Things We Discovered at the PaleoGIS User ConferenceThe Rothwell Group, L.P.
 
Understanding the Role of Media in Communication for Sustainability by Dr Gee...
Understanding the Role of Media in Communication for Sustainability by Dr Gee...Understanding the Role of Media in Communication for Sustainability by Dr Gee...
Understanding the Role of Media in Communication for Sustainability by Dr Gee...Dr. Geetika Saluja
 
Social Anxiety Disorder
Social Anxiety DisorderSocial Anxiety Disorder
Social Anxiety Disorderawkwardblogger
 
Peer feedback
Peer feedback Peer feedback
Peer feedback leaporter
 
חדשנות ואבטחה- טובים השניים יחדיו
חדשנות ואבטחה- טובים השניים יחדיוחדשנות ואבטחה- טובים השניים יחדיו
חדשנות ואבטחה- טובים השניים יחדיוArthur Schmunk
 
Focus group 2
Focus group 2Focus group 2
Focus group 2leaporter
 
Ալիսա Գլորիկ
Ալիսա ԳլորիկԱլիսա Գլորիկ
Ալիսա Գլորիկashkhen1983
 
CloudZone Supercharge Your Cloud Event 26/02/2014
CloudZone Supercharge Your Cloud Event 26/02/2014CloudZone Supercharge Your Cloud Event 26/02/2014
CloudZone Supercharge Your Cloud Event 26/02/2014Arthur Schmunk
 
CloudzoProcurement managers
CloudzoProcurement managersCloudzoProcurement managers
CloudzoProcurement managersArthur Schmunk
 
Further Development of a Precambrian Plate Model by Bruce Eglington, U. of Sa...
Further Development of a Precambrian Plate Model by Bruce Eglington, U. of Sa...Further Development of a Precambrian Plate Model by Bruce Eglington, U. of Sa...
Further Development of a Precambrian Plate Model by Bruce Eglington, U. of Sa...The Rothwell Group, L.P.
 
Fatmanur genç
Fatmanur gençFatmanur genç
Fatmanur gençhojam
 

Viewers also liked (20)

Hamamlar ve su kaynakları
Hamamlar ve su kaynaklarıHamamlar ve su kaynakları
Hamamlar ve su kaynakları
 
Calc ii complete_solutions
Calc ii complete_solutionsCalc ii complete_solutions
Calc ii complete_solutions
 
Pablo palacio presentation
Pablo palacio presentationPablo palacio presentation
Pablo palacio presentation
 
FLA Lecon 6
FLA Lecon 6FLA Lecon 6
FLA Lecon 6
 
2.1 How to teach a concept. e
2.1 How to teach a concept. e2.1 How to teach a concept. e
2.1 How to teach a concept. e
 
սովորողի աշխատանքի կազմակերպումը ուսումնական բլոգի միջոցով
սովորողի աշխատանքի կազմակերպումը ուսումնական բլոգի միջոցովսովորողի աշխատանքի կազմակերպումը ուսումնական բլոգի միջոցով
սովորողի աշխատանքի կազմակերպումը ուսումնական բլոգի միջոցով
 
ուրախ այբենարան
ուրախ այբենարանուրախ այբենարան
ուրախ այբենարան
 
12 Cool Things We Discovered at the PaleoGIS User Conference
12 Cool Things We Discovered at the PaleoGIS User Conference12 Cool Things We Discovered at the PaleoGIS User Conference
12 Cool Things We Discovered at the PaleoGIS User Conference
 
Focus group
Focus groupFocus group
Focus group
 
Understanding the Role of Media in Communication for Sustainability by Dr Gee...
Understanding the Role of Media in Communication for Sustainability by Dr Gee...Understanding the Role of Media in Communication for Sustainability by Dr Gee...
Understanding the Role of Media in Communication for Sustainability by Dr Gee...
 
Social Anxiety Disorder
Social Anxiety DisorderSocial Anxiety Disorder
Social Anxiety Disorder
 
Peer feedback
Peer feedback Peer feedback
Peer feedback
 
חדשנות ואבטחה- טובים השניים יחדיו
חדשנות ואבטחה- טובים השניים יחדיוחדשנות ואבטחה- טובים השניים יחדיו
חדשנות ואבטחה- טובים השניים יחדיו
 
Question 6
Question 6Question 6
Question 6
 
Focus group 2
Focus group 2Focus group 2
Focus group 2
 
Ալիսա Գլորիկ
Ալիսա ԳլորիկԱլիսա Գլորիկ
Ալիսա Գլորիկ
 
CloudZone Supercharge Your Cloud Event 26/02/2014
CloudZone Supercharge Your Cloud Event 26/02/2014CloudZone Supercharge Your Cloud Event 26/02/2014
CloudZone Supercharge Your Cloud Event 26/02/2014
 
CloudzoProcurement managers
CloudzoProcurement managersCloudzoProcurement managers
CloudzoProcurement managers
 
Further Development of a Precambrian Plate Model by Bruce Eglington, U. of Sa...
Further Development of a Precambrian Plate Model by Bruce Eglington, U. of Sa...Further Development of a Precambrian Plate Model by Bruce Eglington, U. of Sa...
Further Development of a Precambrian Plate Model by Bruce Eglington, U. of Sa...
 
Fatmanur genç
Fatmanur gençFatmanur genç
Fatmanur genç
 

Similar to Introduction to Internet Technology v2.0

Introduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptxIntroduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptxhishamousl
 
NME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdfNME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdfSeethaDinesh
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10Waqas Ahmed Nawaz
 
Powering the digital frontier with web technologies.
Powering the digital frontier with web technologies.Powering the digital frontier with web technologies.
Powering the digital frontier with web technologies.daniel2004durango
 
Exp2003 Int Ppt 01
Exp2003 Int Ppt 01Exp2003 Int Ppt 01
Exp2003 Int Ppt 01lonetree
 
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
 
Unit 7 - Internet and Intranet Applications - IT
Unit 7 - Internet and Intranet Applications - ITUnit 7 - Internet and Intranet Applications - IT
Unit 7 - Internet and Intranet Applications - ITDeepraj Bhujel
 
Topic1-Business Value of Telecommunication Networks.pptx
Topic1-Business Value of Telecommunication Networks.pptxTopic1-Business Value of Telecommunication Networks.pptx
Topic1-Business Value of Telecommunication Networks.pptxCallplanetsDeveloper
 
Unit 1 - Business Value of Telecommunication Networks.pptx
Unit 1 - Business Value of Telecommunication Networks.pptxUnit 1 - Business Value of Telecommunication Networks.pptx
Unit 1 - Business Value of Telecommunication Networks.pptxCallplanetsDeveloper
 
Internet and Web - Week 9.ppt
Internet and Web - Week 9.pptInternet and Web - Week 9.ppt
Internet and Web - Week 9.pptHema Kesevan
 
Ccna v5-S1-Chapter 10
Ccna v5-S1-Chapter 10Ccna v5-S1-Chapter 10
Ccna v5-S1-Chapter 10Hamza Malik
 

Similar to Introduction to Internet Technology v2.0 (20)

Introduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptxIntroduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptx
 
Web technology
Web technologyWeb technology
Web technology
 
NME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdfNME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdf
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
 
Web admin
Web adminWeb admin
Web admin
 
Powering the digital frontier with web technologies.
Powering the digital frontier with web technologies.Powering the digital frontier with web technologies.
Powering the digital frontier with web technologies.
 
Exp2003 Int Ppt 01
Exp2003 Int Ppt 01Exp2003 Int Ppt 01
Exp2003 Int Ppt 01
 
IS100 Week 5
IS100 Week 5IS100 Week 5
IS100 Week 5
 
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
 
Unit 7 - Internet and Intranet Applications - IT
Unit 7 - Internet and Intranet Applications - ITUnit 7 - Internet and Intranet Applications - IT
Unit 7 - Internet and Intranet Applications - IT
 
Topic1-Business Value of Telecommunication Networks.pptx
Topic1-Business Value of Telecommunication Networks.pptxTopic1-Business Value of Telecommunication Networks.pptx
Topic1-Business Value of Telecommunication Networks.pptx
 
Unit 1 - Business Value of Telecommunication Networks.pptx
Unit 1 - Business Value of Telecommunication Networks.pptxUnit 1 - Business Value of Telecommunication Networks.pptx
Unit 1 - Business Value of Telecommunication Networks.pptx
 
Internet.ppt
Internet.pptInternet.ppt
Internet.ppt
 
Internet and Web - Week 9.ppt
Internet and Web - Week 9.pptInternet and Web - Week 9.ppt
Internet and Web - Week 9.ppt
 
Internet
InternetInternet
Internet
 
Internet.ppt
Internet.pptInternet.ppt
Internet.ppt
 
Internet
InternetInternet
Internet
 
Internet
InternetInternet
Internet
 
Ccna v5-S1-Chapter 10
Ccna v5-S1-Chapter 10Ccna v5-S1-Chapter 10
Ccna v5-S1-Chapter 10
 
Internet
InternetInternet
Internet
 

Recently uploaded

Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)sonalinghatmal
 
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...amitlee9823
 
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...sonalitrivedi431
 
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
Résumé (2 pager - 12 ft standard syntax)
Résumé (2 pager -  12 ft standard syntax)Résumé (2 pager -  12 ft standard syntax)
Résumé (2 pager - 12 ft standard syntax)Soham Mondal
 
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceanilsa9823
 
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...Pooja Nehwal
 
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳anilsa9823
 
Nandini Layout Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Nandini Layout Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Nandini Layout Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Nandini Layout Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...amitlee9823
 
Bur Dubai Call Girl Service #$# O56521286O Call Girls In Bur Dubai
Bur Dubai Call Girl Service #$# O56521286O Call Girls In Bur DubaiBur Dubai Call Girl Service #$# O56521286O Call Girls In Bur Dubai
Bur Dubai Call Girl Service #$# O56521286O Call Girls In Bur Dubaiparisharma5056
 
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls DubaiDark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls Dubaikojalkojal131
 
Brand Analysis for reggaeton artist Jahzel.
Brand Analysis for reggaeton artist Jahzel.Brand Analysis for reggaeton artist Jahzel.
Brand Analysis for reggaeton artist Jahzel.GabrielaMiletti
 
Call Girls Jayanagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jayanagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jayanagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jayanagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...amitlee9823
 
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdfreStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdfKen Fuller
 
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdfssuserded2d4
 
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
Joshua Minker Brand Exploration Sports Broadcaster .pptx
Joshua Minker Brand Exploration Sports Broadcaster .pptxJoshua Minker Brand Exploration Sports Broadcaster .pptx
Joshua Minker Brand Exploration Sports Broadcaster .pptxsportsworldproductio
 
Get To Know About "Lauren Prophet-Bryant''
Get To Know About "Lauren Prophet-Bryant''Get To Know About "Lauren Prophet-Bryant''
Get To Know About "Lauren Prophet-Bryant''Lauren Prophet-Bryant
 

Recently uploaded (20)

Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
 
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
 
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
VVVIP Call Girls In East Of Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In East Of Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In East Of Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In East Of Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
Résumé (2 pager - 12 ft standard syntax)
Résumé (2 pager -  12 ft standard syntax)Résumé (2 pager -  12 ft standard syntax)
Résumé (2 pager - 12 ft standard syntax)
 
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
 
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...
 
Sensual Moments: +91 9999965857 Independent Call Girls Paharganj Delhi {{ Mon...
Sensual Moments: +91 9999965857 Independent Call Girls Paharganj Delhi {{ Mon...Sensual Moments: +91 9999965857 Independent Call Girls Paharganj Delhi {{ Mon...
Sensual Moments: +91 9999965857 Independent Call Girls Paharganj Delhi {{ Mon...
 
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳
 
Nandini Layout Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Nandini Layout Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Nandini Layout Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Nandini Layout Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
 
Bur Dubai Call Girl Service #$# O56521286O Call Girls In Bur Dubai
Bur Dubai Call Girl Service #$# O56521286O Call Girls In Bur DubaiBur Dubai Call Girl Service #$# O56521286O Call Girls In Bur Dubai
Bur Dubai Call Girl Service #$# O56521286O Call Girls In Bur Dubai
 
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls DubaiDark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
 
Brand Analysis for reggaeton artist Jahzel.
Brand Analysis for reggaeton artist Jahzel.Brand Analysis for reggaeton artist Jahzel.
Brand Analysis for reggaeton artist Jahzel.
 
Call Girls Jayanagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jayanagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jayanagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jayanagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdfreStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
 
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
 
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Joshua Minker Brand Exploration Sports Broadcaster .pptx
Joshua Minker Brand Exploration Sports Broadcaster .pptxJoshua Minker Brand Exploration Sports Broadcaster .pptx
Joshua Minker Brand Exploration Sports Broadcaster .pptx
 
Get To Know About "Lauren Prophet-Bryant''
Get To Know About "Lauren Prophet-Bryant''Get To Know About "Lauren Prophet-Bryant''
Get To Know About "Lauren Prophet-Bryant''
 

Introduction to Internet Technology v2.0

  • 1. Internet Business Associate v2.0 Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 2. Lesson 3: Introduction to Internet Technology Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 3. Lesson 3 Objectives • • • • • • Define networks Define the Internet Identify Internet connection methods Define Internet protocols Define the Domain Name System (DNS) Define cloud computing Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 4. Overview of Networks • Network – two or more computers linked together so they can communicate, share resources and exchange information • Networks allow users to: – Access shared programs and data – Transfer data from one computer to another – Share peripheral devices such as printers – Share storage devices to store data for backup – Use programs to communicate with other users – Access the Internet Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 5. The Client/Server Model • Client/server model – a network structure in which individual computers and devices interact with one another through a central server, to which they are all connected – Client – an individual computer connected to a network – Server – a computer that manages network resources – Node – an individual computer or other device connected to a network Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 6. LANs and WANs • Local area network (LAN) – a group of computers connected within a confined geographic area – The organization owns all network components • Wide area network (WAN) – two or more connected LANs that span a wide geographic area – The organization typically leases some of the components needed to transmit data, such as high-speed telephone lines or wireless transmission equipment Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 7. Overview of the Internet • Internet – a vast network of LANs and WANs that electronically connects millions of people worldwide • The Internet was formed in 1969 by ARPA, whose network, ARPANET, featured multiple servers and connections Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 8. The World Wide Web • World Wide Web – a set of software programs that enables users to access resources on the Internet via hypertext documents, or Web pages • Web page – a document created in HTML containing hypertext links that, when clicked, enable users to access a different location or document • Web site – a collection of related Web pages • Web browser – a software application that enables users to easily access, view and navigate Web pages on the Internet Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 9. How the Internet Works • Network protocols and packets: – Protocol – an agreed-upon format for transmitting data between two devices – Packet – a fixed piece of information sent across a network • Every computer connected to the Internet uses Transmission Control Protocol / Internet Protocol (TCP/IP) – TCP/IP – software that makes Internet communication possible Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 10. How the Internet Works (cont’d) • Computers access information from the Internet as follows: – You request data from an Internet server – The request is divided into packets – The packets are routed from your LAN to the Internet backbone – The packets are routed from the Internet backbone to the destination server – The destination server sends the requested information using the same process Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 11. Connecting to the Internet • Six elements are required to connect to the Internet: – Computer – Operating system – TCP/IP – Client software – Internet connection (direct through an ISP) – Internet address Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 12. Internet Service Providers (ISPs) • Internet Service Provider (ISP) – an organization that provides access to the Internet – Most ISPs charge a flat monthly rate – Some basic-service ISPs offer Internet connectivity for free – ISPs offer dial-up or direct Internet connections Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 13. Dial-up and Direct Internet Connections • • Dial-up Internet connections: – Standard telephone lines and analog modem – Integrated Services Digital Network (ISDN) line and an ISDN modem Direct Internet connections: – High-speed data links, including fiber-optic – Wireless connections, including 802.11 standards and satellite – T and E carriers, including fractional T and E lines – LAN connections – Cable modems – Digital Subscriber Line (DSL) – 4G mobile hotspot Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 14. Internet Protocols • Internet Protocol version 4 (IPv4) – supports 32-bit dotted quad IP address format – Most widely used version of IP – Approximately 4 billion possible IP addresses • Internet Protocol version 6 (IPv6) – supports 128-bit hexadecimal address format – Also known as Internet Protocol Next Generation (IPng) – Included as part of IP support in many products – Approximately 340 undecillion (340 times 1036) possible IP addresses Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 15. Internet Protocols (cont’d) • Remote access protocols: – Point-to-Point Protocol (PPP) – allows a computer to connect to the Internet over a phone line – Point-to-Point Protocol over Ethernet (PPPoE) – implements PPP over Ethernet (Ethernet is a LAN network standard that allows computers in a network to communicate) • PPPoE connects an entire network to the Internet Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 16. Internet Protocols (cont’d) • Hypertext Transfer Protocol (HTTP) – used to transfer Web pages from a Web server to a Web client (Web browser) • Hypertext Transfer Protocol Secure (HTTPS) – used to access a secure Web server • File Transfer Protocol (FTP) – used to transfer files between computers on the Internet Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 17. Internet Protocols (cont’d) • Electronic mail (e-mail) protocols: – Simple Mail Transfer Protocol (SMTP) – used to transfer e-mail messages to others with an outgoing mail server – Post Office Protocol (POP) – used to receive e-mail from an incoming mail server • Forces you to download e-mail messages before reading and managing them • Current version is POP3 – Internet Message Access Protocol (IMAP) – used to receive e-mail from an incoming mail server • Allows you to manage e-mail messages while they reside on the server • Current version is IMAP4 Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 18. Internet Protocols (cont’d) • Network News Transfer Protocol (NNTP) – used by news servers to exchange newsgroup articles – Newsgroup – a group of messages about a particular subject that is posted to a central Internet site (news server) and redistributed through Usenet • Usenet – a public-access worldwide network Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 19. Domain Name System (DNS) • Domain Name System (DNS) – resolves IP addresses into easily recognizable names • For example: 72.44.192.233 = www.CIWcertified.com • Domain name and IP address refer to the same Web server Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 20. Typical Domain Name www.CIWcertified.com Server (host) name Registered company domain name Domain category (top-level domain) Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 21. Domain Name Syntax • Domain names are read right to left, signifying general, then specific locations • For example, www.CIWcertified.com can be interpreted as follows: • com – commercial site • CIWcertified – registered company domain name • www – Web server name at company Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 22. Top-Level Domains • com – commercial or company sites • edu – educational institutions, typically universities • org – organizations; originally clubs, associations and non-profit groups; currently, various types of organizations • mil – U.S. military • gov – U.S. civilian government • net – network sites, including ISPs • int – international organizations (rarely used) Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 23. Domain Name Servers and Virtual and Shared Domains • Domain name server – a server on the Internet that resolves domain names into IP addresses • Reverse DNS – the process of resolving IP addresses into domain names • Virtual domain – a hosting service that allows a company to host its domain name on a third-party ISP server • Shared domain – a hosting service that allows multiple entities to share portions of the same domain name Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 24. Cloud Computing • Cloud computing – a paradigm in which users access software and services remotely over the Internet • Crowdsourcing – outsourcing a task to an undefined group of people or community to obtain and analyze large amounts of data • Cloud computing characteristics: – Reliance on only a Web browser to access services – No browser preference – No operating system preference Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 25. Cloud Computing (cont'd) • Software as a Service (SaaS) – another name for cloud computing • Grid computing – a cluster of multiple, remote systems that are used to create a single solution • Advantages to cloud computing: – Flexibility – Scalability – Cost reduction • Problems with cloud computing: – Connectivity – Speed – Lockout Copyright © 2012 Certification Partners, LLC -- All Rights Reserved
  • 26. Lesson 3 Summary  Define networks  Define the Internet  Identify Internet connection methods  Define Internet protocols  Define the Domain Name System (DNS)  Define cloud computing Copyright © 2012 Certification Partners, LLC -- All Rights Reserved