SlideShare a Scribd company logo
1 of 25
Copyright © Texas Education Agency, 2013. All rights reserved. 1
Web Technologies
Web Administration
Topics to Cover
 Protocols & How the Web Works
 Setting up A Domain Name
 Understanding Web Servers
 Personal Web Server
 Professional Web Hosting
 Uploading Files to A Web Server
IT: Web Technologies – Web Administration 2Copyright © Texas Education Agency, 2013. All rights reserved.
Web Administration
 Knowing how to design a website is only part of
the job of a Webmaster.
 Most clients expect their webmaster to also:
 How information is transferred from server to client.
 Acquire the Domain Name
 Setup the Web Hosting
 Get the Site Online
 Knowing these processes will make you a much
more valuable player in the web design industry.
IT: Web Technologies – Web Administration 3Copyright © Texas Education Agency, 2013. All rights reserved.
Protocols
 The Internet consists of two basic types of
computers… servers & clients.
 These computers often were of different types
and used different operating systems.
 All computers on the Internet must be able to
communicate
 Protocol is an agreed upon set of rules for
successful communication among
computers on the Internet.
IT: Web Technologies – Web Administration 4Copyright © Texas Education Agency, 2013. All rights reserved.
Protocols
 TCP/IP
 (TCP) Transmission Control Protocol
 Was selected as the underlying method of
communicating among computers on the Internet.
Specifies how information is transferred. There are
different rules for different types of information.
 Generally all information is:
 broken into small packets 1500 characters in length.
 sent to its destination along different paths.
IT: Web Technologies – Web Administration 5Copyright © Texas Education Agency, 2013. All rights reserved.
Protocols
 Under TCP, there are specific methods of
communication for each type of information
sent across the Internet:
 http – hypertext transfer protocol
 Communicates with browsers to send web page
packets
 ftp – file transfer protocol
 Used by FTP Clients to transfer file packets
 pop – Post office protocol (email)
 Used by email clients to send/receive email
IT: Web Technologies – Web Administration 6Copyright © Texas Education Agency, 2013. All rights reserved.
Protocols
 (IP) Internet Protocol
 Specifies that every computer on the Internet
must have a unique Internet Protocol Address.
 Packets of information contain the sending and
receiving computers IP Address much like an
letter.
IT: Web Technologies – Web Administration 7Copyright © Texas Education Agency, 2013. All rights reserved.
Protocols
 So how does the web page get from the server
to your computer?
 Your computer send a request to the server for a
specific page.
 The server get the page and breaks it into packets.
 Packets are send along different random paths to
your computer.
 Your computer confirms that all packets have been
received.
 Your computer reassembles the packets.
IT: Web Technologies – Web Administration 8Copyright © Texas Education Agency, 2013. All rights reserved.
Packet Illustration
IT: Web Technologies – Web Administration 9
Server
Client
How many different paths can you create from the Server to the Client?
Any of these paths can be taken by a single data packet.
Copyright © Texas Education Agency, 2013. All rights reserved.
Acquiring a Domain Name
 Domain Name vs. Web Hosting
 Many people believe both are one in the same.
 Doman Name Registration gives you exclusive
rights to use a specific domain name AND
specifies where the web site is stored.
 Web Hosting is the physical storage of your
website’s files on a web server
IT: Web Technologies – Web Administration 10Copyright © Texas Education Agency, 2013. All rights reserved.
Acquiring a Domain Name
 What is the process if setting up a domain
name?
A. Select an available domain name.
 www.10bestwebsitehosting.com
B. Register the domain name.
C. Enter Name Server addresses.
 Name Server addresses
IT: Web Technologies – Web Administration 11Copyright © Texas Education Agency, 2013. All rights reserved.
Acquiring a Domain Name
 Guided Practice 1
 From your computer, go to www.10bestwebsitehosting.com
 Find an available domain name for a website that
you might use for a personal website.
IT: Web Technologies – Web Administration 12Copyright © Texas Education Agency, 2013. All rights reserved.
Website Hosting
 Operating Systems - The OS tells the
hardware what to do, and interacts with the
Application Software.
IT: Web Technologies – Web Administration 13
Hardware
Software
Operating System
Copyright © Texas Education Agency, 2013. All rights reserved.
Website Hosting
 Professional Web Service Provider
 Professional web hosting company
 Entry level around $5 per month for basic hosting
services.
 Will provide you with 2 Name Server addresses
and access information.
IT: Web Technologies – Web Administration 14Copyright © Texas Education Agency, 2013. All rights reserved.
Website Hosting
 Shared vs. Dedicated Hosting
 Shared Hosting
 You share a server with other websites.
 Websites are typically small and would not come close
to using the resources of an entire server.
 Price is usually very low starting around $5 per month.
 Dedicated Hosting
 The entire server is dedicated to your site.
 Typically for site with high bandwidth or storage
requirements.
 Usually expensive, starting around $300 per month
IT: Web Technologies – Web Administration 15Copyright © Texas Education Agency, 2013. All rights reserved.
Website Hosting
 What to consider when selecting a Web
Service Provider
 Price
 Disk or Storage Space
 Bandwidth
 Scripting & Database Capabilities
 Control Panel
IT: Web Technologies – Web Administration 16Copyright © Texas Education Agency, 2013. All rights reserved.
Website Hosting
 Personal Web Server
 A server running on your personal computer.
 Can be made out of any Desktop PC
 Not necessary to view basic HTML pages.
 Necessary for processing server side scripting, such
as PHP, locally.
 Required Software
 Apache Web Server
 Optional Software for Server Side Scripting
 PHP – For PHP Scripting Capabilities
 MySQL – For Database Capabilities
IT: Web Technologies – Web Administration 17Copyright © Texas Education Agency, 2013. All rights reserved.
Website Hosting
 Guided Practice II
 Go to a website that sells shared servers
 Identify the following information:
 Price of the cheapest shared server.
 Server space included in plan.
 Bandwidth included in plan.
IT: Web Technologies – Web Administration 18Copyright © Texas Education Agency, 2013. All rights reserved.
Getting Your Site Online
 Before your website can be accessible on the
Internet it must be uploaded to a web server.
 You will need a program capable of transferring
files from one computer to another, called an FTP
client.
 Many programs, such as Dreamweaver, have an
FTP client built in.
 FileZilla is a free FTP client that can be used to
easily upload files to your web server.
IT: Web Technologies – Web Administration 19Copyright © Texas Education Agency, 2013. All rights reserved.
Getting Your Site Online
 When you register for web hosting, you will
be provided with the following information.
 Name Servers
 Needed by your domain register
 FTP Username
 FTP Password
 Host Address
 Port – Usually 21 unless told otherwise by your
host.
IT: Web Technologies – Web Administration 20Copyright © Texas Education Agency, 2013. All rights reserved.
Getting Your Site Online
IT: Web Technologies – Web Administration 21
Required Settings
•Host
•Username
•Password
•Port
Copyright © Texas Education Agency, 2013. All rights reserved.
Getting Your Site Online
IT: Web Technologies – Web Administration 22
The left side is your computer(1), the right side is the web
server(2).
You should see a www and/or public_html directory on
the server side. They point to the same place.
All your web pages should be saved to that folder to be
accessible online.
Double click it to open it.
Copyright © Texas Education Agency, 2013. All rights reserved.
Getting Your Site Online
IT: Web Technologies – Web Administration 23
Once in the www directory (3), you should see
all your website files (4).
FileZilla can transfer files both directions.
To transfer files, just select the file or directory
and drag it to the side you want to copy it to.
Copyright © Texas Education Agency, 2013. All rights reserved.
Getting Your Site Online
 Once you have transferred your files from
your computer to your web server, you can
close FileZilla.
 If you cannot access your website, double
check to make sure the files were transferred
to the www or public_html folder. Both
names point to the same directory.
 If your files are uploaded to any other folder, or
outside of one of these folders, they will not show
up.
IT: Web Technologies – Web Administration 24Copyright © Texas Education Agency, 2013. All rights reserved.
Visit Our facebook page
https://www.facebook.com/NewHostingCoupons
Copyright © Texas Education Agency, 2013. All rights reserved. IT: Web Technologies – Web Administration 25

More Related Content

What's hot

Difference between reseller hosting and dedicated web servers
Difference between reseller hosting and dedicated web serversDifference between reseller hosting and dedicated web servers
Difference between reseller hosting and dedicated web serversHTS Hosting
 
The dedicated server plans offered by hts hosting
The dedicated server plans offered by hts hostingThe dedicated server plans offered by hts hosting
The dedicated server plans offered by hts hostingHTS Hosting
 
What is web hosting
What is web hostingWhat is web hosting
What is web hostingfastwebhost1
 
Web hosting
Web hostingWeb hosting
Web hostingjeancly
 
The Most Common Web Hosting Solutions
The Most Common Web Hosting SolutionsThe Most Common Web Hosting Solutions
The Most Common Web Hosting SolutionsHTS Hosting
 
Web Hosting Terms Explained
Web Hosting Terms ExplainedWeb Hosting Terms Explained
Web Hosting Terms ExplainedHTS Hosting
 
The Ultimate Guide to Web Hosting for Beginners
The Ultimate Guide to Web Hosting for BeginnersThe Ultimate Guide to Web Hosting for Beginners
The Ultimate Guide to Web Hosting for BeginnersTanvir Mustafa
 
Different Types of Web Hosting Services
Different Types of Web Hosting ServicesDifferent Types of Web Hosting Services
Different Types of Web Hosting ServicesJude Pugh
 
Web hosting service
Web hosting serviceWeb hosting service
Web hosting serviceno0orcom
 
Different Plans for Availing Windows Dedicated Servers of HTS Hosting
Different Plans for Availing Windows Dedicated Servers of HTS HostingDifferent Plans for Availing Windows Dedicated Servers of HTS Hosting
Different Plans for Availing Windows Dedicated Servers of HTS HostingHTS Hosting
 
Web server and web-hosting
Web server and web-hostingWeb server and web-hosting
Web server and web-hostingAK DigiHub
 
Availing Windows Dedicated Servers of HTS Hosting
Availing Windows Dedicated Servers of HTS HostingAvailing Windows Dedicated Servers of HTS Hosting
Availing Windows Dedicated Servers of HTS HostingHTS Hosting
 
web hosting over view
web hosting over viewweb hosting over view
web hosting over viewmrdtitram
 
Cloud Hosting Services
Cloud Hosting ServicesCloud Hosting Services
Cloud Hosting ServicesHTS Hosting
 
How to build CDN for your website
How to build CDN for your websiteHow to build CDN for your website
How to build CDN for your websiteMartin Kulov
 

What's hot (18)

Difference between reseller hosting and dedicated web servers
Difference between reseller hosting and dedicated web serversDifference between reseller hosting and dedicated web servers
Difference between reseller hosting and dedicated web servers
 
The dedicated server plans offered by hts hosting
The dedicated server plans offered by hts hostingThe dedicated server plans offered by hts hosting
The dedicated server plans offered by hts hosting
 
What is web hosting
What is web hostingWhat is web hosting
What is web hosting
 
Web hosting
Web hostingWeb hosting
Web hosting
 
The Most Common Web Hosting Solutions
The Most Common Web Hosting SolutionsThe Most Common Web Hosting Solutions
The Most Common Web Hosting Solutions
 
Article5
Article5Article5
Article5
 
Web Hosting Terms Explained
Web Hosting Terms ExplainedWeb Hosting Terms Explained
Web Hosting Terms Explained
 
The Ultimate Guide to Web Hosting for Beginners
The Ultimate Guide to Web Hosting for BeginnersThe Ultimate Guide to Web Hosting for Beginners
The Ultimate Guide to Web Hosting for Beginners
 
Different Types of Web Hosting Services
Different Types of Web Hosting ServicesDifferent Types of Web Hosting Services
Different Types of Web Hosting Services
 
Article10
Article10Article10
Article10
 
Web hosting service
Web hosting serviceWeb hosting service
Web hosting service
 
Top 5 ssh web hosting
Top 5 ssh web hostingTop 5 ssh web hosting
Top 5 ssh web hosting
 
Different Plans for Availing Windows Dedicated Servers of HTS Hosting
Different Plans for Availing Windows Dedicated Servers of HTS HostingDifferent Plans for Availing Windows Dedicated Servers of HTS Hosting
Different Plans for Availing Windows Dedicated Servers of HTS Hosting
 
Web server and web-hosting
Web server and web-hostingWeb server and web-hosting
Web server and web-hosting
 
Availing Windows Dedicated Servers of HTS Hosting
Availing Windows Dedicated Servers of HTS HostingAvailing Windows Dedicated Servers of HTS Hosting
Availing Windows Dedicated Servers of HTS Hosting
 
web hosting over view
web hosting over viewweb hosting over view
web hosting over view
 
Cloud Hosting Services
Cloud Hosting ServicesCloud Hosting Services
Cloud Hosting Services
 
How to build CDN for your website
How to build CDN for your websiteHow to build CDN for your website
How to build CDN for your website
 

Viewers also liked

E commerce essentials - Introduction to E-commerce
E commerce essentials - Introduction to E-commerceE commerce essentials - Introduction to E-commerce
E commerce essentials - Introduction to E-commerceCareerEd India
 
Type of computer
Type of computerType of computer
Type of computerSerwer Alam
 

Viewers also liked (7)

Computer and Its type
Computer and Its typeComputer and Its type
Computer and Its type
 
e-Commerce the future
e-Commerce the futuree-Commerce the future
e-Commerce the future
 
E commerce essentials - Introduction to E-commerce
E commerce essentials - Introduction to E-commerceE commerce essentials - Introduction to E-commerce
E commerce essentials - Introduction to E-commerce
 
Type of computer
Type of computerType of computer
Type of computer
 
INTRO TO COMPUTER
INTRO TO COMPUTERINTRO TO COMPUTER
INTRO TO COMPUTER
 
Types-of-computer-ppt
Types-of-computer-pptTypes-of-computer-ppt
Types-of-computer-ppt
 
Types of computers
Types of computersTypes of computers
Types of computers
 

Similar to Web hosting

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
 
Internet website designing_company_in_delhi
Internet website designing_company_in_delhiInternet website designing_company_in_delhi
Internet website designing_company_in_delhiCss Founder
 
Download Presentation
Download PresentationDownload Presentation
Download Presentationwebhostingguy
 
Lecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptxLecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptxRemyaTom2
 
E - BUSINESS AND ACCOUNTING.
E - BUSINESS AND ACCOUNTING.E - BUSINESS AND ACCOUNTING.
E - BUSINESS AND ACCOUNTING.Abhishek Kulkarni
 
HTML CSS web engineering slides topics
HTML CSS web engineering slides topicsHTML CSS web engineering slides topics
HTML CSS web engineering slides topicsSalman Khan
 
some fundamental topics to remember when starting with HTML
some fundamental topics to remember when starting with HTMLsome fundamental topics to remember when starting with HTML
some fundamental topics to remember when starting with HTMLfaiz324545
 
Chapter 12 A Manager’s Guide to the Internetand Telecommuni
Chapter 12 A Manager’s Guide to the Internetand TelecommuniChapter 12 A Manager’s Guide to the Internetand Telecommuni
Chapter 12 A Manager’s Guide to the Internetand TelecommuniEstelaJeffery653
 
Meeting 13. web server i
Meeting 13. web server iMeeting 13. web server i
Meeting 13. web server iSyaiful Ahdan
 
Web hosting presentations by hostindia.net
Web hosting presentations by hostindia.netWeb hosting presentations by hostindia.net
Web hosting presentations by hostindia.netHostin Services Pvt Ltd
 
Website Planning & Designing By Er. Kapil Bhargava
Website Planning & Designing By Er. Kapil BhargavaWebsite Planning & Designing By Er. Kapil Bhargava
Website Planning & Designing By Er. Kapil BhargavaKapil Bhargava
 
Web Technology – Web Server Setup : Chris Uriarte
Web Technology – Web Server Setup : Chris UriarteWeb Technology – Web Server Setup : Chris Uriarte
Web Technology – Web Server Setup : Chris Uriartewebhostingguy
 

Similar to Web hosting (20)

Web admin
Web adminWeb admin
Web admin
 
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
 
Internet website designing_company_in_delhi
Internet website designing_company_in_delhiInternet website designing_company_in_delhi
Internet website designing_company_in_delhi
 
Download Presentation
Download PresentationDownload Presentation
Download Presentation
 
WP Chap 1 & 2.pptx
WP Chap 1 & 2.pptxWP Chap 1 & 2.pptx
WP Chap 1 & 2.pptx
 
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
 
elc200day8.ppt
elc200day8.pptelc200day8.ppt
elc200day8.ppt
 
E - BUSINESS AND ACCOUNTING.
E - BUSINESS AND ACCOUNTING.E - BUSINESS AND ACCOUNTING.
E - BUSINESS AND ACCOUNTING.
 
HTML CSS web engineering slides topics
HTML CSS web engineering slides topicsHTML CSS web engineering slides topics
HTML CSS web engineering slides topics
 
some fundamental topics to remember when starting with HTML
some fundamental topics to remember when starting with HTMLsome fundamental topics to remember when starting with HTML
some fundamental topics to remember when starting with HTML
 
Chapter 12 A Manager’s Guide to the Internetand Telecommuni
Chapter 12 A Manager’s Guide to the Internetand TelecommuniChapter 12 A Manager’s Guide to the Internetand Telecommuni
Chapter 12 A Manager’s Guide to the Internetand Telecommuni
 
Meeting 13. web server i
Meeting 13. web server iMeeting 13. web server i
Meeting 13. web server i
 
Daley7 ppt 07
Daley7 ppt 07Daley7 ppt 07
Daley7 ppt 07
 
Web hosting presentations by hostindia.net
Web hosting presentations by hostindia.netWeb hosting presentations by hostindia.net
Web hosting presentations by hostindia.net
 
Website Planning & Designing By Er. Kapil Bhargava
Website Planning & Designing By Er. Kapil BhargavaWebsite Planning & Designing By Er. Kapil Bhargava
Website Planning & Designing By Er. Kapil Bhargava
 
Web engineering lecture 3
Web engineering lecture 3Web engineering lecture 3
Web engineering lecture 3
 
Web server
Web serverWeb server
Web server
 
introduction to web application development
introduction to web application developmentintroduction to web application development
introduction to web application development
 
Web Technology – Web Server Setup : Chris Uriarte
Web Technology – Web Server Setup : Chris UriarteWeb Technology – Web Server Setup : Chris Uriarte
Web Technology – Web Server Setup : Chris Uriarte
 

Recently uploaded

(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一
(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一
(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一Fi sss
 
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up NumberCall Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up NumberMs Riya
 
Presentation.pptxjnfoigneoifnvoeifnvklfnvf
Presentation.pptxjnfoigneoifnvoeifnvklfnvfPresentation.pptxjnfoigneoifnvoeifnvklfnvf
Presentation.pptxjnfoigneoifnvoeifnvklfnvfchapmanellie27
 
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查awo24iot
 
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一C SSS
 
如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一
如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一
如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一ga6c6bdl
 
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...srsj9000
 
VIP Call Girl Saharanpur Aashi 8250192130 Independent Escort Service Saharanpur
VIP Call Girl Saharanpur Aashi 8250192130 Independent Escort Service SaharanpurVIP Call Girl Saharanpur Aashi 8250192130 Independent Escort Service Saharanpur
VIP Call Girl Saharanpur Aashi 8250192130 Independent Escort Service SaharanpurSuhani Kapoor
 
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...ranjana rawat
 
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一ss ss
 
Papular No 1 Online Istikhara Amil Baba Pakistan Amil Baba In Karachi Amil B...
Papular No 1 Online Istikhara Amil Baba Pakistan  Amil Baba In Karachi Amil B...Papular No 1 Online Istikhara Amil Baba Pakistan  Amil Baba In Karachi Amil B...
Papular No 1 Online Istikhara Amil Baba Pakistan Amil Baba In Karachi Amil B...Authentic No 1 Amil Baba In Pakistan
 
Russian Call Girls Kolkata Chhaya 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls Kolkata Chhaya 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls Kolkata Chhaya 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls Kolkata Chhaya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
萨斯喀彻温大学毕业证学位证成绩单-购买流程
萨斯喀彻温大学毕业证学位证成绩单-购买流程萨斯喀彻温大学毕业证学位证成绩单-购买流程
萨斯喀彻温大学毕业证学位证成绩单-购买流程1k98h0e1
 
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝soniya singh
 
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一ga6c6bdl
 
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一ga6c6bdl
 
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Pooja Nehwal
 

Recently uploaded (20)

(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一
(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一
(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一
 
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up NumberCall Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
 
Presentation.pptxjnfoigneoifnvoeifnvklfnvf
Presentation.pptxjnfoigneoifnvoeifnvklfnvfPresentation.pptxjnfoigneoifnvoeifnvklfnvf
Presentation.pptxjnfoigneoifnvoeifnvklfnvf
 
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service
 
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
 
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
 
如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一
如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一
如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一
 
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
 
VIP Call Girl Saharanpur Aashi 8250192130 Independent Escort Service Saharanpur
VIP Call Girl Saharanpur Aashi 8250192130 Independent Escort Service SaharanpurVIP Call Girl Saharanpur Aashi 8250192130 Independent Escort Service Saharanpur
VIP Call Girl Saharanpur Aashi 8250192130 Independent Escort Service Saharanpur
 
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
 
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一
 
Papular No 1 Online Istikhara Amil Baba Pakistan Amil Baba In Karachi Amil B...
Papular No 1 Online Istikhara Amil Baba Pakistan  Amil Baba In Karachi Amil B...Papular No 1 Online Istikhara Amil Baba Pakistan  Amil Baba In Karachi Amil B...
Papular No 1 Online Istikhara Amil Baba Pakistan Amil Baba In Karachi Amil B...
 
Russian Call Girls Kolkata Chhaya 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls Kolkata Chhaya 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls Kolkata Chhaya 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls Kolkata Chhaya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
萨斯喀彻温大学毕业证学位证成绩单-购买流程
萨斯喀彻温大学毕业证学位证成绩单-购买流程萨斯喀彻温大学毕业证学位证成绩单-购买流程
萨斯喀彻温大学毕业证学位证成绩单-购买流程
 
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
 
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
 
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
 
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
 
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
 
9953330565 Low Rate Call Girls In Jahangirpuri Delhi NCR
9953330565 Low Rate Call Girls In Jahangirpuri  Delhi NCR9953330565 Low Rate Call Girls In Jahangirpuri  Delhi NCR
9953330565 Low Rate Call Girls In Jahangirpuri Delhi NCR
 

Web hosting

  • 1. Copyright © Texas Education Agency, 2013. All rights reserved. 1 Web Technologies Web Administration
  • 2. Topics to Cover  Protocols & How the Web Works  Setting up A Domain Name  Understanding Web Servers  Personal Web Server  Professional Web Hosting  Uploading Files to A Web Server IT: Web Technologies – Web Administration 2Copyright © Texas Education Agency, 2013. All rights reserved.
  • 3. Web Administration  Knowing how to design a website is only part of the job of a Webmaster.  Most clients expect their webmaster to also:  How information is transferred from server to client.  Acquire the Domain Name  Setup the Web Hosting  Get the Site Online  Knowing these processes will make you a much more valuable player in the web design industry. IT: Web Technologies – Web Administration 3Copyright © Texas Education Agency, 2013. All rights reserved.
  • 4. Protocols  The Internet consists of two basic types of computers… servers & clients.  These computers often were of different types and used different operating systems.  All computers on the Internet must be able to communicate  Protocol is an agreed upon set of rules for successful communication among computers on the Internet. IT: Web Technologies – Web Administration 4Copyright © Texas Education Agency, 2013. All rights reserved.
  • 5. Protocols  TCP/IP  (TCP) Transmission Control Protocol  Was selected as the underlying method of communicating among computers on the Internet. Specifies how information is transferred. There are different rules for different types of information.  Generally all information is:  broken into small packets 1500 characters in length.  sent to its destination along different paths. IT: Web Technologies – Web Administration 5Copyright © Texas Education Agency, 2013. All rights reserved.
  • 6. Protocols  Under TCP, there are specific methods of communication for each type of information sent across the Internet:  http – hypertext transfer protocol  Communicates with browsers to send web page packets  ftp – file transfer protocol  Used by FTP Clients to transfer file packets  pop – Post office protocol (email)  Used by email clients to send/receive email IT: Web Technologies – Web Administration 6Copyright © Texas Education Agency, 2013. All rights reserved.
  • 7. Protocols  (IP) Internet Protocol  Specifies that every computer on the Internet must have a unique Internet Protocol Address.  Packets of information contain the sending and receiving computers IP Address much like an letter. IT: Web Technologies – Web Administration 7Copyright © Texas Education Agency, 2013. All rights reserved.
  • 8. Protocols  So how does the web page get from the server to your computer?  Your computer send a request to the server for a specific page.  The server get the page and breaks it into packets.  Packets are send along different random paths to your computer.  Your computer confirms that all packets have been received.  Your computer reassembles the packets. IT: Web Technologies – Web Administration 8Copyright © Texas Education Agency, 2013. All rights reserved.
  • 9. Packet Illustration IT: Web Technologies – Web Administration 9 Server Client How many different paths can you create from the Server to the Client? Any of these paths can be taken by a single data packet. Copyright © Texas Education Agency, 2013. All rights reserved.
  • 10. Acquiring a Domain Name  Domain Name vs. Web Hosting  Many people believe both are one in the same.  Doman Name Registration gives you exclusive rights to use a specific domain name AND specifies where the web site is stored.  Web Hosting is the physical storage of your website’s files on a web server IT: Web Technologies – Web Administration 10Copyright © Texas Education Agency, 2013. All rights reserved.
  • 11. Acquiring a Domain Name  What is the process if setting up a domain name? A. Select an available domain name.  www.10bestwebsitehosting.com B. Register the domain name. C. Enter Name Server addresses.  Name Server addresses IT: Web Technologies – Web Administration 11Copyright © Texas Education Agency, 2013. All rights reserved.
  • 12. Acquiring a Domain Name  Guided Practice 1  From your computer, go to www.10bestwebsitehosting.com  Find an available domain name for a website that you might use for a personal website. IT: Web Technologies – Web Administration 12Copyright © Texas Education Agency, 2013. All rights reserved.
  • 13. Website Hosting  Operating Systems - The OS tells the hardware what to do, and interacts with the Application Software. IT: Web Technologies – Web Administration 13 Hardware Software Operating System Copyright © Texas Education Agency, 2013. All rights reserved.
  • 14. Website Hosting  Professional Web Service Provider  Professional web hosting company  Entry level around $5 per month for basic hosting services.  Will provide you with 2 Name Server addresses and access information. IT: Web Technologies – Web Administration 14Copyright © Texas Education Agency, 2013. All rights reserved.
  • 15. Website Hosting  Shared vs. Dedicated Hosting  Shared Hosting  You share a server with other websites.  Websites are typically small and would not come close to using the resources of an entire server.  Price is usually very low starting around $5 per month.  Dedicated Hosting  The entire server is dedicated to your site.  Typically for site with high bandwidth or storage requirements.  Usually expensive, starting around $300 per month IT: Web Technologies – Web Administration 15Copyright © Texas Education Agency, 2013. All rights reserved.
  • 16. Website Hosting  What to consider when selecting a Web Service Provider  Price  Disk or Storage Space  Bandwidth  Scripting & Database Capabilities  Control Panel IT: Web Technologies – Web Administration 16Copyright © Texas Education Agency, 2013. All rights reserved.
  • 17. Website Hosting  Personal Web Server  A server running on your personal computer.  Can be made out of any Desktop PC  Not necessary to view basic HTML pages.  Necessary for processing server side scripting, such as PHP, locally.  Required Software  Apache Web Server  Optional Software for Server Side Scripting  PHP – For PHP Scripting Capabilities  MySQL – For Database Capabilities IT: Web Technologies – Web Administration 17Copyright © Texas Education Agency, 2013. All rights reserved.
  • 18. Website Hosting  Guided Practice II  Go to a website that sells shared servers  Identify the following information:  Price of the cheapest shared server.  Server space included in plan.  Bandwidth included in plan. IT: Web Technologies – Web Administration 18Copyright © Texas Education Agency, 2013. All rights reserved.
  • 19. Getting Your Site Online  Before your website can be accessible on the Internet it must be uploaded to a web server.  You will need a program capable of transferring files from one computer to another, called an FTP client.  Many programs, such as Dreamweaver, have an FTP client built in.  FileZilla is a free FTP client that can be used to easily upload files to your web server. IT: Web Technologies – Web Administration 19Copyright © Texas Education Agency, 2013. All rights reserved.
  • 20. Getting Your Site Online  When you register for web hosting, you will be provided with the following information.  Name Servers  Needed by your domain register  FTP Username  FTP Password  Host Address  Port – Usually 21 unless told otherwise by your host. IT: Web Technologies – Web Administration 20Copyright © Texas Education Agency, 2013. All rights reserved.
  • 21. Getting Your Site Online IT: Web Technologies – Web Administration 21 Required Settings •Host •Username •Password •Port Copyright © Texas Education Agency, 2013. All rights reserved.
  • 22. Getting Your Site Online IT: Web Technologies – Web Administration 22 The left side is your computer(1), the right side is the web server(2). You should see a www and/or public_html directory on the server side. They point to the same place. All your web pages should be saved to that folder to be accessible online. Double click it to open it. Copyright © Texas Education Agency, 2013. All rights reserved.
  • 23. Getting Your Site Online IT: Web Technologies – Web Administration 23 Once in the www directory (3), you should see all your website files (4). FileZilla can transfer files both directions. To transfer files, just select the file or directory and drag it to the side you want to copy it to. Copyright © Texas Education Agency, 2013. All rights reserved.
  • 24. Getting Your Site Online  Once you have transferred your files from your computer to your web server, you can close FileZilla.  If you cannot access your website, double check to make sure the files were transferred to the www or public_html folder. Both names point to the same directory.  If your files are uploaded to any other folder, or outside of one of these folders, they will not show up. IT: Web Technologies – Web Administration 24Copyright © Texas Education Agency, 2013. All rights reserved.
  • 25. Visit Our facebook page https://www.facebook.com/NewHostingCoupons Copyright © Texas Education Agency, 2013. All rights reserved. IT: Web Technologies – Web Administration 25