50
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004 Chapter 1 Introduction

Data com chapter 1 introduction

Embed Size (px)

Citation preview

Page 1: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Chapter 1

Introduction

Page 2: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Chapter 1

At the end of the discussion, students will be

able to identify the fundamental characteristics

of a data communication system.

Page 3: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Data communications and networking is changing we do business and the

way we live.

Note:Note:

Page 4: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

1.1 Data Communication

Components

Data Representation

Direction of Data Flow

Page 5: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

TELECOMMUNICATION

Note:Note:

Page 6: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Figure 1.1 Simple Network Diagram

Page 7: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Delivery System must deliver the data to the

correct destination Accuracy

System must deliver the data accurately Timeliness

System must deliver the data in timely manner

Jitter Variation in the packet arrival time.

Data communication fundamental characteristics

Page 8: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Message Information (data) to be communicated.

Sender Device that sends the data message.

Transmission Medium Carries data.

Receiver Device that receives the message.

Protocol Set of rules that govern data

communication.

Five components of data communication

Page 9: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Figure 1.1 Five components of communication system

Page 10: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Information today comes in different forms.

Note:Note:

Page 11: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Text Represented as a bit pattern

Numbers Also represented as a bit pattern

Images Composed of a matrix of pixels

Audio Recording or broadcasting of sound or

music Video

Recording or broadcasting of picture or movie

Data Representation

Page 12: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Communication between two devices can be either simplex, half-duplex and

duplex.

Note:Note:

Page 13: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Simplex

In simplex mode, the communication is unidirectional.

Page 14: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Half-duplex

In half-duplex mode, each station can both transmit and receive, but not at the same time.

Page 15: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Full-duplex

In full-duplex mode both stations can transmit and receive simultaneously

Page 16: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

1.2 Networks

Distributed ProcessingNetwork CriteriaPhysical StructuresCategories of Networks

Page 17: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

A network is a set of devices (called as nodes) connected by communication

links.

Note:Note:

Page 18: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Distributed processing is the division of tasks in a network among its

computers.

Note:Note:

Page 19: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

A network must meet a certain number of criteria: performance, reliability

and security.

Note:Note:

Page 20: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Performance Depends on a number of factors,

including transit time, response time, number of users, type of transmission medium, throughput and delay.

Reliability Measured by the frequency of failure, the

time it takes a link to recover and the network’s robustness in catastrophe.

Security Includes protecting data from

unauthorized access, protecting data from damage and development, etc.

Network Criteria

Page 21: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

A network is two or more devices connected through links.

Note:Note:

Page 22: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Point-to Point (P2P) Provides a dedicated link between two

devices.

Types of Connection

Page 23: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Multipoint (P2MP) More than two specific devices share a

single link. Also called multidrop/broadcast connection.

Types of Connection

Page 24: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Physical topology refers to the way in which a network is laid out physically.

Note:Note:

Page 25: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Mesh topology Every device has a dedicated point-to-

point link to every other device.

Basic Topologies

Page 26: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

ExampleExample

Consider a mesh network with 6 nodes, calculate how many cable connections needed in order to have a complete mesh configuration?

# of links = 6 (6 - 1) / 2 = 15 links# of links = 6 (6 - 1) / 2 = 15 links

Page 27: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Mesh topology Advantage:

Dedicated links guarantees own data load Robust Privacy/Security Easy fault isolation

Disadvantage Amount of cabling and no. of I/O ports

required Difficult installation and reconnection Expensive

Basic Topologies

Page 28: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Star topology Each device has a dedicated point-to-point link

only to a central controller, usually called a HUB.

Basic Topologies

Page 29: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Bus topology One long cable acts as a backbone to

link all the devices in a network

Basic Topologies

Page 30: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Ring topology Each device has a dedicated point-to-point

connection with only the two devices on either side of it.

Basic Topologies

Page 31: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Ring topology Advantage:

Orderly Performs better than bus topology Does not require network server

Disadvantage Failure of a single node, failure of entire

network Sensitive to node changes

Basic Topologies

Page 32: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Hybrid (Tree) topology The topology in which a central 'root' node is

connected to one or more other nodes that are one level lower in the hierarchy.

Basic Topologies

Page 33: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Star topology Advantage:

Easy to install and reconfigure Less cabling needed Robust Simplicity of operation

Disadvantage Dependency on one single point Possible slow down of network

Basic Topologies

Page 34: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Hybrid (Tree) topology Advantage:

Supported by hardware vendors P2P connection is possible Ease of node access

Disadvantage Length of network depends of the type of

cable Entirely dependent on the trunk Difficult to configure

Basic Topologies

Page 35: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Bus topology Advantage:

Easy to implement and extend Easy to install Cost effective Simplicity of operation

Disadvantage Difficult reconnection and fault isolation Dependency on the bus Limited cable length and number of stations

Basic Topologies

Page 36: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Chapter 11. What is the difference between audio to

text, numbers and images? 2pts

2. What are the 3 characteristics of a network?

3. Consider a mesh network with 7 nodes, calculate how many cable connections needed in order to have a complete mesh configuration?

Page 37: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

The category into which a network falls is determined by its size.

Note:Note:

Page 38: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Local Area Network (LAN) connects nodes in a limited

geographical area normally covers an area less than 2 mi. e.g. home, school, computer lab, office

bldg. uses Ethernet cables, switches and hubs

Categories of Networks

Page 39: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Metropolitan Area Network (MAN) larger than a LAN but smaller than a

WAN normally covers a town or a city connects nodes for high-speed

connectivity e.g. DSL internet connection, cable

internet connection

Categories of Networks

Page 40: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Wide Area Network (MAN) spans a large physical distance Internet is the largest WAN is not owned by any one organization use technology like ATM, Frame Relay

and X.25

Categories of Networks

Page 41: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Heterogeneous Network

Categories of Networks

Page 42: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Interconnection of Networks:

Internetwork

Note:Note:

Page 43: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

History 1960’s US government seeks nuclear war proof

communications, created ARPA 1969 Universities and researches connected to

ARPAnet In 1972, Vinton Cerf and Robert Kahn

collaborated for the Internetting Project In 1977 ARPAnet engineers devised a

communication protocol known as TCP/IP 1983 ARPAnet switched to TCP/IP 1989 Tim Berners-Lee proposes a new set of

Internet protocols 1995 US government releases Internet for

commercial use

Internet

Page 44: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

A protocol is a set of guidelines or rules.

A technical standard is an established norm or requirement.

Note:Note:

Page 45: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Protocols rules determining the format and

transmission of data key elements of a protocol:

syntax semantics Timing/synchronization

Protocols and Standards

Page 46: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Standards provide guidelines to create and maintain an

open competitive market categories:

De Facto De Jure

Standards Creation Committees International Organization for Standardization (ISO) International Telecommunication Union (ITU) Consultative Committee for International Telegraphy

and Telephony (CCITT) American National Standard Institute (ANSI) Institute of Electrical and Electronics Engineers (IEEE) Electronics Industries Association (EIA)

Protocols and Standards

Page 47: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Standards Forums

made up of representatives from interested corporations

test, evaluate and standardized new technologies present their conclusion to standards bodies

Regulator Agencies communication technology is regulated by

government agencies protect public interest by regulating radio, TV & cable Federal Communications Commission (FCC) - USA National Telecommunication Commission (NTC) - PHIL

Protocols and Standards

Page 48: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

End of Chapter 1

Note:Note:

Page 49: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Chapter Questions:Q.1) Which of the following are types of computer networks? A. LAN, NAN, WAN B. WAN, ring, star, bus C. old boys' network, old girls' network, business associates D. extranet, intranet, LAN, WAN Q.2) Which of the following is the best description of the transmission directions possible in a network? A. simplex, half-duplex, full duplex B. simplex, half-duplex, full duplex, duplex C. half duplex, 2/3 duplex, full duplex D. duplex, half duplex, 1/4 duplex Q.3) Which of the following is NOT a list of network topologies? A. star, bus, ring B. star, ring, hybrid C. bus, ring, double ring, hexagon D. ring, mesh, star, bus, Q.4) Which network topology has a central device which brings all the signals together? A. bus B. star C. ring D. hybrid Q.5) Which network topology requires terminators at the ends of the lines? A. ring B. bus C. star D. mesh Q.6) A blank is a number of computers linked together to allow them to share data and/or other resources. ( 2 words or 1 word )

Q.7) All communication systems must have a sender, a receiver and a blank. ( 2 words or 1 word ) Q.8) What is being described here -> pairs of copper wires twisted around each other. ( 3 words or 2 words )

Q.9) This cable uses light to transmit data instead of magnetic signals. ( 3 words or 2 words or 1 word ) Q.10) A blank converts digital signals to analogue signals and also analogue signals to digital signals . ( 1 word )

Page 50: Data com chapter 1   introduction

McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004

Chapter Questions:

1. Identify the five properties of a data communications system.

2. Name four basic network topologies, and cite an advantage of each.

3. Why are protocols needed?