Title: The Internet and How It Works
1The Internet and How It Works
A worldwide network of computers
- There are three important ways to use the
internet - Electronic Mail (e-mail)
- File Transfer Protocol (FTP)
- World Wide Web (WWW)
2- Your computer has an address any time you are
connected to the internet, which is called and IP
(Internet Protocol) address. - This address is assigned by your ISP, which is an
internet service provider. - Roadrunner
- ATT
A typical IP address looks like
this 216.27.61.137 Your computer reads that
number like this 11011000.00011011.00111101.10001
001
The language your computer understands is called
binary language. This is made up of only
decimals, 0s and 1s.
3The internet is a big network of computers. When
you type an address of a website into your
browser, your ISP sends a signal out to that
address, which in turn, sends a signal back to
your computer using your IP address.
Friends computer
Server
www.uwosh.edu
ISP
www.google.com
www.espn.com
Server
Your computer
4The Parts of a Web Page
- The first page of your web site is called the
home page. This page is kind of like the table
of contents of your web site. - This is labeled as index.html or home.html
index.html
5- The other pages of the site are called the
secondary pages. - They are named whatever you would like them to be
named. If you have a page about airplanes you
could name that page airplanes.html. Keep it
simple!
index.html
page1.html
page2.html
page2.html
6You build a website using HTML code.
Html viewed in a browser
7How Your Website is Seen By Others
A copy of your images and HTML is sent through
the server to your friends computer.
8Adobe Dreamweaver
- Dreamweaver will create the HTML for us.
- We will
- Create our own sites using Dreamweaver
- Make a homepage
- Find images to put on your site
- Make rollover images
- Share our creation with others