SlideShare a Scribd company logo
1 of 32
CCNA 1 v3.0 Module 10
Routing Fundamentals and
Subnets
Purpose of This PowerPoint
  This PowerPoint primarily consists of the Target
  Indicators (TIs) of this module in CCNA version 3.0.
  It was created to give instructors a PowerPoint to
  take and modify as their own.
  This PowerPoint is:
     NOT a study guide for the module final

      assessment.
     NOT a study guide for the CCNA certification

      exam.
  Please report any mistakes you find in this
  PowerPoint by using the Academy Connection Help
  link.
To Locate Instructional Resource
Materials on Academy Connection:

  Go to the Community FTP Center to locate
  materials created by the instructor community
  Go to the Tools section
  Go to the Alpha Preview section
  Go to the Community link under Resources
  See the resources available on the Class
  home page for classes you are offering
  Search http://www.cisco.com
  Contact your parent academy!
Objectives
  Routed protocol
  IP routing protocols
  The mechanics of subnetting
Routed Protocol
Routable and Routed
Protocols
A routed protocol allows the router to forward
data between nodes on different networks.
In order for a protocol to be routable, it must
provide the ability to assign a network number
and a host number to each individual device.
These protocols also require a network mask
in order to differentiate the two numbers.
The reason that a network mask is used is to
allow groups of sequential IP addresses to be
treated as a single unit.
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.
Packet Propagation and
Switching Within a Router
Packet Propagation and
Switching Within a Router
As a frame is received at a router interface.
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.
Internet Protocol (IP):
 Connectionless
The Internet is a gigantic, connectionless network
in which all packet deliveries are handled by IP.
TCP adds Layer 4, connection-oriented reliability
services to IP.
Telephone Calls: Connection-
oriented




A connection is established between the
sender and the recipient before any data is
transferred.
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.
IP Routing Protocols
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.
Routing Versus Switching
This distinction is routing and switching
use different information in the process of
moving data from source to destination.
Routing Versus Switching
Routed Versus Routing
A routed protocol:
    Includes any network protocol suite that provides
     enough information in its network layer address
     to allow a router to forward it to the next device
     and ultimately to its destination.
    Defines the format and use of the fields within a
     packet.
A routing protocol:
    Provides processes for sharing route information.
    Allows routers to communicate with other routers
     to update and maintain the routing tables.
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.
Routing Tables

Routers keep track of the following:
 Protocol type

 Destination/next-hop associations

 Routing metric

 Outbound interfaces
Routing Algorithms and
Metrics
Routing protocols have one or more of the
following design goals:
  Optimization

  Simplicity and low overhead

  Robustness and stability

  Flexibility

  Rapid convergence
IGP and EGP
IGPs route data within an autonomous system.
  RIP, RIPv2, IGRP, EIGRP, OSPF, IS-IS

EGPs route data between autonomous systems
  Border Gateway Protocol (BGP)
Link State and Distance
Vector
  Examples of distance-vector protocols:
     Routing Information Protocol (RIP)
     Interior Gateway Routing Protocol (IGRP)
     Enhanced IGRP (EIGRP)
  Examples of link-state protocols:
     Open Shortest Path First (OSPF)
     Intermediate System-to-Intermediate System
      (IS-IS)
Routing Protocols
RIP
RIP v2
IGRP
EIGRP
OSPF
IS-IS
BGP
Mechanics of Subnetting
Classes of Network IP
Addresses
Introduction to Subnetting
Host bits must
are reassigned
(or “borrowed”)     3 bits borrowed allows 23-2 or 6 subnets
as network
bits.
The starting
point is always     5 bits borrowed allows 25-2 or 30 subnets

the leftmost
host bit.
                  12 bits borrowed allows 212-2 or 4094 subnets
Reasons for Subnetting
Provides addressing flexibility for the
network administrator.
    Each LAN must have its own network or
     subnetwork address.
Provides broadcast containment and low-
level security on the LAN.
Provides some security since access to
other subnets is only available through the
services of a router.
Establishing the Subnet Mask
 Address
Determines which part of an IP address is the network
field and which part is the host field.
Follow these steps to determine the subnet mask:
   1. Express the subnetwork IP address in binary form.
   2. Replace the network and subnet portion of the address with
    all 1s.
   3. Replace the host portion of the address with all 0s.
   4. Convert the binary expression back to dotted-decimal
    notation.
Establishing the Subnet Mask
Address
To determine the number of bits to be used, the
network designer needs to calculate how many
hosts the largest subnetwork requires and the
number of subnetworks needed.
The “slash format” is a shorter way of
representing the subnet mask:
   /25 represents the 25 one bits in the subnet mask
    255.255.255.128
Establishing the Subnet Mask
Address
Subnetting Class A and B
Networks
The available bits for assignment to the
subnet field in a Class A address is 22 bits
while a Class B address has 14 bits.
Calculating the Subnetwork With
  ANDing
    ANDing is a binary process by which the router
    calculates the subnetwork ID for an incoming
    packet.
        1 AND 1 = 1; 1 AND 0 = 0; 0 AND 0 = 0
    The router then uses that information to forward
    the packet across the correct interface.

                                       11000000.10101000.00001010.0
Packet Address       192.168.10.65                                  00001
                                       10
                                       11111111.11111111.11111111.1
Subnet Mask          255.255.255.224                                00000
                                       11
                                       11000000.10101000.00001010.0
Subnetwork Address   192.168.10.64                                  00000
                                       10

More Related Content

What's hot

Network Engineer Interview Questions with Answers
Network Engineer Interview Questions with Answers Network Engineer Interview Questions with Answers
Network Engineer Interview Questions with Answers Sarmad Ali
 
Final networks lab manual
Final networks lab manualFinal networks lab manual
Final networks lab manualJaya Prasanna
 
Lecture 5 internet-protocol_assignments
Lecture 5 internet-protocol_assignmentsLecture 5 internet-protocol_assignments
Lecture 5 internet-protocol_assignmentsSerious_SamSoul
 
"Internet Protocol Suite" prepared by Szymon M. from Poland
"Internet Protocol Suite" prepared by Szymon M. from Poland"Internet Protocol Suite" prepared by Szymon M. from Poland
"Internet Protocol Suite" prepared by Szymon M. from Polandirenazd
 
Internet protocol concepts and overview
Internet protocol concepts and overviewInternet protocol concepts and overview
Internet protocol concepts and overviewAGhaKhan01
 
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)keiko277
 
Lesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing ALesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing AMahmmoud Mahdi
 
IP ADDRESSING AND SUBNETTING REPORT
IP ADDRESSING AND SUBNETTING  REPORTIP ADDRESSING AND SUBNETTING  REPORT
IP ADDRESSING AND SUBNETTING REPORTRajat Kumar
 
Role of OSI Layer when we open a webpage
Role of OSI Layer when we open a webpageRole of OSI Layer when we open a webpage
Role of OSI Layer when we open a webpageB Shiv Shankar
 
Ccna exam dumps
Ccna exam dumpsCcna exam dumps
Ccna exam dumpsccnaguide
 

What's hot (20)

Network Engineer Interview Questions with Answers
Network Engineer Interview Questions with Answers Network Engineer Interview Questions with Answers
Network Engineer Interview Questions with Answers
 
Final networks lab manual
Final networks lab manualFinal networks lab manual
Final networks lab manual
 
TCP IP Addressing
TCP IP AddressingTCP IP Addressing
TCP IP Addressing
 
CCNA 200-120 Exam Quick Notes
CCNA 200-120 Exam Quick NotesCCNA 200-120 Exam Quick Notes
CCNA 200-120 Exam Quick Notes
 
Lecture 5 internet-protocol_assignments
Lecture 5 internet-protocol_assignmentsLecture 5 internet-protocol_assignments
Lecture 5 internet-protocol_assignments
 
"Internet Protocol Suite" prepared by Szymon M. from Poland
"Internet Protocol Suite" prepared by Szymon M. from Poland"Internet Protocol Suite" prepared by Szymon M. from Poland
"Internet Protocol Suite" prepared by Szymon M. from Poland
 
Internet protocol concepts and overview
Internet protocol concepts and overviewInternet protocol concepts and overview
Internet protocol concepts and overview
 
Ccna 200-120 Exam Dumps
Ccna 200-120 Exam DumpsCcna 200-120 Exam Dumps
Ccna 200-120 Exam Dumps
 
IP Datagram Structure
IP Datagram StructureIP Datagram Structure
IP Datagram Structure
 
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)
 
Lesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing ALesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing A
 
Ccna ppt
Ccna pptCcna ppt
Ccna ppt
 
IP ADDRESSING AND SUBNETTING REPORT
IP ADDRESSING AND SUBNETTING  REPORTIP ADDRESSING AND SUBNETTING  REPORT
IP ADDRESSING AND SUBNETTING REPORT
 
CCNA Quick Notes
CCNA Quick NotesCCNA Quick Notes
CCNA Quick Notes
 
Cn lab-manual
Cn lab-manualCn lab-manual
Cn lab-manual
 
internet layer protocol
internet layer protocolinternet layer protocol
internet layer protocol
 
Role of OSI Layer when we open a webpage
Role of OSI Layer when we open a webpageRole of OSI Layer when we open a webpage
Role of OSI Layer when we open a webpage
 
CCNA project-report
CCNA project-reportCCNA project-report
CCNA project-report
 
Ccna exam dumps
Ccna exam dumpsCcna exam dumps
Ccna exam dumps
 
CCNA Dec, 2015 Questions
CCNA Dec, 2015 QuestionsCCNA Dec, 2015 Questions
CCNA Dec, 2015 Questions
 

Viewers also liked

Cisco discovery d homesb module 10 final exam - v.4 in english.
Cisco discovery   d homesb module 10 final exam - v.4 in english.Cisco discovery   d homesb module 10 final exam - v.4 in english.
Cisco discovery d homesb module 10 final exam - v.4 in english.igede tirtanata
 
Cisco discovery d homesb module 3 - v.4 in english.
Cisco discovery   d homesb module 3 - v.4 in english.Cisco discovery   d homesb module 3 - v.4 in english.
Cisco discovery d homesb module 3 - v.4 in english.igede tirtanata
 
Cisco discovery d homesb module 7 - v.4 in english.
Cisco discovery   d homesb module 7 - v.4 in english.Cisco discovery   d homesb module 7 - v.4 in english.
Cisco discovery d homesb module 7 - v.4 in english.igede tirtanata
 
Cisco discovery drs ent module 6 - v.4 in english.
Cisco discovery   drs ent module 6 - v.4 in english.Cisco discovery   drs ent module 6 - v.4 in english.
Cisco discovery drs ent module 6 - v.4 in english.igede tirtanata
 
Cisco discovery d homesb module 1 - v.4 in english.
Cisco discovery   d homesb module 1 - v.4 in english.Cisco discovery   d homesb module 1 - v.4 in english.
Cisco discovery d homesb module 1 - v.4 in english.igede tirtanata
 
Cisco discovery d homesb module 9 - v.4 in english.
Cisco discovery   d homesb module 9 - v.4 in english.Cisco discovery   d homesb module 9 - v.4 in english.
Cisco discovery d homesb module 9 - v.4 in english.igede tirtanata
 
Cisco discovery drs ent module 5 - v.4 in english.
Cisco discovery   drs ent module 5 - v.4 in english.Cisco discovery   drs ent module 5 - v.4 in english.
Cisco discovery drs ent module 5 - v.4 in english.igede tirtanata
 
Cisco discovery drs ent module 3 - v.4 in english.
Cisco discovery   drs ent module 3 - v.4 in english.Cisco discovery   drs ent module 3 - v.4 in english.
Cisco discovery drs ent module 3 - v.4 in english.igede tirtanata
 
Cisco discovery drs ent module 7 - v.4 in english.
Cisco discovery   drs ent module 7 - v.4 in english.Cisco discovery   drs ent module 7 - v.4 in english.
Cisco discovery drs ent module 7 - v.4 in english.igede tirtanata
 
EduDivision-DATACOM NETWORKING
EduDivision-DATACOM NETWORKINGEduDivision-DATACOM NETWORKING
EduDivision-DATACOM NETWORKINGigede tirtanata
 
E wallet nfc service payment
E wallet nfc service paymentE wallet nfc service payment
E wallet nfc service paymentigede tirtanata
 

Viewers also liked (19)

Cisco discovery d homesb module 10 final exam - v.4 in english.
Cisco discovery   d homesb module 10 final exam - v.4 in english.Cisco discovery   d homesb module 10 final exam - v.4 in english.
Cisco discovery d homesb module 10 final exam - v.4 in english.
 
Ccna1v31 mod11
Ccna1v31 mod11Ccna1v31 mod11
Ccna1v31 mod11
 
Cisco discovery d homesb module 3 - v.4 in english.
Cisco discovery   d homesb module 3 - v.4 in english.Cisco discovery   d homesb module 3 - v.4 in english.
Cisco discovery d homesb module 3 - v.4 in english.
 
Cisco discovery d homesb module 7 - v.4 in english.
Cisco discovery   d homesb module 7 - v.4 in english.Cisco discovery   d homesb module 7 - v.4 in english.
Cisco discovery d homesb module 7 - v.4 in english.
 
Ccna1v3 mod08
Ccna1v3 mod08Ccna1v3 mod08
Ccna1v3 mod08
 
Cisco discovery drs ent module 6 - v.4 in english.
Cisco discovery   drs ent module 6 - v.4 in english.Cisco discovery   drs ent module 6 - v.4 in english.
Cisco discovery drs ent module 6 - v.4 in english.
 
Ccna1v3 mod03
Ccna1v3 mod03Ccna1v3 mod03
Ccna1v3 mod03
 
Cisco discovery d homesb module 1 - v.4 in english.
Cisco discovery   d homesb module 1 - v.4 in english.Cisco discovery   d homesb module 1 - v.4 in english.
Cisco discovery d homesb module 1 - v.4 in english.
 
Ccna1v3 mod11
Ccna1v3 mod11Ccna1v3 mod11
Ccna1v3 mod11
 
Cisco discovery d homesb module 9 - v.4 in english.
Cisco discovery   d homesb module 9 - v.4 in english.Cisco discovery   d homesb module 9 - v.4 in english.
Cisco discovery d homesb module 9 - v.4 in english.
 
Ccna1v31 mod04
Ccna1v31 mod04Ccna1v31 mod04
Ccna1v31 mod04
 
Cisco discovery drs ent module 5 - v.4 in english.
Cisco discovery   drs ent module 5 - v.4 in english.Cisco discovery   drs ent module 5 - v.4 in english.
Cisco discovery drs ent module 5 - v.4 in english.
 
Cisco discovery drs ent module 3 - v.4 in english.
Cisco discovery   drs ent module 3 - v.4 in english.Cisco discovery   drs ent module 3 - v.4 in english.
Cisco discovery drs ent module 3 - v.4 in english.
 
Cisco discovery drs ent module 7 - v.4 in english.
Cisco discovery   drs ent module 7 - v.4 in english.Cisco discovery   drs ent module 7 - v.4 in english.
Cisco discovery drs ent module 7 - v.4 in english.
 
iSeries IBM
iSeries IBMiSeries IBM
iSeries IBM
 
EduDivision-DATACOM NETWORKING
EduDivision-DATACOM NETWORKINGEduDivision-DATACOM NETWORKING
EduDivision-DATACOM NETWORKING
 
Ccna1v31 mod03
Ccna1v31 mod03Ccna1v31 mod03
Ccna1v31 mod03
 
Ccna1v31 mod05
Ccna1v31 mod05Ccna1v31 mod05
Ccna1v31 mod05
 
E wallet nfc service payment
E wallet nfc service paymentE wallet nfc service payment
E wallet nfc service payment
 

Similar to CCNA 1 v3.0 Module 10 Routing Fundamentals and Subnets

16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)Jeff Green
 
Training Day Slides
Training Day SlidesTraining Day Slides
Training Day Slidesadam_merritt
 
CCNA 1 v6.0 Final Exam Answers Option B 2018
CCNA 1 v6.0 Final Exam Answers Option B  2018CCNA 1 v6.0 Final Exam Answers Option B  2018
CCNA 1 v6.0 Final Exam Answers Option B 2018Download Mipdfcom
 
Free CCNA workbook by networkers home pdf
Free CCNA workbook by networkers home pdfFree CCNA workbook by networkers home pdf
Free CCNA workbook by networkers home pdfNetworkershome
 
Ccna discovery
Ccna discoveryCcna discovery
Ccna discoveryccnaguide
 
Some important networking questions
Some important networking questionsSome important networking questions
Some important networking questionsSrikanth
 
IPv4 addressing and subnetting
IPv4 addressing and subnettingIPv4 addressing and subnetting
IPv4 addressing and subnettingShashank Asthana
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersĐồng Quốc Vương
 
Ccna final exam
Ccna final examCcna final exam
Ccna final examccnaguide
 
CISCO Exact Questions By: Konard
CISCO Exact Questions By: KonardCISCO Exact Questions By: Konard
CISCO Exact Questions By: KonardEng. Emad Al-Atoum
 
IP Concept in LTE
IP Concept in LTEIP Concept in LTE
IP Concept in LTESofian .
 
7-Lect_7 .pptxNetwork LayerNetwork Layer
7-Lect_7 .pptxNetwork LayerNetwork Layer7-Lect_7 .pptxNetwork LayerNetwork Layer
7-Lect_7 .pptxNetwork LayerNetwork LayerZahouAmel1
 
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...ZahouAmel1
 
ccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersĐồng Quốc Vương
 
Ccna exam 640 802
Ccna exam 640 802Ccna exam 640 802
Ccna exam 640 802ccnaguide
 

Similar to CCNA 1 v3.0 Module 10 Routing Fundamentals and Subnets (20)

Ccna dumps
Ccna dumpsCcna dumps
Ccna dumps
 
16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)
 
Training Day Slides
Training Day SlidesTraining Day Slides
Training Day Slides
 
CCNA 1 v6.0 Final Exam Answers Option B 2018
CCNA 1 v6.0 Final Exam Answers Option B  2018CCNA 1 v6.0 Final Exam Answers Option B  2018
CCNA 1 v6.0 Final Exam Answers Option B 2018
 
Free CCNA workbook by networkers home pdf
Free CCNA workbook by networkers home pdfFree CCNA workbook by networkers home pdf
Free CCNA workbook by networkers home pdf
 
Ccna discovery
Ccna discoveryCcna discovery
Ccna discovery
 
Ccna study
Ccna studyCcna study
Ccna study
 
Data link layer
Data link layerData link layer
Data link layer
 
Some important networking questions
Some important networking questionsSome important networking questions
Some important networking questions
 
IPv4 addressing and subnetting
IPv4 addressing and subnettingIPv4 addressing and subnetting
IPv4 addressing and subnetting
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
 
Lecture 06
Lecture 06Lecture 06
Lecture 06
 
Ccna final exam
Ccna final examCcna final exam
Ccna final exam
 
CISCO Exact Questions By: Konard
CISCO Exact Questions By: KonardCISCO Exact Questions By: Konard
CISCO Exact Questions By: Konard
 
IP Concept in LTE
IP Concept in LTEIP Concept in LTE
IP Concept in LTE
 
7-Lect_7 .pptxNetwork LayerNetwork Layer
7-Lect_7 .pptxNetwork LayerNetwork Layer7-Lect_7 .pptxNetwork LayerNetwork Layer
7-Lect_7 .pptxNetwork LayerNetwork Layer
 
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...
 
ccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answers
 
Ccna exam 640 802
Ccna exam 640 802Ccna exam 640 802
Ccna exam 640 802
 
IP Addressing
IP AddressingIP Addressing
IP Addressing
 

More from igede tirtanata

Cisco discovery drs ent module 8 - v.4 in english.
Cisco discovery   drs ent module 8 - v.4 in english.Cisco discovery   drs ent module 8 - v.4 in english.
Cisco discovery drs ent module 8 - v.4 in english.igede tirtanata
 
Cisco discovery drs ent module 4 - v.4 in english.
Cisco discovery   drs ent module 4 - v.4 in english.Cisco discovery   drs ent module 4 - v.4 in english.
Cisco discovery drs ent module 4 - v.4 in english.igede tirtanata
 
Cisco discovery drs ent module 10 - v.4 in english.
Cisco discovery   drs ent module 10 - v.4 in english.Cisco discovery   drs ent module 10 - v.4 in english.
Cisco discovery drs ent module 10 - v.4 in english.igede tirtanata
 
Cisco discovery d homesb module 10 final exam - v.4 in english.
Cisco discovery   d homesb module 10 final exam - v.4 in english.Cisco discovery   d homesb module 10 final exam - v.4 in english.
Cisco discovery d homesb module 10 final exam - v.4 in english.igede tirtanata
 
Cisco discovery d homesb module 7 - v.4 in english.
Cisco discovery   d homesb module 7 - v.4 in english.Cisco discovery   d homesb module 7 - v.4 in english.
Cisco discovery d homesb module 7 - v.4 in english.igede tirtanata
 
Cisco discovery d homesb module 6 - v.4 in english.
Cisco discovery   d homesb module 6 - v.4 in english.Cisco discovery   d homesb module 6 - v.4 in english.
Cisco discovery d homesb module 6 - v.4 in english.igede tirtanata
 

More from igede tirtanata (13)

GSM 3G Basic
GSM 3G BasicGSM 3G Basic
GSM 3G Basic
 
Cisco discovery drs ent module 8 - v.4 in english.
Cisco discovery   drs ent module 8 - v.4 in english.Cisco discovery   drs ent module 8 - v.4 in english.
Cisco discovery drs ent module 8 - v.4 in english.
 
Cisco discovery drs ent module 4 - v.4 in english.
Cisco discovery   drs ent module 4 - v.4 in english.Cisco discovery   drs ent module 4 - v.4 in english.
Cisco discovery drs ent module 4 - v.4 in english.
 
Cisco discovery drs ent module 10 - v.4 in english.
Cisco discovery   drs ent module 10 - v.4 in english.Cisco discovery   drs ent module 10 - v.4 in english.
Cisco discovery drs ent module 10 - v.4 in english.
 
Cisco discovery d homesb module 10 final exam - v.4 in english.
Cisco discovery   d homesb module 10 final exam - v.4 in english.Cisco discovery   d homesb module 10 final exam - v.4 in english.
Cisco discovery d homesb module 10 final exam - v.4 in english.
 
Cisco discovery d homesb module 7 - v.4 in english.
Cisco discovery   d homesb module 7 - v.4 in english.Cisco discovery   d homesb module 7 - v.4 in english.
Cisco discovery d homesb module 7 - v.4 in english.
 
Ccna1v31 mod09
Ccna1v31 mod09Ccna1v31 mod09
Ccna1v31 mod09
 
Ccna1v31 mod07
Ccna1v31 mod07Ccna1v31 mod07
Ccna1v31 mod07
 
Ccna1v31 mod06
Ccna1v31 mod06Ccna1v31 mod06
Ccna1v31 mod06
 
Ccna1v31 mod02
Ccna1v31 mod02Ccna1v31 mod02
Ccna1v31 mod02
 
Ccna1v31 mod01
Ccna1v31 mod01Ccna1v31 mod01
Ccna1v31 mod01
 
Ccna1v3 mod09
Ccna1v3 mod09Ccna1v3 mod09
Ccna1v3 mod09
 
Cisco discovery d homesb module 6 - v.4 in english.
Cisco discovery   d homesb module 6 - v.4 in english.Cisco discovery   d homesb module 6 - v.4 in english.
Cisco discovery d homesb module 6 - v.4 in english.
 

CCNA 1 v3.0 Module 10 Routing Fundamentals and Subnets

  • 1. CCNA 1 v3.0 Module 10 Routing Fundamentals and Subnets
  • 2. Purpose of This PowerPoint This PowerPoint primarily consists of the Target Indicators (TIs) of this module in CCNA version 3.0. It was created to give instructors a PowerPoint to take and modify as their own. This PowerPoint is:  NOT a study guide for the module final assessment.  NOT a study guide for the CCNA certification exam. Please report any mistakes you find in this PowerPoint by using the Academy Connection Help link.
  • 3. To Locate Instructional Resource Materials on Academy Connection: Go to the Community FTP Center to locate materials created by the instructor community Go to the Tools section Go to the Alpha Preview section Go to the Community link under Resources See the resources available on the Class home page for classes you are offering Search http://www.cisco.com Contact your parent academy!
  • 4. Objectives Routed protocol IP routing protocols The mechanics of subnetting
  • 6. Routable and Routed Protocols A routed protocol allows the router to forward data between nodes on different networks. In order for a protocol to be routable, it must provide the ability to assign a network number and a host number to each individual device. These protocols also require a network mask in order to differentiate the two numbers. The reason that a network mask is used is to allow groups of sequential IP addresses to be treated as a single unit.
  • 7. 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.
  • 9. Packet Propagation and Switching Within a Router As a frame is received at a router interface. 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.
  • 10. Internet Protocol (IP): Connectionless The Internet is a gigantic, connectionless network in which all packet deliveries are handled by IP. TCP adds Layer 4, connection-oriented reliability services to IP.
  • 11. Telephone Calls: Connection- oriented A connection is established between the sender and the recipient before any data is transferred.
  • 12. 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.
  • 14. 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.
  • 15. Routing Versus Switching This distinction is routing and switching use different information in the process of moving data from source to destination.
  • 17. Routed Versus Routing A routed protocol:  Includes any network protocol suite that provides enough information in its network layer address to allow a router to forward it to the next device and ultimately to its destination.  Defines the format and use of the fields within a packet. A routing protocol:  Provides processes for sharing route information.  Allows routers to communicate with other routers to update and maintain the routing tables.
  • 18. 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.
  • 19. Routing Tables Routers keep track of the following:  Protocol type  Destination/next-hop associations  Routing metric  Outbound interfaces
  • 20. Routing Algorithms and Metrics Routing protocols have one or more of the following design goals:  Optimization  Simplicity and low overhead  Robustness and stability  Flexibility  Rapid convergence
  • 21. IGP and EGP IGPs route data within an autonomous system.  RIP, RIPv2, IGRP, EIGRP, OSPF, IS-IS EGPs route data between autonomous systems  Border Gateway Protocol (BGP)
  • 22. Link State and Distance Vector Examples of distance-vector protocols:  Routing Information Protocol (RIP)  Interior Gateway Routing Protocol (IGRP)  Enhanced IGRP (EIGRP) Examples of link-state protocols:  Open Shortest Path First (OSPF)  Intermediate System-to-Intermediate System (IS-IS)
  • 25. Classes of Network IP Addresses
  • 26. Introduction to Subnetting Host bits must are reassigned (or “borrowed”) 3 bits borrowed allows 23-2 or 6 subnets as network bits. The starting point is always 5 bits borrowed allows 25-2 or 30 subnets the leftmost host bit. 12 bits borrowed allows 212-2 or 4094 subnets
  • 27. Reasons for Subnetting Provides addressing flexibility for the network administrator.  Each LAN must have its own network or subnetwork address. Provides broadcast containment and low- level security on the LAN. Provides some security since access to other subnets is only available through the services of a router.
  • 28. Establishing the Subnet Mask Address Determines which part of an IP address is the network field and which part is the host field. Follow these steps to determine the subnet mask:  1. Express the subnetwork IP address in binary form.  2. Replace the network and subnet portion of the address with all 1s.  3. Replace the host portion of the address with all 0s.  4. Convert the binary expression back to dotted-decimal notation.
  • 29. Establishing the Subnet Mask Address To determine the number of bits to be used, the network designer needs to calculate how many hosts the largest subnetwork requires and the number of subnetworks needed. The “slash format” is a shorter way of representing the subnet mask:  /25 represents the 25 one bits in the subnet mask 255.255.255.128
  • 30. Establishing the Subnet Mask Address
  • 31. Subnetting Class A and B Networks The available bits for assignment to the subnet field in a Class A address is 22 bits while a Class B address has 14 bits.
  • 32. Calculating the Subnetwork With ANDing ANDing is a binary process by which the router calculates the subnetwork ID for an incoming packet.  1 AND 1 = 1; 1 AND 0 = 0; 0 AND 0 = 0 The router then uses that information to forward the packet across the correct interface. 11000000.10101000.00001010.0 Packet Address 192.168.10.65 00001 10 11111111.11111111.11111111.1 Subnet Mask 255.255.255.224 00000 11 11000000.10101000.00001010.0 Subnetwork Address 192.168.10.64 00000 10