45
8/12/2019 Chapter3 Internet http://slidepdf.com/reader/full/chapter3-internet 1/45 Chapter 3 Internet

Chapter3 Internet

Embed Size (px)

Citation preview

Page 1: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 1/45

Chapter 3

Internet

Page 2: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 2/45

Physical Components of the

Internet Servers

Networks

Routers

Page 3: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 3/45

Server

Computer that answers requests for

services.

Page 4: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 4/45

 Network

 A computer system that uses

communications equipment to connect

two or more computers and theirresources.

 Actual physical means for transporting

data (packets of information)

Page 5: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 5/45

Network

Some mediums for transferring data

are:

 – Copper wires -- electrical impulses. or

 – Fiber-optic cables - light waves. or

 – Radio Waves or

 – Microwaves or – Infrared light -- invisible light that carries a

message through air. 

Page 6: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 6/45

Router

Special-purpose

computer

Computer thatdirects data

packets along the

network to their

destination by wayof thousands of

pathways.

Page 7: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 7/45

Router

Two purposes:

1.Ensures that information does not go

where it is not needed2.Ensure that information makes it to the

intended destination

Page 8: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 8/45

Local Area Network (LAN)

 A network designed to share data and

resources among several computers,

usually personal computers in a limitedgeographical area, such as an office or

a building. (compare to WAN)

Page 9: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 9/45

Wide Area Network (WAN)

 A network of geographically distant

computers and terminals. (compare to

LAN)

Page 10: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 10/45

Host

The central computer in a network, to whichother computers, and perhaps terminals, areattached. – Terminal - consists of a keyboard, monitor and

little or no processing capability. Processing isdone by the host computer.

 A personal computer with file-transfer

software permits a user to download datafiles from the host or upload data files to thehost.

Page 11: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 11/45

Downloading a file means toretrieve it from another

computer.

Page 12: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 12/45

Uploading a file means tosend a file to another

computer.

Page 13: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 13/45

Node

 A device, usually a personal computer,

that is connected to a network.

Page 14: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 14/45

Star network topology

Hub

 Network is preserved if one node fails.

Page 15: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 15/45

Ring network topology

Computers are

connected in a

circular fashion

 Network is not preserved if one node fails.

Page 16: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 16/45

Bus network topology

 Network is preserved if one node fails.

Page 17: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 17/45

Star Bus topology

Page 18: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 18/45

Benefits of a Network

Used as a back up for files

Resources, such as printers, can be

shared

Promotes an ease of communication.

Page 19: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 19/45

Benefits of a Network

(continued)

It costs less to use several small

computers connected to a network than

to use a large computer.

 And several small computers connected

to a network can offer more computing

power than just using a single large

computer.

Page 20: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 20/45

Packet switching

Transmitted data is divided into small

packets of information.

Each packet has the same destinationbut does not necessarily take the same

path.

Page 21: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 21/45

 Advantages of packets

Packets can be rerouted to a less

congested area of the network of a

particular area is congested. If the network experiences a failure,

packets can be rerouted.

If a packet is corrupted, only thecorrupted packet needs to be resent.

Page 22: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 22/45

What other information is

contained in a packet? Info about the computer that sent it

Info about the computer to which it is

being sent

 A sequence number - indicates how the

packets fit in the overall message

Page 23: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 23/45

TCP / IP

Software managing the transmission ofthe individual packets.

TCP / IP - Transmission Control Protocol / Internet Protocol

Consists of many (approx. 100)different protocols

Communication between networks isbased on the TCP/IP suite.

Page 24: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 24/45

TCP

Places the data into packets and

reassembles the packets.

Page 25: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 25/45

IP

Handles the addressing and sees to it

that packets are routed across multiple

computers.

Page 26: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 26/45

Transferring Data  TCP/IP divides the message into packets and

sends them over the lines. The router directs the packets to their

destination.

The packets are reassembled at their

destination-computer which then responds toany request.

 A message is sent from the destinationcomputer to the sending computer in order to

request that any missing or corrupt packetsbe resent.

Page 27: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 27/45

Internet

Network of networks (or global network)

Used to:

 – View web pages (WWW) – Download files (ftp)

• Files located on a remote computer can be

downloaded.

 – Communicate through e-mail

Page 28: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 28/45

Internet (another definition)

Global information system linked

together by a unique address space

(DNS).

Page 29: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 29/45

Domain Name System (DNS)

or (Domain Name Servers)

Used to assign names to host

computers.

Page 30: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 30/45

Domain Name 

Symbolic name used to identify each

computer on the Internet.

Page 31: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 31/45

IP Address

Numeric name used to identify each

computer on the Internet.

Consists of 32 bits (4 bytes)

Page 32: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 32/45

Largest 8 bit number is 255.

Smallest 8 bit number is 011111111 = 28 - 1 = 255

00000000 = 0

Page 33: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 33/45

Page 34: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 34/45

Requesting a web page.

 A URL is entered

 – http://publications.UNL.edu/faculty/index.htm

The browser queries the DNS for the IP

 Address of “publications.UNL.edu” 

 An IP address is returned

 – 123.66.102.77

Page 35: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 35/45

  A TCP connection is established with

123.66.102.77

The browser then requests the “what”

part of the URL

 – index.htm

The server, publications.UNL.edu,sends back the file index.htm.

Page 36: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 36/45

  The TCP connection is then closed

The browser renders the text portion of

the HTML code contained in index.htm The steps are repeated in order to

retrieve any in-line images within

index.htm. – In-line image -- Image within a document.

Page 37: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 37/45

Who can publish on the web?

 Anyone

Page 38: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 38/45

Some material is monitored for

accuracy. Electronic Journals

Commercial presentations

Reputable authors

Page 39: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 39/45

Be a critical judge

Who wrote it?

Is the writing quality high?

Is the document up to date?

 Are there obvious errors?

Page 40: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 40/45

 Note: Pg. 126

Communication Mechanisms LOL - laughing out loud

TY - thank you

RTFM - Read The Fine Manual• Not all substitute the word “fine” for the letter

“F”. 

Page 41: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 41/45

Review

Page 42: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 42/45

What protocol does the Web run

on? HTTP

Page 43: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 43/45

Page 44: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 44/45

What does HTTP transfer?

Hypertext

Page 45: Chapter3 Internet

8/12/2019 Chapter3 Internet

http://slidepdf.com/reader/full/chapter3-internet 45/45

URL stands for ?

Uniform Resource Locator