Routiong Fundamental and Subnet
Routiong Fundamental and Subnet
Routiong Fundamental and Subnet
Please report any mistakes you find in this PowerPoint by using the Academy Connection Help link.
2003, Cisco Systems, Inc. All rights reserved.
Objectives
Routed Protocol
The reason that a network mask is used is to allow groups of sequential IP addresses to be treated as a single unit.
2003, Cisco Systems, Inc. All rights reserved.
IP as a Routed Protocol
IP is a connectionless, unreliable, best-effort delivery protocol. As information flows down the layers of the OSI model; the data is processed at each layer. IP accepts whatever data is passed down to it from the upper layers.
2003, Cisco Systems, Inc. All rights reserved.
The MAC address is checked to see if the frame is directly addressed to the router interface, or a broadcast.
The frame header and trailer are removed and the packet is passed up to Layer 3. The destination IP address is compared to the routing table to find a match.
The packet is switched to the outgoing interface and given the proper frame header.
The frame is then transmitted.
2003, Cisco Systems, Inc. All rights reserved.
10
A connection is established between the sender and the recipient before any data is transferred.
2003, Cisco Systems, Inc. All rights reserved.
11
Anatomy of an IP Packet
While the IP source and destination addresses are important, the other header fields have made IP very flexible. The header fields are the information that is provided to the upper layer protocols defining the data in the packet.
12
IP Routing Protocols
13
Routing Overview
A router is a network layer device that uses one or more routing metrics to determine the optimal path.
Routing metrics are values used in determining the advantage of one route over another.
Routing protocols use various combinations of metrics for determining the best path for data.
14
15
16
A routing protocol:
Provides processes for sharing route information.
Allows routers to communicate with other routers to update and maintain the routing tables.
2003, Cisco Systems, Inc. All rights reserved.
17
Path Determination
Path determination enables a router to compare the destination address to the available routes in its routing table, and to select the best path.
18
Routing Tables
19
Optimization
Simplicity and low overhead Robustness and stability Flexibility Rapid convergence
20
21
22
Routing Protocols
RIP RIP v2 IGRP EIGRP
OSPF
IS-IS
BGP
2003, Cisco Systems, Inc. All rights reserved.
23
Mechanics of Subnetting
24
25
Introduction to Subnetting
Host bits must are reassigned (or borrowed) as network bits.
The starting point is always the leftmost host bit.
26
Provides broadcast containment and lowlevel security on the LAN. Provides some security since access to other subnets is only available through the services of a router.
2003, Cisco Systems, Inc. All rights reserved.
27
28
29
30
31
The router then uses that information to forward the packet across the correct interface.
Packet Address Subnet Mask Subnetwork Address 192.168.10.65 255.255.255.224 192.168.10.64 11000000.10101000.00001010.010 00001 11111111.11111111.11111111.111 00000
11000000.10101000.00001010.010 00000
32