SlideShare a Scribd company logo
1
Networking Devices
2
Network Topologies
3
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.
Physical Topologies
4
5
One early solution was the creation of local-area network
(LAN) standards which provided an open set of guidelines for
creating network hardware and software, making equipment
from different companies compatible.
What was needed was a way for information to move
efficiently and quickly, not only within a company, but also
from one business to another.
The solution was the creation of metropolitan-area networks
(MANs) and wide-area networks (WANs).
OSI Model
6
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 that would help network
builders implement networks that could communicate
and work together and therefore, released the OSI
reference model in 1984.
The OSI Reference Model
7
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
8
Network and Host Addressing
9
Using the IP address of the
destination network, a router can
deliver a packet to the correct
network.
When the packet arrives at a
router connected to the
destination network, the router
uses the IP address to locate the
particular computer connected to
that network.
Accordingly, every IP address has
two parts.
IP Address Classes
10
IP addresses are divided into classes to define the large,
medium, and small networks.
Class A addresses are assigned to larger networks.
Class B addresses are used for medium-sized networks,
Class C for small networks.
Class D for multicasting
Class E for research& development centre
Introduction to Subnetting
11
Subnetting a network means to use the subnet mask to divide the
network and break a large network up into smaller, more efficient and
manageable segments, or subnets.
With subnetting, the network is not limited to the default Class A, B, or
C network masks and there is more flexibility in the network design.
Subnet addresses include the network portion, plus a subnet field and
a host field.The ability to decide how to divide the original host portion
into the new subnet and host fields provides addressing flexibility for
the network administrator.
12
SIEMENS
NIXDORF
SIEMENS
NIXDORF
Host A
Host B
IP Address: 128.0.10.4
HW Address: 080020021545
ARP Reply
ARP Request - Broadcast to all hosts
„What is the hardware address for IP address 128.0.10.4?“
SIEMENS
NIXDORF
Fig. 32 How does ARP work? (TI1332EU02TI_0004 The Network Layer, 47)
RARP
13
Reverse Address Resolution Protocol (RARP) associates a known MAC addresses
with an IP addresses.
A network device, such as a diskless workstation, might know its MAC address but not
its IP address. RARP allows the device to make a request to learn its IP address.
Devices using RARP require that a RARP server be present on the network to answer
RARP requests.
Introduction to Routers
14
A router is a special type of computer. It has the same basic components as a
standard desktop PC. However, routers are designed to perform some very specific
functions. Just as computers need operating systems to run software applications,
routers need the Internetwork Operating System software (IOS) to run configuration
files. These configuration files contain the instructions and parameters that control the
flow of traffic in and out of the routers. The many parts of a router are shown below:
IOS File System Overview
15
Overview of Router Modes
16
Configuring Interfaces
17
An interface needs an IP Address and a Subnet Mask to be configured.
All interfaces are “shutdown” by default.
The DCE end of a serial interface needs a clock rate.
Router#config t
Router(config)#interface serial 0/1
Router(config-if)#ip address 200.100.50.75 255.255.255.240
Router(config-if)#clock rate 56000 (required for serial DCE only)
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#int f0/0
Router(config-if)#ip address 150.100.50.25 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#exit
Router#
On older routers, Serial 0/1 would be just Serial 1 and f0/0 would be e0.
s = serial e = Ethernet f = fast Ethernet
Introducing Routing
18
Routing is the process that a router uses to forward packets
toward the destination network. A router makes decisions
based upon the destination IP address of a packet. All devices
along the way use the destination IP address to point the
packet in the correct direction so that the packet eventually
arrives at its destination. In order to make the correct
decisions, routers must learn the direction to remote networks.
Routing Protocols
19
Routed Protocols
20
OSPF
 (OSPF) Open Shortest Path First.
 It is open standard pure link state routing protocol.
 It support different vendors. Its maximum hope
count is unlimited. Its default AD value is 110.
 It support auto summarization. It is a class less
routing protocol.
 It support Discontiguous, VLSM/CIDR & class less
IP addressing . It also support AS no.
 It create three separate table for sharing
information.
 1. Neighbor ship table
 2. Topology table
OSPF
22
23
Area Terminology
EIGRP
24
Enhanced Interior Gateway Routing Protocol (EIGRP) is a Cisco-
proprietary routing protocol based on Interior Gateway Routing Protocol
(IGRP).
Unlike IGRP, which is a classful routing protocol, EIGRP supports CIDR
and VLSM.
Compared to IGRP, EIGRP boasts faster convergence times, improved
scalability, and superior handling of routing loops.
Furthermore, EIGRP can replace Novell Routing Information Protocol
(RIP) and AppleTalk Routing Table Maintenance Protocol (RTMP),
serving both IPX and AppleTalk networks with powerful efficiency.
EIGRP is often described as a hybrid routing protocol, offering the best
of distance vector and link-state algorithms.
VLANs
25
VLAN implementation combines Layer 2 switching and Layer 3 routing
technologies to limit both collision domains and broadcast domains.
VLANs can also be used to provide security by creating the VLAN
groups according to function and by using routers to communicate
between VLANs.
A physical port association is used to implement VLAN assignment.
Communication between VLANs can occur only through the router.
This limits the size of the broadcast domains and uses the router to
determine whether one VLAN can talk to another VLAN.
This is the only way a switch can break up a broadcast domain!
Setting up VLAN Implementation
26
VLAN Communication
27
Data Flow Diagram
Zero Level DFD
28
Data Flow Diagram
One Level DFD
29
ER Diagram
30
THE END
31

More Related Content

PDF
20 - IDNOG03 - Franki Lim (ARISTA) - Overlay Networking with VXLAN
Indonesia Network Operators Group
 
PPTX
CCNA PPT
AIRTEL
 
PDF
Cisco IPv6 Tutorial
kriz5
 
PDF
20 palo alto site to site
Mostafa El Lathy
 
PPTX
Network Security - Fortinet, Dublin June 2017
Novosco
 
PDF
4 palo alto licenses
Mostafa El Lathy
 
PDF
Modulo 4 cisco ccna v7 para estudiantes d
SebastianAcevedoGome1
 
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 4
Nil Menon
 
20 - IDNOG03 - Franki Lim (ARISTA) - Overlay Networking with VXLAN
Indonesia Network Operators Group
 
CCNA PPT
AIRTEL
 
Cisco IPv6 Tutorial
kriz5
 
20 palo alto site to site
Mostafa El Lathy
 
Network Security - Fortinet, Dublin June 2017
Novosco
 
4 palo alto licenses
Mostafa El Lathy
 
Modulo 4 cisco ccna v7 para estudiantes d
SebastianAcevedoGome1
 
CCNA 2 Routing and Switching v5.0 Chapter 4
Nil Menon
 

What's hot (20)

ODP
OSI LAYERS
Akhil Jose
 
PDF
MPLS
Elyes Naouar
 
PPTX
CCNA v6.0 ITN - Chapter 10
Irsandi Hasan
 
PPTX
ENSA_Module_2.pptx
serieux1
 
PDF
Ccnp presentation [Day 1-3] Class
SagarR24
 
PPTX
ITN_Module_3.pptx
argost1003
 
PDF
Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124 | Las Vegas 2017
Bruno Teixeira
 
PPT
CCNA Advanced Routing Protocols
Dsunte Wilson
 
PPT
SS7 & SIGTRAN
Stephanie Galloway-Williams
 
PPT
DHCP
Nitin Bhasin
 
PPTX
ITN_Module_2.pptx
argost1003
 
PPT
CCNA SUMMER TRAINNING PPT
Nishant Goel
 
PPTX
CCNA Product Overview.pptx
KISHOYIANKISH
 
PPTX
MTU (maximum transmission unit) & MRU (maximum receive unit)
NetProtocol Xpert
 
PPT
Basic network training2
Arunchai Seangparch
 
PPTX
BGP Path Selection & Attributes BGP Weight & BGP AS-Path Prepending
Shawan Roy
 
DOC
Lab 6.4.1 InterVLAN routing
Muhd Mu'izuddin
 
PPTX
Ospf area types
Roger Perkin
 
PPTX
CCNP Switching Chapter 4
Chaing Ravuth
 
PDF
Cisco commands List for Beginners (CCNA, CCNP)
DH Da Lat
 
OSI LAYERS
Akhil Jose
 
CCNA v6.0 ITN - Chapter 10
Irsandi Hasan
 
ENSA_Module_2.pptx
serieux1
 
Ccnp presentation [Day 1-3] Class
SagarR24
 
ITN_Module_3.pptx
argost1003
 
Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124 | Las Vegas 2017
Bruno Teixeira
 
CCNA Advanced Routing Protocols
Dsunte Wilson
 
ITN_Module_2.pptx
argost1003
 
CCNA SUMMER TRAINNING PPT
Nishant Goel
 
CCNA Product Overview.pptx
KISHOYIANKISH
 
MTU (maximum transmission unit) & MRU (maximum receive unit)
NetProtocol Xpert
 
Basic network training2
Arunchai Seangparch
 
BGP Path Selection & Attributes BGP Weight & BGP AS-Path Prepending
Shawan Roy
 
Lab 6.4.1 InterVLAN routing
Muhd Mu'izuddin
 
Ospf area types
Roger Perkin
 
CCNP Switching Chapter 4
Chaing Ravuth
 
Cisco commands List for Beginners (CCNA, CCNP)
DH Da Lat
 
Ad

Similar to Ccna1 presentation (20)

PDF
Adhoc mobile wireless network enhancement based on cisco devices
IJCNCJournal
 
PPTX
CCNA
Neelotpal Dey
 
PDF
Ip Subnet Design
Heather Dionne
 
PDF
IOT_MODULE_3.pdf simple example notes for use
shreyarrce
 
PDF
Wireless adhoc multi access networks
IJCNCJournal
 
PDF
Basic ccna interview questions and answers ~ sysnet notes
Vamsi Krishna Kalavala
 
PPTX
ccna project on topic company infrastructure
Prince Gautam
 
DOCX
Implementation of intelligent wide area network(wan)- report
Jatin Singh
 
PPTX
Final_IoT_Protocol Stack.pptx
jainam bhavsar
 
PPT
CCNA PPT score increases as you pick a category, fill out a long description ...
edieali1
 
PPT
How to avoid duplication of equipment and resources
ClementOkumu
 
PPT
Bhargava Presentation.ppt
EnumulaBhargava1
 
PPT
Bhargava Presentation.ppt
EnumulaBhargava1
 
PPT
Network architecture
csk selva
 
PPT
Ccnapresentation 13020219098042-phpapp02 (1)
ateeq85905
 
PPT
ccna presentation
Yasser Mahfouz
 
PPT
Cisco Certified Network Associate
Sumit K Das
 
PPT
Ccna report
Surender Singh
 
PDF
LISP_in_Secure_Networks_WP
Craig Hill
 
PDF
Ccna 4 Chapter 1 V4.0 Answers
ccna4discovery
 
Adhoc mobile wireless network enhancement based on cisco devices
IJCNCJournal
 
Ip Subnet Design
Heather Dionne
 
IOT_MODULE_3.pdf simple example notes for use
shreyarrce
 
Wireless adhoc multi access networks
IJCNCJournal
 
Basic ccna interview questions and answers ~ sysnet notes
Vamsi Krishna Kalavala
 
ccna project on topic company infrastructure
Prince Gautam
 
Implementation of intelligent wide area network(wan)- report
Jatin Singh
 
Final_IoT_Protocol Stack.pptx
jainam bhavsar
 
CCNA PPT score increases as you pick a category, fill out a long description ...
edieali1
 
How to avoid duplication of equipment and resources
ClementOkumu
 
Bhargava Presentation.ppt
EnumulaBhargava1
 
Bhargava Presentation.ppt
EnumulaBhargava1
 
Network architecture
csk selva
 
Ccnapresentation 13020219098042-phpapp02 (1)
ateeq85905
 
ccna presentation
Yasser Mahfouz
 
Cisco Certified Network Associate
Sumit K Das
 
Ccna report
Surender Singh
 
LISP_in_Secure_Networks_WP
Craig Hill
 
Ccna 4 Chapter 1 V4.0 Answers
ccna4discovery
 
Ad

Recently uploaded (20)

PPTX
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
PPTX
IoT_Smart_Agriculture_Presentations.pptx
poojakumari696707
 
PDF
Unit I Part II.pdf : Security Fundamentals
Dr. Madhuri Jawale
 
PPTX
Inventory management chapter in automation and robotics.
atisht0104
 
PPT
1. SYSTEMS, ROLES, AND DEVELOPMENT METHODOLOGIES.ppt
zilow058
 
PDF
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
PDF
flutter Launcher Icons, Splash Screens & Fonts
Ahmed Mohamed
 
PDF
dse_final_merit_2025_26 gtgfffffcjjjuuyy
rushabhjain127
 
PDF
Top 10 read articles In Managing Information Technology.pdf
IJMIT JOURNAL
 
PPTX
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
PDF
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PDF
Advanced LangChain & RAG: Building a Financial AI Assistant with Real-Time Data
Soufiane Sejjari
 
PDF
FLEX-LNG-Company-Presentation-Nov-2017.pdf
jbloggzs
 
PPTX
FUNDAMENTALS OF ELECTRIC VEHICLES UNIT-1
MikkiliSuresh
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PPTX
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
PDF
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
PDF
JUAL EFIX C5 IMU GNSS GEODETIC PERFECT BASE OR ROVER
Budi Minds
 
PPTX
Information Retrieval and Extraction - Module 7
premSankar19
 
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
IoT_Smart_Agriculture_Presentations.pptx
poojakumari696707
 
Unit I Part II.pdf : Security Fundamentals
Dr. Madhuri Jawale
 
Inventory management chapter in automation and robotics.
atisht0104
 
1. SYSTEMS, ROLES, AND DEVELOPMENT METHODOLOGIES.ppt
zilow058
 
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
flutter Launcher Icons, Splash Screens & Fonts
Ahmed Mohamed
 
dse_final_merit_2025_26 gtgfffffcjjjuuyy
rushabhjain127
 
Top 10 read articles In Managing Information Technology.pdf
IJMIT JOURNAL
 
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
Advanced LangChain & RAG: Building a Financial AI Assistant with Real-Time Data
Soufiane Sejjari
 
FLEX-LNG-Company-Presentation-Nov-2017.pdf
jbloggzs
 
FUNDAMENTALS OF ELECTRIC VEHICLES UNIT-1
MikkiliSuresh
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
JUAL EFIX C5 IMU GNSS GEODETIC PERFECT BASE OR ROVER
Budi Minds
 
Information Retrieval and Extraction - Module 7
premSankar19
 

Ccna1 presentation

  • 1. 1
  • 3. Network Topologies 3 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.
  • 5. 5 One early solution was the creation of local-area network (LAN) standards which provided an open set of guidelines for creating network hardware and software, making equipment from different companies compatible. What was needed was a way for information to move efficiently and quickly, not only within a company, but also from one business to another. The solution was the creation of metropolitan-area networks (MANs) and wide-area networks (WANs).
  • 6. OSI Model 6 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 that would help network builders implement networks that could communicate and work together and therefore, released the OSI reference model in 1984.
  • 7. The OSI Reference Model 7 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical
  • 8. 8
  • 9. Network and Host Addressing 9 Using the IP address of the destination network, a router can deliver a packet to the correct network. When the packet arrives at a router connected to the destination network, the router uses the IP address to locate the particular computer connected to that network. Accordingly, every IP address has two parts.
  • 10. IP Address Classes 10 IP addresses are divided into classes to define the large, medium, and small networks. Class A addresses are assigned to larger networks. Class B addresses are used for medium-sized networks, Class C for small networks. Class D for multicasting Class E for research& development centre
  • 11. Introduction to Subnetting 11 Subnetting a network means to use the subnet mask to divide the network and break a large network up into smaller, more efficient and manageable segments, or subnets. With subnetting, the network is not limited to the default Class A, B, or C network masks and there is more flexibility in the network design. Subnet addresses include the network portion, plus a subnet field and a host field.The ability to decide how to divide the original host portion into the new subnet and host fields provides addressing flexibility for the network administrator.
  • 12. 12 SIEMENS NIXDORF SIEMENS NIXDORF Host A Host B IP Address: 128.0.10.4 HW Address: 080020021545 ARP Reply ARP Request - Broadcast to all hosts „What is the hardware address for IP address 128.0.10.4?“ SIEMENS NIXDORF Fig. 32 How does ARP work? (TI1332EU02TI_0004 The Network Layer, 47)
  • 13. RARP 13 Reverse Address Resolution Protocol (RARP) associates a known MAC addresses with an IP addresses. A network device, such as a diskless workstation, might know its MAC address but not its IP address. RARP allows the device to make a request to learn its IP address. Devices using RARP require that a RARP server be present on the network to answer RARP requests.
  • 14. Introduction to Routers 14 A router is a special type of computer. It has the same basic components as a standard desktop PC. However, routers are designed to perform some very specific functions. Just as computers need operating systems to run software applications, routers need the Internetwork Operating System software (IOS) to run configuration files. These configuration files contain the instructions and parameters that control the flow of traffic in and out of the routers. The many parts of a router are shown below:
  • 15. IOS File System Overview 15
  • 16. Overview of Router Modes 16
  • 17. Configuring Interfaces 17 An interface needs an IP Address and a Subnet Mask to be configured. All interfaces are “shutdown” by default. The DCE end of a serial interface needs a clock rate. Router#config t Router(config)#interface serial 0/1 Router(config-if)#ip address 200.100.50.75 255.255.255.240 Router(config-if)#clock rate 56000 (required for serial DCE only) Router(config-if)#no shutdown Router(config-if)#exit Router(config)#int f0/0 Router(config-if)#ip address 150.100.50.25 255.255.255.0 Router(config-if)#no shutdown Router(config-if)#exit Router(config)#exit Router# On older routers, Serial 0/1 would be just Serial 1 and f0/0 would be e0. s = serial e = Ethernet f = fast Ethernet
  • 18. Introducing Routing 18 Routing is the process that a router uses to forward packets toward the destination network. A router makes decisions based upon the destination IP address of a packet. All devices along the way use the destination IP address to point the packet in the correct direction so that the packet eventually arrives at its destination. In order to make the correct decisions, routers must learn the direction to remote networks.
  • 21. OSPF  (OSPF) Open Shortest Path First.  It is open standard pure link state routing protocol.  It support different vendors. Its maximum hope count is unlimited. Its default AD value is 110.  It support auto summarization. It is a class less routing protocol.  It support Discontiguous, VLSM/CIDR & class less IP addressing . It also support AS no.  It create three separate table for sharing information.  1. Neighbor ship table  2. Topology table
  • 24. EIGRP 24 Enhanced Interior Gateway Routing Protocol (EIGRP) is a Cisco- proprietary routing protocol based on Interior Gateway Routing Protocol (IGRP). Unlike IGRP, which is a classful routing protocol, EIGRP supports CIDR and VLSM. Compared to IGRP, EIGRP boasts faster convergence times, improved scalability, and superior handling of routing loops. Furthermore, EIGRP can replace Novell Routing Information Protocol (RIP) and AppleTalk Routing Table Maintenance Protocol (RTMP), serving both IPX and AppleTalk networks with powerful efficiency. EIGRP is often described as a hybrid routing protocol, offering the best of distance vector and link-state algorithms.
  • 25. VLANs 25 VLAN implementation combines Layer 2 switching and Layer 3 routing technologies to limit both collision domains and broadcast domains. VLANs can also be used to provide security by creating the VLAN groups according to function and by using routers to communicate between VLANs. A physical port association is used to implement VLAN assignment. Communication between VLANs can occur only through the router. This limits the size of the broadcast domains and uses the router to determine whether one VLAN can talk to another VLAN. This is the only way a switch can break up a broadcast domain!
  • 26. Setting up VLAN Implementation 26
  • 29. Data Flow Diagram One Level DFD 29