lead black slide

52
Lead Black Slide Powered by DeSiaMore 1

Upload: diep

Post on 25-Feb-2016

31 views

Category:

Documents


1 download

DESCRIPTION

Lead Black Slide. Chapter 6. Information System Networks and the Internet. Our Agenda. Communications Concepts Communications Hardware Communications Software. Our Agenda (cont’d.). Network Concepts Local Area Networks Wide Area Networks Internetworks The Internet - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Lead Black Slide

Lead Black Slide

Page 2: Lead Black Slide

Powered by DeSiaMore 2

Chapter 6

Information System Networksand

the Internet

Page 3: Lead Black Slide

Powered by DeSiaMore 3

Our Agenda Communications Concepts Communications Hardware Communications Software

Page 4: Lead Black Slide

Powered by DeSiaMore 4

Our Agenda (cont’d.) Network Concepts Local Area Networks Wide Area Networks Internetworks The Internet Electronic Commerce

Page 5: Lead Black Slide

Powered by DeSiaMore 5

Learning Objectives Summarize the communications

hardware and software needed for computers to communicate with other computers.

Describe the main characteristics of communications channels.

Page 6: Lead Black Slide

Powered by DeSiaMore 6

Learning Objectives (cont’d.) Describe the main types of

communications processors and give several examples.

Describe the main functions of communications software.

Explain how local area networks are organized and list the special hardware and software used in them.

Page 7: Lead Black Slide

Powered by DeSiaMore 7

Learning Objectives (cont’d.) Describe the structure of wide area

networks. Explain how and why networks are

interconnected. Explain what the Internet,

intranets, and extranets are. Describe the special hardware and

software needed for E-Commerce.

Page 8: Lead Black Slide

Powered by DeSiaMore 8

Communications Concepts

Information System Networksand

the Internet

Page 9: Lead Black Slide

Powered by DeSiaMore 9

Communications Concepts Two main types of communications

hardware Communications channel – the link

over which data is sent Communications processors – provide

processing capabilities between the computer and the communications channel

A modem is a communication processor

Page 10: Lead Black Slide

Powered by DeSiaMore 10

Communications Hardware

Information System Networksand

the Internet

Page 11: Lead Black Slide

Powered by DeSiaMore 11

Communications Hardware Communications channel

characteristics Data is transmitted over the channel

as bits. Each bit is sent one after the other. Bits are grouped to form bytes that

represent characters using ASCII, EBCDIC, Unicode or some other code.

Page 12: Lead Black Slide

Powered by DeSiaMore 12

Communications Hardware (cont’d.) The way in which bits are sent

determines two main characteristics of the channel Signal type Data rate

Page 13: Lead Black Slide

Powered by DeSiaMore 13

Signal Type Bits can be sent either as

An Analog signal – data is transmitted by a wave pattern that varies continuously

A Digital signal – data is transmitted as a series of high and low pulses

The human voice is analog Telephones are analog Computers are digital

Page 14: Lead Black Slide

Powered by DeSiaMore 14

Data Rate Data rate is measured as bits per

second (bps). Each type of channel has a

maximum data rate. Baud rate is used to express data

rate 9,600 baud = 9,600 bps. Bandwidth describes how much

data can be transmitted over a channel.

Page 15: Lead Black Slide

Powered by DeSiaMore 15

Communications Channel Media Wire cables – sometimes called

“copper” have been used since the 1800s. Two main forms

Twisted-pair wiring Coaxial cable

Page 16: Lead Black Slide

Powered by DeSiaMore 16

Communications Channel Media (cont’d.) Twisted-pair wiring

Two wires twisted together Most telephone lines are twisted-pair Can also be used for data Data transmission rate is slow

compared to other media

Page 17: Lead Black Slide

Powered by DeSiaMore 17

Communications Channel Media (cont’d.) Coaxial cable

Copper wire insulated with rubber and plastic.

Used with cable television systems. Data transmission rate is faster than

twisted-pair, and more expensive, but slower than other media.

Page 18: Lead Black Slide

Powered by DeSiaMore 18

Communications Channel Media (cont’d.) Fiber-optic cables

Bundles of glass or plastic fibers. Each fiber is 1/2000 inch thick – about

the size of a human hair. Data is transmitted by a laser that

pulses light through the fiber. Data transmission rate is very fast.

Page 19: Lead Black Slide

Powered by DeSiaMore 19

Communications Channel Media (cont’d.) Microwave

Special types of radio signals sent from one microwave antenna to another.

Transmission is line-of-sight, i.e, one antenna must be able to “see” the other.

Two types Land based – antenna approximately 30

miles apart. Satellite – positioned 22,300 miles in

space – geosynchronous orbit.

Page 20: Lead Black Slide

Powered by DeSiaMore 20

Communications Channel Media (cont’d.) Other media

Infrared spectrum Very short distances Relatively slow

Wireless systems Used for mobile computing Usually in small areas or hard to wire

areas

Page 21: Lead Black Slide

Powered by DeSiaMore 21

Communications Processors Channel interface devices Communications control units Communications protocols Communications security

Page 22: Lead Black Slide

Powered by DeSiaMore 22

Channel Interface Devices Modems – convert digital signals to

analog signals at the origin and reverse the process at the destination of the signal. Digital to analog is modulation. Analog to digital is demodulation.

Modems may be either internal or external to the computer.

Page 23: Lead Black Slide

Powered by DeSiaMore 23

Channel Interface Devices (cont’d.) Modem data rates are typically 33

Kbps to 56 Kbps. Cable modems – are devices to

provide the interface between a computer and a cable system’s data transmission capability.

For ISDN or DSL a terminal adapter is required.

Page 24: Lead Black Slide

Powered by DeSiaMore 24

Communication Control Units Multiplexer – combines signals

from several slow-speed devices to transmit over a faster device.

Controller – stores and forwards signals to improve the throughput of the channel.

Front-End Processor – operates between the channel and the main computer.

Page 25: Lead Black Slide

Powered by DeSiaMore 25

Communications Protocols Protocols are the rules computers

must follow when they communicate with one another.

Computers that wish to communicate and have different protocols must use a protocol converter to standardize their communication.

Page 26: Lead Black Slide

Powered by DeSiaMore 26

Communications Security A problem with data communications

is the lack of security over a communications channel. One way of solving this problem is to use data encryption to convert the data to an unintelligible form for transmission and to return it to an intelligible form at the destination.

Encryption requires a key.

Page 27: Lead Black Slide

Powered by DeSiaMore 27

Communications Software

Information System Networksand

the Internet

Page 28: Lead Black Slide

Powered by DeSiaMore 28

Communications Software Communications software is

required to control communications between computers. It receives data from communications processors connected to the channel and passes the data to other software in the computer for processing.

Page 29: Lead Black Slide

Powered by DeSiaMore 29

Communications Software (cont’d.) Types of communications software

Terminal emulators Client software – as used in

client/server computing File transfer protocol (FTP) – software Network Operating System software

(NOS)

Page 30: Lead Black Slide

Powered by DeSiaMore 30

Network Concepts

Information System Networksand

the Internet

Page 31: Lead Black Slide

Powered by DeSiaMore 31

Network Topologies Star network – each node is

connected to each other node. Hierarchical network – organized

like a family tree. Bus network – each node is

connected to a single, common communications channel.

Ring network – each node is connected to a common channel forming a loop.

Page 32: Lead Black Slide

Powered by DeSiaMore 32

Types of Networks Local Area Network (LAN) Wide Area Network (WAN) Metropolitan Area Network (MAN) Internetwork – connected networks

Page 33: Lead Black Slide

Powered by DeSiaMore 33

Local Area Networks

Information System Networksand

the Internet

Page 34: Lead Black Slide

Powered by DeSiaMore 34

Local Area Networks Local Area Network Structure

Connection Topology. Media for communications channel. Usually either Ethernet or Token Ring. Require Network Interface Cards (NIC)

in each device on the network. Permits sharing of resources.

Page 35: Lead Black Slide

Powered by DeSiaMore 35

Wide Area Networks

Information System Networksand

the Internet

Page 36: Lead Black Slide

Powered by DeSiaMore 36

Wide Area Networks Connection Topology. Media for communications channel. Permits sharing of resources. Can include a Virtual Private Network. Often a combination or resources.

Page 37: Lead Black Slide

Powered by DeSiaMore 37

Internetworks

Information System Networksand

the Internet

Page 38: Lead Black Slide

Powered by DeSiaMore 38

Internetworks Connecting two or more networks

using Bridges Gateways Routers

Page 39: Lead Black Slide

Powered by DeSiaMore 39

The Internet

Information System Networksand

the Internet

Page 40: Lead Black Slide

Powered by DeSiaMore 40

Internet Origins in ARPANET in 1969. Grew slowly at first and “exploded” in

1993 with the adoption of the HTML standards for the World Wide Web.

Two protocols Transmission Control Protocol (TCP) Internet Protocol (IP)

Most users require a relationship with an Internet Service Provider (ISP).

Page 41: Lead Black Slide

Powered by DeSiaMore 41

Internet Services Electronic Mail – E-Mail World Wide Web (WWW) Telnet File Transfer Protocol (FTP) Gopher Usenet or NetNews Chat

Page 42: Lead Black Slide

Powered by DeSiaMore 42

Intranets and Extranets An Intranet is an Internet like

network but access is restricted to within a business or organization.

Firewalls are used to control access to an Intranet.

An Extranet permits controlled outside access to an Intranet like network.

Page 43: Lead Black Slide

Powered by DeSiaMore 43

Electronic Commerce

Information System Networksand

the Internet

Page 44: Lead Black Slide

Powered by DeSiaMore 44

Hardware and Software Requires the business have a web

site. The web software runs on a web

server which has special e-commerce software.

Page 45: Lead Black Slide

Powered by DeSiaMore 45

Information System Networks and the Internet

Key Terms

Page 46: Lead Black Slide

Powered by DeSiaMore 46

Key Terms Analog Signal Bandwidth Baud Rate Bus Network Cable Modem Channel Interface Device Client Software

Communications Channel Communications Control Unit Communications Processor Database Server Data Encryption Digital Signal

Page 47: Lead Black Slide

Powered by DeSiaMore 47

Key Terms (cont’d.) Downloading DSL Electronic Commerce (E-commerce) Electronic Mail (E-mail) Extranet File Server File Transfer Firewall

Hierarchical Network Hybrid Network Information Superhighway Internet Internet Service Provider (ISP) Internetwork Intranet

Page 48: Lead Black Slide

Powered by DeSiaMore 48

Key Terms (cont’d.) ISDN Local Area Network (LAN) Modem Network Computer Network Interface Card (NIC) Print Server Protocol

Protocol Converter Ring Network Star Network Terminal Adapter Terminal Emulation Software Uniform Resource Locator (URL) Uploading

Page 49: Lead Black Slide

Powered by DeSiaMore 49

Key Terms (cont’d.) Value Added Network (VAN) Virtual Private Network (VPN) Web Server Web Site Wide Area Network (WAN) Wireless LAN

World Wide Web (WWW)

Page 50: Lead Black Slide

Powered by DeSiaMore 50

Summary Communications Concepts Communications Hardware Communications Software

Page 51: Lead Black Slide

Powered by DeSiaMore 51

Summary Network Concepts Local Area Networks Wide Area Networks Internetworks The Internet Electronic Commerce

Page 52: Lead Black Slide

Final Black Slide