CCNA Presentation
CCNA Presentation
CCNA Presentation
CISCO 60%
40%
D-Link
3 Com
Nortel
Cygnus
Etc..
Router is an internetworking
component, that connects networks
which are at different geographical
locations.
Serial 1
Serial 0
V.35 modem
AUI
E0
Console AUX
PC
Interfaces on a Router
3. BRI/PRI
4. Async
5. Console
Routers
Modular
Fixed
Modular Routers
These type of routers have up gradable slots, and the number
of ports can be increased just by adding cards in the slots.
Fixed Routers
These types of routers have fixed number of ports.
Fixed
700, 800,.2500
Modular
2600,.., 12000
Access Layer
700, , 2500
Distribution Layer
2600, , 5000
Core Layer
7000, , 12000
Transceiver
Configuration of a Router
Router for the first time is configured through the CONSOLE
port.COM port of a PC is connected to the console port of router
with a console cable by using a transceiver. Router is accessible by a
tool. In windows, it is called HYPER TEMINAL. As soon as the
router is powered on and accessed, the following things happen,
POST
BOOT STRAP
FLASH
NVRAM
Setup Mode
Router>_
USER MODE
Router> is the user mode, I,e the default prompt. It
means that when ever a router boots successfully it
lands into the user mode. Router cannot be
configured from this mode, but it is used for just
monitoring purpose. Router> en
Router #
PREVILEGE MODE
Router# it is the administrating mode, we can check
whether the settings and configurations made have been
implemented or not. Eg. Router # Sh int e0. If it is new
router all the interfaces are by default shut down, so the
message will be, Ethernet 0 is administratively down,
line protocol is down.
Previlege PASSWORDS
Enable Password
Enable Secret
Console Password
It establishes a login password on the console terminal.
Router#conf t
Router(config)#Line Console 0
Router(config-line)#Login
Router(config-line)#Password cisco
Router(config-line)#^Z
Auxillary Password
It establishes a login password to remote administration.
Router#conf t
Router(config)#Line Aux 0
Router(config-line)#Login
Router(config-line)#Password cisco
Router(config-line)#^Z
CONFIGURING INTERFACES
LAN interface (ETHERNET Port)
WAN interface (SERIAL Port)
ETHERNET
Router(config)#Interface Ethernet 0
Router(config-if)#Ip Address 200.150.1.254 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#^Z
Router#Show Int E0
SERIAL
Router(config)#Interface Serial 0
Router(config-if)#Ip Address 150.10.1.1 255.255.0.0
Router(config)#clock rate 56000
Router(Config-if)# bandwidth 64
Router(config-if)#No shutdown
Router(config-if)#^Z
The CDP
Its a Cisco's proprietary protocol called the Cisco
Discovery Protocol, that gives you a summary of all the
directly connected Cisco devices. CDP is a L2 protocol,
that discovers neighbor regardless of which protocol suite
they are running. When a cisco device boots up, the CDP
is loaded by default, but can be disabled at interface level.
* The CDP is limited to the immediate neighbors only
The summary includes Device Identifier(eg. Switch
configured name or domain name), Port Identifier (eg.
Ethernet 0 and serial 0.), Capabilities list (eg. The device
can act as a sourcr route bridge as well as a router),
Platform (eg. Cisco 2600).
Using CDP
Router# sh cdp neighbor (shows neighboring devices)
Router# sh cdp entry 192.168.10.1 (shows detailed
information about this perticular neighbor.)
Router# sh cdp interface(shows the details of the interface
of the local decive.)
Router# sh cdp traffic (shows the packet sent, received,
lost etc.)
To disable CDP.,
Router(config)#no cdp run
Router(config)#int s0
Router(config-if)#no cdp enable
Backup Sources :
1. Through Telnet Session.
2. Through Console Session.
3. Through Auxillary Port (Remote Session)
Backup of Configuration
Router#Copy Startup-config Tftp
Address or name of the remote host [ ]? (Ip address of tftp)
Destination file name [ ] ? (Give a name)
Erasing the Flash file system will remove all files: continue?
[confirm]
Erasing device eeeeeeee.eeeeeee.eee.eeee.ee
Loading!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!.!!!!!!
Case 2: The distance between the two locations is less than 5Km.
Requirements
A pair of Routers, Leased line and pair of leased line modem.
G.703
G.703
Leased line
V.35
modem
Csu/
Dsu
Mux/
Mux/
Dmux
S0
Dmux
Csu channel service unit
S0
Dsu data service unit
E0
E0
S0 Serial port of router
E0 Ethernet port of a router
Router
Switch/hub
Switch/hub
Internal Network
Internal Network
Leased line
V.35
modem
Csu/
Dsu
S0
E0
Switch/hub
Internal Network
S0
Telephone
Exchange
Router
E0
Switch/hub
Internal Network
Routing
Example:
10.0.0.1/8
S0
E 0 192.168.1.150/24
Switch/hub
192.168.1.0/24
Location A
S0
10.0.0.2/8
E 0 192.168.2.150/24
Switch/hub
192.168.2.0/24
Location B
Router(config)# ip routing
Router# sh ip route (it shows all the directly connected
networks).
C 192.168.1.0/24 directly connected to E0
C 10.0.0.0/8
S0
Location A
Router(config)# ip routing
Router(config)# ip route 192.168.2.0 255.255.255.0 10.0.0.2
Note* if we dont know the address of next hop, we can just
write the name of the hop.
Router(config)# ip route 192.168.2.0 255.255.255.0 S0
Location B
Router(config)# ip routing
Router(config)# ip route 192.168.1.0 255.255.255.0 10.0.0.1
Router# sh ip route
C 192.168.1.0/24 directly connected to E0
C 10.0.0.0/8
S0
C:\> tracert
Default Routing
Router(config)# ip routing
Router(config)#ip route DA (S/N mask next) (next hop
address)
Router(config)# ip route 0.0.0.0 0.0.0.0 s1
Router# sh ip route
C 192.168.1.0/24 directly connected to E0
C 10.0.0.0/8
to S0
S* 0.0.0.0/0
to S0
Dynamic Routing
It is a type of routing where routing protocols( eg. RIP and
IGRP) are used between routers to determine the path and
maintain routing table. Once the path is determined a router
can route a routed protocol(IP). Dynamic routing uses broad
casts and multicasts to communicate with other routers. The
routing metric helps routers find the best path to each network.
172.16.1.0
10.1.1.1
10.2.2.2
E0
S2 S2
S3
S3
10.1.1.2
10.2.2.3
172.16.1.1
Router rip
Network 172.16.0.0
Network 10.0.0.0
192.168.1.0
E0
192.168.1.1
Router rip
Network 10.0.0.0
Router rip
Network 192.168.1.0
Network 10.0.0.0
Autonomous Systems
An autonomous system is a collection of networks
under a common administrative domain. IGPs operate within
an autonomous system where as EGP connects different
autonomous systems.
Every autonomous system has a distinct number.The
Internet Assigned Numbers Authority (IANA) is responsible
for allocating this number. Eg. Autonomous system 100.
We can use any number unless the organization plans
for an EGP.
Configuring IGRP
Syntaxes.
Router(config)#router igrp autonomous number
This defines IGRP as the routing protocol.
Router(config-router)#Network network-ip
Selects directly connected networks.
Router(config-router)#variance multiplier
Configures unequal-cost load balancing by defining difference
between the best metric and the worst acceptable metric.
Router(config-router)#traffic-share (balanced/ min)
10.1.1.1
10.2.2.2
E0
S2 S2
S3
S3
10.1.1.2
10.2.2.3
172.16.1.1
192.168.1.0
E0
192.168.1.1
IP Classless Command
Router(config)# ip classless
A router by default assumes that all the subnets of a
directly connected network should be present in the
routing table. If a packet is received with a destination
address, of an unknown subnet of directly attached
network, the router assumes that the subnet does not
exists and drops the packet. This happens even if
routing table has a default route.For the above condition
if IP Classless is configured, and if any packet is
received, then the router will match it to the default
route and forword it to the next hop specified by the
default route.
EIGRP
0.0.0.0
OSPF
OSPF(Open Short Path First) is of two types : 1) Single Area OSPF and
2) Multi Area OSPF.
Area0
S0
S0
Area2
IR
ABR
ABR
Internal Routers
IR
Area1
S 0 192.168.1.194/252
Router A
E 0 1.33
192.168.1.32/
255.255.255.224
192.168.1.193/252 S 0
Router B
E 0 1.65
192.168.1.64/
255.255.255.224
(Config)# ip routing
(Config-Router)# router OSPF 6573
(Config-Router)# network 192.168.1.32 0.0.0.31 area 1
(Config-Router)# area 1 range 192.168.1.32
255.255.255.224
(Config-Router)# network 192.168.1.192 0.0.0.3 area 1
(Config-Router)# area 1 range 192.168.1.192
255.255.255.224
Configuration of Router B
--------------------------------
(Config)# ip routing
(Config-Router)# router OSPF 6573
(Config-Router)# network 192.168.1.32 0.0.0.31 area 1
(Config-Router)# area 1 range 192.168.1.64
255.255.255.224
(Config-Router)# network 192.168.1.195 0.0.0.3 area 1
(Config-Router)# area 1 range 192.168.1.195
255.255.255.252
Area 0
Area 2
Area 1
192.168.1.0
Router A
Router B
E0
E0
1.50
5.50
192.168.5.0
Configuration of Router A
-------------------------------(Config)# ip routing
(Config-Router)# router OSPF 6573
(Config-Router)# network 192.168.1.0 0.0.0.255 area 1
(Config-Router)# area 1 range 192.168.1.0 255.255.255.0
(Config-Router)# network 172.16.0.0 0.0.255.255 area 0
(Config-Router)# area 0 range 172.16.0.0 255.255.0.0
Configuration of Router B
-------------------------------(Config)# ip routing
(Config-Router)# router OSPF 6573
(Config-Router)# network 192.168.5.0 0.0.0.255 area 2
(Config-Router)# area 2 range 192.168.5.0 255.255.255.0
(Config-Router)# network 172.16.0.0 0.0.255.255 area 0
(Config-Router)# area 0 range 172.16.0.0 255.255.0.0
ACL
Standard ACL
Extended ACL
1 99
Ex. A. L
100 - 199
E 0 1.50
1.4
1.1
1.3
1.2
172.16.1.2 S 0
Router B
E 0 5.50
5.4
5.1
5.3
5.2
Syntax
Router(config)# Access-list ALNO P/D Src
Src-WCM
S 0 172.16.1.1
Router A
E 0 1.50
172.16.1.2 S 0
Router B
E 0 5.50
1.4
1.1
5.4
5.1
1.3
1.2
5.3
5.2
1.20
Configuration of Router A
(Config)# Access-list 101 deny TCP 192.168.5.0 0.0.0.255
192.168.1.20 0.0.0.0 eq FTP
(Config)# Access-list 101 permit IP any any
Implementation
(Config)#int E0
(config-if)# IP Access-group 101 Out
S 0 172.16.1.1
Router A
E 0 1.50
1.4
192.168.1.3
172.16.1.2 S 0
Router B
E 0 5.50
1.1
5.4
5.1
1.2
5.3
5.2
Note : 192.168.1.3 is denied from entering the network of 5.0.So it will enter
with mask.
Configuration of Router A
-------------------------------# Config t
(Config)# int E 0
(Config-if)# ip address 192.168.1.50 255.255.255.0
(Config-if)# no shut
(Config-if)# exit
(Config)# int S 0
(Config-if)# ip address 172.16.1.1 255.255.0.0
(Config-if)# clock rate 56000
(Config-if)# bandwidth 64
(Config-if)# no shut
(Config-if)# exit
(Config)# ip routing
(Config-Router)# ip route 192.168.5.0 255.255.255.0 172.16.1.2
(Config)# int E 0
(Config-if)# ip nat inside
(Config)# int S 0
(Config-if)# ip nat outside
(Config)# access-list 1 permit 192.168.1.3 0.0.0.0
(Config)# ip nat inside source list 1 int S 0 overload
Configuration of Router B
-------------------------------# Config t
(Config)# int E 0
(Config-if)# ip address 192.168.5.50 255.255.255.0
(Config-if)# no shut
(Config-if)# exit
(Config)# int S 0
(Config-if)# ip address 172.16.1.2 255.255.0.0
(Config-if)# clock rate 56000
(Config-if)# bandwidth 64
(Config-if)# no shut
(Config-if)# exit
(Config)# ip routing
(Config-Router)# ip route 192.168.1.0 255.255.255.0 172.16.1.1
(Config)# access-list 10 deny 192.168.1.3 0.0.0.0
(Config)# access-list 10 permit any
(Config)# int E 0
(Config-if)# ip access-group 10 out
172.16.1.1
172.16.1.2
Routing
1.50
Router A
5.50
Routing
Switch
Leased line
192.168.1.99
Natting
Router B
5.0
Configuration of Router A
-------------------------------# Config t
(Config)# int E 0
(Config-if)# ip address 192.168.1.50 255.255.255.0
(Config-if)# no shut
(Config-if)# exit
(Config)# int S 0
(Config-if)# ip address 172.16.1.1 255.255.0.0
(Config-if)# clock rate 56000(for DCE)
(Config-if)# bandwidth 64
(Config-if)# no shut
(Config-if)# exit
(Config)# ip routing
(Config-Router)# ip route 0.0.0.0 0.0.0.0 192.168.1.99
(Config)# int E 0
(Config-if)# ip nat outside
(Config-if)# no shut
(Config-if)# exit
(Config)# int S 0
(Config-if)# ip nat inside
((Config-if)# exit
(Config)# access-list 10 permit 172.16.0.0 0.0.255.255
(Config)# ip nat inside source list 10 int E 0 overload
Configuration of Router B
-------------------------------# Config t
(Config)# int E 0
(Config-if)# ip address 192.168.5.50 255.255.255.0
(Config-if)# no shut
(Config-if)# exit
(Config)# int S 0
(Config-if)# ip address 172.16.1.2 255.255.0.0
(Config-if)# clock rate 56000
(Config-if)# bandwidth 64
(Config-if)# no shut
(Config-if)# exit
(Config)# int E 0
(Config-if)# ip nat inside
(Config-if)# no shut
(Config-if)# exit
(Config)# int S 0
(Config-if)# ip nat outside
(Config-if)# exit
(Config)# ip routing
(Config-Router)# ip route 0.0.0.0 0.0.0.0 172.16.1.1
(Config)# access-list 10 permit 192.168.5.0 0.0.0.255
(Config)# ip nat inside source list 10 int E 0 overload
Router A
(ISDN)
E 0 1.50
172.16.1.2 S 0
Router B
(Zoom)
E 0 5.50
1.4
1.1
5.4
5.1
1.3
1.2
5.3
5.2
Configuration of Router A
-------------------------------# Config t
(Config)# int E 0
(Config-if)# ip address 192.168.1.50 255.255.255.0
(Config-if)# no shut
(Config-if)# exit
(Config)# int S 0
(Config-if)# ip address 172.16.1.1 255.255.0.0
(Config-if)# clock rate 56000(for DCE)
(Config-if)# bandwidth 64
(Config-if)# no shut
(Config-if)# exit
(Config)# ip routing
(Config-Router)# ip route 192.168.5.0 255.255.255.0 172.16.1.2
(Config)# int S 0
(Config-if)# encapsulation ppp
(Config-if)# ppp authentication PAP
(Config-if)# ppp PAP sent-username zoom password cisco
Configuration of Router B
-------------------------------# Config t
(Config)# int E 0
(Config-if)# ip address 192.168.5.50 255.255.255.0
(Config-if)# no shut
(Config-if)# exit
(Config)# int S 0
(Config-if)# ip address 172.16.1.2 255.255.0.0
(Config-if)# clock rate 56000(for DCE)
(Config-if)# bandwidth 64
(Config-if)# no shut
(Config-if)# exit
(Config)# ip routing
(Config-Router)# ip route 192.168.1.0 255.255.255.0 172.16.1.1
(Config)# int S 0
(Config-if)# encapsulation ppp
(Config-if)# ppp authentication PAP
(Config-if)# ppp PAP sent-username ISP password cisco
Router A
(ISDN)
E 0 1.50
172.16.1.2 S 0
Router B
(Zoom)
E 0 5.50
1.4
1.1
5.4
5.1
1.3
1.2
5.3
5.2
Configuration of Router A
-------------------------------# Config t
(Config)# int E 0
(Config-if)# ip address 192.168.1.50 255.255.255.0
(Config-if)# no shut
(Config-if)# exit
(Config)# int S 0
(Config-if)# ip address 172.16.1.1 255.255.0.0
(Config-if)# clock rate 56000(for DCE)
(Config-if)# bandwidth 64
(Config-if)# no shut
(Config-if)# exit
(Config)# ip routing
(Config-Router)# ip route 192.168.5.0 255.255.255.0 172.16.1.2
(Config)# int S 0
(Config-if)# encapsulation ppp
(Config-if)# ppp authentication CHAP
(Config-if)# ppp CHAP hostname zoom
(Config-if)# ppp CHAP password cisco
Configuration of Router B
-------------------------------# Config t
(Config)# int E 0
(Config-if)# ip address 192.168.5.50 255.255.255.0
(Config-if)# no shut
(Config-if)# exit
(Config)# int S 0
(Config-if)# ip address 172.16.1.2 255.255.0.0
(Config-if)# clock rate 56000(for DCE)
(Config-if)# bandwidth 64
(Config-if)# no shut
(Config-if)# exit
(Config)# ip routing
(Config-Router)# ip route 192.168.1.0 255.255.255.0 172.16.1.1
(Config)# int S 0
(Config-if)# encapsulation ppp
(Config-if)# ppp authentication CHAP
(Config-if)# ppp CHAP hostname ISP
(Config-if)# ppp CHAP password cisco
S 0 172.16.1.1
172.16.1.2 S 0
Router A
E 0 1.50
Router B
E 0 5.50
1.4
1.1
5.4
5.1
1.3
1.2
5.3
5.2
# Config t
(Config)# isdn switch-type basic-net 3
(Config)# int E 0/1
(Config-if)# ip address 192.168.1.50 255.255.255.0
(Config-if)# no shut
(Config-if)# exit
(Config)# int Bri 1/0
(Config-if)# no ip address
(Config-if)# encapsulation ppp
(Config-if)# no cdp enable
(Config-if)# no shut
(Config-if)# exit
(Config)# int dialer 1
(Config-if)# ip address negotiated
(Config-if)# encapsulation ppp
(Config-if)# no cdp enable
(Config-if)# ppp authentication CHAP PAP callin
(Config-if)# ppp CHAP hostname unicomin@hd2
(Config-if)# ppp CHAP password password
ISP
S 0 172.16.1.1
172.16.1.2 S 0
Bri 0
CPE/DTE
ISP
E 0 1.50
E 0 5.50
1.4
1.1
5.4
5.1
1.3
1.2
5.3
5.2
# Config t
(Config)# isdn switch-type basic-net 3
(Config)# int E 0/1
(Config-if)# ip address 192.168.1.50 255.255.255.0
(Config-if)# no shut
(Config-if)# exit
(Config)# int S 0
(Config-if)# ip address 172.16.1.1 255.255.0.0
(Config)# int Bri 1/ 0
(Config-if)# no ip address
(Config-if)# encapsulation ppp
(Config-if)# no cdp enable
(Config-if)# no shut
(Config-if)# exit
Frame Relay
Point - to - Point
frame-relay Network
Router A
S 0 172.16.1.1
Dlci 101
E 0 1.50
PVC
Fr-Switch
172.16.1.2 S 0
Router B
Dlci 102
Fr-Switch
E 0 5.50
1.4
1.1
5.4
5.1
1.3
1.2
5.3
5.2
Config t
(Config)# int S 0
(Config-if)# no ip address
(Config-if)# encapsulation frame-relay
(Config-if)# no shut
(Config-if)# exit
(Config)# int S 0.1 point-to-point
(Config-if)# bandwidth 64
(Config-if)# ip address 172.16.1.1 255.255.0.0
(Config-if)# frame-relay interface DLC1 102
(or)
(Config-if)# frame-relay map ip 172.16.1.2 102 broadcast
(Config-if)# no shut
(Config-if)# exit
(Config)# ip routing
(Config)# ip route 192.168.5.0 255.255.255.0 172.16.1.2
4.0
10.0.0.1
D
1.0
10.0.0.4
10.0.0.2
103
104
102
101
10.0.0.3
2.0
3.0
Configuration of Router A
-------------------------------Config t
(Config)# int S 0
(Config-if)# no ip address
(Config-if)# encapsulation frame-relay
(Config-if)# no shut
(Config-if)# exit
(Config)# int S 0.1 multipoint
(Config-if)# bandwidth 64
(Config-if)# ip address 10.0.0.4 255.0.0.0
(Config-if)# frame-relay map ip 10.0.0.1 103 broadcast
(Config-if)# frame-relay map ip 10.0.0.2 102 broadcast
(Config-if)# frame-relay map ip 10.0.0.3 101 broadcast
(Config-if)# no shut
(Config-if)# exit
(Config)# ip routing
(Config)# ip route 192.168.2.0 255.255.255.0 10.0.0.3
(Config)# ip route 192.168.4.0 255.255.255.0 10.0.0.1
(Config)# ip route 192.168.5.0 255.255.255.0 10.0.0.2
Point-to-Point - Point-to-Point
4.0
172.16.1.2
1.0
172.16.1.1
10.0.0.2
103
104
102
10.0.0.1
161.16.1.1
101
10.0.0.3
2.0
3.0
Configuration of Router A
-------------------------------Config t
(Config)# int S 0
(Config-if)# no ip address
(Config-if)# encapsulation frame-relay
(Config-if)# no shut
(Config-if)# exit
(Config)# int S 0.1 point-to-point
(Config-if)# bandwidth 64
(Config-if)# clockrate 56000
(Config-if)# ip address 172.16.1.1 255.255.0.0
(Config-if)# frame-relay map ip 172.16.1.2 103
broadcast
(Config-if)# no shut
(Config-if)# exit
Iso
International organization for standardization
Iso has designed a reference model called osi reference model
(open system interconnection). It has 7 layers. It says that
Any n/w for comunication needs 7 layers
1. Application layer
The user uses application layer to send the data. The protocols
@ this layer are ftp,http,smtp(e-mail) telenet etc.
2. Presentation layer
Presentation layer takes the data from application layer and present
In different formats for securing reason. The services offered @
This layer are
Compression decompression
Coding decoding
Encryption - decryption
3. Session layer
Establishing the session or the conectivity n/w n/w 1 & n/w 2 is done
By the session layer.
It
1. Establishes a session
2. maintains it &
3. Terminates it b/w the application
4. Transport layer
End-end connectivity during a session b/w two application is done
By the transport layer. It also decides the type of connection like tcp
or udp i.e. connection oriented or connection less.
Services:
Sequencing
Flow ctrl, error detection & correction
Transport layer info + data is called segment.
5. Netwrok layer
Logical addressing is done at thenetwork layer i.e. source address &
destination address are attached to the data.
Protocols @network layer
Routed protocols
Eg: ip,ipx
routing protocols
eg: rip,igrp,ospf
Routed protocols: they always carry the data along with them
Routing protocol: they identify the path for routed protocol to
carry the data
At this layer routers & layer 3 switches forms packets.
LLC
logical link control framing of
Ip address is lik the pincode & MAC address is like house number.
Here layer2 switches are used.
Wab protocols used at this layer are PPP,HDLC,FP,X.25 etc.
Here error checking CRC bits are added to the packets
DLL info+ packets --> frames
7 physical layer
Takes care of physical connectivity i.e connector,cable etc. here
Frames are converted to bits (1s & 0s).
The devices like hubs, repeaters,cables & connectors are used at
this layer.
I P Addressing
Now a days ip ver4 is followed. It is a 32-bit addressing scheme.
32bits are divided into 4 octets of 8 bits each.
i.e 8-8-8-8. i.e (1s & 0s)-(1s & 0s)-(1s & 0s)-(1s & 0s).
(binary format). The ip address is maximum of 255 & min of 0.
In future ip ver 6 is expected. It is 128 bit scheme.
Ip adresses are clsassified into different classes.
Class
Class
Class
Class
Class
A
B
C
D
E
0
128
192
224
240
127
191
223
239
255
8-8-8-8
M.S.O Most Significant Ocate considering MSO
Hence 0 & 127 cannot be used for adressing so actual range will be
1 to 126.
All ip addresses are divided into two.
1.network I.d
2.host I.d
in class a address there is 1n\w I.d postion & 3 host I.d postion I,e
N-H-H-H..
Class A
N-H-H-H
Class B
N-N-H-H
Class C
N-N-N-H
Network Ids are represented by 1s & host ids are by 0s.
Types of ip adresses
IP address
public ip address
private ip address
Public network: the public address is defined with routing over the
Internet it is given by I.S.P & routing table is created on the internet.
Private network: for internal network I,e intranet, all the ip addresses
Are governed by a body called INTERNIC. If we are a part of asia
Pacefic then it is governed by APNIC.
We can run our private network with any ip addresses of our choice
But it should not be connected to internet.
Switch
An essential component of lan. Switches are of different types like
Layer 2 layer 3, layer 4, layer 5..
Layer 2 switch :
Switch
hub
Layer 2
layer 1
b.w is equal @ all ports
b.w is shared
Identifies source with MAC
cannot identifiy the source
Broad cast occur, till mac table
alwaysbroad cast
Is built
Collision occur when both A&B
Many collisions
Wants to reach D.
1 broad cast domain 4 collision
1 broad cast domain 1 collision
Domains
domain
Switches
Access layer
Distribution layer
Core layer
Switch
standard edition
enterprise edition
The switch will always learn the MAC address from the source itself
The source should atleast communicate once to learn the MAC address
2. Filter & forwarding :
store & forward
cut through
fragment free
On access layer the default is fragment free we can change to any
Of the3 mentioned above.
1.store & forward: it stores the whole information (1500 bytes
Ethernet) into buffer, then checks for errors, looks for destination
In MAC table and then forward.
2. Cut through: no error checking.as soon as a packet arrives
It looks into MAC table & forward.
The hello packets that are sent by root bridge for every 2 sec to inform
that it is working properly are called BPDUS;
(bridge protocol data limits). If non root bridge do no receive
10 BPDUs for next 20secs then it is clear that the root bridge has
Failed.
20secs max age time
Then a new root bridge is selected.
In the above eg:if switch A is selected as root bridge and ports A & B
Of switch A are designated ports. Depending on the shortest paths
For high speed & low cost one port of switch B is selected as root port
& the other will be blocked.
ISDN
Integreted services digital network.
It is a circuit switching technology approved by CCITT.
ISDN
PSTN
Digital
analog
More bandwidth
less
Multiple services like,
Voice,data,video etc.
ISDN
BRI
PRI
(Basic rate interface
2b channels & id chennel)
european standard
north american
standard
30 bchannels
23 bchannels
&
&
id channel
id channel
ss7
basic net3
India