an introduction to networking chapter 1. you will: list the advantages of networked computing...

92
An Introduction to Networking Chapter 1

Upload: joy-chambers

Post on 21-Jan-2016

221 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

An Introduction to Networking

Chapter 1

Page 2: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

You will:

• List the advantages of networked computing relative to standalone.

• Distinguish between client/server and peer-to-peer networks.

• List elements common to all client/server networks.

• Describe several specific uses for a network.

• Identify some of the certifications available.

• Identify the kinds of skills and specialization that will help.

Page 3: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Topics

Networking Terminology

Network Topologies

Network Building Blocks

Standard Network Models

Network Categories

Page 4: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Two basic types of Networks

• LAN

Page 5: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A WAN

– A network that spans multiple geographic locations.

Page 6: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Network Definitions

• ServerServer:– A networked device that shares its resources with other

devices.

• ClientClient:– A personal computer or workstation in that requests

services from a server

• PeerPeer:– A self-sufficient computer that acts as both a server and a

client

• Host:Host:– Main frame type device that does all the processing

• Terminal:Terminal:– Usually dumb consists of a keyboard and a low-grade

video display and does not do processing.

Page 7: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Networks

• Definition:– A group of computers that are

connected together to communicate and share resources such as files, printers, and email.

S

Page 8: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Servers

General purposeGeneral purpose DedicatedDedicated

Server Server

• Definition:– A network computer that shares

resources with and responds to requests from other network computers, including other servers.

Page 9: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Types of Servers

• File Server• Print Server• Proxy Server• Application Server• Web Server• Mail Server• Fax Server• Remote Access Server• Telephony Server

Page 10: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Host Computers

• Definition:– A powerful, centralized computer system,

such as a mainframe computer, that performs data storage and processing tasks on behalf

of clients and other network devices.

Processing and storageProcessing and storage

Network devices

Page 11: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Host Computers

• The term host can also refer to a workstation and server and is most commonly used when discussing TCP/IP-related services and functions.

• A host, in TCP/IP terms, is any network device that has an IP address. – Workstations,– servers, and – any other network device (as long

as it has one or more IP addresses).

Page 12: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Peer-to-Peer Network

• Definition:– A self-sufficient computer that acts as

both a server and a client to other similar computers on the network.

Peer

Client and serverClient and server

Client and serverClient and serverClient and serverClient and server

Page 13: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Peer-to-Peer Network

Resources

Processing

Communication

Resources

Processing

Communication

Resources

Processing

Communication

Page 14: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Client/Server Network

• Definition:– A network computer that utilizes the

resources of other network computers

including other clients.Client 2Client 1

Processor, memory, storage

Processor, memory, storage

Page 15: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Terminals

• Definition:– A specialized network device on a host-

based network that transmits the data entered by the user to the host for processing and displays the results.

Terminal

No processorand no memoryNo processor

and no memory

Client

Page 16: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Authentication

• Definition:– A network security measure in which a

computer user or some other network component proves its identity in order to gain access to network resources.

Who I amWho I am

How do I know?How do I know?

User name & passwordUser name & password

ApprovedApproved

Page 17: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Encryption

• Definition:– A network security measure in which

information is encoded or scrambled prior to transmission so that it cannot be read unless the recipient knows the decoding mechanism, or key.

Ox12jOx12j DataData

Encrypted data

Client Server

Decrypted data

Page 18: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Network Directories

• Definition:– A centralized database that includes

objects such as servers, clients, computers, user names, and passwords.

Centralizedadministration

Centralizedadministration

AuthenticationAuthentication

Page 19: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Network Topologies

• Physical Topology– Bus– Star– Ring– Mesh

• Logical Topology

Page 20: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Physical Bus Topology

Terminator TerminatorT-connector T-connectorT-connector

Page 21: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Physical Star Topology

Hub

Node

Page 22: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Physical Ring Topology

Page 23: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Physical Mesh Topology

Page 24: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Hybrid Topology

Page 25: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Logical Bus Topology

Sender Receiver

ReceiverReceiver

Page 26: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Logical Ring Topology

Page 27: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Logical Star Topology

Polls nodes and controls accessPolls nodes and controls access

Page 28: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Network Topologies

• Includes:– Nodes– Backbone– Segments– Subnets

Page 29: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Nodes

• Definition:– Any network device that can connect to

the network and can generate, process, or transfer network data.

Page 30: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Backbones and Segments

• A Backbone is the part of the network to which all segments and servers connect.

Page 31: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Backbones

• Definition:– The highest-speed transmission path

that carries the majority of the network data. Backbone

Page 32: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Segments

• Any discrete physical subdivision of a network.

SegmentSegment

Page 33: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Subnets

• A portion of a network that shares a common network address.

Page 34: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

VLAN

Page 35: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Standard Network Models

• Centralized Computing Network

• Client/Server Network• Peer-to-Peer Network• Mixed Mode Networks

Page 36: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Centralized Computing Network

CommunicationCommunication

ProcessingProcessing

StorageStorage

Host

UserUser

Page 37: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Client/Server Network

Processing powerProcessing power

Management servicesManagement services

Administrative functionsAdministrative functionsServer

Client 2Client 1

Page 38: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Mixed Mode Networks

Host

Server Peer/Client

Peer/Client

Page 39: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Network Topologies

PhysicalPhysical

LogicalLogical

Page 40: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

The Internet

Page 41: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

An Intranet

Employee handbook

Page 42: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

An Extranet

Company A

Company B

Company C

Page 43: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

An Enterprise Network

InternetWANLAN

Network technologies LANWAN

Organization

Page 44: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Network Media and Hardware

• Bounded Network Media• Unbounded Network Media• Noise Control• Network Connectivity Devices

Page 45: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Terms to Know

• Signals:– Electromagnetic communications

you want to be transmitted across a network medium

• Noise:– Electromagnetic interference that

disrupts the signal.• Attenuation:

– Degradation of a signal as it travels across a network medium, usually caused by the accumulation of noise or fading strength of the signal.

Page 46: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Media Types

Bounded mediaBounded media

Unbounded mediaUnbounded media

Page 47: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Physical Media

• Three types of cable– Coaxial Cable– Twisted-Pair Cable– Fiber-Optic Cable

Page 48: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Coaxial Cable

Braided shieldingBraided shielding

Single copper conductor

Single copper conductor

Non-conductiveinsulated coating Non-conductive

insulated coating

Page 49: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

• Male BNC

• Barrel

• T-Connector

• Terminator

Uses BNC connectors

Page 50: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

F-Type Connectors

• The F-Type connector is a threaded, screw-on connector that differs from the BNC connector of early Ethernet mainly in its method of device attachment.

Page 51: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Twisted Pair Cable

Conductors are stripedConductors are striped

Pair has basecolor schemePair has basecolor scheme

Primary and secondary wirePrimary and secondary wire

Page 52: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

UTP vs. STP Cable

Cable Type Description

UTP

Does not include shielding around its conductors. Typically contains four pairs of stranded or solid conductors. Inexpensive and reliable. Supports distances of up to 100 meters (328 feet). Supports data transfer rates up to 1 Gbps. 

STP 

Includes shielding, typically a foil wrapper, around its conductors to improve the cable's resistance to interference and noise. Typically contains four pairs of stranded or solid conductors. Supports distances up to 100 meters (328 feet). More expensive than UTP. Most commonly used in Token Ring networking. 

Page 53: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Twisted Pair Cable Categories

Category Network Type Maximum Speed

1Voice grade; not suitable for networking 

n/a 

2Digital telephone and low speed networks 

4 Mbps 

3 Ethernet   10 Mbps 

4 IBM Token Ring   16 Mbps 

55e

Fast EthernetGigabit Ethernet 

100 Mbps350 Mbps 

6 Gigabit Ethernet  1 Gbps 

7 Gigabit Ethernet  1 Gbps+ 

Page 54: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

An RJ-45 Connector

1 W/Green2 Green3 W/Orange4 Blue5 W/Blue6 Orange7 W/Brown8 Brown

P3

P1 P2

P4

Page 55: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Pin and Wire Colors

RJ-45 with locking tab facing away

Pin 1 Pin 8

Connector Pin - Out

EIA/TIA COLOR SCHEME 568 A 568B

1- Tx (+) 1- WHT/Green 1-WHT/Orange

2- Tx (-) 2- Green 2- Orange

3- Rx (+) 3- WTH/Orange 3- WHT/Green

4- 4- Blue 4- Blue

5- 5- WHT/Blue 5- WHT/Blue

6- Rx (-) 6- Orange

6- Green

7- 7- WHT/ Brown 7- WHT/Brown

8- 8- Brown 8- Brown

Page 56: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Exercise

• Making a Patch cable or Cross-over Cable.

http://www.rmfred.com/Wiring%20Guide/Wiring%20Guide.htm

Page 57: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Ethernet Cable Descriptions

• 100Base-TX• 1000Base-TX• 1000Base-SX• 1000Base-LX• 1000Base-CX• 10GBase-SR• 10GBase-LR• 10GBase-ER

Page 58: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Comparing Media

TechnologyTechnologyTransmissionTransmission

Distance Distance BandwidthBandwidthInstallationInstallation

EaseEaseConnectorConnector

TypeType

ThinNet 185 meters (600 feet) 10 Mbps Easy BNC

ThickNet 500 meters (1640 feet) 10 Mbps Difficult—Stiff cable Vampire taps

UTP 100 meters (320 feet) 10 Mbps to Gigabit Easy RJ-45

STP 90 meters (288 feet) 10 Mbps to Gigabit Difficult Specialized

Single-mode fiber Kilometers Gigabit and beyond Very difficult Specialized

Multimode fiber 2500 meters Gigabit Difficult SC and ST

Broadcast radio Up to 40 Kilometers 10 Mbps and up Easy

Infrared Short distances 10 Mbps and up Easy

Microwave Kilometers 10 Mbps and up Difficult

Page 59: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

IEEE 1394 (FireWire)

• FireWire runs at 100, 200, 400Mbps (800Mbps in the 1394b standard), but in its standard mode it has a cable length limitation of 15 feet (4.5 meters),

Page 60: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Fiber Optic Cable

Inner jacketInner jacket

Silica claddingSilica claddingOuter jacketOuter jacket

Glass or plastic coreGlass or plastic core

Page 61: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Fiber Optic Cable Mode Types

• Single-mode fiber• Step index multimode fiber• Graded index multimode fiber

Page 62: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Fiber Optic Connectors

ST SC FC

SMA

FDDI Mini-BNC Biconic

MT-RJLC

Page 63: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

FireWire Connectors

Four-pinFour-pin Six-pinSix-pin

Page 64: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Plenum and PVC Cable

Page 65: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Unbounded Network Media

• Wireless communication• Radio Networking• Infrared Transmission• Microwave Transmission

Page 66: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

• Signals transmitted as electromagnetic energy

• Enables users to move around • Can be point-to-point• Permits connections in areas

where it would be difficult to install wires

Wireless Communications

Page 67: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

• Nondirectional; uses a single frequency for transmissions• Comes in low- and high-power versions • Low-power RF transmissions travel a short distance

– Inexpensive and relatively easy to install

• High-power RF transmissions travel considerably farther– Specially-trained technicians are often required to install

– More expensive type of system

Radio Networking

Page 68: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Infrared Transmission

Receiver

• Requires line of site

Page 69: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Satelite Transmission

Sender transmits electromagnetic signals

Sender transmits electromagnetic signals

Receiver has unobstructed view

Receiver has unobstructed view

• Requires line of site

Page 70: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Microwave Transmission

• Requires line of site

Page 71: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

• Affects both bounded and unbounded network transmission.

• Unwanted signals that are introduced into network media.

Electrical Noise

Page 72: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Shielding

Secondary buffer to 900 µmSecondary buffer to 900 µm

Glass coreGlass corePrimary bufferPrimary buffer

Noise

Drain

Glass claddingGlass cladding

Page 73: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Differential Signaling

• Noise reduction technique in which the signals from two inputs are compared: signals that are identical on

the two inputs are ignored,

while those that are different on the inputs

are accepted

Page 74: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Noise Control with Twisted Pair

• Primary difference in cable categories is the number of twist per foot.

Page 75: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Termination

Terminator Terminator

Prevents signal reflection

Prevents signal reflection

– The bus must be terminated at both ends of the chain.

Page 76: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Grounding

Pipe connects to earth

Pipe connects to earth

Ground pointGround point ConductorConductor

Page 77: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Grounding

• Provides a means for noise to be drained off the line.

• Grounding refers to making a direct connection to the earth.

Page 78: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Media Installation Techniques

• Separate data and electric cables

• Fluorescent lights• Power ground• Connector installation

Page 79: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Network Interface Card Types

• Motherboard• USB • PC card• FireWire• Internal adapter card

Page 80: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Transceiver on a Cable Modem Card

Transceiver chipTransceiver chip

Page 81: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Transceiver on a Modem Card

Transceiver chipTransceiver chip

Page 82: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Premise Wiring

Rack in a wiring closetRack in a wiring closet

Patch cablePatch cable

Patch cablesPatch cables

Patch panelsPatch panels

Page 83: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Repeater

Repeater

– A device that regenerates a signal to improve transmission distance.

Page 84: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Hub

Hub

Page 85: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Switch

Switch

Connects pairs of ports

Connects pairs of ports

Page 86: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Bridge

Bridge

Divides network based on MAC

addresses

Divides network based on MAC

addresses

Page 87: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Dedicated Router

Router

Divides network based on network

addresses

Divides network based on network

addresses

Page 88: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Wireless Access Point

WAP

Page 89: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

A Gateway

Gateway

LAN mediaLAN media WAN mediaWAN media

Page 90: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Network Standards

• Definition:– A set of specifications,

guidelines, or characteristics applied to network components to ensure interoperability and consistency between them.

Network standards

Number of computers

Connector type

Cable length

Page 91: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Standards Organizations

• ISO• IEEE• ANSI• TIA/EIA• IETF

Page 92: An Introduction to Networking Chapter 1. You will: List the advantages of networked computing relative to standalone. Distinguish between client/server

Video:

• Warriors of the Net