SlideShare a Scribd company logo
18-Nov 13SAURABH BANSAL B.TECH ECE VII SEM
1
CISCO CERTIFIED NETWORK
ASSOCIATED  PRESENTED BY,
 SAURABH BANSAL
 B.TECH (ECE)
 VII th SEM
AMITY UNIVERSITY RAJASTHAN
CONTENTS
• About CCNA
• Network
• Networking Device
• OSI model
• IP address
• Sub netting
• Router configuration
• Types of routing
ABOUT CCNA
This certification builds a
foundation in and apprentice
knowledge of networking.
CCNA certified professionals can install, configure,
and operate LAN, WAN and access services for small
networks (100 modes or fewer), including but not
limited to use of these protocols: IP, IGRP, SERIAL
FRAME-RELAY, IP RIP, VLANs, RIP ETHERNET,
ACCESS-LISTS.
NETWORK
• LAN (LOCAL AREA NETWORK)
• MAN(METROPOLITAN AREA NETWORK)
• WAN(WIDE AREA NETWORK)
• PAN(PERSONAL AREA NETWORK)
Based on
Geographical
A network is a system that transmits any
combination of voice, video or data between users.
Types of network:
Networking Devices
5
Equipment that connects directly to a network segment is
referred to as a device.
These devices are broken up into two classifications.
 End-user devices
 Network devices
End-user devices include computers, printers, scanners, and
other devices that provide services directly to the user.
Network devices include all the devices that connect the end-
user devices together to allow them to communicate.
Networking Devices
 Router
Routers are used to connect networks together
Route packets of data from one network to another
DTE device
 Hub
 Connects a group of Hosts
 works on fix bandwidth
 Switch
 Switches add more intelligence to data transfer management.
 Manageable device
 Works on share bandwidth
 It makes multicast & broad cast connection
Network Topologies
7
Network topology defines the structure of the network.
One part of the topology definition is the physical topology, which is
the actual layout of the wire or media.
The other part is the logical topology,which defines how the media is
accessed by the hosts for sending data.
 Bus Topology
• A bus topology uses a single backbone cable that is terminated at both ends.
• All the hosts connect directly to this backbone.
 Ring Topology
• A ring topology connects one host to the next and the last host to the first.
• This creates a physical ring of cable.
 Star Topology
A star topology connects all cables to a central point of concentration.
 Mesh Topology
• A mesh topology is implemented to provide as much protection as possible
from interruption of service.
• Each host has its own connections to all other hosts.
• Although the Internet has multiple paths to any one location, it does not adopt
the full mesh topology.
Virtual Private Network
A VPN is a private network that is constructed within a public
network infrastructure such as the global Internet. Using VPN, a
telecommuter can access the network of the company headquarters
through the Internet by building a secure tunnel between the
telecommuter’s PC and a VPN router in the headquarters.
Network Hierarchies
The OSI Model
Why do we need the OSI Model?
• To address the problem of networks increasing in size and in
number, the International Organization for Standardization
(ISO) researched many network schemes and recognized that
there was a need to create a network model
• This would help network builders implement networks that
could communicate and work together
Open System Interconnection
reference model developed by the
International Organization for
Standardization (ISO).
OSI model describes how data is
transferred from an application on
one computer to another.
OSI model composed of seven
layers that describe the functions of
data communication protocols.
Each Layer of OSI model describes
a particular network function.
OSI MODEL
IP ADDRESS
An IP address is a numeric identifier
assigned to each machine on an IP
network.
It designates the specific location of
a device on the network.
IP addressing was designed to allow hosts on one network to
communicate with a host on a different network regardless of the
type of LANs the hosts are participating in.
CCNA PPT
Sub netting
Sub netting is logically dividing the network by extending the 1’s
used in SNM
Advantage
 Can divide network in smaller parts
 Simplified Administration
 To avoid wastage of IP
 It is the process of Dividing a Single Network into Multiple
Networks.
 Converting Host bits into Network Bits i.e. Converting 0’s into 1’s
It is done on core router to reduce the size of routing table.
It is implemented by ISP (internet service providers).
To use global IP specifically
15
Types of sub
netting
FLSM (fixed
length subnet
mask)
Vlsm (variable
length subnet
mask)
 VLSM
VLSM is a method of designating a different subnet mask
for the same network number on different subnets
Can use a long mask on networks with few hosts and a
shorter mask on subnets with many hosts
With VLSMs we can have different subnet masks for
different subnets.
Types of sub
netting
Flsm (fixed
length subnet
mask)
Vlsm (variable
length subnet
mask)
17
VLSM Exercise
2
2
2
40
25
12
192.168.1.0
192.168.1.4/30
192.168.1.8/30
192.168.1.12/30
192.168.1.16/28
192.168.1.32/27
192.168.1.64/26
Router Configuration
Basic command of router
 User mode
Router >
 Privilege mode
Router > enable
Router #
 Configuration mode
Router # configuration terminal
Router (config)#
Router (config)# hostname R1
 Interface mode
Router (config)# interface serial/fast Ethernet/GIGA byte Ethernet
Router (config-if )#ip address subnet mass
Router (config-if )#no shutdown
Router (config-if )#clock rate 64000
Only use for serial interface
Show command
R# show running-configuration
R# show IP interface brief
R# show version
R #show ip interface brief
Routing
• Forwarding of packets from one network to another network choosing the
best path from the routing table.
• Routing table consist of only the best routes for every destinations.
 Rules of Routing
• Head Office Ethernet interface should be in the same network as your Head office
LAN and similarly on Branch Office side.
• Head Office S0 and Branch Office S1 should be in same network.
• All interface of router should in different n/w
 Types of Routing
• Static Routing
• Dynamic Routing
 Static Routing
• It is configured by Administrator manually.
• Mandatory need of Destination Network ID
• It is Secure & fast
• Used for Small organizations with a network of 10-15 Routers.
• Administrative distance for Static Route is 0 and 1.
o Disadvantages
• Used for small network.
• Everything to manually
Command of static routing
R( config)# ip route destination network destination mask next hope ip
 Dynamic Routing
Advantages of Dynamic over static :
• There is no need to know the destination networks.
• Need to advertise the directly connected networks.
• Administrative work is reduced
 Types of Dynamic Routing Protocols
•Distance Vector Protocol
• Link State Protocol
• Hybrid Protocol
Distance vector Link state Hybrid
• Example: RIP 1,
RIP 2,IGRP
• Example : OSPF, IS-
IS
• Example : EIGRP
• Class full routing
protocol
• Classless routing
Protocol
• Classless routing
Protocol
Distance Vector Protocol Link State Protocol Hybrid Protocol
Administrative Distance
• The Number is between 0 and 255
• The higher the value, the lower the trust.
• Directly Connected 0
• Static Route 1
• IGRP 100
• OSPF 110
• RIP 120
• EIGRP 90/170
RIP (router information protocol)
RIP Version 1 RIP Version 2
• Open Standard Protocol • Open Standard Protocol
• Class full routing protocol • Classless routing protocol
• Updates are broadcasted • Uses multicast address
• Administrative distance is 120 • Administrative distance is 120
• Metric : Hop count
Max Hop counts : 15 Max routers : 16
• Metric : Hop count
Max Hop counts : 15 Max routers : 16
• Used for small organizations • Used for small organizations
Advantages of RIP
• Easy to configure
• No design constraints
• No complexity
Disadvantage of RIP
Bandwidth utilization is very high as broadcast for every 30 second
Works only on hop count
 Not scalable as hop count is only 15
• Link State Protocol
• Link state updates
• Updates are through
Multicast
• Classless routing Protocol
• Missing routes are exchanged
OSPF( open shortest path first)
• Ospf is open source protocol
• Ospf is a link state routing protocol
• Ospf area 0 is a backbone of ospf
• Ospf admin distance is 110
 Command of OSPF
Config# Router ospf process id no.
Config-router# n/w id wild card mass area 0
 EIGRP (Enhanced Interior Gateway
Routing Protocol)
• Its hybrid routing protocol
• Administrative distance 90/170(90-internal,170external)
• Its support VLSM(variable length subnet mask)
• Used duel algorithm
• Used on larger network
• It’s a classless routing protocol
• Upgraded version of IGRP
• It work on a.s number
 EIGRP support three type of table
• Routing table
‾ Show ip route
• Neighbor table
‾ Show ip eigrp neighbor
• Topology table
‾ Show ip Eigrp table
Command in EIGRP routing
R(config)# router EIGRP as no.
R(Router –config)# No- auto summary
Then Create Network
CCNA PPT

More Related Content

PPTX
CCNA Course Training Presentation
PPT
Ccna Presentation
PPTX
Presentation on ccna
PPT
CCNA SUMMER TRAINNING PPT
PPTX
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
PPTX
ccna networking ppt
PPTX
CCNA ppt Day 1
PPTX
Routing protocols
CCNA Course Training Presentation
Ccna Presentation
Presentation on ccna
CCNA SUMMER TRAINNING PPT
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna networking ppt
CCNA ppt Day 1
Routing protocols

What's hot (20)

PPTX
CCNA v6.0 ITN - Chapter 01
PPT
CCNA Basic Switching and Switch Configuration
PPTX
Ccna PPT
PPTX
CCNA training 101
PPTX
Router & functionality
PPT
Vlan
PPT
Ccna introduction
PPTX
Cisco Networking (Routing and Switching)
PPTX
OSI Model
PPTX
PPT
PPTX
What is Ethernet
PDF
Wi-Fi For Beginners - Module 3 - Access Points (APs)
PPTX
Dynamic routing protocols (CCNA)
PPTX
Ccna ppt1
PPT
Ccna summer training ppt
PDF
MAC Address – All you Need to Know About it
PPTX
Network switch
PPT
CCNA Chapter1
PPTX
Basics of IP Addressing
CCNA v6.0 ITN - Chapter 01
CCNA Basic Switching and Switch Configuration
Ccna PPT
CCNA training 101
Router & functionality
Vlan
Ccna introduction
Cisco Networking (Routing and Switching)
OSI Model
What is Ethernet
Wi-Fi For Beginners - Module 3 - Access Points (APs)
Dynamic routing protocols (CCNA)
Ccna ppt1
Ccna summer training ppt
MAC Address – All you Need to Know About it
Network switch
CCNA Chapter1
Basics of IP Addressing
Ad

Viewers also liked (8)

PDF
CCNA Routing Fundamentals - EIGRP, OSPF and RIP
PPTX
CCNA ppt Day 2
PPTX
Ccna PPT2
PPT
FOOD PRESERVATION
PPTX
WIRELESS ROBOT PPT
PPT
Bts installation & commisioning.ppt
PPS
Network ppt
PPT
Networking ppt
CCNA Routing Fundamentals - EIGRP, OSPF and RIP
CCNA ppt Day 2
Ccna PPT2
FOOD PRESERVATION
WIRELESS ROBOT PPT
Bts installation & commisioning.ppt
Network ppt
Networking ppt
Ad

Similar to CCNA PPT (20)

PDF
Basic Introduction to Technology (networking).pdf
PPT
Ccna1 presentation
PPTX
CCNA CCNP Basics for your mid term vivaa
PPTX
PPTX
INDUSTRIAL TRAINING PRESENTATION
PPTX
Networrrrrrrrkkkk secuiiirtyyyyyyyyyyyyyyyyyyyy
PPT
Network
PPTX
BASIC TO ADVANCED NETWORKING TUTORIALS
PPT
Networking in college
PDF
Computer networking (nnm)
PPT
Ccna3 intro wan
PPTX
what is Networking and types of computer .pptx
PPTX
Introduction 140318015826-phpapp01
PDF
CCNA project-report
PPTX
PPTX
ComNet-Ethernet101.GW (1) routing and switching.pptx
PPTX
Automation Networking By Shivam Singh
PDF
Introduction to networking
Basic Introduction to Technology (networking).pdf
Ccna1 presentation
CCNA CCNP Basics for your mid term vivaa
INDUSTRIAL TRAINING PRESENTATION
Networrrrrrrrkkkk secuiiirtyyyyyyyyyyyyyyyyyyyy
Network
BASIC TO ADVANCED NETWORKING TUTORIALS
Networking in college
Computer networking (nnm)
Ccna3 intro wan
what is Networking and types of computer .pptx
Introduction 140318015826-phpapp01
CCNA project-report
ComNet-Ethernet101.GW (1) routing and switching.pptx
Automation Networking By Shivam Singh
Introduction to networking

More from AIRTEL (9)

DOCX
EMBEDDED SYSTEM
DOC
WIRELESS ROBOT
DOCX
CCCNA REPORT
DOCX
Bts installation & commisioning
DOCX
Abstract of bts installation & commisioning
PPT
4 G Mobile Communications
PPT
4 G TECHNOLOGY
PPTX
4 G TECHNOLOGY
DOCX
4 g technology pdf file
EMBEDDED SYSTEM
WIRELESS ROBOT
CCCNA REPORT
Bts installation & commisioning
Abstract of bts installation & commisioning
4 G Mobile Communications
4 G TECHNOLOGY
4 G TECHNOLOGY
4 g technology pdf file

Recently uploaded (20)

PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
Construction Project Organization Group 2.pptx
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
Geodesy 1.pptx...............................................
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPT
Mechanical Engineering MATERIALS Selection
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPTX
Fluid Mechanics, Module 3: Basics of Fluid Mechanics
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
Sustainable Sites - Green Building Construction
PPTX
web development for engineering and engineering
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Welding lecture in detail for understanding
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPT
Project quality management in manufacturing
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
Digital Logic Computer Design lecture notes
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
CYBER-CRIMES AND SECURITY A guide to understanding
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Construction Project Organization Group 2.pptx
bas. eng. economics group 4 presentation 1.pptx
Geodesy 1.pptx...............................................
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
Mechanical Engineering MATERIALS Selection
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
Fluid Mechanics, Module 3: Basics of Fluid Mechanics
Model Code of Practice - Construction Work - 21102022 .pdf
Sustainable Sites - Green Building Construction
web development for engineering and engineering
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Welding lecture in detail for understanding
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Project quality management in manufacturing
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Digital Logic Computer Design lecture notes

CCNA PPT

  • 1. 18-Nov 13SAURABH BANSAL B.TECH ECE VII SEM 1 CISCO CERTIFIED NETWORK ASSOCIATED  PRESENTED BY,  SAURABH BANSAL  B.TECH (ECE)  VII th SEM AMITY UNIVERSITY RAJASTHAN
  • 2. CONTENTS • About CCNA • Network • Networking Device • OSI model • IP address • Sub netting • Router configuration • Types of routing
  • 3. ABOUT CCNA This certification builds a foundation in and apprentice knowledge of networking. CCNA certified professionals can install, configure, and operate LAN, WAN and access services for small networks (100 modes or fewer), including but not limited to use of these protocols: IP, IGRP, SERIAL FRAME-RELAY, IP RIP, VLANs, RIP ETHERNET, ACCESS-LISTS.
  • 4. NETWORK • LAN (LOCAL AREA NETWORK) • MAN(METROPOLITAN AREA NETWORK) • WAN(WIDE AREA NETWORK) • PAN(PERSONAL AREA NETWORK) Based on Geographical A network is a system that transmits any combination of voice, video or data between users. Types of network:
  • 5. Networking Devices 5 Equipment that connects directly to a network segment is referred to as a device. These devices are broken up into two classifications.  End-user devices  Network devices End-user devices include computers, printers, scanners, and other devices that provide services directly to the user. Network devices include all the devices that connect the end- user devices together to allow them to communicate.
  • 6. Networking Devices  Router Routers are used to connect networks together Route packets of data from one network to another DTE device  Hub  Connects a group of Hosts  works on fix bandwidth  Switch  Switches add more intelligence to data transfer management.  Manageable device  Works on share bandwidth  It makes multicast & broad cast connection
  • 7. Network Topologies 7 Network topology defines the structure of the network. One part of the topology definition is the physical topology, which is the actual layout of the wire or media. The other part is the logical topology,which defines how the media is accessed by the hosts for sending data.
  • 8.  Bus Topology • A bus topology uses a single backbone cable that is terminated at both ends. • All the hosts connect directly to this backbone.  Ring Topology • A ring topology connects one host to the next and the last host to the first. • This creates a physical ring of cable.  Star Topology A star topology connects all cables to a central point of concentration.  Mesh Topology • A mesh topology is implemented to provide as much protection as possible from interruption of service. • Each host has its own connections to all other hosts. • Although the Internet has multiple paths to any one location, it does not adopt the full mesh topology.
  • 9. Virtual Private Network A VPN is a private network that is constructed within a public network infrastructure such as the global Internet. Using VPN, a telecommuter can access the network of the company headquarters through the Internet by building a secure tunnel between the telecommuter’s PC and a VPN router in the headquarters.
  • 11. The OSI Model Why do we need the OSI Model? • To address the problem of networks increasing in size and in number, the International Organization for Standardization (ISO) researched many network schemes and recognized that there was a need to create a network model • This would help network builders implement networks that could communicate and work together
  • 12. Open System Interconnection reference model developed by the International Organization for Standardization (ISO). OSI model describes how data is transferred from an application on one computer to another. OSI model composed of seven layers that describe the functions of data communication protocols. Each Layer of OSI model describes a particular network function. OSI MODEL
  • 13. IP ADDRESS An IP address is a numeric identifier assigned to each machine on an IP network. It designates the specific location of a device on the network. IP addressing was designed to allow hosts on one network to communicate with a host on a different network regardless of the type of LANs the hosts are participating in.
  • 15. Sub netting Sub netting is logically dividing the network by extending the 1’s used in SNM Advantage  Can divide network in smaller parts  Simplified Administration  To avoid wastage of IP  It is the process of Dividing a Single Network into Multiple Networks.  Converting Host bits into Network Bits i.e. Converting 0’s into 1’s It is done on core router to reduce the size of routing table. It is implemented by ISP (internet service providers). To use global IP specifically 15 Types of sub netting FLSM (fixed length subnet mask) Vlsm (variable length subnet mask)
  • 16.  VLSM VLSM is a method of designating a different subnet mask for the same network number on different subnets Can use a long mask on networks with few hosts and a shorter mask on subnets with many hosts With VLSMs we can have different subnet masks for different subnets. Types of sub netting Flsm (fixed length subnet mask) Vlsm (variable length subnet mask)
  • 18. Router Configuration Basic command of router  User mode Router >  Privilege mode Router > enable Router #  Configuration mode Router # configuration terminal Router (config)# Router (config)# hostname R1  Interface mode Router (config)# interface serial/fast Ethernet/GIGA byte Ethernet Router (config-if )#ip address subnet mass Router (config-if )#no shutdown Router (config-if )#clock rate 64000 Only use for serial interface
  • 19. Show command R# show running-configuration R# show IP interface brief R# show version R #show ip interface brief Routing • Forwarding of packets from one network to another network choosing the best path from the routing table. • Routing table consist of only the best routes for every destinations.  Rules of Routing • Head Office Ethernet interface should be in the same network as your Head office LAN and similarly on Branch Office side. • Head Office S0 and Branch Office S1 should be in same network. • All interface of router should in different n/w
  • 20.  Types of Routing • Static Routing • Dynamic Routing  Static Routing • It is configured by Administrator manually. • Mandatory need of Destination Network ID • It is Secure & fast • Used for Small organizations with a network of 10-15 Routers. • Administrative distance for Static Route is 0 and 1. o Disadvantages • Used for small network. • Everything to manually
  • 21. Command of static routing R( config)# ip route destination network destination mask next hope ip
  • 22.  Dynamic Routing Advantages of Dynamic over static : • There is no need to know the destination networks. • Need to advertise the directly connected networks. • Administrative work is reduced  Types of Dynamic Routing Protocols •Distance Vector Protocol • Link State Protocol • Hybrid Protocol
  • 23. Distance vector Link state Hybrid • Example: RIP 1, RIP 2,IGRP • Example : OSPF, IS- IS • Example : EIGRP • Class full routing protocol • Classless routing Protocol • Classless routing Protocol Distance Vector Protocol Link State Protocol Hybrid Protocol Administrative Distance • The Number is between 0 and 255 • The higher the value, the lower the trust.
  • 24. • Directly Connected 0 • Static Route 1 • IGRP 100 • OSPF 110 • RIP 120 • EIGRP 90/170 RIP (router information protocol) RIP Version 1 RIP Version 2 • Open Standard Protocol • Open Standard Protocol • Class full routing protocol • Classless routing protocol • Updates are broadcasted • Uses multicast address • Administrative distance is 120 • Administrative distance is 120 • Metric : Hop count Max Hop counts : 15 Max routers : 16 • Metric : Hop count Max Hop counts : 15 Max routers : 16 • Used for small organizations • Used for small organizations
  • 25. Advantages of RIP • Easy to configure • No design constraints • No complexity Disadvantage of RIP Bandwidth utilization is very high as broadcast for every 30 second Works only on hop count  Not scalable as hop count is only 15 • Link State Protocol • Link state updates • Updates are through Multicast • Classless routing Protocol • Missing routes are exchanged
  • 26. OSPF( open shortest path first) • Ospf is open source protocol • Ospf is a link state routing protocol • Ospf area 0 is a backbone of ospf • Ospf admin distance is 110
  • 27.  Command of OSPF Config# Router ospf process id no. Config-router# n/w id wild card mass area 0  EIGRP (Enhanced Interior Gateway Routing Protocol) • Its hybrid routing protocol • Administrative distance 90/170(90-internal,170external) • Its support VLSM(variable length subnet mask) • Used duel algorithm • Used on larger network • It’s a classless routing protocol • Upgraded version of IGRP • It work on a.s number
  • 28.  EIGRP support three type of table • Routing table ‾ Show ip route • Neighbor table ‾ Show ip eigrp neighbor • Topology table ‾ Show ip Eigrp table Command in EIGRP routing R(config)# router EIGRP as no. R(Router –config)# No- auto summary Then Create Network