16
How The World Wide Web Works

How The Web Works

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: How The Web Works

How The World Wide Web Works

Page 2: How The Web Works

How The Web Works

Browser Connects& Requests a Page

Server Sends BackThe Requested Page

Page 3: How The Web Works

How does it know where to look?Anatomy of a Uniform Resource Locator (URL)

http://www.chuckscoggins.com/index.html

Page 4: How The Web Works

Anatomy of a URL

http://www.chuckscoggins.com/index.html

The Protocol(Hypertext Transfer Protocol)

Page 5: How The Web Works

Anatomy of a URL

http://www.chuckscoggins.com/index.html

The Location (Web Server)

The Domain Name Server (DNS) translatesthe domain name into an IP address.

Page 6: How The Web Works

Anatomy of a URL

http://www.chuckscoggins.com/index.html

74.53.24.242

Page 7: How The Web Works

Anatomy of a URL

http://www.chuckscoggins.com/index.html

The File Name

Page 8: How The Web Works

Anatomy of a Web Page

The file that is sent from the web servercontains hypertext markup information.

HTML

Page 9: How The Web Works

Say What!??!

The file that is sent from the web servercontains hypertext markup information.

HTML

Page 10: How The Web Works

Say What!??!

The file that is sent from the web servercontains hypertext markup information.

HTML

the web page you want to view

Page 11: How The Web Works

Say What!??!

The file that is sent from the web servercontains hypertext markup information.

HTML

Across the internet, translated into electrical signals(1’s and 0’s) that get sent across wires,

using TCP/IP hypertext transfer protocol.

Page 12: How The Web Works

Say What!??!

The file that is sent from the web servercontains hypertext markup information.

HTML

A computer at a hosting company that isrunning software that “serves” up web page files.

Page 13: How The Web Works

Say What!??!

The file that is sent from the web servercontains hypertext markup information.

HTML

The “code” or markup text thatthe programmer/designer puts in the html file.

Page 14: How The Web Works

Anatomy of a Web Page

The file that is sent from the web servercontains hypertext markup information.

HTML

Interprets the hypertext markup information,scripts, etc. in order to display the page.

Browser

Page 15: How The Web Works

File Transfer Protocol

A different protocol than “http” that isused for transferring / moving files from

computer to computer (or server to server).

FTP

Page 16: How The Web Works