SlideShare a Scribd company logo
1 of 73
Chapter 3
The Basics of Networking
Learning Objectives
• Tell whether a communication technology
(Internet, radio, LAN, etc.) is synchronous
or asynchronous; broadcast or point-topoint
• Explain the roles of Internet addresses,
domain names, and DNS servers in
networking

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
• Distinguish between types of protocols
(TCP/IP and Ethernet)
• Describe how computers are
interconnected by an ISP and by a LAN
• Distinguish between the Internet and the
World Wide Web

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Comparing Communication Types
• To understand the Internet we need to
cover some basic communication
vocabulary:
– Synchronous Communication
– Asynchronous communication
– Broadcast
– Communication
– Multicast
– Point-to-point communication
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
General Communication
• Synchronous communication:
– Both the sender and the receiver are active at
the same time (think of talking on a
telephone)

• Asynchronous communication:
– The sending and receiving occur at different
times (think of email and answering
machines)
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
General Communication
• Another property of communication
concerns the number of receivers.
• Broadcast communication: single
sender and many receivers (radio and TV)
• Multicast: is many receivers, but usually a
specific group (specialized topics)
• Point-to-point communication: one
specific sender and one specific
receiver (telephone call)
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Internet’s Communication Properties
• The Internet supports point-to-point
asynchronous communication
• The Internet provides a general
communication “fabric” linking all
computers connected to it
• Computers and the network become a
single medium

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Internet’s Communication Properties
• The Internet is fast enough to mimic
synchronous communication (like using a
phone)
• Multicasting is also possible, allowing
groups to communicate in chat rooms
• You can post video that can be accessed
by anyone, as a form of broadcasting
(compares with radio or television)
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Internet’s Communication Properties
• The Internet is a universal communication
medium
• The Internet also becomes more effective
with each additional computer added
– If x computers are already attached to the
Internet, adding one more results in x
potential new connections!

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Internet Schematic Diagram

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Client/Server Structure
• Most interactions over the Internet use the
client/server interaction protocol:
– When you click a Web link, your computer gets the
page for you...beginning the client/server interaction
• Your computer is the client computer and the computer with
the Web page is the server (Web server)
• The client, gets services from the server

– When the page is return, the operation is completed
and the client/server relationship ends

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Basic Client/Server Interaction

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Client/Server Structure
• The client/server structure is fundamental to
Internet interactions
• A key aspect is that only a single service request
and response are involved
• The relationship is very brief relationship, lasting
from the moment the request is sent to the
moment the service is received

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Many Brief Relationships
• This approach means that the server can
handle many clients at a time
• For example, between two consecutive
client requests from your browser (getting
a page and asking for another) that server
could have serviced hundreds of other
clients
• The server is busy only for as long as it
takes to perform your request
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Client/Server Relationships

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Getting More Connected
• The Internet is primarily a point-to-point
asynchronous communication system
• Software has been built to implement the
many forms of communication
• Client software “slices up” the signals
coming from the computer’s microphone
and video camera into packet-size blocks

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Getting More Connected
• Content is transferred to the other party,
whose client reassembles the sound and
image for display
• Process relies on a fast and reliable
transmission to make it seem like a direct
connection
• This Internet Protocol is generally fast and
reliable enough to work
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Computer Addresses
• IP Addresses
– Each computer connected to the Internet is
given a unique address called its IP address
– An IP address is a series of four numbers
(one byte each) separated by dots
– The range of each of these numbers (0–255)
allows for billions of IP addresses
– New IP addresses are in short supply

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
IP Addresses

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Computer Addresses
• Domain Names
– It is hard to remember the numeric IP address
of all the computers we communicate with
– The Internet uses human-readable symbolic
names for computers that are based on a
hierarchy of domains
– A domain is a related group of networked
computers

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Computer Addresses
• Domain Names
– Example: spiff.cs.washington.edu
– The name of the computer is spiff
– Which is part of the Computer Science and
Engineering Department domain (cs)
– Which is part of the University of Washington
domain (washington)
– Which is part of the educational domain
(edu)
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Computer Addresses
• The example shows a hierarchy of
domains
• Each is a member of the next larger
domain
• edu is a peer of other top-level domains
such as com
• These names are symbolic and
meaningful, making them easier to read
than numbers (and easier to remember)
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
The .edu Domain

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
The .edu Domain

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
DNS Servers
• The Domain Name System (DNS) translates
the hierarchical, human-readable names into the
four-number IP address
• Every Internet host knows the IP address of its
nearest DNS name server
• Whenever the hierarchical symbolic name is
used to send information to a destination, your
computer asks the DNS server looks up the
corresponding IP address

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
DNS Servers
• When your computer asks a DNS name server
to translate a name to the IP address, it is in
another client/server relationship
• If the address is new (and not stored on the DNS
server), the server asks an authoritative name
server
• This server keeps the complete list of the IP
addresses and corresponding domain names for
all authoritative name servers and computers in
its domain
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
DNS Servers
• The root name servers’ addresses are
preprogrammed into your computer’s net
software.
• They are listed at www.rootservers.org together
with their mirror sites (helper name servers with
identical information).
• Notice that computers change their client and
server roles all the time. Sometimes they are
servers, sometimes they are clients.

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Top-Level Domains
• Top-level domain names (TLDs):
– .edu for educational groups
– .com for commercial enterprises
– .org for organizations
– .net for networks
– .mil for the military
– .gov for government agencies

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Top-Level Domains
• The top-level domains were expanded to
include biz, info, name, travel, and others
• The full list can be found at www.icann.org
(ICAAN is Internet Corporation for
Assigned Names and Numbers)
• The original top-level domains listed all
apply to organizations in the United
States.
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Top-Level Domains
• There is also a set of two-letter country
designators (ca (Canada), uk (United
Kingdom), fr (France), de (Germany, as in
Deutschland), etc.)
• These allow domain names to be grouped
by their country of origin.

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
TCP/IP
• TCP/IP Postcard Analogy
– The Internet is like sending a novel to your
publisher using postcards
– The novel is broken into small units that fit on
a postcard
– The “postcards” are numbered to indicate
where each belongs in the novel
– As each postcard is completed, it is mailed

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
TCP/IP
• TCP/IP Postcard Analogy
– Sooner or later, your publisher received the
postcards, but not necessarily in sequential
order
– Nor do they take the same route
– The cards are finally arranged in order
– These “postcards” are really IP packets
• They hold: one unit of information, the destination
IP, and their sequence number
(which packet they are)
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Packets Are Independent
• Because each packet can take a different
route, congestion and service interruptions
do not delay transmissions
– Each TCP/IP packet is independent

• The TCP/IP protocol works under adverse
conditions
– If traffic is heavy and the packet progress is
slow, the protocol allows the packet to be
thrown away
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Packets Are Independent
• If a packet is killed for whatever reason,
the recipient will request a resend
• Packets can arrive out of order because
they take different routes

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Moving Packets: Wires & More
• Internet uses telephone carriers for longdistance connections, fiber optics, and
separate dedicated lines for connections
• The computers do not know or care how
the packet is sent, as long as it can be
sent and received
• Transmissions may rely on multiple
technologies as the packets move across
the Internet
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Far and Near: WAN and LAN
• The Internet is a collection of wide area
networks (WAN)
– These are networks that are not
geographically close

• The Internet is a collection of point-to-point
channels
– Meaning packets must visit a sequence of
computers (or hops) before they reach their
destination
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
A ping is a “please reply” message

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Far and Near: WAN and LAN
• A local area network (LAN) is when
computers are geographically close
– Usually they can be linked by a single cable
or pair of wires

• Ethernet is the main technology for local
area networks
– Used for connecting all the computers in a lab
or building

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Ethernet
• The physical setup for an Ethernet
network is a wire, wire pair, or optical fiber,
called the channel
• Engineers “tap” into the channel to
connect a computer:
– This allows it to send a signal or an electronic
pulse or light flash onto the channel
– All computers, including the sender,
can detect the signal
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Ethernet Party Analogy
• To understand how an Ethernet network
works, consider this:
– A group of friends is standing around at a
party telling stories.
– While someone is telling a story, everyone is
listening.
– When the story is over, here may be a pause
before the next one speaks
– Then, someone typically just begins talking
and the cycle starts again
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Ethernet Party Analogy
• Now, insert computer instead of friend:
– A group of computers is standing around at
friends
a party telling stories.
– While A computer is telling a story,
someone
everyone is listening.
computers are
– When the story is over, here may be a pause
before the next computer speaks
one
– Then, a computer typically just begins talking
someone
and the cycle starts again
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Ethernet Party Analogy
• We assumed that all “friends” were equal
– No had a more import status
– Everyone spoke with the same voice

• There are differences, however:
– Only one computer typically keeps the
transmitted information
– This broadcast medium is being used for
point-to-point communication

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Ethernet Party Analogy
• A computer wanting to transmit a
message:
– It starts sending signals and also starts
listening to see if the message it gets is the
one it sent
– If it is, the computer knows it’s the only
computer sending, and it completes the
transmission
– If it isn’t, the computer stops transmitting
immediately
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Connecting to the Internet
• Today there are two basic methods:
1. Connection via an Internet service provider
(ISP)
2. Connection provided by a campus or
enterprise network

• Most of us use both kinds of connections

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
1. Connections by ISP
• Most home users connect to the Internet
by ISPs
– These are companies that sell connections to
the Internet

• The company places a modem at your
house
– Modems convert the bits a computer outputs
into a form that is compatible with the carrier

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
1. Connections by ISP
1. The signals are sent to the carrier’s business
2. They are converted (via modem) into a form
for the server that connects to the Internet
via the Internet Gateway

• Digital subscriber line (DSL or ADSL) and
cable (TV) are two common providers
• Your smart phone also has a modem for
connecting to network

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
2. Enterprise Network Connections
• The other way to connect is as a user of a
larger networked organization (school,
business, or governmental unit)
• The organization connects to the Internet
by a gateway

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Wireless Networks
• Variation of a LAN connection
• Referred to by its protocol name 802.11
• The router is:
– Physically connected to an ISP’s modem
– Connected to the Internet
– Capable of broadcasting and receiving
signals, usually radio frequency (rf ) signals

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
The World Wide Web
• Some computers connected to the
Internet are Web servers
– Computers programmed to send files to
browsers running on other computers
connected to the Internet.

• These Web servers and their files
comprise the World Wide Web (WWW)

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
The World Wide Web
• Those files are Web pages
• Web servers store and send other kinds of
files, too
• The files are often used to:
– Create the Web page (images or animations)
– Help with other Web services (play audio or
video)

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Requesting a Web Page
• Web requests use client/server interaction
• Requesting a Web page means your
browser is a client asking for a file from a
Web server
• The file can be found in looking at the
URL (Universal Resource Locator)
• Web browsers and Web servers both
“speak” HTTP
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Requesting a Web Page
http://www.cs.washington.edu/homes/snyder/index.html

• The URL has three main parts:
– Protocol.
tells the computers how to handle the file
– Server computer’s name
or the name given by the domain hierarchy
– Page’s pathname.
tells the server which file (page) is requested
and where to find it
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Describing a Web Page
• Servers do not store Web pages in the
form seen on our screens
• The pages are stored as a description of
how they should appear on the screen.
• The browser receives the
description/source file and creates the
Web page image that is described

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Describing a Web Page
• There are two advantages to storing and
sending the source rather than the image
itself:
1. A description file usually requires less
information
2. The browser can adapt the source image to
your computer more easily

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
The Internet and the Web
• Some Web servers have www as part of
their domain name, some don’t
• Some Web servers seem to add the www
if you leave it out
• Some Web servers work either way (both
www.moma.org and moma.org display the
same Web site)
• When is the www required and when is it
optional?
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
The Internet and the Web
• Remember that web addresses are simply
names
• All computers connected to the Internet
(including Web servers) have IP
addresses
• The DNS server requires you to give the
name (URL) exactly because the DNS
responds to that exact name
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
The Internet and the Web
• An incorrect name/URL and you either
access the wrong IP address or the DNS
lookup fails (“404 Not Found”)
• Computers can be programmed to notice
http:// and to redirect you automatically
to the correct page
• Web administrators may also register all
forms of a URL (with and without the
“www”)
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
File Structure
• Directory Hierarchy
– Remember that folders can contain folders as
well as files
– This scheme is called the file structure of
the computer and forms the directory
hierarchy

• Think of any hierarchy as a tree
– folders are the branch points
– files are the leaves
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
File Structure
• Directory Hierarchy
– All hierarchies have branch points and leaves
– Hierarchy trees are often drawn sideways or
upside down
– Two terms are standard, however:
1. Down in the hierarchy means into subfolders
(towards the leaves)
2. Up in the hierarchy means into folders (toward
the root)

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
File Structure
• Part of the directory hierarchy is shown in
the pathnames of URLs:
www.nasm.si.edu/exhibitions/gal100/pioneer.html

• The page is specified by a pathname that
tells the computer how to navigate through
the directory hierarchy to the file
• Each time there is a slash (/), we move
into a subfolder or to the file
• We go down in the hierarchy
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Organizing the Folder
• Normally the last item in the sequence is a
file name
• This is not always necessary or true
• When a URL ends in a slash, the browser
automatically looks in that folder for a file
called index.htm
– The index.html file exists only if it was built

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Organizing the Folder
• Why have a hierarchy?
– Most people build hierarchies to organize their
own thinking and work
– Directories cost nothing
– There is no reason not to use them
– It is highly recommended

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Summary
• In this chapter we discussed the basics of
networking, including the following:
– Basic types of communication: point-to-point,
multicast, broadcast, synchronous, and
asynchronous.
– Networking, including IP addresses, domains,
IP packets, IP protocol, WANS and LANS,
Ethernet protocol, ISPs, enterprise networks,
and wireless networks.
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
Summary
• In this chapter we discussed the basics of
networking, including the following:
– The difference between the Internet and the
World Wide Web.
– File hierarchies in preparation for our further
study of HTML.

Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

More Related Content

What's hot (20)

The Internet
The InternetThe Internet
The Internet
 
New Media Technology -Website and Online Medium for Businesses
New Media Technology -Website and Online Medium for BusinessesNew Media Technology -Website and Online Medium for Businesses
New Media Technology -Website and Online Medium for Businesses
 
Unit.1.basic web.tech
Unit.1.basic web.techUnit.1.basic web.tech
Unit.1.basic web.tech
 
Internet
InternetInternet
Internet
 
ecom notes mca 5th sem
ecom notes mca 5th semecom notes mca 5th sem
ecom notes mca 5th sem
 
Internet
InternetInternet
Internet
 
The internet final
The internet finalThe internet final
The internet final
 
Internet
InternetInternet
Internet
 
Comp 111 cep ii
Comp 111 cep iiComp 111 cep ii
Comp 111 cep ii
 
Internet
InternetInternet
Internet
 
TECHNOLOGY IN COMMUNICATION
TECHNOLOGY  IN  COMMUNICATION TECHNOLOGY  IN  COMMUNICATION
TECHNOLOGY IN COMMUNICATION
 
Networking
NetworkingNetworking
Networking
 
Eba ppt rajesh
Eba ppt rajeshEba ppt rajesh
Eba ppt rajesh
 
Internet
InternetInternet
Internet
 
Introduction html
Introduction htmlIntroduction html
Introduction html
 
Tcp/ip
Tcp/ipTcp/ip
Tcp/ip
 
The internet (computers)
The internet (computers)The internet (computers)
The internet (computers)
 
Internet and WWW
Internet and WWWInternet and WWW
Internet and WWW
 
introduction to Web system
introduction to Web systemintroduction to Web system
introduction to Web system
 
Electronic mail
Electronic mailElectronic mail
Electronic mail
 

Viewers also liked

Aprender a escuchar, aprender a hablar
Aprender a escuchar, aprender a hablarAprender a escuchar, aprender a hablar
Aprender a escuchar, aprender a hablarAmaraVenayas
 
Pricing challenges and models for consumer goods companies
Pricing challenges and models for consumer goods companiesPricing challenges and models for consumer goods companies
Pricing challenges and models for consumer goods companiessteverogers2015
 
Павло Розенко: «Пенсійний фонд має не просто пливти за течією, а бути локом...
Павло Розенко: «Пенсійний фонд має не просто пливти за течією, а бути локом...Павло Розенко: «Пенсійний фонд має не просто пливти за течією, а бути локом...
Павло Розенко: «Пенсійний фонд має не просто пливти за течією, а бути локом...PENSIA.ua
 
ЛОМАТЬ И СТРОИТЬ, И СНОВА ЛОМАТЬ
ЛОМАТЬ И СТРОИТЬ, И СНОВА ЛОМАТЬЛОМАТЬ И СТРОИТЬ, И СНОВА ЛОМАТЬ
ЛОМАТЬ И СТРОИТЬ, И СНОВА ЛОМАТЬPositive Hack Days
 
1. ICV Kongres controllera Srbije 2013, Danijela Medić, šef finanasijske anal...
1. ICV Kongres controllera Srbije 2013, Danijela Medić, šef finanasijske anal...1. ICV Kongres controllera Srbije 2013, Danijela Medić, šef finanasijske anal...
1. ICV Kongres controllera Srbije 2013, Danijela Medić, šef finanasijske anal...Menadžment Centar Beograd
 

Viewers also liked (16)

Bellissima
BellissimaBellissima
Bellissima
 
Aprender a escuchar, aprender a hablar
Aprender a escuchar, aprender a hablarAprender a escuchar, aprender a hablar
Aprender a escuchar, aprender a hablar
 
Uk film consumption
Uk film consumption Uk film consumption
Uk film consumption
 
Desenvolvimento de jogos 3 d
Desenvolvimento de jogos 3 dDesenvolvimento de jogos 3 d
Desenvolvimento de jogos 3 d
 
La Magia del Ozono
La Magia del OzonoLa Magia del Ozono
La Magia del Ozono
 
Pricing challenges and models for consumer goods companies
Pricing challenges and models for consumer goods companiesPricing challenges and models for consumer goods companies
Pricing challenges and models for consumer goods companies
 
Павло Розенко: «Пенсійний фонд має не просто пливти за течією, а бути локом...
Павло Розенко: «Пенсійний фонд має не просто пливти за течією, а бути локом...Павло Розенко: «Пенсійний фонд має не просто пливти за течією, а бути локом...
Павло Розенко: «Пенсійний фонд має не просто пливти за течією, а бути локом...
 
272 .ppt
272  .ppt272  .ppt
272 .ppt
 
виткова
витковавиткова
виткова
 
FIESTA DEL SAGRADO CORAZON DE JESUS I PARTE
FIESTA DEL SAGRADO CORAZON DE JESUS  I PARTEFIESTA DEL SAGRADO CORAZON DE JESUS  I PARTE
FIESTA DEL SAGRADO CORAZON DE JESUS I PARTE
 
ЛОМАТЬ И СТРОИТЬ, И СНОВА ЛОМАТЬ
ЛОМАТЬ И СТРОИТЬ, И СНОВА ЛОМАТЬЛОМАТЬ И СТРОИТЬ, И СНОВА ЛОМАТЬ
ЛОМАТЬ И СТРОИТЬ, И СНОВА ЛОМАТЬ
 
Screening and diagnosis
Screening and diagnosisScreening and diagnosis
Screening and diagnosis
 
Placas examen
Placas examenPlacas examen
Placas examen
 
1. ICV Kongres controllera Srbije 2013, Danijela Medić, šef finanasijske anal...
1. ICV Kongres controllera Srbije 2013, Danijela Medić, šef finanasijske anal...1. ICV Kongres controllera Srbije 2013, Danijela Medić, šef finanasijske anal...
1. ICV Kongres controllera Srbije 2013, Danijela Medić, šef finanasijske anal...
 
Networking success
Networking successNetworking success
Networking success
 
JTM_OpEssay
JTM_OpEssayJTM_OpEssay
JTM_OpEssay
 

Similar to Chapter03

Unit 4.pptfxfdcvcgvgvvhvjjvhvhvvvgtvgvgvgvgv
Unit 4.pptfxfdcvcgvgvvhvjjvhvhvvvgtvgvgvgvgvUnit 4.pptfxfdcvcgvgvvhvjjvhvhvvvgtvgvgvgvgv
Unit 4.pptfxfdcvcgvgvvhvjjvhvhvvvgtvgvgvgvgvquashieschoolproject
 
Unit 6.pptxtfufhjjjjhbvgcfcfcfcfcfcffcfcf
Unit 6.pptxtfufhjjjjhbvgcfcfcfcfcfcffcfcfUnit 6.pptxtfufhjjjjhbvgcfcfcfcfcfcffcfcf
Unit 6.pptxtfufhjjjjhbvgcfcfcfcfcfcffcfcfKwadjoOwusuAnsahQuar
 
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 ChandraAmit Chandra
 
Week 7 1
Week 7 1Week 7 1
Week 7 1adrenal
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internetHimanshu Pathak
 
Internet and Its Services - what kind of service do access thru the Internet
Internet and Its Services - what kind of service do access thru the InternetInternet and Its Services - what kind of service do access thru the Internet
Internet and Its Services - what kind of service do access thru the InternetKriz Motlhala
 
Ch. 3 FIT5, CIS 110 13F
Ch. 3 FIT5, CIS 110 13FCh. 3 FIT5, CIS 110 13F
Ch. 3 FIT5, CIS 110 13Fmh-108
 
NME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdfNME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdfSeethaDinesh
 
Components of-the-internet-and-the-worl-wide (1)
Components of-the-internet-and-the-worl-wide (1)Components of-the-internet-and-the-worl-wide (1)
Components of-the-internet-and-the-worl-wide (1)JonnahGante
 
09 The Information Super Highway Lesson
09 The Information Super Highway Lesson09 The Information Super Highway Lesson
09 The Information Super Highway LessonBuffalo Seminary
 
Topic1-Business Value of Telecommunication Networks.pptx
Topic1-Business Value of Telecommunication Networks.pptxTopic1-Business Value of Telecommunication Networks.pptx
Topic1-Business Value of Telecommunication Networks.pptxCallplanetsDeveloper
 
Unit 1 - Business Value of Telecommunication Networks.pptx
Unit 1 - Business Value of Telecommunication Networks.pptxUnit 1 - Business Value of Telecommunication Networks.pptx
Unit 1 - Business Value of Telecommunication Networks.pptxCallplanetsDeveloper
 
Introduction to internet and its applications
Introduction to internet and its applicationsIntroduction to internet and its applications
Introduction to internet and its applicationsRoshanKC10
 

Similar to Chapter03 (20)

Unit 4.pptfxfdcvcgvgvvhvjjvhvhvvvgtvgvgvgvgv
Unit 4.pptfxfdcvcgvgvvhvjjvhvhvvvgtvgvgvgvgvUnit 4.pptfxfdcvcgvgvvhvjjvhvhvvvgtvgvgvgvgv
Unit 4.pptfxfdcvcgvgvvhvjjvhvhvvvgtvgvgvgvgv
 
Unit 6.pptxtfufhjjjjhbvgcfcfcfcfcfcffcfcf
Unit 6.pptxtfufhjjjjhbvgcfcfcfcfcfcffcfcfUnit 6.pptxtfufhjjjjhbvgcfcfcfcfcfcffcfcf
Unit 6.pptxtfufhjjjjhbvgcfcfcfcfcfcffcfcf
 
Application layer : DNS
Application layer : DNSApplication layer : DNS
Application layer : DNS
 
it ppt-2.pptx
it ppt-2.pptxit ppt-2.pptx
it ppt-2.pptx
 
Elc200day9
Elc200day9Elc200day9
Elc200day9
 
IS100 Week 5
IS100 Week 5IS100 Week 5
IS100 Week 5
 
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
 
Week 7 1
Week 7 1Week 7 1
Week 7 1
 
CH6
CH6CH6
CH6
 
Ebusiness
EbusinessEbusiness
Ebusiness
 
elc200day8.ppt
elc200day8.pptelc200day8.ppt
elc200day8.ppt
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internet
 
Internet and Its Services - what kind of service do access thru the Internet
Internet and Its Services - what kind of service do access thru the InternetInternet and Its Services - what kind of service do access thru the Internet
Internet and Its Services - what kind of service do access thru the Internet
 
Ch. 3 FIT5, CIS 110 13F
Ch. 3 FIT5, CIS 110 13FCh. 3 FIT5, CIS 110 13F
Ch. 3 FIT5, CIS 110 13F
 
NME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdfNME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdf
 
Components of-the-internet-and-the-worl-wide (1)
Components of-the-internet-and-the-worl-wide (1)Components of-the-internet-and-the-worl-wide (1)
Components of-the-internet-and-the-worl-wide (1)
 
09 The Information Super Highway Lesson
09 The Information Super Highway Lesson09 The Information Super Highway Lesson
09 The Information Super Highway Lesson
 
Topic1-Business Value of Telecommunication Networks.pptx
Topic1-Business Value of Telecommunication Networks.pptxTopic1-Business Value of Telecommunication Networks.pptx
Topic1-Business Value of Telecommunication Networks.pptx
 
Unit 1 - Business Value of Telecommunication Networks.pptx
Unit 1 - Business Value of Telecommunication Networks.pptxUnit 1 - Business Value of Telecommunication Networks.pptx
Unit 1 - Business Value of Telecommunication Networks.pptx
 
Introduction to internet and its applications
Introduction to internet and its applicationsIntroduction to internet and its applications
Introduction to internet and its applications
 

Recently uploaded

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 

Recently uploaded (20)

Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 

Chapter03

  • 1. Chapter 3 The Basics of Networking
  • 2. Learning Objectives • Tell whether a communication technology (Internet, radio, LAN, etc.) is synchronous or asynchronous; broadcast or point-topoint • Explain the roles of Internet addresses, domain names, and DNS servers in networking Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 3. • Distinguish between types of protocols (TCP/IP and Ethernet) • Describe how computers are interconnected by an ISP and by a LAN • Distinguish between the Internet and the World Wide Web Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 4. Comparing Communication Types • To understand the Internet we need to cover some basic communication vocabulary: – Synchronous Communication – Asynchronous communication – Broadcast – Communication – Multicast – Point-to-point communication Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 5. General Communication • Synchronous communication: – Both the sender and the receiver are active at the same time (think of talking on a telephone) • Asynchronous communication: – The sending and receiving occur at different times (think of email and answering machines) Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 6. General Communication • Another property of communication concerns the number of receivers. • Broadcast communication: single sender and many receivers (radio and TV) • Multicast: is many receivers, but usually a specific group (specialized topics) • Point-to-point communication: one specific sender and one specific receiver (telephone call) Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 7. Internet’s Communication Properties • The Internet supports point-to-point asynchronous communication • The Internet provides a general communication “fabric” linking all computers connected to it • Computers and the network become a single medium Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 8. Internet’s Communication Properties • The Internet is fast enough to mimic synchronous communication (like using a phone) • Multicasting is also possible, allowing groups to communicate in chat rooms • You can post video that can be accessed by anyone, as a form of broadcasting (compares with radio or television) Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 9. Internet’s Communication Properties • The Internet is a universal communication medium • The Internet also becomes more effective with each additional computer added – If x computers are already attached to the Internet, adding one more results in x potential new connections! Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 10. Internet Schematic Diagram Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 11. Client/Server Structure • Most interactions over the Internet use the client/server interaction protocol: – When you click a Web link, your computer gets the page for you...beginning the client/server interaction • Your computer is the client computer and the computer with the Web page is the server (Web server) • The client, gets services from the server – When the page is return, the operation is completed and the client/server relationship ends Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 12. Basic Client/Server Interaction Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 13. Client/Server Structure • The client/server structure is fundamental to Internet interactions • A key aspect is that only a single service request and response are involved • The relationship is very brief relationship, lasting from the moment the request is sent to the moment the service is received Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 14. Many Brief Relationships • This approach means that the server can handle many clients at a time • For example, between two consecutive client requests from your browser (getting a page and asking for another) that server could have serviced hundreds of other clients • The server is busy only for as long as it takes to perform your request Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 15. Client/Server Relationships Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 16. Getting More Connected • The Internet is primarily a point-to-point asynchronous communication system • Software has been built to implement the many forms of communication • Client software “slices up” the signals coming from the computer’s microphone and video camera into packet-size blocks Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 17. Getting More Connected • Content is transferred to the other party, whose client reassembles the sound and image for display • Process relies on a fast and reliable transmission to make it seem like a direct connection • This Internet Protocol is generally fast and reliable enough to work Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 18. Computer Addresses • IP Addresses – Each computer connected to the Internet is given a unique address called its IP address – An IP address is a series of four numbers (one byte each) separated by dots – The range of each of these numbers (0–255) allows for billions of IP addresses – New IP addresses are in short supply Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 19. IP Addresses Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 20. Computer Addresses • Domain Names – It is hard to remember the numeric IP address of all the computers we communicate with – The Internet uses human-readable symbolic names for computers that are based on a hierarchy of domains – A domain is a related group of networked computers Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 21. Computer Addresses • Domain Names – Example: spiff.cs.washington.edu – The name of the computer is spiff – Which is part of the Computer Science and Engineering Department domain (cs) – Which is part of the University of Washington domain (washington) – Which is part of the educational domain (edu) Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 22. Computer Addresses • The example shows a hierarchy of domains • Each is a member of the next larger domain • edu is a peer of other top-level domains such as com • These names are symbolic and meaningful, making them easier to read than numbers (and easier to remember) Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 23. The .edu Domain Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 24. The .edu Domain Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 25. DNS Servers • The Domain Name System (DNS) translates the hierarchical, human-readable names into the four-number IP address • Every Internet host knows the IP address of its nearest DNS name server • Whenever the hierarchical symbolic name is used to send information to a destination, your computer asks the DNS server looks up the corresponding IP address Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 26. DNS Servers • When your computer asks a DNS name server to translate a name to the IP address, it is in another client/server relationship • If the address is new (and not stored on the DNS server), the server asks an authoritative name server • This server keeps the complete list of the IP addresses and corresponding domain names for all authoritative name servers and computers in its domain Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 27. DNS Servers • The root name servers’ addresses are preprogrammed into your computer’s net software. • They are listed at www.rootservers.org together with their mirror sites (helper name servers with identical information). • Notice that computers change their client and server roles all the time. Sometimes they are servers, sometimes they are clients. Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 28. Top-Level Domains • Top-level domain names (TLDs): – .edu for educational groups – .com for commercial enterprises – .org for organizations – .net for networks – .mil for the military – .gov for government agencies Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 29. Top-Level Domains • The top-level domains were expanded to include biz, info, name, travel, and others • The full list can be found at www.icann.org (ICAAN is Internet Corporation for Assigned Names and Numbers) • The original top-level domains listed all apply to organizations in the United States. Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 30. Top-Level Domains • There is also a set of two-letter country designators (ca (Canada), uk (United Kingdom), fr (France), de (Germany, as in Deutschland), etc.) • These allow domain names to be grouped by their country of origin. Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 31. Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 32. Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 33. TCP/IP • TCP/IP Postcard Analogy – The Internet is like sending a novel to your publisher using postcards – The novel is broken into small units that fit on a postcard – The “postcards” are numbered to indicate where each belongs in the novel – As each postcard is completed, it is mailed Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 34. Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 35. TCP/IP • TCP/IP Postcard Analogy – Sooner or later, your publisher received the postcards, but not necessarily in sequential order – Nor do they take the same route – The cards are finally arranged in order – These “postcards” are really IP packets • They hold: one unit of information, the destination IP, and their sequence number (which packet they are) Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 36. Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 37. Packets Are Independent • Because each packet can take a different route, congestion and service interruptions do not delay transmissions – Each TCP/IP packet is independent • The TCP/IP protocol works under adverse conditions – If traffic is heavy and the packet progress is slow, the protocol allows the packet to be thrown away Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 38. Packets Are Independent • If a packet is killed for whatever reason, the recipient will request a resend • Packets can arrive out of order because they take different routes Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 39. Moving Packets: Wires & More • Internet uses telephone carriers for longdistance connections, fiber optics, and separate dedicated lines for connections • The computers do not know or care how the packet is sent, as long as it can be sent and received • Transmissions may rely on multiple technologies as the packets move across the Internet Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 40. Far and Near: WAN and LAN • The Internet is a collection of wide area networks (WAN) – These are networks that are not geographically close • The Internet is a collection of point-to-point channels – Meaning packets must visit a sequence of computers (or hops) before they reach their destination Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 41. A ping is a “please reply” message Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 42. Far and Near: WAN and LAN • A local area network (LAN) is when computers are geographically close – Usually they can be linked by a single cable or pair of wires • Ethernet is the main technology for local area networks – Used for connecting all the computers in a lab or building Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 43. Ethernet • The physical setup for an Ethernet network is a wire, wire pair, or optical fiber, called the channel • Engineers “tap” into the channel to connect a computer: – This allows it to send a signal or an electronic pulse or light flash onto the channel – All computers, including the sender, can detect the signal Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 44. Ethernet Party Analogy • To understand how an Ethernet network works, consider this: – A group of friends is standing around at a party telling stories. – While someone is telling a story, everyone is listening. – When the story is over, here may be a pause before the next one speaks – Then, someone typically just begins talking and the cycle starts again Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 45. Ethernet Party Analogy • Now, insert computer instead of friend: – A group of computers is standing around at friends a party telling stories. – While A computer is telling a story, someone everyone is listening. computers are – When the story is over, here may be a pause before the next computer speaks one – Then, a computer typically just begins talking someone and the cycle starts again Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 46. Ethernet Party Analogy • We assumed that all “friends” were equal – No had a more import status – Everyone spoke with the same voice • There are differences, however: – Only one computer typically keeps the transmitted information – This broadcast medium is being used for point-to-point communication Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 47. Ethernet Party Analogy • A computer wanting to transmit a message: – It starts sending signals and also starts listening to see if the message it gets is the one it sent – If it is, the computer knows it’s the only computer sending, and it completes the transmission – If it isn’t, the computer stops transmitting immediately Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 48. Connecting to the Internet • Today there are two basic methods: 1. Connection via an Internet service provider (ISP) 2. Connection provided by a campus or enterprise network • Most of us use both kinds of connections Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 49. 1. Connections by ISP • Most home users connect to the Internet by ISPs – These are companies that sell connections to the Internet • The company places a modem at your house – Modems convert the bits a computer outputs into a form that is compatible with the carrier Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 50. Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 51. 1. Connections by ISP 1. The signals are sent to the carrier’s business 2. They are converted (via modem) into a form for the server that connects to the Internet via the Internet Gateway • Digital subscriber line (DSL or ADSL) and cable (TV) are two common providers • Your smart phone also has a modem for connecting to network Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 52. 2. Enterprise Network Connections • The other way to connect is as a user of a larger networked organization (school, business, or governmental unit) • The organization connects to the Internet by a gateway Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 53. Wireless Networks • Variation of a LAN connection • Referred to by its protocol name 802.11 • The router is: – Physically connected to an ISP’s modem – Connected to the Internet – Capable of broadcasting and receiving signals, usually radio frequency (rf ) signals Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 54. Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 55. The World Wide Web • Some computers connected to the Internet are Web servers – Computers programmed to send files to browsers running on other computers connected to the Internet. • These Web servers and their files comprise the World Wide Web (WWW) Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 56. The World Wide Web • Those files are Web pages • Web servers store and send other kinds of files, too • The files are often used to: – Create the Web page (images or animations) – Help with other Web services (play audio or video) Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 57. Requesting a Web Page • Web requests use client/server interaction • Requesting a Web page means your browser is a client asking for a file from a Web server • The file can be found in looking at the URL (Universal Resource Locator) • Web browsers and Web servers both “speak” HTTP Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 58. Requesting a Web Page http://www.cs.washington.edu/homes/snyder/index.html • The URL has three main parts: – Protocol. tells the computers how to handle the file – Server computer’s name or the name given by the domain hierarchy – Page’s pathname. tells the server which file (page) is requested and where to find it Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 59. Describing a Web Page • Servers do not store Web pages in the form seen on our screens • The pages are stored as a description of how they should appear on the screen. • The browser receives the description/source file and creates the Web page image that is described Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 60. Describing a Web Page • There are two advantages to storing and sending the source rather than the image itself: 1. A description file usually requires less information 2. The browser can adapt the source image to your computer more easily Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 61. Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 62. The Internet and the Web • Some Web servers have www as part of their domain name, some don’t • Some Web servers seem to add the www if you leave it out • Some Web servers work either way (both www.moma.org and moma.org display the same Web site) • When is the www required and when is it optional? Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 63. The Internet and the Web • Remember that web addresses are simply names • All computers connected to the Internet (including Web servers) have IP addresses • The DNS server requires you to give the name (URL) exactly because the DNS responds to that exact name Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 64. The Internet and the Web • An incorrect name/URL and you either access the wrong IP address or the DNS lookup fails (“404 Not Found”) • Computers can be programmed to notice http:// and to redirect you automatically to the correct page • Web administrators may also register all forms of a URL (with and without the “www”) Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 65. File Structure • Directory Hierarchy – Remember that folders can contain folders as well as files – This scheme is called the file structure of the computer and forms the directory hierarchy • Think of any hierarchy as a tree – folders are the branch points – files are the leaves Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 66. File Structure • Directory Hierarchy – All hierarchies have branch points and leaves – Hierarchy trees are often drawn sideways or upside down – Two terms are standard, however: 1. Down in the hierarchy means into subfolders (towards the leaves) 2. Up in the hierarchy means into folders (toward the root) Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 67. Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 68. File Structure • Part of the directory hierarchy is shown in the pathnames of URLs: www.nasm.si.edu/exhibitions/gal100/pioneer.html • The page is specified by a pathname that tells the computer how to navigate through the directory hierarchy to the file • Each time there is a slash (/), we move into a subfolder or to the file • We go down in the hierarchy Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 69. Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 70. Organizing the Folder • Normally the last item in the sequence is a file name • This is not always necessary or true • When a URL ends in a slash, the browser automatically looks in that folder for a file called index.htm – The index.html file exists only if it was built Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 71. Organizing the Folder • Why have a hierarchy? – Most people build hierarchies to organize their own thinking and work – Directories cost nothing – There is no reason not to use them – It is highly recommended Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 72. Summary • In this chapter we discussed the basics of networking, including the following: – Basic types of communication: point-to-point, multicast, broadcast, synchronous, and asynchronous. – Networking, including IP addresses, domains, IP packets, IP protocol, WANS and LANS, Ethernet protocol, ISPs, enterprise networks, and wireless networks. Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
  • 73. Summary • In this chapter we discussed the basics of networking, including the following: – The difference between the Internet and the World Wide Web. – File hierarchies in preparation for our further study of HTML. Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley