SlideShare a Scribd company logo
1 of 7
1 
Internet 
Internet: 
Publicly accessible computer network connecting many smaller networks from 
around the world. 
It grew out of a U.S. Defense Department program called ARPANET (Advanced 
Research Projects Agency Network), established in 1969 with connections 
between computers at the University of California at Los Angeles, Stanford 
Research Institute, the University of California-Santa Barbara, and the University 
of Utah. ARPANET's purpose was to conduct research into computer networking 
in order to provide a secure and survivable communications system in case of 
war. As the network quickly expanded, academics and researchers in other fields 
began to use it as well. In 1971 the first program for sending e-mail over a 
distributed network was developed; by 1973, the year international connections 
to ARPANET were made (from Britain and Norway), e-mail represented most of 
the traffic on ARPANET. The 1970s also saw the development of mailing lists, 
newsgroups and bulletin-board systems, and the TCP/IP communications 
protocols, which were adopted as standard protocols for ARPANET in 1982–83, 
leading to the widespread use of the term Internet. In 1984 the domain name 
addressing system was introduced. In 1986 the National Science Foundation 
established the NSFNET, a distributed network of networks capable of handling 
far greater traffic, and within a year more than 10,000 hosts were connected to 
the Internet. In 1988 real-time conversation over the network became possible 
with the development of Internet Relay Chat protocols . In 1990 ARPANET ceased 
to exist, leaving behind the NSFNET, and the first commercial dial-up access to the 
Internet became available. In 1991 the World Wide Web was released to the 
public (via FTP). The Mosaic browser was released in 1993, and its popularity led 
to the proliferation of World Wide Web sites and users. In 1995 the NSFNET 
reverted to the role of a research network, leaving Internet traffic to be routed 
through network providers rather than NSF supercomputers. That year the Web 
became the most popular part of the Internet, surpassing the FTP protocols in 
traffic volume. By 1997 there were more than 10 million hosts on the Internet and
2 
more than 1 million registered domain names. Internet access can now be gained 
via radio signals, cable-television lines, satellites, and fibre-optic connections, 
though most traffic still uses a part of the public telecommunications (telephone) 
network. The Internet is widely regarded as a development of vast significance 
that will affect nearly every aspect of human culture and commerce in ways still 
only dimly discernible. 
Internet service provider (ISP) 
Company that provides Internet connections and services to individuals and 
organizations. 
For a monthly fee, ISPs provide computer users with a connection to their site, as 
well as a log-in name and password. They may also provide software packages 
(such as browsers), e-mail accounts, and a personal Web site or home page. ISPs 
can host Web sites for businesses and can also build the Web sites themselves. 
ISPs are all connected to each other through network access points, public 
network facilities on the Internet backbone. 
Data Transmission 
Sending and receiving data via cables (e.g., telephone lines or fibre optics) or 
wireless relay systems. 
Because ordinary telephone circuits pass signals that fall within the frequency 
range of voice communication (about 300–3,500 hertz), the high frequencies 
associated with data transmission suffer a loss of amplitude and transmission 
speed. Data signals must therefore be translated into a format compatible with 
the signals used in telephone lines. Digital computers use a modem to transform 
outgoing digital electronic data; a similar system at the receiving end translates
3 
the incoming signal back to the original electronic data. Specialized data-transmission 
links carry signals at frequencies higher than those used by the 
public telephone network. 
Protocol 
In computer science, a set of rules or procedures for transmitting data 
between electronic devices, such as computers. 
In order for computers to exchange information, there must be a preexisting 
agreement as to how the information will be structured and how each side 
will send and receive it. Without a protocol, a transmitting computer, for 
example, could be sending its data in 8-bit packets while the receiving 
computer might expect the data in 16-bit packets. Protocols are established by 
international or industrywide organizations. Perhaps the most important 
computer protocol is OSI (Open Systems Interconnection), a set of guidelines 
for implementing networking communications between computers. The most 
important sets of Internet protocols are TCP/IP, HTTP, and FTP. 
Types of Protocol 
FTP 
In full file transfer protocol 
Internet protocol that allows a computer to send files to or receive files from another 
computer. 
Like many Internet resources, FTP works by means of a client-server architecture; the user runs 
client software to connect to a server on the Internet. On the FTP server, a program called a 
daemon allows the user to download and upload files. Before the World Wide Web was 
introduced, FTP was one of the most popular methods of exchanging information over the 
Internet and many Web sites still use it to disseminate their larger files . 
TCP/IP
4 
In full Transmission Control Protocol/Internet Protocol 
Standard Internet communications protocols that allow digital computers to communicate over 
long distances. 
The Internet is a packet-switched network, in which information is broken down into small 
packets, sent individually over many different routes at the same time, and then reassembled 
at the receiving end. TCP is the component that collects and reassembles the packets of data, 
while IP is responsible for making sure the packets are sent to the right destination. TCP/IP was 
developed in the 1970s and adopted as the protocol standard for ARPANET (the predecessor to 
the Internet) in 1983. 
HTTP 
In full HyperText Transfer Protocol 
Standard application-level protocol used for exchanging files on the World Wide 
Web. 
HTTP runs on top of the TCP/IP protocol. Web browsers are HTTP clients that 
send file requests to Web servers, which in turn handle the requests via an HTTP 
service. HTTP was originally proposed in 1989 by Tim Berners-Lee, who was a 
coauthor of the 1.0 specification. HTTP in its 1.0 version was “stateless”: each new 
request from a client established a new connection instead of handling all similar 
requests through the same connection between a specific client and server. 
Version 1.1 includes persistent connections, decompression of HTML files by 
client browsers, and multiple domain names sharing the same IP address. 
IP Address 
In full Internet Protocol address 
Number that uniquely identifies each computer on the Internet.
5 
A computer's IP address may be permanently assigned or supplied each time that 
it connects to the Internet by an Internet service provider. In order to 
accommodate the extraordinary growth in the number of devices connected to 
the Internet, a 32-bit protocol standard, known as IPv4, began to be replaced by a 
128-bit protocol, IPv6, in 2000. 
World Wide Web (WWW) 
Leading information-exchange service of the Internet. 
It was created by Tim Berners-Lee and his colleagues at CERN and introduced to the world in 
1991. The Web gives users access to a vast array of documents that are connected to each 
other by means of hypertext or hyperlinks. A hypertext document with its corresponding text 
and hyperlinks is written in HTML and is assigned an on-line address, or URL. The Web operates 
within the Internet's basic client-server architecture. Individual HTML files with unique 
electronic addresses are called Web pages, and a collection of Web pages and related files 
(such as graphics files, scripted programs, and other resources) sharing a set of similar 
addresses (see domain name) is called a Web site. The main or introductory page of a Web site 
is usually called the site's home page. Users may access any page by typing in the appropriate 
address, search for pages related to a topic of interest by using a search engine, or move quickly 
between pages by clicking on hyperlinks incorporated into them. Though introduced in 1991, 
the Web did not become truly popular until the introduction of Mosaic, a browser with a 
graphical interface, in 1993. Subsequently, browsers produced by Netscape and Microsoft have 
become predominant. 
Internet Tools 
The following are the some popular internet tools. 
1. FTP (File Transfer Protocol) 
2. Newsreader 
3. Telnet 
4. Videoconferencing
6 
URL : 
In full Uniform Resource Locator 
Address of a resource on the Internet. 
The resource can be any type of file stored on a server, such as a Web page, a text file, a 
graphics file, or an application program. The address contains three elements: the type of 
protocol used to access the file (e.g., HTTP for a Web page, ftp for an FTP site); the domain 
name or IP address of the server where the file resides; and, optionally, the pathname to the 
file (i.e., description of the file's location). For example, the URL . 
Browser : 
Software that allows a computer user to find and view information on the 
Internet. 
The first text-based browser for the World Wide Web became available in 
1991; Web use expanded rapidly after the release in 1993 of a browser called 
Mosaic, which used “point-and-click” graphical manipulations. Such Web 
browsers interpret the HTML tags in downloaded documents and format the 
displayed data according to a set of standard style rules. Netscape Navigator 
became the dominant Web browser soon after its release in 1994; Microsoft's 
Internet Explorer was introduced a year later and has become widespread. 
Domain Name : 
Address of a computer, organization, or other entity on a TCP/IP network such as 
the Internet. 
Domain names are typically in a three-level “server.organization.type” format. 
The top level denotes the type of organization, such as “com” (for commercial 
sites) or “edu” (for educational sites); the second level is the top level plus the
7 
name of the organization (e.g., “britannica.com” for Encyclopædia Britannica); 
and the third level identifies a specific host server at the address, such as the 
“www” (World Wide Web) host server for “www.britannica.com”. A domain 
name is ultimately mapped to an IP address, but two or more domain names can 
be mapped to the same IP address. A domain name must be unique on the 
Internet, and must be assigned by a registrar accredited by the Internet 
Corporation for Assigned Names and Numbers (ICANN).

More Related Content

What's hot

Network and internet fundamental
Network and internet fundamentalNetwork and internet fundamental
Network and internet fundamentalVTC_NeilaSofien
 
Introduction of Internet Hindi Notes
Introduction of Internet Hindi NotesIntroduction of Internet Hindi Notes
Introduction of Internet Hindi NotesSirajRock
 
Introduction to internet.
Introduction to internet.Introduction to internet.
Introduction to internet.Anish Thomas
 
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
 
Chap1 Internet Fundamental
Chap1 Internet FundamentalChap1 Internet Fundamental
Chap1 Internet Fundamentalnizamhusen
 
Introduction to internet technology
Introduction to internet technologyIntroduction to internet technology
Introduction to internet technologyOnline
 
2 internet essentials
2 internet essentials2 internet essentials
2 internet essentialschris30931
 
182482527, md najmul hasan
182482527, md najmul hasan 182482527, md najmul hasan
182482527, md najmul hasan MD Najmul Hasan
 
History ofwww internetprinciples
History ofwww internetprinciplesHistory ofwww internetprinciples
History ofwww internetprinciplesAkshay Kochhar
 
Md.sajal khan(182482510)
Md.sajal khan(182482510)Md.sajal khan(182482510)
Md.sajal khan(182482510)SajalKhan18
 
Net to web: The Links that became a Web
Net to web:  The Links that became a WebNet to web:  The Links that became a Web
Net to web: The Links that became a WebJohan Koren
 
Websites 2007/2010 version
Websites 2007/2010 versionWebsites 2007/2010 version
Websites 2007/2010 versionJohan Koren
 
ICT, Internet and WWW
ICT, Internet and WWWICT, Internet and WWW
ICT, Internet and WWWIndayManasseh
 

What's hot (19)

Network and internet fundamental
Network and internet fundamentalNetwork and internet fundamental
Network and internet fundamental
 
Introduction of Internet Hindi Notes
Introduction of Internet Hindi NotesIntroduction of Internet Hindi Notes
Introduction of Internet Hindi Notes
 
Introduction to internet.
Introduction to internet.Introduction to internet.
Introduction to internet.
 
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
 
Assignment - 01
Assignment - 01Assignment - 01
Assignment - 01
 
Chap1 Internet Fundamental
Chap1 Internet FundamentalChap1 Internet Fundamental
Chap1 Internet Fundamental
 
Introduction to internet technology
Introduction to internet technologyIntroduction to internet technology
Introduction to internet technology
 
2 internet essentials
2 internet essentials2 internet essentials
2 internet essentials
 
182482527, md najmul hasan
182482527, md najmul hasan 182482527, md najmul hasan
182482527, md najmul hasan
 
History ofwww internetprinciples
History ofwww internetprinciplesHistory ofwww internetprinciples
History ofwww internetprinciples
 
Md.sajal khan(182482510)
Md.sajal khan(182482510)Md.sajal khan(182482510)
Md.sajal khan(182482510)
 
Net to web: The Links that became a Web
Net to web:  The Links that became a WebNet to web:  The Links that became a Web
Net to web: The Links that became a Web
 
Websites 2007/2010 version
Websites 2007/2010 versionWebsites 2007/2010 version
Websites 2007/2010 version
 
ICT, Internet and WWW
ICT, Internet and WWWICT, Internet and WWW
ICT, Internet and WWW
 
ict22 lec1
ict22 lec1ict22 lec1
ict22 lec1
 
Websites
WebsitesWebsites
Websites
 
the internet
the internetthe internet
the internet
 
Internet
InternetInternet
Internet
 
It unit 1
It   unit 1It   unit 1
It unit 1
 

Similar to Internet

web tech.pptx
web tech.pptxweb tech.pptx
web tech.pptxMouDhara1
 
Internet Protocols
Internet ProtocolsInternet Protocols
Internet ProtocolsAnil Neupane
 
Evolution of Computer Networking
Evolution of Computer NetworkingEvolution of Computer Networking
Evolution of Computer NetworkingIlamparithiM3
 
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
 
Net To Web 2007 version
Net To Web 2007 versionNet To Web 2007 version
Net To Web 2007 versionJohan Koren
 
Basics of Internet and WWW
Basics of Internet and WWWBasics of Internet and WWW
Basics of Internet and WWWSagar Rai
 
E-business Infrastructure and Security
E-business Infrastructure and SecurityE-business Infrastructure and Security
E-business Infrastructure and SecurityKimmy Chen
 
Introduction to Internet
Introduction to InternetIntroduction to Internet
Introduction to InternetPoojaWalia6
 
Bjmc i-i, met, unit-iv, the internet
Bjmc i-i, met, unit-iv, the internetBjmc i-i, met, unit-iv, the internet
Bjmc i-i, met, unit-iv, the internetRai University
 
The Links that became a Web: The 40-Year-Old Internet and the 20-Year-Old Web
The Links that became a Web:  The 40-Year-Old Internet and the 20-Year-Old WebThe Links that became a Web:  The 40-Year-Old Internet and the 20-Year-Old Web
The Links that became a Web: The 40-Year-Old Internet and the 20-Year-Old WebJohan Koren
 
Computer and application
Computer and applicationComputer and application
Computer and applicationGHASPHUS
 
Computer and application
Computer and applicationComputer and application
Computer and applicationGHASPHUS
 
The internet and www 2
The internet and www 2The internet and www 2
The internet and www 2Iddrisu Issah
 
An Introduction to Cyber World to a Newbie
An Introduction to Cyber World to a NewbieAn Introduction to Cyber World to a Newbie
An Introduction to Cyber World to a NewbieAnuj Khandelwal
 

Similar to Internet (20)

web tech.pptx
web tech.pptxweb tech.pptx
web tech.pptx
 
The Internet
The InternetThe Internet
The Internet
 
Internet Protocols
Internet ProtocolsInternet Protocols
Internet Protocols
 
Sekolah ictl
Sekolah ictlSekolah ictl
Sekolah ictl
 
Chapter 6 internet
Chapter 6 internetChapter 6 internet
Chapter 6 internet
 
Evolution of Computer Networking
Evolution of Computer NetworkingEvolution of Computer Networking
Evolution of Computer Networking
 
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
 
Tics
TicsTics
Tics
 
Net To Web 2007 version
Net To Web 2007 versionNet To Web 2007 version
Net To Web 2007 version
 
Basics of Internet and WWW
Basics of Internet and WWWBasics of Internet and WWW
Basics of Internet and WWW
 
E-business Infrastructure and Security
E-business Infrastructure and SecurityE-business Infrastructure and Security
E-business Infrastructure and Security
 
E_commerce_chap_2.pptx
E_commerce_chap_2.pptxE_commerce_chap_2.pptx
E_commerce_chap_2.pptx
 
Introduction to Internet
Introduction to InternetIntroduction to Internet
Introduction to Internet
 
Md Abdullah al Mamun, 182482034
Md Abdullah al Mamun, 182482034Md Abdullah al Mamun, 182482034
Md Abdullah al Mamun, 182482034
 
Bjmc i-i, met, unit-iv, the internet
Bjmc i-i, met, unit-iv, the internetBjmc i-i, met, unit-iv, the internet
Bjmc i-i, met, unit-iv, the internet
 
The Links that became a Web: The 40-Year-Old Internet and the 20-Year-Old Web
The Links that became a Web:  The 40-Year-Old Internet and the 20-Year-Old WebThe Links that became a Web:  The 40-Year-Old Internet and the 20-Year-Old Web
The Links that became a Web: The 40-Year-Old Internet and the 20-Year-Old Web
 
Computer and application
Computer and applicationComputer and application
Computer and application
 
Computer and application
Computer and applicationComputer and application
Computer and application
 
The internet and www 2
The internet and www 2The internet and www 2
The internet and www 2
 
An Introduction to Cyber World to a Newbie
An Introduction to Cyber World to a NewbieAn Introduction to Cyber World to a Newbie
An Introduction to Cyber World to a Newbie
 

More from Mukul Kumar

Some Medicinal plants & Their Uses
Some Medicinal plants & Their UsesSome Medicinal plants & Their Uses
Some Medicinal plants & Their UsesMukul Kumar
 
History of computers
History of computersHistory of computers
History of computersMukul Kumar
 
Computer communication
Computer communicationComputer communication
Computer communicationMukul Kumar
 
General principles and processes of isolation of elements
General principles and processes of isolation of elementsGeneral principles and processes of isolation of elements
General principles and processes of isolation of elementsMukul Kumar
 
Wireless computing
Wireless computingWireless computing
Wireless computingMukul Kumar
 
Microsoft office word 2007
Microsoft office word 2007Microsoft office word 2007
Microsoft office word 2007Mukul Kumar
 
Computer generations
Computer generationsComputer generations
Computer generationsMukul Kumar
 
Effects of drug abuse and addiction
Effects of drug abuse and addictionEffects of drug abuse and addiction
Effects of drug abuse and addictionMukul Kumar
 
Effects of drug abuse and addiction
Effects of drug abuse and addictionEffects of drug abuse and addiction
Effects of drug abuse and addictionMukul Kumar
 
Getting started with paint
Getting started with paintGetting started with paint
Getting started with paintMukul Kumar
 
Understanding security and safe computing
Understanding security and safe computingUnderstanding security and safe computing
Understanding security and safe computingMukul Kumar
 
Parts of computer
Parts of computerParts of computer
Parts of computerMukul Kumar
 
Golden Temple Picture Collection
Golden Temple Picture CollectionGolden Temple Picture Collection
Golden Temple Picture CollectionMukul Kumar
 
Introducing power point 2007
Introducing power point 2007 Introducing power point 2007
Introducing power point 2007 Mukul Kumar
 
What is direct X ?
What is direct X ?What is direct X ?
What is direct X ?Mukul Kumar
 

More from Mukul Kumar (20)

Some Medicinal plants & Their Uses
Some Medicinal plants & Their UsesSome Medicinal plants & Their Uses
Some Medicinal plants & Their Uses
 
The solid state
The solid stateThe solid state
The solid state
 
Printers
PrintersPrinters
Printers
 
History of computers
History of computersHistory of computers
History of computers
 
Computer communication
Computer communicationComputer communication
Computer communication
 
General principles and processes of isolation of elements
General principles and processes of isolation of elementsGeneral principles and processes of isolation of elements
General principles and processes of isolation of elements
 
Wireless computing
Wireless computingWireless computing
Wireless computing
 
Microsoft office word 2007
Microsoft office word 2007Microsoft office word 2007
Microsoft office word 2007
 
Computer generations
Computer generationsComputer generations
Computer generations
 
Effects of drug abuse and addiction
Effects of drug abuse and addictionEffects of drug abuse and addiction
Effects of drug abuse and addiction
 
Effects of drug abuse and addiction
Effects of drug abuse and addictionEffects of drug abuse and addiction
Effects of drug abuse and addiction
 
Getting started with paint
Getting started with paintGetting started with paint
Getting started with paint
 
Understanding security and safe computing
Understanding security and safe computingUnderstanding security and safe computing
Understanding security and safe computing
 
Parts of computer
Parts of computerParts of computer
Parts of computer
 
E‑mail
E‑mailE‑mail
E‑mail
 
Virus
VirusVirus
Virus
 
Golden Temple Picture Collection
Golden Temple Picture CollectionGolden Temple Picture Collection
Golden Temple Picture Collection
 
Introducing power point 2007
Introducing power point 2007 Introducing power point 2007
Introducing power point 2007
 
Cyber crime
Cyber crimeCyber crime
Cyber crime
 
What is direct X ?
What is direct X ?What is direct X ?
What is direct X ?
 

Recently uploaded

Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsThierry TROUIN ☁
 
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneVIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneCall girls in Ahmedabad High profile
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Roomdivyansh0kumar0
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...APNIC
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$kojalkojal131
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Sheetaleventcompany
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebJames Anderson
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girladitipandeya
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirtrahman018755
 

Recently uploaded (20)

Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with Flows
 
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneVIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
 
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
 

Internet

  • 1. 1 Internet Internet: Publicly accessible computer network connecting many smaller networks from around the world. It grew out of a U.S. Defense Department program called ARPANET (Advanced Research Projects Agency Network), established in 1969 with connections between computers at the University of California at Los Angeles, Stanford Research Institute, the University of California-Santa Barbara, and the University of Utah. ARPANET's purpose was to conduct research into computer networking in order to provide a secure and survivable communications system in case of war. As the network quickly expanded, academics and researchers in other fields began to use it as well. In 1971 the first program for sending e-mail over a distributed network was developed; by 1973, the year international connections to ARPANET were made (from Britain and Norway), e-mail represented most of the traffic on ARPANET. The 1970s also saw the development of mailing lists, newsgroups and bulletin-board systems, and the TCP/IP communications protocols, which were adopted as standard protocols for ARPANET in 1982–83, leading to the widespread use of the term Internet. In 1984 the domain name addressing system was introduced. In 1986 the National Science Foundation established the NSFNET, a distributed network of networks capable of handling far greater traffic, and within a year more than 10,000 hosts were connected to the Internet. In 1988 real-time conversation over the network became possible with the development of Internet Relay Chat protocols . In 1990 ARPANET ceased to exist, leaving behind the NSFNET, and the first commercial dial-up access to the Internet became available. In 1991 the World Wide Web was released to the public (via FTP). The Mosaic browser was released in 1993, and its popularity led to the proliferation of World Wide Web sites and users. In 1995 the NSFNET reverted to the role of a research network, leaving Internet traffic to be routed through network providers rather than NSF supercomputers. That year the Web became the most popular part of the Internet, surpassing the FTP protocols in traffic volume. By 1997 there were more than 10 million hosts on the Internet and
  • 2. 2 more than 1 million registered domain names. Internet access can now be gained via radio signals, cable-television lines, satellites, and fibre-optic connections, though most traffic still uses a part of the public telecommunications (telephone) network. The Internet is widely regarded as a development of vast significance that will affect nearly every aspect of human culture and commerce in ways still only dimly discernible. Internet service provider (ISP) Company that provides Internet connections and services to individuals and organizations. For a monthly fee, ISPs provide computer users with a connection to their site, as well as a log-in name and password. They may also provide software packages (such as browsers), e-mail accounts, and a personal Web site or home page. ISPs can host Web sites for businesses and can also build the Web sites themselves. ISPs are all connected to each other through network access points, public network facilities on the Internet backbone. Data Transmission Sending and receiving data via cables (e.g., telephone lines or fibre optics) or wireless relay systems. Because ordinary telephone circuits pass signals that fall within the frequency range of voice communication (about 300–3,500 hertz), the high frequencies associated with data transmission suffer a loss of amplitude and transmission speed. Data signals must therefore be translated into a format compatible with the signals used in telephone lines. Digital computers use a modem to transform outgoing digital electronic data; a similar system at the receiving end translates
  • 3. 3 the incoming signal back to the original electronic data. Specialized data-transmission links carry signals at frequencies higher than those used by the public telephone network. Protocol In computer science, a set of rules or procedures for transmitting data between electronic devices, such as computers. In order for computers to exchange information, there must be a preexisting agreement as to how the information will be structured and how each side will send and receive it. Without a protocol, a transmitting computer, for example, could be sending its data in 8-bit packets while the receiving computer might expect the data in 16-bit packets. Protocols are established by international or industrywide organizations. Perhaps the most important computer protocol is OSI (Open Systems Interconnection), a set of guidelines for implementing networking communications between computers. The most important sets of Internet protocols are TCP/IP, HTTP, and FTP. Types of Protocol FTP In full file transfer protocol Internet protocol that allows a computer to send files to or receive files from another computer. Like many Internet resources, FTP works by means of a client-server architecture; the user runs client software to connect to a server on the Internet. On the FTP server, a program called a daemon allows the user to download and upload files. Before the World Wide Web was introduced, FTP was one of the most popular methods of exchanging information over the Internet and many Web sites still use it to disseminate their larger files . TCP/IP
  • 4. 4 In full Transmission Control Protocol/Internet Protocol Standard Internet communications protocols that allow digital computers to communicate over long distances. The Internet is a packet-switched network, in which information is broken down into small packets, sent individually over many different routes at the same time, and then reassembled at the receiving end. TCP is the component that collects and reassembles the packets of data, while IP is responsible for making sure the packets are sent to the right destination. TCP/IP was developed in the 1970s and adopted as the protocol standard for ARPANET (the predecessor to the Internet) in 1983. HTTP In full HyperText Transfer Protocol Standard application-level protocol used for exchanging files on the World Wide Web. HTTP runs on top of the TCP/IP protocol. Web browsers are HTTP clients that send file requests to Web servers, which in turn handle the requests via an HTTP service. HTTP was originally proposed in 1989 by Tim Berners-Lee, who was a coauthor of the 1.0 specification. HTTP in its 1.0 version was “stateless”: each new request from a client established a new connection instead of handling all similar requests through the same connection between a specific client and server. Version 1.1 includes persistent connections, decompression of HTML files by client browsers, and multiple domain names sharing the same IP address. IP Address In full Internet Protocol address Number that uniquely identifies each computer on the Internet.
  • 5. 5 A computer's IP address may be permanently assigned or supplied each time that it connects to the Internet by an Internet service provider. In order to accommodate the extraordinary growth in the number of devices connected to the Internet, a 32-bit protocol standard, known as IPv4, began to be replaced by a 128-bit protocol, IPv6, in 2000. World Wide Web (WWW) Leading information-exchange service of the Internet. It was created by Tim Berners-Lee and his colleagues at CERN and introduced to the world in 1991. The Web gives users access to a vast array of documents that are connected to each other by means of hypertext or hyperlinks. A hypertext document with its corresponding text and hyperlinks is written in HTML and is assigned an on-line address, or URL. The Web operates within the Internet's basic client-server architecture. Individual HTML files with unique electronic addresses are called Web pages, and a collection of Web pages and related files (such as graphics files, scripted programs, and other resources) sharing a set of similar addresses (see domain name) is called a Web site. The main or introductory page of a Web site is usually called the site's home page. Users may access any page by typing in the appropriate address, search for pages related to a topic of interest by using a search engine, or move quickly between pages by clicking on hyperlinks incorporated into them. Though introduced in 1991, the Web did not become truly popular until the introduction of Mosaic, a browser with a graphical interface, in 1993. Subsequently, browsers produced by Netscape and Microsoft have become predominant. Internet Tools The following are the some popular internet tools. 1. FTP (File Transfer Protocol) 2. Newsreader 3. Telnet 4. Videoconferencing
  • 6. 6 URL : In full Uniform Resource Locator Address of a resource on the Internet. The resource can be any type of file stored on a server, such as a Web page, a text file, a graphics file, or an application program. The address contains three elements: the type of protocol used to access the file (e.g., HTTP for a Web page, ftp for an FTP site); the domain name or IP address of the server where the file resides; and, optionally, the pathname to the file (i.e., description of the file's location). For example, the URL . Browser : Software that allows a computer user to find and view information on the Internet. The first text-based browser for the World Wide Web became available in 1991; Web use expanded rapidly after the release in 1993 of a browser called Mosaic, which used “point-and-click” graphical manipulations. Such Web browsers interpret the HTML tags in downloaded documents and format the displayed data according to a set of standard style rules. Netscape Navigator became the dominant Web browser soon after its release in 1994; Microsoft's Internet Explorer was introduced a year later and has become widespread. Domain Name : Address of a computer, organization, or other entity on a TCP/IP network such as the Internet. Domain names are typically in a three-level “server.organization.type” format. The top level denotes the type of organization, such as “com” (for commercial sites) or “edu” (for educational sites); the second level is the top level plus the
  • 7. 7 name of the organization (e.g., “britannica.com” for Encyclopædia Britannica); and the third level identifies a specific host server at the address, such as the “www” (World Wide Web) host server for “www.britannica.com”. A domain name is ultimately mapped to an IP address, but two or more domain names can be mapped to the same IP address. A domain name must be unique on the Internet, and must be assigned by a registrar accredited by the Internet Corporation for Assigned Names and Numbers (ICANN).