+ All Categories
Home > Documents > WHAT IS NETWORKING?. Networking is … How computers talk to each other.

WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Date post: 04-Jan-2016
Category:
Upload: helen-kelley
View: 249 times
Download: 3 times
Share this document with a friend
Popular Tags:
34
WHAT IS NETWORKING?
Transcript
Page 1: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

WHAT IS NETWORKING?

Page 2: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Networking is …

How computers talk to each other

Page 3: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Overview of Today

• Types of Networks

• Data Processing on Networks

• Communications Circuits

• Communications Devices

• TCP/IP Protocol and Routing

Page 4: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Types of Networks

LAN (Local Area Network)

Local area networks usually occupy a room or building, and typically include a group of PCs that share a circuit. Support data rates of 10 to 100Mbps.

Page 5: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Types of Networks

MAN (Metropolitan Area Network)

Air Force Base

San Francisco Executive Airport

Sacramento Army Depot

Capitol Building

Office of Public Works

MANs usually span 3-30 miles and can support data rates of100 – 1000Mbps.

Page 6: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Types of Networks

WAN (Wide Area Network)

Seattle

Sacramento

Los Angeles

Phoenix

Chicago

New York

WANs span hundreds or even thousands of kilometers. Leased circuits or other commercially available services are used to transmit data. Supports data rates of 28.8 Kbps – 2Gbps.

Page 7: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

These different types of networks are linked together!

WAN

MAN

MAN

MAN

MAN

LAN

LAN

LAN

LAN

Page 8: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

WANs are interconnected too

WAN

WAN

WAN

WAN

WAN

Page 9: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

ExampleTrace Route to http://www.bbc.co.uk/

IP: 212.58.240.120

Page 10: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

What a LAN might look like:

Print Server

WebServer

File Server

Router

Circuit: The pathway through which the messages travel

ClientComputers

HUB

Page 11: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Data Processing on Networks

• Host-Based Architectures

• Client-Based Architectures

• Client-Server Architectures

Page 12: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Host-Based ArchitectureClient (user) Terminals

Host (Mainframe computer)

Presentation LogicApplication LogicData access logicData storageProblems:

-All processing is done by the host which creates a bottleneck

-Upgrades require big jumps and are expensive

Thin CLIENT

Page 13: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Client-based ArchitectureClient

(microcomputer)

Server (microcomputer)

Data storagePresentation LogicApplication LogicData access logic

Problem:

All data must travel between server and clients

Why is this a problem?

It creates network congestion that can cause poor network performance

FAT CLIENT

Page 14: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Client-Server Architecture

• More efficient

• More reliable

• Allows hardware and software from different servers to be used together.

Client (microcomputer)

Server (microcomputer)

Data Access Logic

Data storage

Presentation LogicApplication Logic

Page 15: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Bandwidth

WHAT IS IT?

Page 16: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Twisted Pair

• Most Commonly used

• WHY are they twisted?

• Two Types– Shielded:

• Difficult to Install and use• More expensive

– Unshielded:• Easier to Install• More susceptible to Interference

Page 17: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Twisted Pair Pros and Cons

PROS

-Inexpensive-Easy to get-Flexible and lightweight-Easy to work with

CONS

-High interference

-Signal weakens over time

-Relatively low bandwidth

Page 18: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Coaxial CableInner Conductor

Insulator

Wire mesh (ground)

Outer protective shell

TV companies use coaxial cable between community site out to businesses and telephone poles between users.

Coaxial cable was invented in 1929 and first used commercially in 1941

Biggest difference between coaxial and twisted pair is that it is better shielded

Page 19: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Coaxial Cable

PROS

-Higher bandwidth • 350-600MHz

•Up to 10,800 voice conversations

-Easy to work with

-Less interference than Twisted Pair

CONS

-Signal strength wanes fairly quickly over distance

-Expensive over long distances

-Bulky

Page 20: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Fiber Optic Cable

Plastic Jacket Glass Cladding Fiber Core

Page 21: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Fiber in the real world

Page 22: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Fiber Optic Cable

PROS

-Greater Capacity

-Data rates of up to 2Gbps

-Strong signal over distance

-Small and lightweight

-Immune to electromagnetic interference

-Good security

CONS

-EXPENSIVE

-Difficult to install

Page 23: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Fiber Optic Cable is THE FUTURE!

Want to learn more? There are tutorials on the web:

• http://www.iec.org/online/tutorials/fiber_optic/• http://www.arcelect.com/fibercable.htm

Page 24: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Wireless

To Internet

Page 25: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Wireless

• Balmer! • Popular in LAN use

• WHY?

• What are possible cons?

Flexibility!

Cost: No wires to install!

It’s fast!

Security

More Interference – what does this mean?

Page 26: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Satellite TransmissionPROS-Can reach a large geographical area

-High bandwidth

-Cheaper over long distances

CONS-High Installation Cost

-Interference from lots of factors, including weather

Page 27: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Another look at the LANRouter

HUB

or Switch?

Page 28: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

HUB

• Old technology

• Stupid, why?Broadcasts to all computers on the network, which creates unnecessary traffic

Switch• Does everything a HUB can do, but it’s smarter

• Forwarding Tables allow switches to send messages directly to the computer who it’s supposed to go to

Page 29: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Switch

• • • • • • • •

• • • • • • • •

Kim

Ron

Meg

Amy

Page 30: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

TCP/IPTransmission Control Protocol/Internet Protocol

• What is it? A Protocol! Yeah, but what does that mean?

A Language that computers use! We use English, they use TCP/IP

• What does it look like?

111.111.111.111 4 octet number

All computer must have an IP address to use the Internet. Why?

It’s the address of the computer, just like you have a street address

Page 31: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

TCP/IP

128.95.230.3

128.95.230.54

128.95.230.80

128.95.230.100

140.142.200.100

140.142.200.95

140.142.200.34

Page 32: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

OSI Model

7. Application

6. Presentation

5. Session

4. Transport

3. Network

2. Data Link

1. Physical

7. Application

6. Presentation

5. Session

4. Transport

3. Network

2. Data Link

1. Physical1010001011101000111010

Suzy Rachael

Application Layer

Internetwork Layer

Hardware Layer

Page 33: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

How packets move across the Internet

Page 34: WHAT IS NETWORKING?. Networking is … How computers talk to each other.

Asynchronous Packet Transfer

• Out of order

• How does the computer know what order they should be in?– There is a header on each packet

• Why is this good?– Each packet can find the fastest way (not

necessarily the most direct way)

• Synchronous Packet Transfer


Recommended