Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers...

30
1 Technology in Action Chapter 12 Behind the Scenes: Networking and Security Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Transcript of Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers...

Page 1: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

1

Technology in Action

Chapter 12

Behind the Scenes:

Networking and Security

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 2: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

2

Networking Advantages

• Networks

– Increase productivity

– Enable the sharing of hardware resources

– Facilitate knowledge sharing

– Enable the sharing of software

– Facilitate Internet connectivity

– Enable enhanced communication

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 3: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

3

Client/Server Networks

• Server-based network

– Clients and servers

• Data flows efficiently

• Servers respond to

requests from clients

• Servers perform

specific tasks

• Scalable

• Centralized

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 4: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

4

Classifications of

Client/Server Networks• LAN

– Local area

network

– Computers

linked over

a small

geographic

region

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 5: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

5

Classifications of

Client/Server Networks• WAN

– Wide area network

– Computers linked over large geographic locations

• MAN– Metropolitan

area network

– Computers linked within a city or county

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 6: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

6

Classifications of

Client/Server Networks

• PAN

– Personal area network

– Wireless devices connected in close proximity

to each other

• Intranet

– Private corporate network

– Protected by a firewall

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 7: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

Classifications of

Client/Server Networks

• Extranets

– Only certain corporations or individuals can

access

– Useful for enabling electronic data

interchange

– Use virtual private networks (VPN) for security

added security measures

7Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 8: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

8

Constructing

Client/Server Networks• Servers

• Network topologies

• Transmission media

• Network operating

system (NOS)

software

• Network adapters

• Network navigation

devices (routers)

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 9: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

9

Servers

• Number and types of servers depend on

network size and workload

• Dedicated servers: (described below)

– Perform one specific function

• Authentication servers

– Keep track of network logins and services

available

• File servers

– Store and manage files

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 10: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

10

Servers• Print servers

– Manage client-requested printing jobs

– Create print queue (prioritize print jobs)

• Application servers– Act as a storage area for application software

• Database servers– Provide clients with access to database

information

• E-mail servers– Process and deliver incoming and outgoing

e-mail (anti-virus, anti-spam, anti-spyware, firewall)

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 11: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

11

Servers

• Communications servers

– Handle communications between networks,

including the Internet (firewall, anti-hacking)

– Often the only device on the network directly

connected to the Internet

• Web servers

– Host a Web site available through the Internet

– Markup pages, interaction with user

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 12: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

12

Network Topologies

• The physical or logical layout of

computers, transmission media, and other

components

• Types of network topologies

– Bus topology

– Ring topology

– Star topology

– Hybrid topology

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 13: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

13

Bus Topology

• All nodes are connected in sequence on a single cable

• Used most often in peer-to-peer networks

• Networked computers communicate with each other

• One computer transmits data at a time– Access methods avoid data

collisions

– Data is transmitted in packets

– 512-1024 bytes

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 14: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

14

Ring Topology

• Nodes are laid out in a ring.

• A token (data packet) flows in one direction from device to device.

• Recent versions have data transfer rates of up to 100 Mbps.

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 15: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

15

Star Topology

• Nodes connect to a central

communications device

(switch or hub).

• A node sends a signal to

the switch, which

retransmits it to the

destination node only.

• Hub-sends to all nodes

• A node accepts only

signals addressed to it (?).Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 16: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

16

Avoiding Data Collisions

on an Ethernet Network

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 17: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

17

Transmission Media

• The routes data takes to flow between

devices on a network

• Wired

– Twisted pair

– Coaxial

– Fiber-optic

• Wireless

• -usually microwave, could be RF

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 18: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

18

Choosing a Cable

• Maximum run length

• Bandwidth

• Bend radius

• Cable cost

• Cable and installation costs

• Susceptibility to interference

• Signal transmission methods

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 19: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

19

Twisted Pair Cable

• Pairs of copper wire

twisted around each other

• Twists make the wires less

susceptible to interference

• Shielded twisted pair (STP)

– Layer of foil shielding

• Unshielded twisted pair

(UTP)

– Cat 5E: Bandwidth 200 Mbps

– Cat 6: Bandwidth 1 Gbps

– No foil layerCopyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 20: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

20

Coaxial Cable

• Four components

– Copper core

– Nonconductive insulating material

– Braided metal

– Plastic cover

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 21: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

21

Fiber-Optic Cable

• Components include

– Glass or plastic fibers

– Cladding

– Outer jacket

• Uses light impulses

to transmit data

• Immune to

interference

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 22: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

22

Wireless Media

802.11 Standard

• Wi-Fi (short for Wireless Fidelity)

– 802.11b

– 802.11a

– 802.11g

– Super G

– 802.11n

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 23: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

23

Network Operating

Systems (NOS)

• Provide the protocol that controls the

communication among devices on the

network

• Many modern OSs include NOS client

software

• Major network operating systems

– Windows Server 2008

– UNIX

– Novell Open Enterprise ServerCopyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 24: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

24

Network Adapters

• Devices that enable computers to communicate on a network

• Network interface cards (NICs)

• Three functions

– Generate network transmission signals

– Create data packets

– Act as information gatekeepers

• Ethernet compliant

• Wireless NICs

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 25: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

25

Network Navigation Devices

• Media Access Control (MAC) address– Six two-digit numbers (such as

01:40:87:44:79:A5)

– Physical address of network adapter

– Internal network identification

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 26: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

26

Network Navigation Devices

• Switches and bridges– Send data on a

specific route through the network

– Bridges send data between collision domains

• Routers– Send information

between two networks

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 27: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

27

Network Navigation Devices

• Repeaters– Amplify a signal and

retransmit it

– Extend cable runs

• Hubs– Transmit signals; have

multiple ports• Receive a signal from a

device

• Reconstruct the signal

• Transmit the signal to all ports on the hub (amplifies also)

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 28: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

28

Network Security Threats

• Human errors and mistakes

• Malicious human activity

– Current and former employees hacking or

planting viruses

• Natural events and disasters

– Hurricanes, floods, fire

– Disaster Recovery Plan

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 29: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

29

Network Security

• Firewalls

– Prevent access to the network by

unauthorized users

– Composed of software and/or hardware

– Screen and validate data packets

– Bastion host/proxy server

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall

Page 30: Student Web Server - Chapter 12 Behind the Scenes: Networking …staff · 2010-03-23 · Servers •Communications servers –Handle communications between networks, including the

30

Network Firewall Layout

Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall