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.
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

What's hot

CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
Reetesh Gupta
 
Cisco router basic
Cisco router basicCisco router basic
Cisco router basic
Tapan Khilar
 
CCNA Introducing Networks
CCNA Introducing NetworksCCNA Introducing Networks
CCNA Introducing NetworksDsunte Wilson
 
CCNA ppt
CCNA pptCCNA ppt
CCNA ppt
Sumant Garg
 
CCNA training 101
CCNA training 101CCNA training 101
CCNA training 101
Rohan Reddy
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationDsunte Wilson
 
CCNA Network Devices
CCNA Network DevicesCCNA Network Devices
CCNA Network DevicesDsunte Wilson
 
Presentation on ccna
Presentation on ccnaPresentation on ccna
Presentation on ccna
HoneyKumar34
 
Ccna summer training ppt
Ccna summer training pptCcna summer training ppt
Ccna summer training ppt
saroj choudhary
 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructure
Prince Gautam
 
Introduction to TCP/IP
Introduction to TCP/IPIntroduction to TCP/IP
Introduction to TCP/IP
Michael Lamont
 
Software Defined Network - SDN
Software Defined Network - SDNSoftware Defined Network - SDN
Software Defined Network - SDN
Venkata Naga Ravi
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)
Alan Mark
 
CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07
Irsandi Hasan
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic ConfigurationProf. Erwin Globio
 
Network address translation
Network address translationNetwork address translation
Network address translation
Varsha Honde
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1
Chaing Ravuth
 
CCNA 1 Routing and Switching v5.0 Chapter 2
CCNA 1 Routing and Switching v5.0 Chapter 2CCNA 1 Routing and Switching v5.0 Chapter 2
CCNA 1 Routing and Switching v5.0 Chapter 2
Nil Menon
 

What's hot (20)

CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
Cisco router basic
Cisco router basicCisco router basic
Cisco router basic
 
CCNA Introducing Networks
CCNA Introducing NetworksCCNA Introducing Networks
CCNA Introducing Networks
 
CCNA ppt
CCNA pptCCNA ppt
CCNA ppt
 
CCNA training 101
CCNA training 101CCNA training 101
CCNA training 101
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
CCNA Network Devices
CCNA Network DevicesCCNA Network Devices
CCNA Network Devices
 
Presentation on ccna
Presentation on ccnaPresentation on ccna
Presentation on ccna
 
Ccna summer training ppt
Ccna summer training pptCcna summer training ppt
Ccna summer training ppt
 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructure
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
Introduction to TCP/IP
Introduction to TCP/IPIntroduction to TCP/IP
Introduction to TCP/IP
 
Software Defined Network - SDN
Software Defined Network - SDNSoftware Defined Network - SDN
Software Defined Network - SDN
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)
 
Ipv6
Ipv6Ipv6
Ipv6
 
CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic Configuration
 
Network address translation
Network address translationNetwork address translation
Network address translation
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1
 
CCNA 1 Routing and Switching v5.0 Chapter 2
CCNA 1 Routing and Switching v5.0 Chapter 2CCNA 1 Routing and Switching v5.0 Chapter 2
CCNA 1 Routing and Switching v5.0 Chapter 2
 

Viewers also liked

CCNA Routing Fundamentals - EIGRP, OSPF and RIP
CCNA  Routing Fundamentals -  EIGRP, OSPF and RIPCCNA  Routing Fundamentals -  EIGRP, OSPF and RIP
CCNA Routing Fundamentals - EIGRP, OSPF and RIP
sushmil123
 
Ccna Presentation
Ccna PresentationCcna Presentation
Ccna Presentationbcdran
 
CCNA ppt Day 2
CCNA ppt Day 2CCNA ppt Day 2
CCNA ppt Day 2
VISHNU N
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
AIRTEL
 
Ccna PPT2
Ccna PPT2Ccna PPT2
Ccna PPT2
AIRTEL
 
FOOD PRESERVATION
FOOD PRESERVATIONFOOD PRESERVATION
FOOD PRESERVATION
AIRTEL
 
WIRELESS ROBOT PPT
WIRELESS ROBOT PPTWIRELESS ROBOT PPT
WIRELESS ROBOT PPT
AIRTEL
 
Bts installation & commisioning.ppt
Bts installation & commisioning.pptBts installation & commisioning.ppt
Bts installation & commisioning.ppt
AIRTEL
 
Network ppt
Network pptNetwork ppt
Network ppt
hlalu861
 
Networking ppt
Networking ppt Networking ppt
Networking ppt
Shovan Mandal
 

Viewers also liked (10)

CCNA Routing Fundamentals - EIGRP, OSPF and RIP
CCNA  Routing Fundamentals -  EIGRP, OSPF and RIPCCNA  Routing Fundamentals -  EIGRP, OSPF and RIP
CCNA Routing Fundamentals - EIGRP, OSPF and RIP
 
Ccna Presentation
Ccna PresentationCcna Presentation
Ccna Presentation
 
CCNA ppt Day 2
CCNA ppt Day 2CCNA ppt Day 2
CCNA ppt Day 2
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
 
Ccna PPT2
Ccna PPT2Ccna PPT2
Ccna PPT2
 
FOOD PRESERVATION
FOOD PRESERVATIONFOOD PRESERVATION
FOOD PRESERVATION
 
WIRELESS ROBOT PPT
WIRELESS ROBOT PPTWIRELESS ROBOT PPT
WIRELESS ROBOT PPT
 
Bts installation & commisioning.ppt
Bts installation & commisioning.pptBts installation & commisioning.ppt
Bts installation & commisioning.ppt
 
Network ppt
Network pptNetwork ppt
Network ppt
 
Networking ppt
Networking ppt Networking ppt
Networking ppt
 

Similar to CCNA PPT

CCNP Route
CCNP Route CCNP Route
CCNP Route
Saurabh Chauhan
 
Network interview questions
Network interview questionsNetwork interview questions
Network interview questions
rajasekar1712
 
Basic Network cisco depth of basic knowledge I. All technologies.pdf
Basic Network cisco depth of basic knowledge I. All technologies.pdfBasic Network cisco depth of basic knowledge I. All technologies.pdf
Basic Network cisco depth of basic knowledge I. All technologies.pdf
Course11
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
Sourabh Goyal
 
Router Full Concept pdf
Router Full Concept pdf Router Full Concept pdf
Router Full Concept pdf
Vignesh kumar
 
Network Concepts
Network ConceptsNetwork Concepts
Network Concepts
Rajamanickam Gomathijayam
 
IP essentials
IP essentialsIP essentials
IP essentials
Luca Matteo Ruberto
 
CCN CEP.pptx
CCN CEP.pptxCCN CEP.pptx
CCN CEP.pptx
NOOR69810
 
Final Presentation on the Network layer
Final Presentation on the Network layerFinal Presentation on the Network layer
Final Presentation on the Network layer
Zee Haak
 
ch5-Fog Networks and Cloud Computing
ch5-Fog Networks and Cloud Computingch5-Fog Networks and Cloud Computing
ch5-Fog Networks and Cloud Computing
ssuser06ea42
 
NP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
NP - Unit 4 - Routing - RIP, OSPF and Internet MulticastingNP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
NP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
hamsa nandhini
 
Dynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And BasicsDynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And Basics
Harsh Mehta
 
Vision
VisionVision
Vision
Gaurav Rai
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
Varinder Singh Walia
 
Ccna1 presentation
Ccna1 presentationCcna1 presentation
Ccna1 presentation
Shantnu Matharoo
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3
Chaing Ravuth
 
SIMPLE INDUSTRIAL PRESESNTATION ON CCNA..
SIMPLE INDUSTRIAL PRESESNTATION ON CCNA..SIMPLE INDUSTRIAL PRESESNTATION ON CCNA..
SIMPLE INDUSTRIAL PRESESNTATION ON CCNA..
Pooja Rawat
 

Similar to CCNA PPT (20)

CCNP Route
CCNP Route CCNP Route
CCNP Route
 
Network interview questions
Network interview questionsNetwork interview questions
Network interview questions
 
Basic Network cisco depth of basic knowledge I. All technologies.pdf
Basic Network cisco depth of basic knowledge I. All technologies.pdfBasic Network cisco depth of basic knowledge I. All technologies.pdf
Basic Network cisco depth of basic knowledge I. All technologies.pdf
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
Router Full Concept pdf
Router Full Concept pdf Router Full Concept pdf
Router Full Concept pdf
 
Network Concepts
Network ConceptsNetwork Concepts
Network Concepts
 
IP essentials
IP essentialsIP essentials
IP essentials
 
CCN CEP.pptx
CCN CEP.pptxCCN CEP.pptx
CCN CEP.pptx
 
Final Presentation on the Network layer
Final Presentation on the Network layerFinal Presentation on the Network layer
Final Presentation on the Network layer
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
ch5-Fog Networks and Cloud Computing
ch5-Fog Networks and Cloud Computingch5-Fog Networks and Cloud Computing
ch5-Fog Networks and Cloud Computing
 
NP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
NP - Unit 4 - Routing - RIP, OSPF and Internet MulticastingNP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
NP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
 
Dynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And BasicsDynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And Basics
 
CCNA 1
CCNA 1CCNA 1
CCNA 1
 
Ospf
OspfOspf
Ospf
 
Vision
VisionVision
Vision
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
Ccna1 presentation
Ccna1 presentationCcna1 presentation
Ccna1 presentation
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3
 
SIMPLE INDUSTRIAL PRESESNTATION ON CCNA..
SIMPLE INDUSTRIAL PRESESNTATION ON CCNA..SIMPLE INDUSTRIAL PRESESNTATION ON CCNA..
SIMPLE INDUSTRIAL PRESESNTATION ON CCNA..
 

More from AIRTEL

EMBEDDED SYSTEM
EMBEDDED  SYSTEMEMBEDDED  SYSTEM
EMBEDDED SYSTEM
AIRTEL
 
WIRELESS ROBOT
WIRELESS ROBOTWIRELESS ROBOT
WIRELESS ROBOT
AIRTEL
 
CCCNA REPORT
CCCNA REPORTCCCNA REPORT
CCCNA REPORT
AIRTEL
 
Bts installation & commisioning
Bts installation & commisioningBts installation & commisioning
Bts installation & commisioning
AIRTEL
 
Abstract of bts installation & commisioning
Abstract of bts installation & commisioningAbstract of bts installation & commisioning
Abstract of bts installation & commisioning
AIRTEL
 
4 G Mobile Communications
4 G Mobile   Communications4 G Mobile   Communications
4 G Mobile Communications
AIRTEL
 
4 G TECHNOLOGY
4 G TECHNOLOGY4 G TECHNOLOGY
4 G TECHNOLOGY
AIRTEL
 
4 G TECHNOLOGY
4 G TECHNOLOGY4 G TECHNOLOGY
4 G TECHNOLOGY
AIRTEL
 
4 g technology pdf file
4 g technology pdf file4 g technology pdf file
4 g technology pdf file
AIRTEL
 

More from AIRTEL (9)

EMBEDDED SYSTEM
EMBEDDED  SYSTEMEMBEDDED  SYSTEM
EMBEDDED SYSTEM
 
WIRELESS ROBOT
WIRELESS ROBOTWIRELESS ROBOT
WIRELESS ROBOT
 
CCCNA REPORT
CCCNA REPORTCCCNA REPORT
CCCNA REPORT
 
Bts installation & commisioning
Bts installation & commisioningBts installation & commisioning
Bts installation & commisioning
 
Abstract of bts installation & commisioning
Abstract of bts installation & commisioningAbstract of bts installation & commisioning
Abstract of bts installation & commisioning
 
4 G Mobile Communications
4 G Mobile   Communications4 G Mobile   Communications
4 G Mobile Communications
 
4 G TECHNOLOGY
4 G TECHNOLOGY4 G TECHNOLOGY
4 G TECHNOLOGY
 
4 G TECHNOLOGY
4 G TECHNOLOGY4 G TECHNOLOGY
4 G TECHNOLOGY
 
4 g technology pdf file
4 g technology pdf file4 g technology pdf file
4 g technology pdf file
 

Recently uploaded

Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
aqil azizi
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 

Recently uploaded (20)

Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 

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.
  • 14.
  • 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