20
Module 2 Chapter 1:WAN’s and Routers

Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

Embed Size (px)

Citation preview

Page 1: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

Module 2

Chapter 1:WAN’s and Routers

Page 2: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

Topics

1.1 WANs

1.2 Routers

Page 3: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

Introduction to WANS• Connect devices separated by wide

geographical areas

• Use services or RBOCs (Regional Bell Operation Co.), Sprint,MCI, etc.

• Uses various types of serial connections

• Companies use a WAN to connect sites so that information can be exchanged between distant offices.

Page 4: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

WAN devices• routers – provides WAN interface ports

• switches - provide connectivity for voice, data, and video communication

• modems - interface voice-grade services – CSU/DSUs that interface T1/E1 services– TA/NT1s (ISDN modem) that interface ISDN services

• communication servers – dial-in and dial-out user communication– manages the dial-up– log-on authentication

Page 5: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

Routers in a WAN• Computers have four basic components:

– CPU

– Memory

– Interfaces

– Bus

• A router also has these components;

therefore it can be referred to as a computer• Routers need the Internetworking Operating Software

(IOS) to run configuration files just like a computer needs an OS to run software applications

Page 6: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

Router components

Page 7: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

RAM• RAM, or dynamic RAM (DRAM) is usually

logically divided into main processor memory and shared input/output (I/O) memory– Stores routing tables – Holds ARP cache – Holds fast-switching cache – Performs packet buffering (shared I/O memory)– Maintains packet-hold queues – Provides temporary memory for the configuration file of

the router while the router is powered on – Loses content when router is powered down – Can be upgraded by adding Dual In-Line Memory

Modules (DIMMs)

Page 8: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

NVRAM and Flash• NVRAM

– Store backup/startup config file

– Retains contents when powered down or restarted.

• Flash– Erasable programmable ROM (EPROM)– Upgraded with Single In-Line Memory Modules (SIMMs)

or Flash Cards (PCMCIA) without removing chips on board – Multiple versions of IOS can be stored in the flash– Contents remain when powered down – In most routers the IOS is transferred to RAM during the

boot process. In others the IOS may be run directly from flash

Page 9: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

ROM and Interfaces

• ROM– Maintains instructions for POST– Stores bootstrap program and basic IOS.– Software upgrades in ROM require replacing chips on

the CPU– Stores a scaled down version of the IOS

• Interfaces – Network connections through which packets enter and

exit– Located on motherboard or on a separate module

Page 10: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

Bus

• Buses – Most routers contain a system bus and a CPU bus. – The system bus transfers packets between the

CPU and interfaces. – The CPU bus transfers instructions and data

between the CPU and specified memory addresses

Page 11: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

Segmentation with Routers

• Can be used to segments LANs, but generally used as a WAN device

• Routers have both LAN and WAN interfaces• Routers are the backbone devices of large

intranets and of the Internet • A correctly configured internetwork provides:

– Consistent end-to-end addressing – Addresses that represent network topologies – Best path selection – Dynamic or static routing – Switching

Page 12: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

Router role in a WAN

• WANs operate at the Physical and Data Link layers• The standards and protocols used in WANs at Layer

1 and 2 are different from those used in LANs at the same layers

• Data link layer protocols describe how frames are carried between systems on a single data link

• Physical layer describes the interface between the DTE and the DCE

Page 13: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

WAN Layer 1 and 2 Protocols

HDLC, PPP, Frame Relay, SDLC, SLIP, X.25, ATM, LAPB, LAPD, LAPF

EIA/TIA-232, EIA/TIA-449, V.24, V.35, X.21, G.703, EIA-530, ISDN, T1, T3, E1, E3, xDSL, SONET (OC-3, OC-12, OC-48, OC-192)

Page 14: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

Lab Setup• Unlike the lab setup, the serial cables in the real

world are not connected back to back• In the lab, devices that make up the WAN cloud

are simulated by the connection between the back-to-back DTE-DCE cables.

Page 15: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

Ports• 3 types of interfaces

– LAN-• Ethernet,Token Ring or FDDI

– WAN-• Serial, ISDN, and integrated Channel Service Unit (CSU)

– Management-• Console and Aux port

• EIA-232 asynchronous serial ports connects to the computers COM port

• Computers must use a terminal emulation program that provides a text-based session with the router

• DB9-RJ45 connector and a rollover cable

• not designed as networking ports

Page 16: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

Management port connections

•Recommended for initial configuration •Displays router startup, debugging, and error messages by default •Used for password recovery procedures

Page 17: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

Connecting Console Interfaces

1. Configure terminal emulation software on the PC for: – The appropriate com port – 9600 baud – 8 data bits – No parity – 1 stop bit – No flow control

2. Connect the RJ-45 connector of the rollover cable to the router console port.

3. Connect the other end of the rollover cable to the RJ-45 to DB-9 adapter.

4. Attach the female DB-9 adapter to a PC

Page 18: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

Connecting LAN interfaces

• A router is a host that communicates with the LAN via a hub or a switch using a straight through cable

• The router is connected to the LAN using an Ethernet or Fast Ethernet interface

• A 10/100BaseTX router interface requires UTP, Cat 5 or better cable

Page 19: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

Connecting WAN interfaces

• The customer premises equipment (CPE) is often a router and is the data terminal equipment (DTE)

• The DTE is connected to the service provider using a data circuit-terminating equipment (DCE) device, commonly a modem or channel service unit/data service unit (CSU/DSU).

• The DCE is used to convert the data from the DTE into a form acceptable to the WAN service provider.

Page 20: Module 2 Chapter 1:WAN’s and Routers. Topics 1.1 WANs 1.2 Routers

Connecting WAN interfaces