SlideShare a Scribd company logo
Introduction to theIntroduction to the
Internet and WebInternet and Web
CssFounder.comCssFounder.com | Website For Everyone| Website For Everyone ##
website_designing_company_in_delhiwebsite_designing_company_in_delhi
InternetInternet
It is the largest network in the world
that connects hundreds of thousands of
individual networks all over the world.
The popular term for the Internet is the
“information highway”.
Rather than moving through
geographical space, it moves your ideas
and information through cyberspace –
the space of electronic movement of
ideas and information.
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
InternetInternet
No one owns it
It has no formal management
organization.
As it was originally developed by the
Department of defense, this lack of
centralization made it less vulnerable to
wartime or terrorist attacks.
To access the Internet, an existing
network need to pay a small registration
fee and agree to certain standards based
on the TCP/IP (Transmission Control
Protocol/Internet Protocol) .
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
The uses of the InternetThe uses of the Internet
Send e-mail messages.
Send (upload) or receive (down load) files
between computers.
Participate in discussion groups, such as
mailing lists and newsgroups.
Surfing the web.
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
What is Web?What is Web?
The Web (World Wide Web) consists of
information organized into Web pages
containing text and graphic images.
It contains hypertext links, or highlighted
keywords and images that lead to related
information.
A collection of linked Web pages that has a
common theme or focus is called a Web site.
The main page that all of the pages on a
particular Web site are organized around and
link back to is called the site’s home page.
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
How to access the Internet?How to access the Internet?
Many schools and businesses have
direct access to the Internet using
special high-speed communication lines
and equipment.
Students and employees can access
through the organization’s local area
networks (LAN) or through their own
personal computers.
Another way to access the Internet is
through Internet Service Provider (ISP).
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
How to access the Internet?How to access the Internet?
To access the Internet, an existing
network need to pay a small registration
fee and agree to certain standards
based on the TCP/IP (Transmission
Control Protocol/Internet Protocol)
reference model.
Each organization pays for its own
networks and its own telephone bills,
but those costs usually exist
independent of the internet.
The regional Internet companies route
and forward all traffic, and the cost is
still only that of a local telephone call.
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
Internet Service Provider (ISP)Internet Service Provider (ISP)
A commercial organization with
permanent connection to the Internet
that sells temporary connections to
subscribers.
Examples:
Prodigy, America Online, Microsoft
network, AT&T Networks.
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
How to access the Web?How to access the Web?
Once you have your Internet connection,
then you need special software called a
browser to access the Web.
Web browsers are used to connect you to
remote computers, open and transfer files,
display text and images.
Web browsers are specialized programs.
Examples of Web browser: Netscape
Navigator (Navigator) and Internet
Explorer.
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
Client/Server Structure of theClient/Server Structure of the
WebWeb
Web is a collection of files that reside on
computers, called Web servers, that are
located all over the world and are connected
to each other through the Internet.
When you use your Internet connection to
become part of the Web, your computer
becomes a Web client in a worldwide
client/server network.
A Web browser is the software that you run
on your computer to make it work as a web
client.
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
Hypertext Markup LanguageHypertext Markup Language
(HTML)(HTML)
The public files on the web servers are
ordinary text files, much like the files used
by word-processing software.
To allow Web browser software to read
them, the text must be formatted according
to a generally accepted standard.
The standard used on the web is Hypertext
markup language (HTML).
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
Hypertext Markup LanguageHypertext Markup Language
(HTML)(HTML)
HTML uses codes, or tags, to tell the Web
browser software how to display the text
contained in the document.
For example, a Web browser reading the
following line of text:
<B> A Review of the Book<I>Wind
Instruments of the 18th
Century</I></B>
recognizes the <B> and </B> tags as
instructions to display the entire line of text in
bold and the <I> and </I> tags as
instructions to display the text enclosed by
those tags in italics.
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
Addresses on the Web:IPAddresses on the Web:IP
AddressingAddressing
Each computer on the internet does have a
unique identification number, called an IP
(Internet Protocol) address.
The IP addressing system currently in use
on the Internet uses a four-part number.
Each part of the address is a number
ranging from 0 to 255, and each part is
separated from the previous part by
period,
For example, 106.29.242.17
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
IP AddressingIP Addressing
The combination of the four IP address
parts provides 4.2 billion possible
addresses (256 x 256 x 256 x 256).
This number seemed adequate until 1998.
Members of various Internet task forces
are working to develop an alternate
addressing system that will accommodate
the projected growth.
However, all of their working solutions
require extensive hardware and software
changes throughout the Internet.
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
Domain Name AddressingDomain Name Addressing
Most web browsers do not use the IP address t
locate Web sites and individual pages.
They use domain name addressing.
A domain name is a unique name associated
with a specific IP address by a program that
runs on an Internet host computer.
This program, which coordinates the IP
addresses and domain names for all computers
attached to it, is called DNS (Domain Name
System ) software.
The host computer that runs this software is
called a domain name server.
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
Domain Name AddressingDomain Name Addressing
 Domain names can include any number of parts
separated by periods, however most domain names
currently in use have only three or four parts.
 Domain names follow hierarchical model that you can
follow from top to bottom if you read the name from
the right to the left.
 For example, the domain name gsb.uchicago.edu is the
computer connected to the Internet at the Graduate
School of Business (gsb), which is an academic unit of
the University of Chicago (uchicago), which is an
educational institution (edu).
 No other computer on the Internet has the same
domain name.
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
Uniform Resource LocatorsUniform Resource Locators
The IP address and the domain name each identify
a particular computer on the Internet.
However, they do not indicate where a Web page’s
HTML document resides on that computer.
To identify a Web pages exact location, Web
browsers rely on Uniform Resource Locator (URL).
URL is a four-part addressing scheme that tells
the Web browser:
 What transfer protocol to use for transporting the
file
 The domain name of the computer on which the
file resides
 The pathname of the folder or directory on the
computer on which the file resides
 The name of the file
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
Structure of a Uniform ResourceStructure of a Uniform Resource
LocatorsLocators
http://www.chicagosymphony.org/civicconcerts/index.htm
protocol
Domain name
pathname
filename
http => Hypertext Transfer ProtocolCssFounder.com | Website For Everyone
#website_designing_company_in_delhi
HTTPHTTP
The transfer protocol is the set of rules
that the computers use to move files from
one computer to another on the Internet.
The most common transfer protocol used
on the Internet is the Hypertext Transfer
Protocol (HTTP).
Two other protocols that you can use on
the Internet are the File Transfer Protocol
(FTP) and the Telnet Protocol
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
How to find information on theHow to find information on the
Web?Web?
A number of search tools have been
developed and available to you on certain
Web sites that provide search services to
help you find information.
Examples:
Yahoo  www.yahoo.com
Excite  www.excite.com
Lycos  www.lycos.com
AltaVista  www/alta-
vista.com
MSN WebSearch  www.search.msn.com
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi
How to find information on theHow to find information on the
Web?Web?
You can find information by two basic
means.
Search by Topic and Search by
keywords.
Some search services offer both methods,
others only one.
Yahoo offers both.
Search by Topic
You can navigate through topic lists
Search by keywords
You can navigate by entering a keyword or
phase into a search text box.
CssFounder.com | Website For Everyone
#website_designing_company_in_delhi

More Related Content

What's hot

Brief description on Web technology
Brief description on Web technology Brief description on Web technology
Brief description on Web technology
Rupanshi rawat
 
The Internet
The InternetThe Internet
The Internet
webhostingguy
 
Internet terminologies
Internet terminologiesInternet terminologies
Internet terminologies
raniseetha
 
Eba ppt rajesh
Eba ppt rajeshEba ppt rajesh
Eba ppt rajesh
RajeshP153
 
GSBA - IT Orientation Program by Prof. Amit Chandra
GSBA - IT Orientation Program by Prof. Amit ChandraGSBA - IT Orientation Program by Prof. Amit Chandra
GSBA - IT Orientation Program by Prof. Amit Chandra
Amit Chandra
 
Form 1 Term 2 Week 4.2
Form 1   Term 2   Week 4.2Form 1   Term 2   Week 4.2
Form 1 Term 2 Week 4.2
Harley Greenberg
 
Business Data Communications and Networking 12th Edition FitzGerald Solutions...
Business Data Communications and Networking 12th Edition FitzGerald Solutions...Business Data Communications and Networking 12th Edition FitzGerald Solutions...
Business Data Communications and Networking 12th Edition FitzGerald Solutions...
TylerYuli
 
Unit.1.basic web.tech
Unit.1.basic web.techUnit.1.basic web.tech
Unit.1.basic web.tech
Mr. Ravi patel
 
Exp2003 Int Ppt 01
Exp2003 Int Ppt 01Exp2003 Int Ppt 01
Exp2003 Int Ppt 01
lonetree
 
Course_Template
Course_TemplateCourse_Template
Course_Template
Sri Ram
 
web technology
 web technology web technology
web technology
Paneliya Prince
 
Web hosting Introduction- MilesWeb
Web hosting  Introduction- MilesWebWeb hosting  Introduction- MilesWeb
Web hosting Introduction- MilesWeb
MilesWeb Hosting Services
 
Distributed Systems
Distributed SystemsDistributed Systems
Distributed Systems
mitali.ray
 
Networking
NetworkingNetworking
Networking
sumitbhaskar0007
 
introduction to web technology
introduction to web technologyintroduction to web technology
introduction to web technology
vikram singh
 
Tcp/ip
Tcp/ipTcp/ip
Bryanpulido
BryanpulidoBryanpulido
Bryanpulido
Bryan Pulido
 
Ip on the internet day
Ip on the internet dayIp on the internet day
Ip on the internet day
Craig Dsouza
 
The internet
The internetThe internet
The internet
Rohit Kumar
 
How does the Internet Work?
How does the Internet Work?How does the Internet Work?
How does the Internet Work?
Dina Goldshtein
 

What's hot (20)

Brief description on Web technology
Brief description on Web technology Brief description on Web technology
Brief description on Web technology
 
The Internet
The InternetThe Internet
The Internet
 
Internet terminologies
Internet terminologiesInternet terminologies
Internet terminologies
 
Eba ppt rajesh
Eba ppt rajeshEba ppt rajesh
Eba ppt rajesh
 
GSBA - IT Orientation Program by Prof. Amit Chandra
GSBA - IT Orientation Program by Prof. Amit ChandraGSBA - IT Orientation Program by Prof. Amit Chandra
GSBA - IT Orientation Program by Prof. Amit Chandra
 
Form 1 Term 2 Week 4.2
Form 1   Term 2   Week 4.2Form 1   Term 2   Week 4.2
Form 1 Term 2 Week 4.2
 
Business Data Communications and Networking 12th Edition FitzGerald Solutions...
Business Data Communications and Networking 12th Edition FitzGerald Solutions...Business Data Communications and Networking 12th Edition FitzGerald Solutions...
Business Data Communications and Networking 12th Edition FitzGerald Solutions...
 
Unit.1.basic web.tech
Unit.1.basic web.techUnit.1.basic web.tech
Unit.1.basic web.tech
 
Exp2003 Int Ppt 01
Exp2003 Int Ppt 01Exp2003 Int Ppt 01
Exp2003 Int Ppt 01
 
Course_Template
Course_TemplateCourse_Template
Course_Template
 
web technology
 web technology web technology
web technology
 
Web hosting Introduction- MilesWeb
Web hosting  Introduction- MilesWebWeb hosting  Introduction- MilesWeb
Web hosting Introduction- MilesWeb
 
Distributed Systems
Distributed SystemsDistributed Systems
Distributed Systems
 
Networking
NetworkingNetworking
Networking
 
introduction to web technology
introduction to web technologyintroduction to web technology
introduction to web technology
 
Tcp/ip
Tcp/ipTcp/ip
Tcp/ip
 
Bryanpulido
BryanpulidoBryanpulido
Bryanpulido
 
Ip on the internet day
Ip on the internet dayIp on the internet day
Ip on the internet day
 
The internet
The internetThe internet
The internet
 
How does the Internet Work?
How does the Internet Work?How does the Internet Work?
How does the Internet Work?
 

Similar to Internet website designing_company_in_delhi

INTERNET
INTERNETINTERNET
Introduction about Internet
Introduction about InternetIntroduction about Internet
Introduction about Internet
Aadil Khan
 
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
David319172
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internet
Yusuf Brima
 
Web Fundamentals differentprotoclos used in transmission of data .pptx
Web Fundamentals differentprotoclos used in transmission of data .pptxWeb Fundamentals differentprotoclos used in transmission of data .pptx
Web Fundamentals differentprotoclos used in transmission of data .pptx
AsifMehmood240435
 
WP Chap 1 & 2.pptx
WP Chap 1 & 2.pptxWP Chap 1 & 2.pptx
WP Chap 1 & 2.pptx
AnkitaChauhan79
 
Web engineering lecture 3
Web engineering lecture 3Web engineering lecture 3
Web engineering lecture 3
University of Swat
 
NME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdfNME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdf
SeethaDinesh
 
Introduction to Information Technology Lecture Slides PPT
Introduction to Information Technology Lecture Slides PPTIntroduction to Information Technology Lecture Slides PPT
Introduction to Information Technology Lecture Slides PPT
Osama Yousaf
 
Web Designs Services
Web Designs ServicesWeb Designs Services
Web Designs Services
Nusrat Khanom
 
Internet
InternetInternet
Internet
manochitra10
 
Lecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptxLecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptx
RemyaTom2
 
Internet
InternetInternet
Internet
Css Founder
 
Internet
InternetInternet
Internet.ppt
Internet.pptInternet.ppt
Internet.ppt
Thontadharya H.J.
 
Internet.ppt
Internet.pptInternet.ppt
Internet.ppt
PriyankaPawar57960
 
Internet and Web - Week 9.ppt
Internet and Web - Week 9.pptInternet and Web - Week 9.ppt
Internet and Web - Week 9.ppt
Hema Kesevan
 
Web Development ​.pdf
Web Development ​.pdfWeb Development ​.pdf
Web Development ​.pdf
Ishani Jerin
 
Introduction to the Internet
Introduction to the InternetIntroduction to the Internet
Introduction to the Internet
coastalgraphics
 
Protocols
ProtocolsProtocols
Protocols
Jason Smyth
 

Similar to Internet website designing_company_in_delhi (20)

INTERNET
INTERNETINTERNET
INTERNET
 
Introduction about Internet
Introduction about InternetIntroduction about Internet
Introduction about Internet
 
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
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internet
 
Web Fundamentals differentprotoclos used in transmission of data .pptx
Web Fundamentals differentprotoclos used in transmission of data .pptxWeb Fundamentals differentprotoclos used in transmission of data .pptx
Web Fundamentals differentprotoclos used in transmission of data .pptx
 
WP Chap 1 & 2.pptx
WP Chap 1 & 2.pptxWP Chap 1 & 2.pptx
WP Chap 1 & 2.pptx
 
Web engineering lecture 3
Web engineering lecture 3Web engineering lecture 3
Web engineering lecture 3
 
NME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdfNME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdf
 
Introduction to Information Technology Lecture Slides PPT
Introduction to Information Technology Lecture Slides PPTIntroduction to Information Technology Lecture Slides PPT
Introduction to Information Technology Lecture Slides PPT
 
Web Designs Services
Web Designs ServicesWeb Designs Services
Web Designs Services
 
Internet
InternetInternet
Internet
 
Lecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptxLecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptx
 
Internet
InternetInternet
Internet
 
Internet
InternetInternet
Internet
 
Internet.ppt
Internet.pptInternet.ppt
Internet.ppt
 
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
 
Web Development ​.pdf
Web Development ​.pdfWeb Development ​.pdf
Web Development ​.pdf
 
Introduction to the Internet
Introduction to the InternetIntroduction to the Internet
Introduction to the Internet
 
Protocols
ProtocolsProtocols
Protocols
 

More from Css Founder

Cssfounder.com website designing company in delhi
Cssfounder.com website designing company in delhiCssfounder.com website designing company in delhi
Cssfounder.com website designing company in delhi
Css Founder
 
Internet technology and web designing
Internet technology and web designingInternet technology and web designing
Internet technology and web designing
Css Founder
 
Web page design-cssfounder
Web page design-cssfounderWeb page design-cssfounder
Web page design-cssfounder
Css Founder
 
Tech dev cssfounder.com
Tech dev cssfounder.comTech dev cssfounder.com
Tech dev cssfounder.com
Css Founder
 
Digital india-cssfounder.com
Digital india-cssfounder.comDigital india-cssfounder.com
Digital india-cssfounder.com
Css Founder
 
Poverty inindia CssFounder.com
Poverty inindia CssFounder.comPoverty inindia CssFounder.com
Poverty inindia CssFounder.com
Css Founder
 
Poverty in india Cssfounder.com
Poverty in india Cssfounder.comPoverty in india Cssfounder.com
Poverty in india Cssfounder.com
Css Founder
 
Website designing company in delhi e commerce
Website designing company in delhi e commerceWebsite designing company in delhi e commerce
Website designing company in delhi e commerce
Css Founder
 
Website designing company_in_delhi blogging
Website designing company_in_delhi bloggingWebsite designing company_in_delhi blogging
Website designing company_in_delhi blogging
Css Founder
 
Website designing company in delhi blog powerpoint
Website designing company in delhi blog powerpointWebsite designing company in delhi blog powerpoint
Website designing company in delhi blog powerpoint
Css Founder
 
Website designing company_in_delhi e-business
Website designing company_in_delhi e-businessWebsite designing company_in_delhi e-business
Website designing company_in_delhi e-business
Css Founder
 
Website designing company_in_mumbai_digital india
Website designing company_in_mumbai_digital indiaWebsite designing company_in_mumbai_digital india
Website designing company_in_mumbai_digital india
Css Founder
 
Website designing company_in_delhi_digitization practices
Website designing company_in_delhi_digitization practicesWebsite designing company_in_delhi_digitization practices
Website designing company_in_delhi_digitization practices
Css Founder
 
Website designing company_in_delhi_education
Website designing company_in_delhi_educationWebsite designing company_in_delhi_education
Website designing company_in_delhi_education
Css Founder
 
Website designing company_in_delhi_education system
Website designing company_in_delhi_education systemWebsite designing company_in_delhi_education system
Website designing company_in_delhi_education system
Css Founder
 
Website designing company_in_delhi_phpwebdevelopment
Website designing company_in_delhi_phpwebdevelopmentWebsite designing company_in_delhi_phpwebdevelopment
Website designing company_in_delhi_phpwebdevelopment
Css Founder
 
Website development process
Website development processWebsite development process
Website development process
Css Founder
 
Webdesign website development_company_surat
Webdesign website development_company_suratWebdesign website development_company_surat
Webdesign website development_company_surat
Css Founder
 
Website designing company in delhi
Website designing company in delhiWebsite designing company in delhi
Website designing company in delhi
Css Founder
 
Website designing company in faridabad
Website designing company in faridabadWebsite designing company in faridabad
Website designing company in faridabad
Css Founder
 

More from Css Founder (20)

Cssfounder.com website designing company in delhi
Cssfounder.com website designing company in delhiCssfounder.com website designing company in delhi
Cssfounder.com website designing company in delhi
 
Internet technology and web designing
Internet technology and web designingInternet technology and web designing
Internet technology and web designing
 
Web page design-cssfounder
Web page design-cssfounderWeb page design-cssfounder
Web page design-cssfounder
 
Tech dev cssfounder.com
Tech dev cssfounder.comTech dev cssfounder.com
Tech dev cssfounder.com
 
Digital india-cssfounder.com
Digital india-cssfounder.comDigital india-cssfounder.com
Digital india-cssfounder.com
 
Poverty inindia CssFounder.com
Poverty inindia CssFounder.comPoverty inindia CssFounder.com
Poverty inindia CssFounder.com
 
Poverty in india Cssfounder.com
Poverty in india Cssfounder.comPoverty in india Cssfounder.com
Poverty in india Cssfounder.com
 
Website designing company in delhi e commerce
Website designing company in delhi e commerceWebsite designing company in delhi e commerce
Website designing company in delhi e commerce
 
Website designing company_in_delhi blogging
Website designing company_in_delhi bloggingWebsite designing company_in_delhi blogging
Website designing company_in_delhi blogging
 
Website designing company in delhi blog powerpoint
Website designing company in delhi blog powerpointWebsite designing company in delhi blog powerpoint
Website designing company in delhi blog powerpoint
 
Website designing company_in_delhi e-business
Website designing company_in_delhi e-businessWebsite designing company_in_delhi e-business
Website designing company_in_delhi e-business
 
Website designing company_in_mumbai_digital india
Website designing company_in_mumbai_digital indiaWebsite designing company_in_mumbai_digital india
Website designing company_in_mumbai_digital india
 
Website designing company_in_delhi_digitization practices
Website designing company_in_delhi_digitization practicesWebsite designing company_in_delhi_digitization practices
Website designing company_in_delhi_digitization practices
 
Website designing company_in_delhi_education
Website designing company_in_delhi_educationWebsite designing company_in_delhi_education
Website designing company_in_delhi_education
 
Website designing company_in_delhi_education system
Website designing company_in_delhi_education systemWebsite designing company_in_delhi_education system
Website designing company_in_delhi_education system
 
Website designing company_in_delhi_phpwebdevelopment
Website designing company_in_delhi_phpwebdevelopmentWebsite designing company_in_delhi_phpwebdevelopment
Website designing company_in_delhi_phpwebdevelopment
 
Website development process
Website development processWebsite development process
Website development process
 
Webdesign website development_company_surat
Webdesign website development_company_suratWebdesign website development_company_surat
Webdesign website development_company_surat
 
Website designing company in delhi
Website designing company in delhiWebsite designing company in delhi
Website designing company in delhi
 
Website designing company in faridabad
Website designing company in faridabadWebsite designing company in faridabad
Website designing company in faridabad
 

Recently uploaded

leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
alexjohnson7307
 
Public CyberSecurity Awareness Presentation 2024.pptx
Public CyberSecurity Awareness Presentation 2024.pptxPublic CyberSecurity Awareness Presentation 2024.pptx
Public CyberSecurity Awareness Presentation 2024.pptx
marufrahmanstratejm
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
Javier Junquera
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
LucaBarbaro3
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
AstuteBusiness
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Jeffrey Haguewood
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
HarisZaheer8
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
Edge AI and Vision Alliance
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
dbms calicut university B. sc Cs 4th sem.pdf
dbms  calicut university B. sc Cs 4th sem.pdfdbms  calicut university B. sc Cs 4th sem.pdf
dbms calicut university B. sc Cs 4th sem.pdf
Shinana2
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
Alex Pruden
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 

Recently uploaded (20)

leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
 
Public CyberSecurity Awareness Presentation 2024.pptx
Public CyberSecurity Awareness Presentation 2024.pptxPublic CyberSecurity Awareness Presentation 2024.pptx
Public CyberSecurity Awareness Presentation 2024.pptx
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
dbms calicut university B. sc Cs 4th sem.pdf
dbms  calicut university B. sc Cs 4th sem.pdfdbms  calicut university B. sc Cs 4th sem.pdf
dbms calicut university B. sc Cs 4th sem.pdf
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 

Internet website designing_company_in_delhi

  • 1. Introduction to theIntroduction to the Internet and WebInternet and Web CssFounder.comCssFounder.com | Website For Everyone| Website For Everyone ## website_designing_company_in_delhiwebsite_designing_company_in_delhi
  • 2. InternetInternet It is the largest network in the world that connects hundreds of thousands of individual networks all over the world. The popular term for the Internet is the “information highway”. Rather than moving through geographical space, it moves your ideas and information through cyberspace – the space of electronic movement of ideas and information. CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 3. InternetInternet No one owns it It has no formal management organization. As it was originally developed by the Department of defense, this lack of centralization made it less vulnerable to wartime or terrorist attacks. To access the Internet, an existing network need to pay a small registration fee and agree to certain standards based on the TCP/IP (Transmission Control Protocol/Internet Protocol) . CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 4. The uses of the InternetThe uses of the Internet Send e-mail messages. Send (upload) or receive (down load) files between computers. Participate in discussion groups, such as mailing lists and newsgroups. Surfing the web. CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 5. What is Web?What is Web? The Web (World Wide Web) consists of information organized into Web pages containing text and graphic images. It contains hypertext links, or highlighted keywords and images that lead to related information. A collection of linked Web pages that has a common theme or focus is called a Web site. The main page that all of the pages on a particular Web site are organized around and link back to is called the site’s home page. CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 6. How to access the Internet?How to access the Internet? Many schools and businesses have direct access to the Internet using special high-speed communication lines and equipment. Students and employees can access through the organization’s local area networks (LAN) or through their own personal computers. Another way to access the Internet is through Internet Service Provider (ISP). CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 7. How to access the Internet?How to access the Internet? To access the Internet, an existing network need to pay a small registration fee and agree to certain standards based on the TCP/IP (Transmission Control Protocol/Internet Protocol) reference model. Each organization pays for its own networks and its own telephone bills, but those costs usually exist independent of the internet. The regional Internet companies route and forward all traffic, and the cost is still only that of a local telephone call. CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 8. Internet Service Provider (ISP)Internet Service Provider (ISP) A commercial organization with permanent connection to the Internet that sells temporary connections to subscribers. Examples: Prodigy, America Online, Microsoft network, AT&T Networks. CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 9. How to access the Web?How to access the Web? Once you have your Internet connection, then you need special software called a browser to access the Web. Web browsers are used to connect you to remote computers, open and transfer files, display text and images. Web browsers are specialized programs. Examples of Web browser: Netscape Navigator (Navigator) and Internet Explorer. CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 10. Client/Server Structure of theClient/Server Structure of the WebWeb Web is a collection of files that reside on computers, called Web servers, that are located all over the world and are connected to each other through the Internet. When you use your Internet connection to become part of the Web, your computer becomes a Web client in a worldwide client/server network. A Web browser is the software that you run on your computer to make it work as a web client. CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 11. Hypertext Markup LanguageHypertext Markup Language (HTML)(HTML) The public files on the web servers are ordinary text files, much like the files used by word-processing software. To allow Web browser software to read them, the text must be formatted according to a generally accepted standard. The standard used on the web is Hypertext markup language (HTML). CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 12. Hypertext Markup LanguageHypertext Markup Language (HTML)(HTML) HTML uses codes, or tags, to tell the Web browser software how to display the text contained in the document. For example, a Web browser reading the following line of text: <B> A Review of the Book<I>Wind Instruments of the 18th Century</I></B> recognizes the <B> and </B> tags as instructions to display the entire line of text in bold and the <I> and </I> tags as instructions to display the text enclosed by those tags in italics. CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 13. Addresses on the Web:IPAddresses on the Web:IP AddressingAddressing Each computer on the internet does have a unique identification number, called an IP (Internet Protocol) address. The IP addressing system currently in use on the Internet uses a four-part number. Each part of the address is a number ranging from 0 to 255, and each part is separated from the previous part by period, For example, 106.29.242.17 CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 14. IP AddressingIP Addressing The combination of the four IP address parts provides 4.2 billion possible addresses (256 x 256 x 256 x 256). This number seemed adequate until 1998. Members of various Internet task forces are working to develop an alternate addressing system that will accommodate the projected growth. However, all of their working solutions require extensive hardware and software changes throughout the Internet. CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 15. Domain Name AddressingDomain Name Addressing Most web browsers do not use the IP address t locate Web sites and individual pages. They use domain name addressing. A domain name is a unique name associated with a specific IP address by a program that runs on an Internet host computer. This program, which coordinates the IP addresses and domain names for all computers attached to it, is called DNS (Domain Name System ) software. The host computer that runs this software is called a domain name server. CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 16. Domain Name AddressingDomain Name Addressing  Domain names can include any number of parts separated by periods, however most domain names currently in use have only three or four parts.  Domain names follow hierarchical model that you can follow from top to bottom if you read the name from the right to the left.  For example, the domain name gsb.uchicago.edu is the computer connected to the Internet at the Graduate School of Business (gsb), which is an academic unit of the University of Chicago (uchicago), which is an educational institution (edu).  No other computer on the Internet has the same domain name. CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 17. Uniform Resource LocatorsUniform Resource Locators The IP address and the domain name each identify a particular computer on the Internet. However, they do not indicate where a Web page’s HTML document resides on that computer. To identify a Web pages exact location, Web browsers rely on Uniform Resource Locator (URL). URL is a four-part addressing scheme that tells the Web browser:  What transfer protocol to use for transporting the file  The domain name of the computer on which the file resides  The pathname of the folder or directory on the computer on which the file resides  The name of the file CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 18. Structure of a Uniform ResourceStructure of a Uniform Resource LocatorsLocators http://www.chicagosymphony.org/civicconcerts/index.htm protocol Domain name pathname filename http => Hypertext Transfer ProtocolCssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 19. HTTPHTTP The transfer protocol is the set of rules that the computers use to move files from one computer to another on the Internet. The most common transfer protocol used on the Internet is the Hypertext Transfer Protocol (HTTP). Two other protocols that you can use on the Internet are the File Transfer Protocol (FTP) and the Telnet Protocol CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 20. How to find information on theHow to find information on the Web?Web? A number of search tools have been developed and available to you on certain Web sites that provide search services to help you find information. Examples: Yahoo  www.yahoo.com Excite  www.excite.com Lycos  www.lycos.com AltaVista  www/alta- vista.com MSN WebSearch  www.search.msn.com CssFounder.com | Website For Everyone #website_designing_company_in_delhi
  • 21. How to find information on theHow to find information on the Web?Web? You can find information by two basic means. Search by Topic and Search by keywords. Some search services offer both methods, others only one. Yahoo offers both. Search by Topic You can navigate through topic lists Search by keywords You can navigate by entering a keyword or phase into a search text box. CssFounder.com | Website For Everyone #website_designing_company_in_delhi