SlideShare a Scribd company logo
Understanding Computers: Today and Tomorrow, 13th Edition
Chapter 7:
Computer Networks
Understanding Computers: Today and Tomorrow, 13th Edition
2
Learning Objectives
1. Define a network and its purpose.
2. Describe several uses for networks.
3. Understand the various characteristics of a network,
such as topology, architectures, and size.
4. Understand characteristics about data and how it travels
over a network.
5. Name specific types of wired and wireless networking
media and explain how they transmit data.
6. Identify the most common communications protocols
and networking standards used with networks today.
7. List several types of networking hardware and explain
the purpose of each.
Understanding Computers: Today and Tomorrow, 13th Edition
3
Overview
• This chapter covers:
– Common networking and communications
applications
– Networking concepts and terminology
– Technical issues related to networks, including
general characteristics of data transmission, and
types of transmission media in use today
– Explanation of the various communications protocols
and networking standards
– Various types of hardware used with a computer
network
Understanding Computers: Today and Tomorrow, 13th Edition
4
What Is a Network?
• Network: A connected system of
objects or people
• Computer network: A collection of
computers and other hardware
devices connected together so users
can share hardware, software, and
data, and electronically communicate
• Computer networks converging with
telephone and other communications
networks
• Networks range from small private
networks to the Internet (largest
network in the world)
Understanding Computers: Today and Tomorrow, 13th Edition
5
Networking Applications
• The Internet
• Telephone service
– POTS network
– Mobile phones (wireless phones)
• Cellular (cell) phones - must be within range of cell
tower to function
• Satellite phones - used where cell service isn’t
available
• Dual-mode phones - allow users to make
telephone calls on more than one network
– Cellular / Wi-Fi dual-mode phones are most
popular
Understanding Computers: Today and Tomorrow, 13th Edition
6
Mobile Phones
Understanding Computers: Today and Tomorrow, 13th Edition
7
Networking Applications
• Television and radio broadcasting
• Global positioning system (GPS): Uses satellites and a
receiver to determine the exact geographic location of
the receiver
– Commonly used by individuals to determine their
exact location
– Used on the job by surveyors, farmers, and fishermen
– Used to guide vehicles and equipment
– Used by the military to guide munitions
– Geocaching
Understanding Computers: Today and Tomorrow, 13th Edition
GPS
8
Understanding Computers: Today and Tomorrow, 13th Edition
9
Networking Applications
• Monitoring systems: Monitor status or location of
individuals, vehicles, assets, etc.
– RFID-based systems
• Monitor the status of objects
– GPS-based monitoring systems
• Monitor the physical location of objects
– Electronic medical monitors and other types of home
health monitoring
– Sensor networks
Understanding Computers: Today and Tomorrow, 13th Edition
Monitoring Systems
10
Understanding Computers: Today and Tomorrow, 13th Edition
11
Networking Applications
• Multimedia networking: Distributing digital multimedia
content, typically via a home network
– Sharing content throughout the home
– Placeshifting content, such as via Slingbox
Understanding Computers: Today and Tomorrow, 13th Edition
12
Networking Applications
• Videoconferencing: Use of computers, video cameras,
microphones, and networking technologies to conduct
face to face meetings over a network.
– Online conferencing
(via the Internet)
– Telepresence
videoconferencing
• Collaborative computing
(workgroup computing)
• Telecommuting
Understanding Computers: Today and Tomorrow, 13th Edition
13
Networking Applications
• Telemedicine: Use of networking technology to provide
medical information and services
– Remote monitoring and
consultations
– Remote diagnosis
– Telesurgery
• Robot assisted
• May be needed for space
exploration
Understanding Computers: Today and Tomorrow, 13th Edition
14
Online Video
“Telemedicine in Action”
(click below to start video)
Reminder: The complete set of online videos and video podcasts are available at:
www.cengage.com/computerconcepts/np/uc13
Reproduced with
permission from IBM
Understanding Computers: Today and Tomorrow, 13th Edition
Network Characteristics
• Wired vs. wireless networks
– Wired: A network in which computers and other
devices are connected to the network via physical
cables
• Found in homes, schools, businesses, and
government facilities
– Wireless: A network in which computers and other
devices are connected to the network without physical
cables; data is typically sent via radio waves
• Found in homes, schools, and businesses
• Wi-Fi hotspots found in coffeehouses, businesses,
airports, hotels, and libraries
15
Understanding Computers: Today and Tomorrow, 13th Edition
16
Network Topologies
• Topology: How the devices in the network (called
nodes) are arranged
– Star networks: A network that uses a host device
connected directly to several other devices
– Bus networks: A network consisting of a central
cable to which all network devices are attached
– Mesh networks: A network in which there are
multiple connections between the devices on the
network so that messages can take any one of
several paths
– Some networks use a combination of topologies
Understanding Computers: Today and Tomorrow, 13th Edition
17
Network Topologies
Understanding Computers: Today and Tomorrow, 13th Edition
18
Network Architectures
• Architecture: The way networks are designed to
communicate
• Client-server networks
– Client: Computer or other
device on the network
that requests and
utilizes network
resources
– Server: Computer
dedicated to
processing client
requests
Understanding Computers: Today and Tomorrow, 13th Edition
19
Network Architectures
• Peer-to-peer (P2P) networks: All computers at the same
level
– Internet P2P computing: Performed via the Internet
Understanding Computers: Today and Tomorrow, 13th Edition
20
Network Size and Coverage Area
• Personal area network (PAN): Connects
an individual’s personal devices that are
located close together.
• Local area network (LAN): Connects
devices located in a small geographic
area
• Metropolitan area network (MAN):
Serves a metropolitan area
• Wide area network (WAN)
– Large geographic area
Understanding Computers: Today and Tomorrow, 13th Edition
21
Quick Quiz
1. Which of the following describes a group of private
secure paths set up using the Internet?
a. VPN
b. WAN
c. WSN
2. True or False: With a bus network, all devices are
connected directly to each other without the use of a
central hub or cable.
3. A private network that is set up similar to the World
Wide Web for use by employees of a specific
organization is called a(n) _____________.
Answers:
1) a; 2) False; 3) intranet
Understanding Computers: Today and Tomorrow, 13th Edition
22
Network Size and Coverage Area
• Intranet: Private network set up by an organization for
use by its employees
• Extranet: Intranet that is at least partially accessible to
authorized outsiders
• Virtual private network (VPN): Secure path over the
Internet that provides authorized users a secure means
of accessing a private network via the Internet
Understanding Computers: Today and Tomorrow, 13th Edition
23
Data Transmission Characteristics
• Bandwidth: The amount of data that can be transferred
in a given period of time
– Measured in bits per second (bps)
• Analog vs. digital signals
(waves vs. discrete)
• Serial vs. parallel
transmission
– Serial = 1 bit
– Parallel = at
least 1 byte at
a time
Understanding Computers: Today and Tomorrow, 13th Edition
24
Data Transmission Characteristics
• Transmission timing
– Synchronous transmission (at regular, specified
intervals)
– Asynchronous transmission (sent when ready)
– Isochronous transmission (sent at the same time as
other, related, data)
Understanding Computers: Today and Tomorrow, 13th Edition
Transmission Timing
Understanding Computers: Today and Tomorrow, 13th Edition
26
Data Transmission Characteristics
• Transmission directions:
– Simplex transmission
• Data travels in a single direction only
– Half-duplex transmission
• Data travels in either direction but only one way at
a time
– Full-duplex transmission
• Data travels in both directions, both ways at the
same time
Understanding Computers: Today and Tomorrow, 13th Edition
27
Data Transmission Characteristics
• Type of connections:
– Circuit-switched: Dedicated path over a network is
established and all data follows that path
– Packet-switched: Messages are separated into small
units called packets and travel along the network
separately
• Used to send data over the Internet
– Broadcast: Data is sent out to all other nodes on the
network
• Primarily used with LANs
Understanding Computers: Today and Tomorrow, 13th Edition
28
Type of Connections
Understanding Computers: Today and Tomorrow, 13th Edition
29
Networking Media
• Wired connections: The computer is physically cabled
to the network
– Twisted-pair cable
• Pairs of wires twisted together
• Used for telephone and network connections
– Coaxial cable
• Thick center wire
• Used for computer networks, short-run telephone
transmissions, cable television delivery
– Fiber-optic cable
• Glass or fiber strands through which light can pass
• Used for high-speed communications
Understanding Computers: Today and Tomorrow, 13th Edition
30
Wired Networking Media
Understanding Computers: Today and Tomorrow, 13th Edition
31
Wireless Networking Media
• Wireless connections: Use radio signals
– The electromagnetic spectrum is the range of
common electromagnetic radiation (energy) that
travels in waves
– Short-range (such as Bluetooth) can connect a
wireless keyboard or mouse to a computer
– Medium-range (such as Wi-Fi) are used for
wireless LANs and to connect portable computer
users to the Internet at public hotspots
– Longer-range (WiMAX) can be used to provide
Internet access to wide geographic areas
• Radio frequencies are assigned by the FCC and are
measured in hertz (Hz)
Understanding Computers: Today and Tomorrow, 13th Edition
32
The Electromagnetic Spectrum
Understanding Computers: Today and Tomorrow, 13th Edition
33
Cellular Radio Transmissions
• Cellular radio: Uses cellular towers within cells
– Calls are transferred from cell tower to cell tower as
the individual moves
– Cell tower forwards call to the MTSO
– Data works in similar manner
– Cell phone transmission speed depends on the
cellular standard being used
Understanding Computers: Today and Tomorrow, 13th Edition
34
Cellular Radio Transmissions
Understanding Computers: Today and Tomorrow, 13th Edition
35
Microwave and Satellite Transmissions
• Microwaves: High-frequency radio signals
– Sent and received using microwave stations or
satellites
– Signals are line of sight, so microwave stations are
usually built on tall buildings, towers, mountaintops
– Communication satellites are launched into orbit to
send and receive microwave signals from earth
• Traditional satellites use geosynchronous orbit
• Low earth orbit (LEO) satellites were developed to
combat delay
• Medium earth orbit (MEO) satellites are most often
used for GPS systems
Understanding Computers: Today and Tomorrow, 13th Edition
36
Microwave and Satellite Transmissions
Understanding Computers: Today and Tomorrow, 13th Edition
37
Infrared (IR) Transmissions
• IR: Sends data as infrared light
– Like an infrared television remote, IR requires line of
sight
– Because of this limitation, many formerly IR devices
(wireless mice, keyboards) now use RF technology
– IR is still sometimes used to beam data between
portable computers or gaming systems, or send
documents from portable computers to printers
Understanding Computers: Today and Tomorrow, 13th Edition
38
Quick Quiz
1. Which of the following transmission media transmits
data as light pulses?
a. coaxial cable
b. fiber-optic cable
c. twisted-pair cable
2. True or False: Cellular radio is a form of wireless
network transmission.
3. A device located in space that orbits the earth to
provide communications services is called a(n)
_____________.
Answers:
1) b; 2) True; 3) satellite
Understanding Computers: Today and Tomorrow, 13th Edition
39
Communications Protocols and Networking
Standards
• Protocol: A set of rules for a particular situation
– Communications protocol: A set of rules that
determine how devices on a network communicate
• Standard: A set of criteria or requirements approved by a
recognized standards organization
– Networking standards: Address how networked
computers connect and communicate
– Needed to ensure products can work with other
products
• Communications protocol: A set of rules that determine
how devices on a network communicate
Understanding Computers: Today and Tomorrow, 13th Edition
TCP/IP
40
• TCP/IP: The most
widely used
communications
protocol
• Used with the
Internet
• TCP responsible
for delivery of data
• IP provides
addresses and
routing information
• Uses packet
switching
Understanding Computers: Today and Tomorrow, 13th Edition
41
Ethernet (802.3)
• Ethernet: Most widely used standard for wired networks
– Continually evolving
– Original (10Base-T) Ethernet networks run at 10
Mbps
– Newer 100 Mbps, 1Gbps, and 10 Gbps versions are
common
– 100 Gbps and Terabit Ethernet are in development
• Power over Ethernet: Allows electrical power to be sent
along with data on an Ethernet network
– Most often used by businesses
Understanding Computers: Today and Tomorrow, 13th Edition
42
Power over Ethernet (PoE)
Understanding Computers: Today and Tomorrow, 13th Edition
Phoneline, Powerline, G.hn, and BPL
• Phoneline: Allows networking via ordinary telephone
wiring
• Powerline: Allows networking via ordinary electrical
outlets
• G.hn: An emerging standard for home networks creating
via phone lines, power lines, and coaxial cable
• Broadband over powerline (BPL): Uses existing power
lines to deliver broadband internet to some homes
– Limited areas
43
Understanding Computers: Today and Tomorrow, 13th Edition
44
Wi-Fi (802.11)
• Wi-Fi (802.11): A family of wireless networking
standards using the IEEE standard 802.11
– Current standard for wireless networks in homes
and offices
– Designed for medium-range
transmission
– Wi-Fi hardware built into most
notebook computers and many
consumer devices today
– Wi-Fi hotspots are rapidly
multiplying
Understanding Computers: Today and Tomorrow, 13th Edition
45
Wi-Fi (802.11)
– Speed and distance of Wi-Fi networks depends on:
• Standard and hardware being used (continually
evolving)
• Number of solid
objects between
the access point
and the
computer or
device
• Possible
interference
Understanding Computers: Today and Tomorrow, 13th Edition
46
WiMAX and Mobile WiMAX
• WiMAX (802.16): Fairly new wireless standard for longer
range wireless networking connections
– Designed to deliver broadband to homes, businesses,
other fixed locations
– Hotzones close to 2 miles (similar in concept to cell
phone towers)
• Mobile WiMAX: Mobile version of the standard
– Broadband by via mobile phone, portable computer,
etc.
Understanding Computers: Today and Tomorrow, 13th Edition
47
WiMAX and Mobile WiMAX
Understanding Computers: Today and Tomorrow, 13th Edition
48
Cellular Standards
• Cellular standards: Continually evolving
– 1st
generation: Analog and voice only
– 2nd
generation: Digital, both voice and data
– 3rd
generation: Current
standard (HSDPA/UMTS, EV-DO, etc.)
– 4th
generation:
Emerging standard (mobile WiMAX, LTE, etc.)
Understanding Computers: Today and Tomorrow, 13th Edition
49
Short-Range Wireless Standards
• Bluetooth: Very short range (less than 10 feet)
– For communication between computers or mobile
devices and peripheral devices
– Bluetooth devices are
automatically
networked with each
other when they are
in range (piconets)
Understanding Computers: Today and Tomorrow, 13th Edition
50
Short-Range Wireless Standards
• Wireless USB: Connects peripheral devices like
Bluetooth but transfers data more quickly
– Wireless USB hubs
• Ultra Wideband (UWB): Designed for wireless
multimedia networking; high-speed over short
distances
• WirelessHD (WiHD): Similar purpose as UWB; backed
by seven electronics companies
• TransferJet: Transfers content when devices are
touched (digital cameras, mobile phones, etc.)
• ZigBee: Simple sensor networks (home and
commercical automation systems)
Understanding Computers: Today and Tomorrow, 13th Edition
51
Wireless Networking Standards
Understanding Computers: Today and Tomorrow, 13th Edition
52
Networking Hardware
• Networking hardware
– Network adapter: Used to connect a computer to a
network or the Internet
• Also called network interface card (NIC) when in
the form of an expansion card
• Available in a variety of formats
– PCI and PCIe
– USB
– ExpressCard
• Adapter must match the type of network being
used (Ethernet, Wi-Fi, Bluetooth, etc.)
• Are often built into portable computers
Understanding Computers: Today and Tomorrow, 13th Edition
53
Network Adapters
Understanding Computers: Today and Tomorrow, 13th Edition
54
Networking Hardware
– Modem: Device that connects a computer to the
Internet or to another computer
• Term used for Internet connection device, even if
not connecting via a phone line
• Type of modem needed depends on the type of
Internet access being used
– Cable
– Wi-Fi or WiMAX
– DSL
Understanding Computers: Today and Tomorrow, 13th Edition
55
Networking Hardware for Connecting
Devices and Networks
– Hub: Central device that connects all of the devices
on the network
– Switch: Connects devices in a network like a hub but
only sends data to the device for which the data is
intended
– Wireless access point: Used to grant network access
to wireless client devices
– Wireless router: Typically connects both wired and
wireless devices in a network
– Bridge: Used to connect two LANs together
– Specialty hardware for specific purposes
• 3G mobile broadband routers, femtocells, etc.
Understanding Computers: Today and Tomorrow, 13th Edition
56
Wireless Routers
Understanding Computers: Today and Tomorrow, 13th Edition
57
Other Networking Hardware
– Repeater: Amplifies signals along a network
– Range extender: Repeater for a wireless network
– Antenna: Used when Wi-Fi networks need to go
further than hardware normally allows
• Higher-gain antennas can be used with routers
• Some network adapters can use an external
antenna
– Multiplexer: Combines transmissions from several
different devices to send them as one message
– Concentrator: Combines messages and sends them
via a single transmission medium in such a way that
all of the messages are active
Understanding Computers: Today and Tomorrow, 13th Edition
58
Networking Hardware
Understanding Computers: Today and Tomorrow, 13th Edition
59
Quick Quiz
1. Which of the following is the protocol used to transfer
data over the Internet?
a. Wi-Fi
b. Bluetooth
c. TCP/IP
2. True or False: An ExpressCard network adapter is
most commonly used with desktop computers.
3. A device used to connect a computer to the Internet
is typically referred to as a(n) _____________.
Answers:
1) c; 2) False; 3) modem
Understanding Computers: Today and Tomorrow, 13th Edition
60
Summary
• What Is a Network?
• Networking Applications
• Network Characteristics
• Data Transmission Characteristics
• Networking Media
• Communications Protocols and Networking Standards
• Networking Hardware

More Related Content

What's hot

Network and Types of Networks
Network and Types of NetworksNetwork and Types of Networks
Network and Types of Networks
Uttar Tamang ✔
 
Assignment1
Assignment1Assignment1
Assignment1
NishatTasnimAli
 
Introduction of Computer Networking Technoloy
Introduction of Computer Networking TechnoloyIntroduction of Computer Networking Technoloy
Introduction of Computer Networking TechnoloyAmmar Rahman
 
Computer Network Theory Part 2
Computer Network Theory Part 2Computer Network Theory Part 2
Computer Network Theory Part 2
NishatTasnimAli
 
Computer Communications
Computer CommunicationsComputer Communications
Computer Communications
Anbazhagan Ajaganandane
 
Presentation for slideshare
Presentation for slidesharePresentation for slideshare
Presentation for slideshare
BSITstudents
 
1a introduction to network fundamentals
1a introduction to network fundamentals1a introduction to network fundamentals
1a introduction to network fundamentals
kavish dani
 
Internet tybcom
Internet tybcomInternet tybcom
Internet tybcomAditya
 
niceData com.
niceData com.niceData com.
niceData com.
janiceramirez07
 
Types of Network
Types of NetworkTypes of Network
Mmc unit i summary
Mmc unit i summaryMmc unit i summary
Mmc unit i summary
AsstProfITVelTechChe
 
Data Communication and Networks
Data Communication and NetworksData Communication and Networks
Data Communication and Networks
ChAwais15
 
Ocd lec networks_10-11 (1)
Ocd lec networks_10-11 (1)Ocd lec networks_10-11 (1)
Ocd lec networks_10-11 (1)
80094859
 
Web 3.0 & Internet of Things
Web 3.0 & Internet of Things Web 3.0 & Internet of Things
Web 3.0 & Internet of Things
Chris Becker
 
Network Types
Network TypesNetwork Types
What is networking
What is networkingWhat is networking
What is networkingbabyparul
 
Datacom module 2: Data Communication Architecture, Protocols, and Standards
Datacom module 2:  Data Communication Architecture, Protocols, and StandardsDatacom module 2:  Data Communication Architecture, Protocols, and Standards
Datacom module 2: Data Communication Architecture, Protocols, and Standards
Jeffrey Des Binwag
 
Networking Terminology
Networking TerminologyNetworking Terminology
Networking Terminology
SabinDhakal13
 
Computer network
Computer networkComputer network
Computer network
Simran Kaur
 

What's hot (20)

Network and Types of Networks
Network and Types of NetworksNetwork and Types of Networks
Network and Types of Networks
 
Assignment1
Assignment1Assignment1
Assignment1
 
Introduction of Computer Networking Technoloy
Introduction of Computer Networking TechnoloyIntroduction of Computer Networking Technoloy
Introduction of Computer Networking Technoloy
 
Computer Network Theory Part 2
Computer Network Theory Part 2Computer Network Theory Part 2
Computer Network Theory Part 2
 
Computer Communications
Computer CommunicationsComputer Communications
Computer Communications
 
Presentation for slideshare
Presentation for slidesharePresentation for slideshare
Presentation for slideshare
 
1a introduction to network fundamentals
1a introduction to network fundamentals1a introduction to network fundamentals
1a introduction to network fundamentals
 
Internet tybcom
Internet tybcomInternet tybcom
Internet tybcom
 
niceData com.
niceData com.niceData com.
niceData com.
 
Types of Network
Types of NetworkTypes of Network
Types of Network
 
Mmc unit i summary
Mmc unit i summaryMmc unit i summary
Mmc unit i summary
 
Data Communication and Networks
Data Communication and NetworksData Communication and Networks
Data Communication and Networks
 
Computer network
Computer networkComputer network
Computer network
 
Ocd lec networks_10-11 (1)
Ocd lec networks_10-11 (1)Ocd lec networks_10-11 (1)
Ocd lec networks_10-11 (1)
 
Web 3.0 & Internet of Things
Web 3.0 & Internet of Things Web 3.0 & Internet of Things
Web 3.0 & Internet of Things
 
Network Types
Network TypesNetwork Types
Network Types
 
What is networking
What is networkingWhat is networking
What is networking
 
Datacom module 2: Data Communication Architecture, Protocols, and Standards
Datacom module 2:  Data Communication Architecture, Protocols, and StandardsDatacom module 2:  Data Communication Architecture, Protocols, and Standards
Datacom module 2: Data Communication Architecture, Protocols, and Standards
 
Networking Terminology
Networking TerminologyNetworking Terminology
Networking Terminology
 
Computer network
Computer networkComputer network
Computer network
 

Viewers also liked

Week6 final
Week6 finalWeek6 final
Week6 final
Irfan Ali Memon
 
Uc13.chapter.10
Uc13.chapter.10Uc13.chapter.10
Uc13.chapter.10
Irfan Ali Memon
 
Uc13.chapter.13
Uc13.chapter.13Uc13.chapter.13
Uc13.chapter.13
Irfan Ali Memon
 
Week3 v2 (1)
Week3 v2 (1)Week3 v2 (1)
Week3 v2 (1)
Irfan Ali Memon
 
Uc13.chapter.15
Uc13.chapter.15Uc13.chapter.15
Uc13.chapter.15
Irfan Ali Memon
 
Lecture2 fundamentalsof ict
Lecture2 fundamentalsof ictLecture2 fundamentalsof ict
Lecture2 fundamentalsof ict
Irfan Ali Memon
 
Uc13.chapter.05
Uc13.chapter.05Uc13.chapter.05
Uc13.chapter.05
Irfan Ali Memon
 
Le marketing du restaurateur
Le marketing du restaurateurLe marketing du restaurateur
Le marketing du restaurateur
Jean-Paul Bermejo
 

Viewers also liked (9)

Week6 final
Week6 finalWeek6 final
Week6 final
 
Nasscom nov 11
Nasscom nov 11Nasscom nov 11
Nasscom nov 11
 
Uc13.chapter.10
Uc13.chapter.10Uc13.chapter.10
Uc13.chapter.10
 
Uc13.chapter.13
Uc13.chapter.13Uc13.chapter.13
Uc13.chapter.13
 
Week3 v2 (1)
Week3 v2 (1)Week3 v2 (1)
Week3 v2 (1)
 
Uc13.chapter.15
Uc13.chapter.15Uc13.chapter.15
Uc13.chapter.15
 
Lecture2 fundamentalsof ict
Lecture2 fundamentalsof ictLecture2 fundamentalsof ict
Lecture2 fundamentalsof ict
 
Uc13.chapter.05
Uc13.chapter.05Uc13.chapter.05
Uc13.chapter.05
 
Le marketing du restaurateur
Le marketing du restaurateurLe marketing du restaurateur
Le marketing du restaurateur
 

Similar to Uc13.chapter.07

Uc14 chap07
Uc14 chap07Uc14 chap07
Uc14 chap07ayahye
 
Computer Networks.pptx
Computer Networks.pptxComputer Networks.pptx
Computer Networks.pptx
LuckyGoyal23
 
data communication and Network.ppt
data communication and Network.pptdata communication and Network.ppt
data communication and Network.ppt
GetachewDires1
 
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 8 - The Int...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 8 - The Int...Understanding Computers: Today and Tomorrow, 13th Edition Chapter 8 - The Int...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 8 - The Int...
yaminohime
 
Uc13.chapter.08
Uc13.chapter.08Uc13.chapter.08
Uc13.chapter.08
Irfan Ali Memon
 
Lect_8.pdf
Lect_8.pdfLect_8.pdf
Lect_8.pdf
marcofrfam
 
Introduction to computer networks
Introduction to computer networksIntroduction to computer networks
Introduction to computer networks
amudha arul
 
Introduction to Computer Networks and Data Communications
Introduction to Computer Networks and Data CommunicationsIntroduction to Computer Networks and Data Communications
Introduction to Computer Networks and Data CommunicationsAngel G Diaz
 
data communication and networking
data communication and networkingdata communication and networking
data communication and networking
prashanna13
 
Ch06
Ch06Ch06
Computer Networking_XII_CS_CBSE_OFKVS.ppt
Computer Networking_XII_CS_CBSE_OFKVS.pptComputer Networking_XII_CS_CBSE_OFKVS.ppt
Computer Networking_XII_CS_CBSE_OFKVS.ppt
mv9499596
 
Computer Networks: Evolution of Computer Networks.pptx
Computer Networks: Evolution of Computer Networks.pptxComputer Networks: Evolution of Computer Networks.pptx
Computer Networks: Evolution of Computer Networks.pptx
VishwaTej10
 
Module 1 CN -new.pptx
Module 1 CN -new.pptxModule 1 CN -new.pptx
Module 1 CN -new.pptx
DrPreethiD1
 
Unit1_COMPUTER_COMMUNICATIONSSlides.pptx
Unit1_COMPUTER_COMMUNICATIONSSlides.pptxUnit1_COMPUTER_COMMUNICATIONSSlides.pptx
Unit1_COMPUTER_COMMUNICATIONSSlides.pptx
NANDIKHATHARANIKUMAR1
 
Unit - 1.pptx
Unit - 1.pptxUnit - 1.pptx
Unit - 1.pptx
KavinD11
 
IS740 Chapter 06
IS740 Chapter 06IS740 Chapter 06
IS740 Chapter 06
iDocs
 

Similar to Uc13.chapter.07 (20)

Uc14 chap07
Uc14 chap07Uc14 chap07
Uc14 chap07
 
Uc14 chap07
Uc14 chap07Uc14 chap07
Uc14 chap07
 
Computer Networks.pptx
Computer Networks.pptxComputer Networks.pptx
Computer Networks.pptx
 
data communication and Network.ppt
data communication and Network.pptdata communication and Network.ppt
data communication and Network.ppt
 
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 8 - The Int...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 8 - The Int...Understanding Computers: Today and Tomorrow, 13th Edition Chapter 8 - The Int...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 8 - The Int...
 
Uc13.chapter.08
Uc13.chapter.08Uc13.chapter.08
Uc13.chapter.08
 
Lect_8.pdf
Lect_8.pdfLect_8.pdf
Lect_8.pdf
 
Introduction to computer networks
Introduction to computer networksIntroduction to computer networks
Introduction to computer networks
 
Introduction to Computer Networks and Data Communications
Introduction to Computer Networks and Data CommunicationsIntroduction to Computer Networks and Data Communications
Introduction to Computer Networks and Data Communications
 
data communication and networking
data communication and networkingdata communication and networking
data communication and networking
 
Is ch06
Is ch06Is ch06
Is ch06
 
Ch06
Ch06Ch06
Ch06
 
Computer Networking_XII_CS_CBSE_OFKVS.ppt
Computer Networking_XII_CS_CBSE_OFKVS.pptComputer Networking_XII_CS_CBSE_OFKVS.ppt
Computer Networking_XII_CS_CBSE_OFKVS.ppt
 
ITE 101 - Week 6
ITE 101 -  Week 6ITE 101 -  Week 6
ITE 101 - Week 6
 
Computer Networks: Evolution of Computer Networks.pptx
Computer Networks: Evolution of Computer Networks.pptxComputer Networks: Evolution of Computer Networks.pptx
Computer Networks: Evolution of Computer Networks.pptx
 
Module 1 CN -new.pptx
Module 1 CN -new.pptxModule 1 CN -new.pptx
Module 1 CN -new.pptx
 
ch01.ppt
ch01.pptch01.ppt
ch01.ppt
 
Unit1_COMPUTER_COMMUNICATIONSSlides.pptx
Unit1_COMPUTER_COMMUNICATIONSSlides.pptxUnit1_COMPUTER_COMMUNICATIONSSlides.pptx
Unit1_COMPUTER_COMMUNICATIONSSlides.pptx
 
Unit - 1.pptx
Unit - 1.pptxUnit - 1.pptx
Unit - 1.pptx
 
IS740 Chapter 06
IS740 Chapter 06IS740 Chapter 06
IS740 Chapter 06
 

More from Irfan Ali Memon

MaMarksheet
MaMarksheetMaMarksheet
MaMarksheet
Irfan Ali Memon
 
IT Ait ict quiz_two
IT Ait ict quiz_twoIT Ait ict quiz_two
IT Ait ict quiz_two
Irfan Ali Memon
 
Week14 final
Week14 finalWeek14 final
Week14 final
Irfan Ali Memon
 
Week13 final
Week13 finalWeek13 final
Week13 final
Irfan Ali Memon
 
Week12 final
Week12 finalWeek12 final
Week12 final
Irfan Ali Memon
 
Week11 final
Week11 finalWeek11 final
Week11 final
Irfan Ali Memon
 
Week10 final
Week10 finalWeek10 final
Week10 final
Irfan Ali Memon
 
Week9 final
Week9 finalWeek9 final
Week9 final
Irfan Ali Memon
 
Week8 final
Week8 finalWeek8 final
Week8 final
Irfan Ali Memon
 
Week7 final
Week7 finalWeek7 final
Week7 final
Irfan Ali Memon
 
Uc13.chapter.16
Uc13.chapter.16Uc13.chapter.16
Uc13.chapter.16
Irfan Ali Memon
 
Uc13.chapter.14
Uc13.chapter.14Uc13.chapter.14
Uc13.chapter.14
Irfan Ali Memon
 
Uc13.chapter.12
Uc13.chapter.12Uc13.chapter.12
Uc13.chapter.12
Irfan Ali Memon
 
Uc13.chapter.11
Uc13.chapter.11Uc13.chapter.11
Uc13.chapter.11
Irfan Ali Memon
 
Uc13.chapter.09
Uc13.chapter.09Uc13.chapter.09
Uc13.chapter.09
Irfan Ali Memon
 
Uc13.chapter.06
Uc13.chapter.06Uc13.chapter.06
Uc13.chapter.06
Irfan Ali Memon
 
Uc13.chapter.04
Uc13.chapter.04Uc13.chapter.04
Uc13.chapter.04
Irfan Ali Memon
 
Uc13.chapter.03
Uc13.chapter.03Uc13.chapter.03
Uc13.chapter.03
Irfan Ali Memon
 
Uc13.chapter.02
Uc13.chapter.02Uc13.chapter.02
Uc13.chapter.02
Irfan Ali Memon
 
Uc13.chapter.01
Uc13.chapter.01Uc13.chapter.01
Uc13.chapter.01
Irfan Ali Memon
 

More from Irfan Ali Memon (20)

MaMarksheet
MaMarksheetMaMarksheet
MaMarksheet
 
IT Ait ict quiz_two
IT Ait ict quiz_twoIT Ait ict quiz_two
IT Ait ict quiz_two
 
Week14 final
Week14 finalWeek14 final
Week14 final
 
Week13 final
Week13 finalWeek13 final
Week13 final
 
Week12 final
Week12 finalWeek12 final
Week12 final
 
Week11 final
Week11 finalWeek11 final
Week11 final
 
Week10 final
Week10 finalWeek10 final
Week10 final
 
Week9 final
Week9 finalWeek9 final
Week9 final
 
Week8 final
Week8 finalWeek8 final
Week8 final
 
Week7 final
Week7 finalWeek7 final
Week7 final
 
Uc13.chapter.16
Uc13.chapter.16Uc13.chapter.16
Uc13.chapter.16
 
Uc13.chapter.14
Uc13.chapter.14Uc13.chapter.14
Uc13.chapter.14
 
Uc13.chapter.12
Uc13.chapter.12Uc13.chapter.12
Uc13.chapter.12
 
Uc13.chapter.11
Uc13.chapter.11Uc13.chapter.11
Uc13.chapter.11
 
Uc13.chapter.09
Uc13.chapter.09Uc13.chapter.09
Uc13.chapter.09
 
Uc13.chapter.06
Uc13.chapter.06Uc13.chapter.06
Uc13.chapter.06
 
Uc13.chapter.04
Uc13.chapter.04Uc13.chapter.04
Uc13.chapter.04
 
Uc13.chapter.03
Uc13.chapter.03Uc13.chapter.03
Uc13.chapter.03
 
Uc13.chapter.02
Uc13.chapter.02Uc13.chapter.02
Uc13.chapter.02
 
Uc13.chapter.01
Uc13.chapter.01Uc13.chapter.01
Uc13.chapter.01
 

Recently uploaded

Bài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docxBài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docx
nhiyenphan2005
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
Javier Lasa
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
nirahealhty
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
GTProductions1
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
eutxy
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
laozhuseo02
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Brad Spiegel Macon GA
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
keoku
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
JungkooksNonexistent
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
laozhuseo02
 
Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027
harveenkaur52
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Florence Consulting
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
Rogerio Filho
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
ufdana
 

Recently uploaded (20)

Bài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docxBài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docx
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
 
Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
 

Uc13.chapter.07

  • 1. Understanding Computers: Today and Tomorrow, 13th Edition Chapter 7: Computer Networks
  • 2. Understanding Computers: Today and Tomorrow, 13th Edition 2 Learning Objectives 1. Define a network and its purpose. 2. Describe several uses for networks. 3. Understand the various characteristics of a network, such as topology, architectures, and size. 4. Understand characteristics about data and how it travels over a network. 5. Name specific types of wired and wireless networking media and explain how they transmit data. 6. Identify the most common communications protocols and networking standards used with networks today. 7. List several types of networking hardware and explain the purpose of each.
  • 3. Understanding Computers: Today and Tomorrow, 13th Edition 3 Overview • This chapter covers: – Common networking and communications applications – Networking concepts and terminology – Technical issues related to networks, including general characteristics of data transmission, and types of transmission media in use today – Explanation of the various communications protocols and networking standards – Various types of hardware used with a computer network
  • 4. Understanding Computers: Today and Tomorrow, 13th Edition 4 What Is a Network? • Network: A connected system of objects or people • Computer network: A collection of computers and other hardware devices connected together so users can share hardware, software, and data, and electronically communicate • Computer networks converging with telephone and other communications networks • Networks range from small private networks to the Internet (largest network in the world)
  • 5. Understanding Computers: Today and Tomorrow, 13th Edition 5 Networking Applications • The Internet • Telephone service – POTS network – Mobile phones (wireless phones) • Cellular (cell) phones - must be within range of cell tower to function • Satellite phones - used where cell service isn’t available • Dual-mode phones - allow users to make telephone calls on more than one network – Cellular / Wi-Fi dual-mode phones are most popular
  • 6. Understanding Computers: Today and Tomorrow, 13th Edition 6 Mobile Phones
  • 7. Understanding Computers: Today and Tomorrow, 13th Edition 7 Networking Applications • Television and radio broadcasting • Global positioning system (GPS): Uses satellites and a receiver to determine the exact geographic location of the receiver – Commonly used by individuals to determine their exact location – Used on the job by surveyors, farmers, and fishermen – Used to guide vehicles and equipment – Used by the military to guide munitions – Geocaching
  • 8. Understanding Computers: Today and Tomorrow, 13th Edition GPS 8
  • 9. Understanding Computers: Today and Tomorrow, 13th Edition 9 Networking Applications • Monitoring systems: Monitor status or location of individuals, vehicles, assets, etc. – RFID-based systems • Monitor the status of objects – GPS-based monitoring systems • Monitor the physical location of objects – Electronic medical monitors and other types of home health monitoring – Sensor networks
  • 10. Understanding Computers: Today and Tomorrow, 13th Edition Monitoring Systems 10
  • 11. Understanding Computers: Today and Tomorrow, 13th Edition 11 Networking Applications • Multimedia networking: Distributing digital multimedia content, typically via a home network – Sharing content throughout the home – Placeshifting content, such as via Slingbox
  • 12. Understanding Computers: Today and Tomorrow, 13th Edition 12 Networking Applications • Videoconferencing: Use of computers, video cameras, microphones, and networking technologies to conduct face to face meetings over a network. – Online conferencing (via the Internet) – Telepresence videoconferencing • Collaborative computing (workgroup computing) • Telecommuting
  • 13. Understanding Computers: Today and Tomorrow, 13th Edition 13 Networking Applications • Telemedicine: Use of networking technology to provide medical information and services – Remote monitoring and consultations – Remote diagnosis – Telesurgery • Robot assisted • May be needed for space exploration
  • 14. Understanding Computers: Today and Tomorrow, 13th Edition 14 Online Video “Telemedicine in Action” (click below to start video) Reminder: The complete set of online videos and video podcasts are available at: www.cengage.com/computerconcepts/np/uc13 Reproduced with permission from IBM
  • 15. Understanding Computers: Today and Tomorrow, 13th Edition Network Characteristics • Wired vs. wireless networks – Wired: A network in which computers and other devices are connected to the network via physical cables • Found in homes, schools, businesses, and government facilities – Wireless: A network in which computers and other devices are connected to the network without physical cables; data is typically sent via radio waves • Found in homes, schools, and businesses • Wi-Fi hotspots found in coffeehouses, businesses, airports, hotels, and libraries 15
  • 16. Understanding Computers: Today and Tomorrow, 13th Edition 16 Network Topologies • Topology: How the devices in the network (called nodes) are arranged – Star networks: A network that uses a host device connected directly to several other devices – Bus networks: A network consisting of a central cable to which all network devices are attached – Mesh networks: A network in which there are multiple connections between the devices on the network so that messages can take any one of several paths – Some networks use a combination of topologies
  • 17. Understanding Computers: Today and Tomorrow, 13th Edition 17 Network Topologies
  • 18. Understanding Computers: Today and Tomorrow, 13th Edition 18 Network Architectures • Architecture: The way networks are designed to communicate • Client-server networks – Client: Computer or other device on the network that requests and utilizes network resources – Server: Computer dedicated to processing client requests
  • 19. Understanding Computers: Today and Tomorrow, 13th Edition 19 Network Architectures • Peer-to-peer (P2P) networks: All computers at the same level – Internet P2P computing: Performed via the Internet
  • 20. Understanding Computers: Today and Tomorrow, 13th Edition 20 Network Size and Coverage Area • Personal area network (PAN): Connects an individual’s personal devices that are located close together. • Local area network (LAN): Connects devices located in a small geographic area • Metropolitan area network (MAN): Serves a metropolitan area • Wide area network (WAN) – Large geographic area
  • 21. Understanding Computers: Today and Tomorrow, 13th Edition 21 Quick Quiz 1. Which of the following describes a group of private secure paths set up using the Internet? a. VPN b. WAN c. WSN 2. True or False: With a bus network, all devices are connected directly to each other without the use of a central hub or cable. 3. A private network that is set up similar to the World Wide Web for use by employees of a specific organization is called a(n) _____________. Answers: 1) a; 2) False; 3) intranet
  • 22. Understanding Computers: Today and Tomorrow, 13th Edition 22 Network Size and Coverage Area • Intranet: Private network set up by an organization for use by its employees • Extranet: Intranet that is at least partially accessible to authorized outsiders • Virtual private network (VPN): Secure path over the Internet that provides authorized users a secure means of accessing a private network via the Internet
  • 23. Understanding Computers: Today and Tomorrow, 13th Edition 23 Data Transmission Characteristics • Bandwidth: The amount of data that can be transferred in a given period of time – Measured in bits per second (bps) • Analog vs. digital signals (waves vs. discrete) • Serial vs. parallel transmission – Serial = 1 bit – Parallel = at least 1 byte at a time
  • 24. Understanding Computers: Today and Tomorrow, 13th Edition 24 Data Transmission Characteristics • Transmission timing – Synchronous transmission (at regular, specified intervals) – Asynchronous transmission (sent when ready) – Isochronous transmission (sent at the same time as other, related, data)
  • 25. Understanding Computers: Today and Tomorrow, 13th Edition Transmission Timing
  • 26. Understanding Computers: Today and Tomorrow, 13th Edition 26 Data Transmission Characteristics • Transmission directions: – Simplex transmission • Data travels in a single direction only – Half-duplex transmission • Data travels in either direction but only one way at a time – Full-duplex transmission • Data travels in both directions, both ways at the same time
  • 27. Understanding Computers: Today and Tomorrow, 13th Edition 27 Data Transmission Characteristics • Type of connections: – Circuit-switched: Dedicated path over a network is established and all data follows that path – Packet-switched: Messages are separated into small units called packets and travel along the network separately • Used to send data over the Internet – Broadcast: Data is sent out to all other nodes on the network • Primarily used with LANs
  • 28. Understanding Computers: Today and Tomorrow, 13th Edition 28 Type of Connections
  • 29. Understanding Computers: Today and Tomorrow, 13th Edition 29 Networking Media • Wired connections: The computer is physically cabled to the network – Twisted-pair cable • Pairs of wires twisted together • Used for telephone and network connections – Coaxial cable • Thick center wire • Used for computer networks, short-run telephone transmissions, cable television delivery – Fiber-optic cable • Glass or fiber strands through which light can pass • Used for high-speed communications
  • 30. Understanding Computers: Today and Tomorrow, 13th Edition 30 Wired Networking Media
  • 31. Understanding Computers: Today and Tomorrow, 13th Edition 31 Wireless Networking Media • Wireless connections: Use radio signals – The electromagnetic spectrum is the range of common electromagnetic radiation (energy) that travels in waves – Short-range (such as Bluetooth) can connect a wireless keyboard or mouse to a computer – Medium-range (such as Wi-Fi) are used for wireless LANs and to connect portable computer users to the Internet at public hotspots – Longer-range (WiMAX) can be used to provide Internet access to wide geographic areas • Radio frequencies are assigned by the FCC and are measured in hertz (Hz)
  • 32. Understanding Computers: Today and Tomorrow, 13th Edition 32 The Electromagnetic Spectrum
  • 33. Understanding Computers: Today and Tomorrow, 13th Edition 33 Cellular Radio Transmissions • Cellular radio: Uses cellular towers within cells – Calls are transferred from cell tower to cell tower as the individual moves – Cell tower forwards call to the MTSO – Data works in similar manner – Cell phone transmission speed depends on the cellular standard being used
  • 34. Understanding Computers: Today and Tomorrow, 13th Edition 34 Cellular Radio Transmissions
  • 35. Understanding Computers: Today and Tomorrow, 13th Edition 35 Microwave and Satellite Transmissions • Microwaves: High-frequency radio signals – Sent and received using microwave stations or satellites – Signals are line of sight, so microwave stations are usually built on tall buildings, towers, mountaintops – Communication satellites are launched into orbit to send and receive microwave signals from earth • Traditional satellites use geosynchronous orbit • Low earth orbit (LEO) satellites were developed to combat delay • Medium earth orbit (MEO) satellites are most often used for GPS systems
  • 36. Understanding Computers: Today and Tomorrow, 13th Edition 36 Microwave and Satellite Transmissions
  • 37. Understanding Computers: Today and Tomorrow, 13th Edition 37 Infrared (IR) Transmissions • IR: Sends data as infrared light – Like an infrared television remote, IR requires line of sight – Because of this limitation, many formerly IR devices (wireless mice, keyboards) now use RF technology – IR is still sometimes used to beam data between portable computers or gaming systems, or send documents from portable computers to printers
  • 38. Understanding Computers: Today and Tomorrow, 13th Edition 38 Quick Quiz 1. Which of the following transmission media transmits data as light pulses? a. coaxial cable b. fiber-optic cable c. twisted-pair cable 2. True or False: Cellular radio is a form of wireless network transmission. 3. A device located in space that orbits the earth to provide communications services is called a(n) _____________. Answers: 1) b; 2) True; 3) satellite
  • 39. Understanding Computers: Today and Tomorrow, 13th Edition 39 Communications Protocols and Networking Standards • Protocol: A set of rules for a particular situation – Communications protocol: A set of rules that determine how devices on a network communicate • Standard: A set of criteria or requirements approved by a recognized standards organization – Networking standards: Address how networked computers connect and communicate – Needed to ensure products can work with other products • Communications protocol: A set of rules that determine how devices on a network communicate
  • 40. Understanding Computers: Today and Tomorrow, 13th Edition TCP/IP 40 • TCP/IP: The most widely used communications protocol • Used with the Internet • TCP responsible for delivery of data • IP provides addresses and routing information • Uses packet switching
  • 41. Understanding Computers: Today and Tomorrow, 13th Edition 41 Ethernet (802.3) • Ethernet: Most widely used standard for wired networks – Continually evolving – Original (10Base-T) Ethernet networks run at 10 Mbps – Newer 100 Mbps, 1Gbps, and 10 Gbps versions are common – 100 Gbps and Terabit Ethernet are in development • Power over Ethernet: Allows electrical power to be sent along with data on an Ethernet network – Most often used by businesses
  • 42. Understanding Computers: Today and Tomorrow, 13th Edition 42 Power over Ethernet (PoE)
  • 43. Understanding Computers: Today and Tomorrow, 13th Edition Phoneline, Powerline, G.hn, and BPL • Phoneline: Allows networking via ordinary telephone wiring • Powerline: Allows networking via ordinary electrical outlets • G.hn: An emerging standard for home networks creating via phone lines, power lines, and coaxial cable • Broadband over powerline (BPL): Uses existing power lines to deliver broadband internet to some homes – Limited areas 43
  • 44. Understanding Computers: Today and Tomorrow, 13th Edition 44 Wi-Fi (802.11) • Wi-Fi (802.11): A family of wireless networking standards using the IEEE standard 802.11 – Current standard for wireless networks in homes and offices – Designed for medium-range transmission – Wi-Fi hardware built into most notebook computers and many consumer devices today – Wi-Fi hotspots are rapidly multiplying
  • 45. Understanding Computers: Today and Tomorrow, 13th Edition 45 Wi-Fi (802.11) – Speed and distance of Wi-Fi networks depends on: • Standard and hardware being used (continually evolving) • Number of solid objects between the access point and the computer or device • Possible interference
  • 46. Understanding Computers: Today and Tomorrow, 13th Edition 46 WiMAX and Mobile WiMAX • WiMAX (802.16): Fairly new wireless standard for longer range wireless networking connections – Designed to deliver broadband to homes, businesses, other fixed locations – Hotzones close to 2 miles (similar in concept to cell phone towers) • Mobile WiMAX: Mobile version of the standard – Broadband by via mobile phone, portable computer, etc.
  • 47. Understanding Computers: Today and Tomorrow, 13th Edition 47 WiMAX and Mobile WiMAX
  • 48. Understanding Computers: Today and Tomorrow, 13th Edition 48 Cellular Standards • Cellular standards: Continually evolving – 1st generation: Analog and voice only – 2nd generation: Digital, both voice and data – 3rd generation: Current standard (HSDPA/UMTS, EV-DO, etc.) – 4th generation: Emerging standard (mobile WiMAX, LTE, etc.)
  • 49. Understanding Computers: Today and Tomorrow, 13th Edition 49 Short-Range Wireless Standards • Bluetooth: Very short range (less than 10 feet) – For communication between computers or mobile devices and peripheral devices – Bluetooth devices are automatically networked with each other when they are in range (piconets)
  • 50. Understanding Computers: Today and Tomorrow, 13th Edition 50 Short-Range Wireless Standards • Wireless USB: Connects peripheral devices like Bluetooth but transfers data more quickly – Wireless USB hubs • Ultra Wideband (UWB): Designed for wireless multimedia networking; high-speed over short distances • WirelessHD (WiHD): Similar purpose as UWB; backed by seven electronics companies • TransferJet: Transfers content when devices are touched (digital cameras, mobile phones, etc.) • ZigBee: Simple sensor networks (home and commercical automation systems)
  • 51. Understanding Computers: Today and Tomorrow, 13th Edition 51 Wireless Networking Standards
  • 52. Understanding Computers: Today and Tomorrow, 13th Edition 52 Networking Hardware • Networking hardware – Network adapter: Used to connect a computer to a network or the Internet • Also called network interface card (NIC) when in the form of an expansion card • Available in a variety of formats – PCI and PCIe – USB – ExpressCard • Adapter must match the type of network being used (Ethernet, Wi-Fi, Bluetooth, etc.) • Are often built into portable computers
  • 53. Understanding Computers: Today and Tomorrow, 13th Edition 53 Network Adapters
  • 54. Understanding Computers: Today and Tomorrow, 13th Edition 54 Networking Hardware – Modem: Device that connects a computer to the Internet or to another computer • Term used for Internet connection device, even if not connecting via a phone line • Type of modem needed depends on the type of Internet access being used – Cable – Wi-Fi or WiMAX – DSL
  • 55. Understanding Computers: Today and Tomorrow, 13th Edition 55 Networking Hardware for Connecting Devices and Networks – Hub: Central device that connects all of the devices on the network – Switch: Connects devices in a network like a hub but only sends data to the device for which the data is intended – Wireless access point: Used to grant network access to wireless client devices – Wireless router: Typically connects both wired and wireless devices in a network – Bridge: Used to connect two LANs together – Specialty hardware for specific purposes • 3G mobile broadband routers, femtocells, etc.
  • 56. Understanding Computers: Today and Tomorrow, 13th Edition 56 Wireless Routers
  • 57. Understanding Computers: Today and Tomorrow, 13th Edition 57 Other Networking Hardware – Repeater: Amplifies signals along a network – Range extender: Repeater for a wireless network – Antenna: Used when Wi-Fi networks need to go further than hardware normally allows • Higher-gain antennas can be used with routers • Some network adapters can use an external antenna – Multiplexer: Combines transmissions from several different devices to send them as one message – Concentrator: Combines messages and sends them via a single transmission medium in such a way that all of the messages are active
  • 58. Understanding Computers: Today and Tomorrow, 13th Edition 58 Networking Hardware
  • 59. Understanding Computers: Today and Tomorrow, 13th Edition 59 Quick Quiz 1. Which of the following is the protocol used to transfer data over the Internet? a. Wi-Fi b. Bluetooth c. TCP/IP 2. True or False: An ExpressCard network adapter is most commonly used with desktop computers. 3. A device used to connect a computer to the Internet is typically referred to as a(n) _____________. Answers: 1) c; 2) False; 3) modem
  • 60. Understanding Computers: Today and Tomorrow, 13th Edition 60 Summary • What Is a Network? • Networking Applications • Network Characteristics • Data Transmission Characteristics • Networking Media • Communications Protocols and Networking Standards • Networking Hardware