Routing Questions-Part-I
Routing Questions-Part-I
Routing Questions-Part-I
Hello friends, welcome back to my Networking Interview Questions Blog series. In last blog,
I covered Subnetting and Supernetting interview questions and Answers. Now, in this blog I
am going to cover next very important topic - Router and its Routing Protocols. Particularly
this is Part-I of this topic. As this is the core topic of CCNA, there is Part-II for the same.
So let’s start with basic questions based on Router and its components.
What is a Router?
A Router is a networking device used to connect 2 or more different networks i.e. it provides
WAN connectivity. IT performs routing which means it routes packets between devices that are
on different networks with the best available path.
A router is a Layer 3 - Network layer device work on IP address i.e. on packets as PDU.
• What is Routing?
The function of routing is to route packets between different networks using the best available
paths to the destination network.
2. Privilege Mode - In Privilege mode, we can view, copy, save and erase configuration of a
router. IOS prompt in Privilege Mode is
Router#
Command to navigate to Global Configuration mode from Privilege mode: -
Router# configure terminal
Router (config) #
3. Global Configuration Mode - In Global Configuration mode we can make global changes in
the Router configuration. IOS prompt in Privilege Mode is
Router (config) #
4. Specific Configuration Mode - We can navigate to a number of sub prompt from global
configuration, such as the interface prompts to configure the properties of a specific interface,
the line prompts to configure the properties of a specific configuration line and the router mode
to configure routing protocols. IOS prompt in a specific configuration mode for line prompt is
Router (config-line) #
Example:-
Router (config) # line con 0
Router (config-if) #
• What is the command used to enter PRIVILEGE mode from USER mode?
Router> enable
• What is the command used to enter Global Configuration mode from PRIVILEGE Mode?
Router# configure terminal / (config t)
What is CDP?
CDP - Cisco Discovery Protocol is a Cisco proprietary protocol used for collecting information
about both locally attached and remote cisco devices.
RIPv1 RIPv2
Classful routing protocol. Classless routing protocol.
Sends only network address. Sends network address with net mask.
Uses broadcasts for updates. Uses multicasts for updates.
Does not support VLSM. Supports VLSM.
Does not supports authentication. Supports authentication.
With this I am concluding this blog. In this blog you got the questions related with Router, its
components, Basic configuration, Metrics and Routing protocol RIP. In next part of this blog
series I will include questions-answers on OSPF and EIGRP.
Tags:
• #Cisco
• CCNA
• Router
• Routing Protocols
• RIP
• Interview
• Questions
• Answers
• Networking