1 chapter overview network devices. hubs broadcast for star topology same as a repeater operate at...

20
1 Chapter Overview Network devices

Upload: bertina-atkinson

Post on 11-Jan-2016

217 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

1

Chapter Overview

Network devices

Page 2: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

Hubs

Broadcast For star topology Same as a repeater Operate at the physical layer

2

Page 3: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

Modems

Short for Modulator/Demodulator Digital to analog then to digital

Phone (POTS – plain old telephone service)

DSL (Digital Subscriber Line) Allow network signals to pass over phone

lines Cable

3

Page 4: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

Network Interface Card (NIC)

Supports a protocol Convert parallel digitals signal to serial

analog signal and serial analog signal to parallel digital signals

Mostly built in now Has LEDs to show if the line is live and

transmitting data Transceiver – converting signals from, say

100Base0TX to 100Base0FX

4

Page 5: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

5

An (Old) Combination Ethernet NIC

Page 6: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

6

A BNC Connector with a T Attached

Page 7: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

7

An Ethernet NIC with an RJ-45 Jack

Page 8: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

Bridge

Connect similar network segment together

Break collision domains Designed for the bus topology

8

Page 9: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

Switch

Point to point communication Segment the message in Switch-hub

setting – function like a bridge Know MAC address

9

Page 10: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

Wireless Access Point (AP)

Support 802.11a/b/g/n

10

Page 11: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

11

Understanding Routing A router is a system connected to two or more

networks that forwards packets from one network to another.

Routers operate at the network layer, sometimes referred as layer 3, of the Open Systems Interconnection (OSI) reference model.

Routers can connect networks running different data-link layer protocols and different network media.

Large internetworks often have redundant routers, providing multiple routes to a destination.

Routers select the most efficient route to each destination.

Page 12: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

12

Redundant Routers

Page 13: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

13

Router Products

The Microsoft Windows 2000~2012, Microsoft Windows NT, and Novell NetWare operating systems include routing capability.

A stand-alone router is a hardware device that is essentially a special-purpose computer (with CPU, RAM, HD, and NICs).

More in later chapters

Page 14: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

Firewall

Can be software or hardware It separates Intranet from Internet

14

Page 15: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

15

DHCP

Addresses the shortcomings of RARP and BOOTP (two other protocols)

Dynamically allocates IP addresses from a pool

Reclaims unused addresses Prevents IP address duplication

Page 16: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

16

DHCP Address Allocation Types

Manual allocation Static IP address, DHCP is only good for lookups

Automatic allocation Same IP address, assigned by DHCP server

Dynamic allocation (Next page)

Page 17: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

17

Dynamic Allocation

The DHCP server leases to the client an IP address chosen from a pool.

The client must periodically renew the lease address.

Unrenewed lease addresses are returned to the pool.

Dynamic allocation allows you to add, remove, and relocate computers.

Page 18: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

18

The IP Address Leasing Process The address assignment process is the same

for all of the allocation methods. Clients using manual or automatic allocation

receive no further communication after the address assignment.

Clients using dynamic allocation lease IP addresses for a time interval specified by the server.

The client must renew the lease on a regular basis to continue using it.

DHCP address leases are typically measured in days.

If addresses are in short supply, a shorter lease interval is warranted.

If computers are rarely moved to other subnets, longer lease intervals reduce the DHCP traffic.

Page 19: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

19

Others

Multilayer Switch – level 3 switch Content Switch/Web Switch

Operate at even higher level than 3 Rout to different web server based on requesting

content Intrusion Detection or Prevention System

Really? Firmware version of software

Load Balancer DNS Server (Domain Name Service)

Convert IP address to domain name back Proxy Server

Page 20: 1 Chapter Overview Network devices. Hubs Broadcast For star topology Same as a repeater Operate at the physical layer 2

Useful URL

http://www.tcpipguide.com/free/

20