BASIC TO ADVANCED NETWORKING TUTORIALS

Varinder Singh Walia
Varinder Singh WaliaNetwork Administrator at 1neclick
BASICTOADVANCED
NETWORKINGTUTORIALS
PRESENTED BY-:
VARINDER SINGH WALIA
SOME BASICS
OF
NETWORKING
TOPOLOGY
Topology is the structural design of communication model depicted physically or logically.
PHYSICAL TOPOLOGY
 Physical topology is the placement of the various components of a network, including
device location and cable installation
 Example: LAN has one or more physical links to other devices in the network;
graphically mapping these links results in a geometric shape that can be used to
describe the physical topology of the network.
LOGICAL TOPOLOGY
ICMP – INTERNET CONTROL MESSAGE PROTOCOL
Used to communicate between two devices . Ping command help in implementation of
ICMP
IPx/SPx - INTERNET PACKET EXCHANGE / SEQUENCE PACKET EXCHANGE
Developed by Novell company for LAN and MAN
NET- Bios - Network Basic Input / Output System
It is a program that allows applications on different computers to communicate within a
local area network (LAN).
It was created by IBM for its early PC Network, was adopted by Microsoft, and has
since become a de facto industry standard.
Nwlink IPx/ SPx
NWLink packages data to be compatible with client/server services on NetWare
Networks.
SMTP – SIMPLE MAIL TRANSFER PROTOCOLS
It is used for electronic mailing
 POP3 - POST OFFICE PROTOCOL 3
 It is the most recent version of a standard protocol for receiving e-mail.
 POP3 is a client/server protocol in which e-mail is received and held for you by your Internet
server.
 FTP - FILE TRANSFER PROTOCOL
 It is a standard network protocol used to transfer computer files between a client and server on a
computer network.
 TFTP – TRIVIAL FILE TRANSFER PROTOCOL
 It is an Internet software utility for transferring files that is simpler to use than the File Transfer
Protocol but less capable.
 It is used where user authentication and directory visibility are not required.
 It is used as backup to recovery files
 HTTP – HYPER TEXT TRANSFER PROTOCOL
 It is an application protocol for distributed, collaborative, hypermedia information systems.
 It is the foundation of data communication for the World Wide Web.
 Hypertext is structured text that uses logical links (hyperlinks) between nodes containing text
 HTTP functions as a request–response protocol in the client–server computing model.
 HTTPS – HYPER TEXT TRANSFER PROTOCOL SECURE
 It is advanced version of http
 DHCP – DYNAMIC HOST CONFIGURATION PROTOCOL
 It is a client/server protocol that automatically provides an Internet Protocol host with its IP
address and other related configuration information such as the Subnet Mask and Default
Gateway.
 TELNET-
 It is an application layer protocol used on the Internet or local area networks to provide a
bidirectional interactive text-oriented communication facility using a virtual terminal
connection
 SSH – SECURE SHELL PROTOCOL
 It is used for security purpose like authentication for username , password etc.
 ARP – ADDRESS RESOLUTION PROTOCOL
 It is a protocol used by the Internet Protocol to map IP network addresses to the hardware
addresses used by a data link protocol
 RARP – REVERSE ADDRESS RESOLUTION PROTOCOL
 It is used to convert MAC address to IP address
ADVANCED
NETWORKING
ROUTER
 It is a route device which defines router of data
 It reads the packet and filter them
 It works on IP address network
 It manages all traffic inside the routing
 Here we are dealing with ROUTER 2811
SWITCH
 Switch is a computer networking device that connects devices together on a computer
network, by using packet switching to receive, process and forward data to the
destination device.
 Here we are going to deal with SWITCH 2960-24T
IPADDRESSING and SUBNETTING
IPADDRESSING
 Internet Protocol address (IP address) is a numerical label assigned to each device
(e.g., computer, printer) participating in a computer network that uses the Internet
Protocol for communication.
 Types of IP address
 IPv4 – Internet Protocol version 4
 IPv6 – Internet Protocol version 6
SUBNETTING
 It is process of dividation of IPs into subparts.
 We require subnetting in order to reduce the cost
 Example: Suppose we want to buy 100 IPs and each having cost of 260
 => Total Cost = 260 *100=> 26000
 But through subnetting we need only single IP which is divided through subnetting into
different IPs as below:
 Example: 192.168.1.0 Main IP
192.168.1.1
192.168.1.2
192.168.1.3 and so on……………
CONCEPT OF CLASSES
 There are five types of classes namely A,B,C,D,E described below.
 But in Practical Networking we prefer CLASS C only.
S.N
O
CLASS NETWORK
BIT
HOST
BIT
RANGE SUBNET WILDMASK
1 A 8 24 1-126 255.0.0.0 0.255.2555.255
2 B 16 16 128-191 255.255.0.0 0.0.255.255
3 C 24 8 192-223 255.255.255.
0
0.0.0.255
4 D BROADCAST 224-239
5 E RESEARCH 240-255
CORPS INFORMATION SYSTEM CONTROL OFFICER
(CISCO)
 Cisco Systems is an American multinational technology company headquartered in San
Jose, California, that designs, manufactures and sells networking equipment.
 It is considered to be the biggest networking company in the world.
 It is a MNC which deals in Networking Hardware Devices.
 It provides three certifications
 CCNA – CISCO CERTIFIED NETWORK ASSOCIATE/ADMINISTRATOR
 CCNP – CISCO CERTIFIED NETWORK PROFESSIONAL
 CCIE – CISCO CERTIFIED INTERNETWORK EXPERT
NOTE: Here we are going to deal with CCNA
CISCO CERTIFIED
NETWORK
ADMINISTRATOR/
ASSOCIATE
(CCNA)
BASIC TO ADVANCED NETWORKING TUTORIALS
ROUTING
ROUTING
 It means allocating the suitable and appropriate path by the router to the message/packets
from source to destination i.e Tx to Rx and vice versa.
 The device used for this mechanism used is called ROUTING and the device used is called
ROUTER
 Here we are going to deal with ROUTER 2811
 CISCO Routers have four ports for inserting WIC-2T card generating two serial ports from
each card.
 It has two Fast Ethernet ports namely fa 0/0 and fa 0/1 used for connecting devices through
copper straight wire
 It also have 8 serial ports generated two by each WIC-2T card. These ports are used for
only serial connections through Serial DATA TRANSFER EQUIPMENT (DTE) wire
BASIC CONFIGURATION
 It is done on Router
 Router with Switch and PC
 Select Router 2811
 Double click on it and a box will appear.
 Switch Off the Power
 Insert WIC-2T Cards as per requirement .
 Each card will give rise to Two different Serial Ports like 0/0/0 ,0/1/0 etc.
 Then take Switch-2960 and connect both with Copper Straight Wire.
 At last attach PC with Switch using same wire.
 Then click on Router And Then CLI Mode.
 Then write the following configuration code on Router:
CONFIGURATION ON ROUTER
Press : no
 Router>enable
 Router # config terminal
 Router( config) #interface fastEthernet 0/0
 Router( config-if) # ip address 10.0.0.1 255.0.0.0
 Router( config-if)#no shut
 This will turn the light Green between Router And Switch
 Then click PC and provide suitable IP and then press tab which will automatically
assign a suitable subnet mask. And then close this window
 Now click command prompt and write the below command:
 Pc> ping_assigned ip of pc…..
 Then press enter
SERIAL PORT CONFIGURATION
 It is used for communication between two or more routers
 Two or more routers are attached with each other through Serial DTE wire at suitable
serial ports.
 CONFIGURATION ON BOTH ROUTERS
 Router > en
 Router # config terminal
 Router (config )# interface serial 0/0/0
 Router (config-if)# ip address 10.0.0.1 255.0.0.0
 Router (config –if)# no shut
STATIC ROUTING
 It is used where router uses manual IP configuration .
 It is used in small scale networks.
 In it we left all the directly attached network .
 Commands Used
 Router (config )# iproute_neighbor ip_subnet_via
 ADVANTAGES OF STATIC ROUTING
 Fast and Effective
 Moreover control selective path
 Less overload for router
 DISADVANTAGES OF STATIC ROUTING
 More overhead on administrator
 Load balancing is not easily possible
DEFAULT ROUTING
 It means a route for any network
 This route is specified with following syntax:
 Router (config)# ip route 0.0.0.0_0.0.0.0_via
DYNAMIC ROUTING
 It is simple and fast to implement
 In it we have to write only directly attached entire network
 Various DYNAMIC ROUTING techniques includes :
 ROUTER INFORMATION PROTOCOL(RIP)
 INTERIOR GATEWAY ROUTING PROTOCOL(IGRP)
 ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL(EIGRP)
 OPEN SHORTEST PATH FIRST(OSPF)
 BORDER GATEWAY PROTOCOL(BGP)
ROUTER INFORMATION PROTOCOL (RIP)
 It is one of the oldest distance-vector routing protocols which employ the hop count as a
routing metric.
 RIP prevents routing loops by implementing a limit on the number of hops allowed in a
path from source to destination.
 The maximum number of hops allowed for RIP is 15, which limits the size of networks
that RIP can support.
 A hop count of 16 is considered an infinite distance and the route is considered
unreachable.
 In it we have to write only directly attached networks.
 Command used :
 Router (config)# router rip
 Router (config-router)# network_required network IP
ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL
(EIGRP)
 EIGRP (Enhanced Interior Gateway Routing Protocol) is a network protocol that lets
routers exchange information more efficiently than with earlier network protocols
 It has characteristics of both distance vector and link state protocols
 EIGRP will route the same protocols that IGRP route .
 SYNTAX :
 Router (config)# router eigrp_PROCESS ID ( )
 Router (config-router)# network _ required network IP
NOTE: All Routers has same Process ID
OPEN SHORTEST PATH FIRST (OSPF)
 Open Shortest Path First (OSPF) is a routing protocol for Internet Protocol (IP) networks.
 It uses a link state routing algorithm and falls into the group of interior routing protocols,
operating within a single autonomous system (AS).
 It uses the concept of WILD CARD MASK , which is complement of subnet
 It also uses the Process ID and Area
 NOTE: All routers have same Area but different Process ID
 SYNTAX:
 Router (config )# router ospf_ PID(range 1-65535)
 Router (config –router)# network_requires network IP_ wildcard mask_area_any value(range
0-4294967295)
BRODER GATEWAY PROTOCOL (BGP)
 Border Gateway Protocol (BGP) is a standardized exterior gateway protocol designed
to exchange routing and reachability information among autonomous systems (AS) on
the Internet.
 The protocol is often classified as a path vector protocol but is sometimes also classed
as a distance-vector routing protocol.
 This protocol use the ip of neighbor point for communication
 SYNTAX:
 Router (config)#router bgp_PID1
 Router (config –router)# neighbor_ip of end point_remote-as_PID2
 NOTE 1: Before applying this command apply Dynamic routing on each router
 NOTE 2: Each router has different Process ID
 NOTE 3:Do not write directly attached IP of network. All except directly attached IP
will be treated as neighbor
 NOTE 4: PID will be of current router only.
REDISTRIBUTION B/W RIP,STATIC,EIGRP AND OSPF
ROUTING
 Commands Used:
Router (config)#router rip
Router(config-router)#redistribute ospf 10 metric 10
Router(config-router)#redistribute eigrp 10 metric 10
Router(config-router)#redistribute static metric 10
Router (config-router)# router ospf 10
Router(config-router)#redistribute rip metric 10 subnets
Router(config-router)#redistribute eigrp 10 metric 10 subnets
Router(config-router)#redistribute static metric 10 subnets
Router(config-router)#router eigrp 10
Router(config-router)#redistribute rip metric 100 100 100 100 100
Router(config-router)#redistribute static metric 100 100 100 100 100
Router(config-router)#redistribute ospf 10 metric 100 100 100 100 100
Router(config-router)#do wr
Router(config-router)#exit
TELECOMMUNICATION
(VOIP)
INTODUCTION TO VOIP
 VOIP is an acronym for Voice Over Internet Protocol, or in more common terms phone
service over the Internet.
 If you have a reasonable quality Internet connection you can get phone service
delivered through your Internet connection instead of from your local phone company.
BASIC IDEA OF VOIP
 Continuously sample audio.
 Convert each sample to digital form.
 Send the resulting digitized stream accross an IP network in packets.
 Convert the stream back to analog for playback.
 Before the procedure above, the system must handle call setup.
 Phone number to IP.
ADVANTAGES OF VOIP
 Low call costs. ...
 Low cost of performing moves, ads and changes on a business VOIP phone system.
 Increased functionality and integration with other IT business systems.
 Ability to have your land-line phone number follow you anywhere.
 Low infrastructure costs. ...
 Future proof.
DISADVANTAGES OF VOIP
 Loss of service during outages.
 Without power VOIP phones are useless, so in case of emergencies during power
cuts it can be a major disadvantage.
 With VOIP emergency calls, it is hard to locate you and send help in time.
 Some times during calls, there may be periods of silence when data is lost while it
is being unscrambled.
 Latency and traffic.
 No standard protocol is applicable
VOICE OVER INTERNET PROTOCOL
(VOIP)
(VOIP)
SWITCHING
SWITCHING
VIRTUAL LOCALAREA NETWORK (VLAN)
 It is a smart device
 It divides switch into multiple parts in order to maintain security.
 Basic Configuration:
 Switch(config)#vlan ID(1-1005)
#vlan 10
#name ABC
#vlan 20
#name XYZ
#do show vlan
#do wr
#exit
 SWITCH TO SWITCH PROGRAMMIG
Switch#interface fa 0/0
#switchport access vlan 10
interface fa 0/3
# switchport access vlan 10
# interface fa 0/2
#switchport access vlan 20
# interface fa 0/4
#switchport access vlan 20
#do wr
#exit
:-> NOW apply the following commands:
Switch(config)# interface fa 0/24
#switchport mode trunk
#do wr
#exit
PER- VLAN SPANNING TREE
 Per-VLAN Spanning Tree (PVST) maintains a spanning tree instance for each VLAN
configured in the network.
 It uses ISL Trunking and allows a VLAN trunk to be forwarding for some VLANs while
blocking for other VLANs.
 Since PVST treats each VLAN as a separate network, it has the ability to load balance
traffic (at layer-2) by forwarding some VLANs on one trunk and other Vlans on another
trunk without causing a Spanning Tree loop.
 Commands for PVST on router:
Router(config)#interface fa 0/0
#no shut
Router(config)#int fa 0/0.10(10 is Ip of given PC’s)
#encapsulation_dot1Q_10
#ip_add_pc virtual IP_subnet
NOTE: Add similar above commands of number of even PC’s attached.
SECURITY
SECURITY
It is the network device protection in order to secure our network with help of
CCNA technology
 TYPES OF SECURITY :
 ACCESS CONTROL LIST : It is type of security in which we filter inbound
and outbound traffic
 Types of ACL:
1. STANDARD ACL : It is a type of ACL in which we block all the protocols
in our network.
 Commands for STANDARD ACL
Router(config)# ip_access-list standard_abc_deny_IP of n/w to be blocked_wildcard mask
#permit_any
#do wr
#exit
Router(config)# interface fa 0/0
#ip_access-group_abc
2. EXTENDED ACL : It is a type of ACL in which we block a particular protocol as
well as particular IP
 Commmands for Extended ACL:
 Router(config) # ip_access-list_extended_abc
#deny_icmp_destination IP_wildcard mask_source IP_wildcard
mask
#permit_ip_any_any
#do wr
#exit
 Router(config)# interface fa 0/0
#ip_access-group_abc
#do wr
#exit
VIRTUAL TERMINAL TYPE (VTY)
 It is protocol used for remotely connection with other connection.
 REQUIREMENT
1. Client Side: There are two password used that are ON ENABLE and ON LINE
CONSOLE
• Commands on CLIENT SIDE:
Router>en
Router#telnet_10.0.0.1
#do show ip interface brief
2. MASTER SIDE:
• Commands on MASTER SIDE:
Router(config)# enable_password_123
#line_vty_0 15
#password 1234
# do wr
# exit
VIRTUAL PRIVATE NETWORK (VPN)
 VPN is a technology that creates an encrypted connection over a less secure network
 In this basically TUNNEL is made to keep data secure , through which only source and
destination clients can get the data.
 Commands for VPN:
Router(config)# interface_tunnel_number
# ip_address_virtual IP_subnet
# tunnel_source_serial_of router itself
#tunnel_destination_IP of end router
# do wr
# exit
NOTE: Also share the virtual ip on both end router with rip command.
NETWORK ADDRESS TRANSLATOR
 It is type of security in which we convert our private address into public address
 It is a part of ethical hacking in which there is use of fake IP
 TYPES Of NAT:
1. STATIC NAT: It is a type of NAT in which the client will fetch only single
fake IP everytime.
Commands for STATIC NAT:
Router(config)# ip_nat_inside_source_static_IP of pc of router
# interface fa 0/0
#ip_nat_inside
#interface serial 0/0/0
#ip_nat_outside
#do wr
#exit
2.DYNAMIC NAT : It is a type of security in which we create a pool of fake IP’s
,because of which the user will receive a different fake IP
everytime within the range of given IP pool.
 Commands for DYANMIC NAT:
Router(config)# access-list_10_permit_actual router IP_wildcard mask
# ip_nat_pool_abc_50.0.0.3_50.0.0.10_netmask_subnet
# ip_nat_inside_source_list_10_pool_abc
#interface_fa_0/0
#ip_nat_inside
#interface_serial_port of router
#ip_nat-outside
#do_wr
#exit
3. Overload / NATPAD : It means that the single public IP assigned to your router can be used
by multiple internal hosts concurrently. This is done by translating source UDP/TCP ports in the
packets and keeping track of them within the translation table kept in the router .
1 of 43

Recommended

Ccna ppt1 by
Ccna ppt1Ccna ppt1
Ccna ppt1AIRTEL
1.9K views125 slides
CCNA ppt by
CCNA pptCCNA ppt
CCNA pptSumant Garg
35.4K views32 slides
ccna project on topic company infrastructure by
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructurePrince Gautam
665 views32 slides
Subnetting Presentation by
Subnetting PresentationSubnetting Presentation
Subnetting PresentationTouhidul Fahim
11.9K views29 slides
Network switch by
Network switchNetwork switch
Network switchRavinder Kaur
23.6K views25 slides
Ip addressing by
Ip addressingIp addressing
Ip addressingOnline
8.9K views24 slides

More Related Content

What's hot

Subnetting by
SubnettingSubnetting
SubnettingGichelle Amon
11.3K views15 slides
CCNA Routing Fundamentals - EIGRP, OSPF and RIP by
CCNA  Routing Fundamentals -  EIGRP, OSPF and RIPCCNA  Routing Fundamentals -  EIGRP, OSPF and RIP
CCNA Routing Fundamentals - EIGRP, OSPF and RIPsushmil123
5.8K views40 slides
Network Design on cisco packet tracer 6.0 by
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Saurav Pandey
50.3K views46 slides
Computer Networking fundamentals by
Computer Networking fundamentals Computer Networking fundamentals
Computer Networking fundamentals Kirti Verma
1K views20 slides
internet protocols by
internet protocolsinternet protocols
internet protocolsCLIFFORD BRANDES
296 views14 slides
CCNA Basic Switching and Switch Configuration by
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationDsunte Wilson
27.2K views53 slides

What's hot(20)

CCNA Routing Fundamentals - EIGRP, OSPF and RIP by sushmil123
CCNA  Routing Fundamentals -  EIGRP, OSPF and RIPCCNA  Routing Fundamentals -  EIGRP, OSPF and RIP
CCNA Routing Fundamentals - EIGRP, OSPF and RIP
sushmil1235.8K views
Network Design on cisco packet tracer 6.0 by Saurav Pandey
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0
Saurav Pandey50.3K views
Computer Networking fundamentals by Kirti Verma
Computer Networking fundamentals Computer Networking fundamentals
Computer Networking fundamentals
Kirti Verma1K views
CCNA Basic Switching and Switch Configuration by Dsunte Wilson
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
Dsunte Wilson27.2K views
Vlan by sanss40
Vlan Vlan
Vlan
sanss4049.9K views
Presentation on ccna by HoneyKumar34
Presentation on ccnaPresentation on ccna
Presentation on ccna
HoneyKumar34577 views
Firewall and Types of firewall by Coder Tech
Firewall and Types of firewallFirewall and Types of firewall
Firewall and Types of firewall
Coder Tech4.1K views
CCNA ppt Day 1 by VISHNU N
CCNA ppt Day 1CCNA ppt Day 1
CCNA ppt Day 1
VISHNU N4.8K views
Presentation on networking by HoneyKumar34
Presentation on networking Presentation on networking
Presentation on networking
HoneyKumar341.5K views
Network devices by Ashok R
Network devicesNetwork devices
Network devices
Ashok R992 views
IP Configuration by Stephen Raj
IP ConfigurationIP Configuration
IP Configuration
Stephen Raj2.6K views
Open shortest path first (ospf) by Respa Peter
Open shortest path first (ospf)Open shortest path first (ospf)
Open shortest path first (ospf)
Respa Peter13.3K views

Viewers also liked

Dynamic routing protocols (CCNA) by
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Varinder Singh Walia
6.3K views35 slides
BASIC CONCEPTS OF COMPUTER NETWORKS by
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS Kak Yong
614.9K views14 slides
Advanced computer network by
Advanced computer networkAdvanced computer network
Advanced computer networkTrinity Dwarka
7.6K views14 slides
Networking fundamentals by
Networking fundamentalsNetworking fundamentals
Networking fundamentalsjpprakash
40.3K views28 slides
Well known protocols port numbers by
Well known  protocols port numbersWell known  protocols port numbers
Well known protocols port numbersVarinder Singh Walia
1.4K views7 slides

Viewers also liked(20)

BASIC CONCEPTS OF COMPUTER NETWORKS by Kak Yong
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS
Kak Yong614.9K views
Advanced computer network by Trinity Dwarka
Advanced computer networkAdvanced computer network
Advanced computer network
Trinity Dwarka7.6K views
Networking fundamentals by jpprakash
Networking fundamentalsNetworking fundamentals
Networking fundamentals
jpprakash40.3K views
Introduction to computer network by Ashita Agrawal
Introduction to computer networkIntroduction to computer network
Introduction to computer network
Ashita Agrawal225.9K views
Basic concepts of computer Networking by Hj Habib
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer Networking
Hj Habib175.3K views
Networking ppt by Shovan Mandal
Networking ppt Networking ppt
Networking ppt
Shovan Mandal217.4K views
Computer networking devices by Rajesh Sadhukha
Computer networking devicesComputer networking devices
Computer networking devices
Rajesh Sadhukha218.5K views
Routing Protocols and Concepts - Chapter 1 by CAVC
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1
CAVC32K views
Computer networking by tdsparks3
Computer networkingComputer networking
Computer networking
tdsparks31.2K views
20 common ports and their purposes by Owlishes
20 common ports and their purposes20 common ports and their purposes
20 common ports and their purposes
Owlishes299 views
1 introduction-to-computer-networking by Khan Rahimeen
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
Khan Rahimeen6K views
20 common port numbers and their purposes by salamassh
20 common port numbers and their purposes 20 common port numbers and their purposes
20 common port numbers and their purposes
salamassh2K views
The 20 Common ports by RKabbaniFTW
The 20 Common portsThe 20 Common ports
The 20 Common ports
RKabbaniFTW362 views
RIP - Routing Information Protocol by selvakumar_b1985
RIP - Routing Information ProtocolRIP - Routing Information Protocol
RIP - Routing Information Protocol
selvakumar_b19855.8K views
CCNA 1 Routing and Switching v5.0 Chapter 2 by Nil Menon
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 Menon25.5K views

Similar to BASIC TO ADVANCED NETWORKING TUTORIALS

Networking by
NetworkingNetworking
NetworkingTarun Jaiswal
39 views23 slides
Basic ccna interview questions and answers ~ sysnet notes by
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesVamsi Krishna Kalavala
1.6K views8 slides
CCNA by
CCNACCNA
CCNAAbhishek Parihari
593 views33 slides
Training Day Slides by
Training Day SlidesTraining Day Slides
Training Day Slidesadam_merritt
690 views43 slides
CCNA FUNDAMENTAL by
CCNA FUNDAMENTALCCNA FUNDAMENTAL
CCNA FUNDAMENTALEr Aadarsh Srivastava
2.5K views32 slides
Protocols and the TCP/IP Protocol Suite by
Protocols and the TCP/IP Protocol SuiteProtocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol SuiteAtharaw Deshmukh
17.5K views24 slides

Similar to BASIC TO ADVANCED NETWORKING TUTORIALS(20)

Basic ccna interview questions and answers ~ sysnet notes by Vamsi Krishna Kalavala
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notes
Protocols and the TCP/IP Protocol Suite by Atharaw Deshmukh
Protocols and the TCP/IP Protocol SuiteProtocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol Suite
Atharaw Deshmukh17.5K views
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k... by Tarun Khaneja
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
Tarun Khaneja62.5K views
Session 2 Tp 2 by githe26200
Session 2 Tp 2Session 2 Tp 2
Session 2 Tp 2
githe26200641 views
Implementation of IPSec VPN on Cisco routers and Configuring it on ISP. (1) by Vanitha Joshi
Implementation of IPSec VPN on Cisco routers and Configuring it on ISP. (1)Implementation of IPSec VPN on Cisco routers and Configuring it on ISP. (1)
Implementation of IPSec VPN on Cisco routers and Configuring it on ISP. (1)
Vanitha Joshi1.4K views
Introduction 140318015826-phpapp01 by amit singh
Introduction 140318015826-phpapp01Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01
amit singh79 views
Computer networks - CBSE New Syllabus (083) Class - XII by Deepak Singh
Computer networks - CBSE  New Syllabus (083) Class - XIIComputer networks - CBSE  New Syllabus (083) Class - XII
Computer networks - CBSE New Syllabus (083) Class - XII
Deepak Singh884 views
Basic Introduction to Technology (1).pptx by tthind
Basic Introduction to Technology (1).pptxBasic Introduction to Technology (1).pptx
Basic Introduction to Technology (1).pptx
tthind3 views
Basic Introduction to Technology (networking).pdf by tthind
Basic Introduction to Technology (networking).pdfBasic Introduction to Technology (networking).pdf
Basic Introduction to Technology (networking).pdf
tthind17 views
07 - TCP_IP and the DoD Model.ppt by ssuserf7cd2b
07 - TCP_IP and the DoD Model.ppt07 - TCP_IP and the DoD Model.ppt
07 - TCP_IP and the DoD Model.ppt
ssuserf7cd2b9 views
Running head network design 1 netwo by AKHIL969626
Running head network design                             1 netwoRunning head network design                             1 netwo
Running head network design 1 netwo
AKHIL96962631 views

Recently uploaded

MemVerge: Memory Viewer Software by
MemVerge: Memory Viewer SoftwareMemVerge: Memory Viewer Software
MemVerge: Memory Viewer SoftwareCXL Forum
118 views10 slides
"Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad... by
"Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad..."Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad...
"Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad...Fwdays
40 views30 slides
Understanding GenAI/LLM and What is Google Offering - Felix Goh by
Understanding GenAI/LLM and What is Google Offering - Felix GohUnderstanding GenAI/LLM and What is Google Offering - Felix Goh
Understanding GenAI/LLM and What is Google Offering - Felix GohNUS-ISS
39 views33 slides
Business Analyst Series 2023 - Week 3 Session 5 by
Business Analyst Series 2023 -  Week 3 Session 5Business Analyst Series 2023 -  Week 3 Session 5
Business Analyst Series 2023 - Week 3 Session 5DianaGray10
165 views20 slides
Data-centric AI and the convergence of data and model engineering: opportunit... by
Data-centric AI and the convergence of data and model engineering:opportunit...Data-centric AI and the convergence of data and model engineering:opportunit...
Data-centric AI and the convergence of data and model engineering: opportunit...Paolo Missier
29 views40 slides
[2023] Putting the R! in R&D.pdf by
[2023] Putting the R! in R&D.pdf[2023] Putting the R! in R&D.pdf
[2023] Putting the R! in R&D.pdfEleanor McHugh
38 views127 slides

Recently uploaded(20)

MemVerge: Memory Viewer Software by CXL Forum
MemVerge: Memory Viewer SoftwareMemVerge: Memory Viewer Software
MemVerge: Memory Viewer Software
CXL Forum118 views
"Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad... by Fwdays
"Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad..."Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad...
"Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad...
Fwdays40 views
Understanding GenAI/LLM and What is Google Offering - Felix Goh by NUS-ISS
Understanding GenAI/LLM and What is Google Offering - Felix GohUnderstanding GenAI/LLM and What is Google Offering - Felix Goh
Understanding GenAI/LLM and What is Google Offering - Felix Goh
NUS-ISS39 views
Business Analyst Series 2023 - Week 3 Session 5 by DianaGray10
Business Analyst Series 2023 -  Week 3 Session 5Business Analyst Series 2023 -  Week 3 Session 5
Business Analyst Series 2023 - Week 3 Session 5
DianaGray10165 views
Data-centric AI and the convergence of data and model engineering: opportunit... by Paolo Missier
Data-centric AI and the convergence of data and model engineering:opportunit...Data-centric AI and the convergence of data and model engineering:opportunit...
Data-centric AI and the convergence of data and model engineering: opportunit...
Paolo Missier29 views
[2023] Putting the R! in R&D.pdf by Eleanor McHugh
[2023] Putting the R! in R&D.pdf[2023] Putting the R! in R&D.pdf
[2023] Putting the R! in R&D.pdf
Eleanor McHugh38 views
Combining Orchestration and Choreography for a Clean Architecture by ThomasHeinrichs1
Combining Orchestration and Choreography for a Clean ArchitectureCombining Orchestration and Choreography for a Clean Architecture
Combining Orchestration and Choreography for a Clean Architecture
ThomasHeinrichs168 views
JCon Live 2023 - Lice coding some integration problems by Bernd Ruecker
JCon Live 2023 - Lice coding some integration problemsJCon Live 2023 - Lice coding some integration problems
JCon Live 2023 - Lice coding some integration problems
Bernd Ruecker67 views
"How we switched to Kanban and how it integrates with product planning", Vady... by Fwdays
"How we switched to Kanban and how it integrates with product planning", Vady..."How we switched to Kanban and how it integrates with product planning", Vady...
"How we switched to Kanban and how it integrates with product planning", Vady...
Fwdays61 views
MemVerge: Past Present and Future of CXL by CXL Forum
MemVerge: Past Present and Future of CXLMemVerge: Past Present and Future of CXL
MemVerge: Past Present and Future of CXL
CXL Forum110 views
Empathic Computing: Delivering the Potential of the Metaverse by Mark Billinghurst
Empathic Computing: Delivering  the Potential of the MetaverseEmpathic Computing: Delivering  the Potential of the Metaverse
Empathic Computing: Delivering the Potential of the Metaverse
Mark Billinghurst449 views
CXL at OCP by CXL Forum
CXL at OCPCXL at OCP
CXL at OCP
CXL Forum208 views
AMD: 4th Generation EPYC CXL Demo by CXL Forum
AMD: 4th Generation EPYC CXL DemoAMD: 4th Generation EPYC CXL Demo
AMD: 4th Generation EPYC CXL Demo
CXL Forum126 views
TE Connectivity: Card Edge Interconnects by CXL Forum
TE Connectivity: Card Edge InterconnectsTE Connectivity: Card Edge Interconnects
TE Connectivity: Card Edge Interconnects
CXL Forum96 views
Future of Learning - Yap Aye Wee.pdf by NUS-ISS
Future of Learning - Yap Aye Wee.pdfFuture of Learning - Yap Aye Wee.pdf
Future of Learning - Yap Aye Wee.pdf
NUS-ISS38 views
Microchip: CXL Use Cases and Enabling Ecosystem by CXL Forum
Microchip: CXL Use Cases and Enabling EcosystemMicrochip: CXL Use Cases and Enabling Ecosystem
Microchip: CXL Use Cases and Enabling Ecosystem
CXL Forum129 views

BASIC TO ADVANCED NETWORKING TUTORIALS

  • 3. TOPOLOGY Topology is the structural design of communication model depicted physically or logically. PHYSICAL TOPOLOGY  Physical topology is the placement of the various components of a network, including device location and cable installation  Example: LAN has one or more physical links to other devices in the network; graphically mapping these links results in a geometric shape that can be used to describe the physical topology of the network.
  • 4. LOGICAL TOPOLOGY ICMP – INTERNET CONTROL MESSAGE PROTOCOL Used to communicate between two devices . Ping command help in implementation of ICMP IPx/SPx - INTERNET PACKET EXCHANGE / SEQUENCE PACKET EXCHANGE Developed by Novell company for LAN and MAN NET- Bios - Network Basic Input / Output System It is a program that allows applications on different computers to communicate within a local area network (LAN). It was created by IBM for its early PC Network, was adopted by Microsoft, and has since become a de facto industry standard. Nwlink IPx/ SPx NWLink packages data to be compatible with client/server services on NetWare Networks. SMTP – SIMPLE MAIL TRANSFER PROTOCOLS It is used for electronic mailing
  • 5.  POP3 - POST OFFICE PROTOCOL 3  It is the most recent version of a standard protocol for receiving e-mail.  POP3 is a client/server protocol in which e-mail is received and held for you by your Internet server.  FTP - FILE TRANSFER PROTOCOL  It is a standard network protocol used to transfer computer files between a client and server on a computer network.  TFTP – TRIVIAL FILE TRANSFER PROTOCOL  It is an Internet software utility for transferring files that is simpler to use than the File Transfer Protocol but less capable.  It is used where user authentication and directory visibility are not required.  It is used as backup to recovery files  HTTP – HYPER TEXT TRANSFER PROTOCOL  It is an application protocol for distributed, collaborative, hypermedia information systems.  It is the foundation of data communication for the World Wide Web.  Hypertext is structured text that uses logical links (hyperlinks) between nodes containing text  HTTP functions as a request–response protocol in the client–server computing model.
  • 6.  HTTPS – HYPER TEXT TRANSFER PROTOCOL SECURE  It is advanced version of http  DHCP – DYNAMIC HOST CONFIGURATION PROTOCOL  It is a client/server protocol that automatically provides an Internet Protocol host with its IP address and other related configuration information such as the Subnet Mask and Default Gateway.  TELNET-  It is an application layer protocol used on the Internet or local area networks to provide a bidirectional interactive text-oriented communication facility using a virtual terminal connection  SSH – SECURE SHELL PROTOCOL  It is used for security purpose like authentication for username , password etc.  ARP – ADDRESS RESOLUTION PROTOCOL  It is a protocol used by the Internet Protocol to map IP network addresses to the hardware addresses used by a data link protocol  RARP – REVERSE ADDRESS RESOLUTION PROTOCOL  It is used to convert MAC address to IP address
  • 8. ROUTER  It is a route device which defines router of data  It reads the packet and filter them  It works on IP address network  It manages all traffic inside the routing  Here we are dealing with ROUTER 2811
  • 9. SWITCH  Switch is a computer networking device that connects devices together on a computer network, by using packet switching to receive, process and forward data to the destination device.  Here we are going to deal with SWITCH 2960-24T
  • 10. IPADDRESSING and SUBNETTING IPADDRESSING  Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network that uses the Internet Protocol for communication.  Types of IP address  IPv4 – Internet Protocol version 4  IPv6 – Internet Protocol version 6
  • 11. SUBNETTING  It is process of dividation of IPs into subparts.  We require subnetting in order to reduce the cost  Example: Suppose we want to buy 100 IPs and each having cost of 260  => Total Cost = 260 *100=> 26000  But through subnetting we need only single IP which is divided through subnetting into different IPs as below:  Example: 192.168.1.0 Main IP 192.168.1.1 192.168.1.2 192.168.1.3 and so on……………
  • 12. CONCEPT OF CLASSES  There are five types of classes namely A,B,C,D,E described below.  But in Practical Networking we prefer CLASS C only. S.N O CLASS NETWORK BIT HOST BIT RANGE SUBNET WILDMASK 1 A 8 24 1-126 255.0.0.0 0.255.2555.255 2 B 16 16 128-191 255.255.0.0 0.0.255.255 3 C 24 8 192-223 255.255.255. 0 0.0.0.255 4 D BROADCAST 224-239 5 E RESEARCH 240-255
  • 13. CORPS INFORMATION SYSTEM CONTROL OFFICER (CISCO)  Cisco Systems is an American multinational technology company headquartered in San Jose, California, that designs, manufactures and sells networking equipment.  It is considered to be the biggest networking company in the world.  It is a MNC which deals in Networking Hardware Devices.  It provides three certifications  CCNA – CISCO CERTIFIED NETWORK ASSOCIATE/ADMINISTRATOR  CCNP – CISCO CERTIFIED NETWORK PROFESSIONAL  CCIE – CISCO CERTIFIED INTERNETWORK EXPERT NOTE: Here we are going to deal with CCNA
  • 17. ROUTING  It means allocating the suitable and appropriate path by the router to the message/packets from source to destination i.e Tx to Rx and vice versa.  The device used for this mechanism used is called ROUTING and the device used is called ROUTER  Here we are going to deal with ROUTER 2811  CISCO Routers have four ports for inserting WIC-2T card generating two serial ports from each card.  It has two Fast Ethernet ports namely fa 0/0 and fa 0/1 used for connecting devices through copper straight wire  It also have 8 serial ports generated two by each WIC-2T card. These ports are used for only serial connections through Serial DATA TRANSFER EQUIPMENT (DTE) wire
  • 18. BASIC CONFIGURATION  It is done on Router  Router with Switch and PC  Select Router 2811  Double click on it and a box will appear.  Switch Off the Power  Insert WIC-2T Cards as per requirement .  Each card will give rise to Two different Serial Ports like 0/0/0 ,0/1/0 etc.  Then take Switch-2960 and connect both with Copper Straight Wire.  At last attach PC with Switch using same wire.  Then click on Router And Then CLI Mode.  Then write the following configuration code on Router:
  • 19. CONFIGURATION ON ROUTER Press : no  Router>enable  Router # config terminal  Router( config) #interface fastEthernet 0/0  Router( config-if) # ip address 10.0.0.1 255.0.0.0  Router( config-if)#no shut  This will turn the light Green between Router And Switch  Then click PC and provide suitable IP and then press tab which will automatically assign a suitable subnet mask. And then close this window  Now click command prompt and write the below command:  Pc> ping_assigned ip of pc…..  Then press enter
  • 20. SERIAL PORT CONFIGURATION  It is used for communication between two or more routers  Two or more routers are attached with each other through Serial DTE wire at suitable serial ports.  CONFIGURATION ON BOTH ROUTERS  Router > en  Router # config terminal  Router (config )# interface serial 0/0/0  Router (config-if)# ip address 10.0.0.1 255.0.0.0  Router (config –if)# no shut
  • 21. STATIC ROUTING  It is used where router uses manual IP configuration .  It is used in small scale networks.  In it we left all the directly attached network .  Commands Used  Router (config )# iproute_neighbor ip_subnet_via  ADVANTAGES OF STATIC ROUTING  Fast and Effective  Moreover control selective path  Less overload for router  DISADVANTAGES OF STATIC ROUTING  More overhead on administrator  Load balancing is not easily possible
  • 22. DEFAULT ROUTING  It means a route for any network  This route is specified with following syntax:  Router (config)# ip route 0.0.0.0_0.0.0.0_via
  • 23. DYNAMIC ROUTING  It is simple and fast to implement  In it we have to write only directly attached entire network  Various DYNAMIC ROUTING techniques includes :  ROUTER INFORMATION PROTOCOL(RIP)  INTERIOR GATEWAY ROUTING PROTOCOL(IGRP)  ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL(EIGRP)  OPEN SHORTEST PATH FIRST(OSPF)  BORDER GATEWAY PROTOCOL(BGP)
  • 24. ROUTER INFORMATION PROTOCOL (RIP)  It is one of the oldest distance-vector routing protocols which employ the hop count as a routing metric.  RIP prevents routing loops by implementing a limit on the number of hops allowed in a path from source to destination.  The maximum number of hops allowed for RIP is 15, which limits the size of networks that RIP can support.  A hop count of 16 is considered an infinite distance and the route is considered unreachable.  In it we have to write only directly attached networks.  Command used :  Router (config)# router rip  Router (config-router)# network_required network IP
  • 25. ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL (EIGRP)  EIGRP (Enhanced Interior Gateway Routing Protocol) is a network protocol that lets routers exchange information more efficiently than with earlier network protocols  It has characteristics of both distance vector and link state protocols  EIGRP will route the same protocols that IGRP route .  SYNTAX :  Router (config)# router eigrp_PROCESS ID ( )  Router (config-router)# network _ required network IP NOTE: All Routers has same Process ID
  • 26. OPEN SHORTEST PATH FIRST (OSPF)  Open Shortest Path First (OSPF) is a routing protocol for Internet Protocol (IP) networks.  It uses a link state routing algorithm and falls into the group of interior routing protocols, operating within a single autonomous system (AS).  It uses the concept of WILD CARD MASK , which is complement of subnet  It also uses the Process ID and Area  NOTE: All routers have same Area but different Process ID  SYNTAX:  Router (config )# router ospf_ PID(range 1-65535)  Router (config –router)# network_requires network IP_ wildcard mask_area_any value(range 0-4294967295)
  • 27. BRODER GATEWAY PROTOCOL (BGP)  Border Gateway Protocol (BGP) is a standardized exterior gateway protocol designed to exchange routing and reachability information among autonomous systems (AS) on the Internet.  The protocol is often classified as a path vector protocol but is sometimes also classed as a distance-vector routing protocol.  This protocol use the ip of neighbor point for communication  SYNTAX:  Router (config)#router bgp_PID1  Router (config –router)# neighbor_ip of end point_remote-as_PID2  NOTE 1: Before applying this command apply Dynamic routing on each router  NOTE 2: Each router has different Process ID  NOTE 3:Do not write directly attached IP of network. All except directly attached IP will be treated as neighbor  NOTE 4: PID will be of current router only.
  • 28. REDISTRIBUTION B/W RIP,STATIC,EIGRP AND OSPF ROUTING  Commands Used: Router (config)#router rip Router(config-router)#redistribute ospf 10 metric 10 Router(config-router)#redistribute eigrp 10 metric 10 Router(config-router)#redistribute static metric 10 Router (config-router)# router ospf 10 Router(config-router)#redistribute rip metric 10 subnets Router(config-router)#redistribute eigrp 10 metric 10 subnets Router(config-router)#redistribute static metric 10 subnets Router(config-router)#router eigrp 10 Router(config-router)#redistribute rip metric 100 100 100 100 100 Router(config-router)#redistribute static metric 100 100 100 100 100 Router(config-router)#redistribute ospf 10 metric 100 100 100 100 100 Router(config-router)#do wr Router(config-router)#exit
  • 30. INTODUCTION TO VOIP  VOIP is an acronym for Voice Over Internet Protocol, or in more common terms phone service over the Internet.  If you have a reasonable quality Internet connection you can get phone service delivered through your Internet connection instead of from your local phone company. BASIC IDEA OF VOIP  Continuously sample audio.  Convert each sample to digital form.  Send the resulting digitized stream accross an IP network in packets.  Convert the stream back to analog for playback.  Before the procedure above, the system must handle call setup.  Phone number to IP.
  • 31. ADVANTAGES OF VOIP  Low call costs. ...  Low cost of performing moves, ads and changes on a business VOIP phone system.  Increased functionality and integration with other IT business systems.  Ability to have your land-line phone number follow you anywhere.  Low infrastructure costs. ...  Future proof. DISADVANTAGES OF VOIP  Loss of service during outages.  Without power VOIP phones are useless, so in case of emergencies during power cuts it can be a major disadvantage.  With VOIP emergency calls, it is hard to locate you and send help in time.  Some times during calls, there may be periods of silence when data is lost while it is being unscrambled.  Latency and traffic.  No standard protocol is applicable
  • 32. VOICE OVER INTERNET PROTOCOL (VOIP) (VOIP)
  • 34. SWITCHING VIRTUAL LOCALAREA NETWORK (VLAN)  It is a smart device  It divides switch into multiple parts in order to maintain security.  Basic Configuration:  Switch(config)#vlan ID(1-1005) #vlan 10 #name ABC #vlan 20 #name XYZ #do show vlan #do wr #exit
  • 35.  SWITCH TO SWITCH PROGRAMMIG Switch#interface fa 0/0 #switchport access vlan 10 interface fa 0/3 # switchport access vlan 10 # interface fa 0/2 #switchport access vlan 20 # interface fa 0/4 #switchport access vlan 20 #do wr #exit :-> NOW apply the following commands: Switch(config)# interface fa 0/24 #switchport mode trunk #do wr #exit
  • 36. PER- VLAN SPANNING TREE  Per-VLAN Spanning Tree (PVST) maintains a spanning tree instance for each VLAN configured in the network.  It uses ISL Trunking and allows a VLAN trunk to be forwarding for some VLANs while blocking for other VLANs.  Since PVST treats each VLAN as a separate network, it has the ability to load balance traffic (at layer-2) by forwarding some VLANs on one trunk and other Vlans on another trunk without causing a Spanning Tree loop.  Commands for PVST on router: Router(config)#interface fa 0/0 #no shut Router(config)#int fa 0/0.10(10 is Ip of given PC’s) #encapsulation_dot1Q_10 #ip_add_pc virtual IP_subnet NOTE: Add similar above commands of number of even PC’s attached.
  • 38. SECURITY It is the network device protection in order to secure our network with help of CCNA technology  TYPES OF SECURITY :  ACCESS CONTROL LIST : It is type of security in which we filter inbound and outbound traffic  Types of ACL: 1. STANDARD ACL : It is a type of ACL in which we block all the protocols in our network.  Commands for STANDARD ACL Router(config)# ip_access-list standard_abc_deny_IP of n/w to be blocked_wildcard mask #permit_any #do wr #exit Router(config)# interface fa 0/0 #ip_access-group_abc
  • 39. 2. EXTENDED ACL : It is a type of ACL in which we block a particular protocol as well as particular IP  Commmands for Extended ACL:  Router(config) # ip_access-list_extended_abc #deny_icmp_destination IP_wildcard mask_source IP_wildcard mask #permit_ip_any_any #do wr #exit  Router(config)# interface fa 0/0 #ip_access-group_abc #do wr #exit
  • 40. VIRTUAL TERMINAL TYPE (VTY)  It is protocol used for remotely connection with other connection.  REQUIREMENT 1. Client Side: There are two password used that are ON ENABLE and ON LINE CONSOLE • Commands on CLIENT SIDE: Router>en Router#telnet_10.0.0.1 #do show ip interface brief 2. MASTER SIDE: • Commands on MASTER SIDE: Router(config)# enable_password_123 #line_vty_0 15 #password 1234 # do wr # exit
  • 41. VIRTUAL PRIVATE NETWORK (VPN)  VPN is a technology that creates an encrypted connection over a less secure network  In this basically TUNNEL is made to keep data secure , through which only source and destination clients can get the data.  Commands for VPN: Router(config)# interface_tunnel_number # ip_address_virtual IP_subnet # tunnel_source_serial_of router itself #tunnel_destination_IP of end router # do wr # exit NOTE: Also share the virtual ip on both end router with rip command.
  • 42. NETWORK ADDRESS TRANSLATOR  It is type of security in which we convert our private address into public address  It is a part of ethical hacking in which there is use of fake IP  TYPES Of NAT: 1. STATIC NAT: It is a type of NAT in which the client will fetch only single fake IP everytime. Commands for STATIC NAT: Router(config)# ip_nat_inside_source_static_IP of pc of router # interface fa 0/0 #ip_nat_inside #interface serial 0/0/0 #ip_nat_outside #do wr #exit
  • 43. 2.DYNAMIC NAT : It is a type of security in which we create a pool of fake IP’s ,because of which the user will receive a different fake IP everytime within the range of given IP pool.  Commands for DYANMIC NAT: Router(config)# access-list_10_permit_actual router IP_wildcard mask # ip_nat_pool_abc_50.0.0.3_50.0.0.10_netmask_subnet # ip_nat_inside_source_list_10_pool_abc #interface_fa_0/0 #ip_nat_inside #interface_serial_port of router #ip_nat-outside #do_wr #exit 3. Overload / NATPAD : It means that the single public IP assigned to your router can be used by multiple internal hosts concurrently. This is done by translating source UDP/TCP ports in the packets and keeping track of them within the translation table kept in the router .