Ccna Interview
Ccna Interview
Ccna Interview
1) What is Routing?
Routing is the process of finding a path on which data can pass from source to destination.
Routing is done by a device called routers, which are network layer devices.
19) Utilizing RIP, what is the limit when it comes to the number of hops?
The maximum limit is 15 hop counts. Anything higher than 15 indicates that the network is
considered unreachable.
1. Standard
2. Extended.
Standard Access List can only filter the source or destination IP address. An Extended Access
List uses the source and destination IP addresses, port, socket, and protocol when filtering a
network.
25) What are the advantages of a layered model in the networking industry?
A layered network offers many advantages. It allows administrators to make changes in one
layer without the need to make changes in the other layers. Specialization is encouraged,
allowing the network industry to make progress faster. A layered model also lets administrators
troubleshoot problems more efficiently.
26) Why is UDP lease favored when compared to TCP?
It’s because UDP is unreliable and unsequenced. It is not capable of establishing virtual circuits
and acknowledgments.
31) How do you go to privileged mode? How do you switch back to user mode?
To access privileged mode, you enter the command “enable” on the prompt. In order to get back
to user mode, enter the command “disable.”
43) What are the different types of passwords used in securing a CISCO router?
There are actually five types of passwords that can be used. These enable secret, virtual terminal,
console, and auxiliary.
44) Why is network segmentation a good idea when managing a large network?
For a network administration, segmenting a network would help ease network traffic and ensures
that high bandwidth is made available at all times for all users. This translates to better
performance, especially for a growing network.
45) What are the things that can be accessed in a CISCO router’s identifying information?
The hostname and the Interfaces. The hostname is the name of your router. The Interfaces are
fixed configurations that refer to the router ports.
47) What causes a triggered update to reset the router hold-down timer?
This may happen when the hold-down timer has already expired, or when the router received a
processing task that incidentally was proportional to the number of links in the internetwork.
48) In configuring a router, what command must be used if you want to delete the
configuration data that is stored in the NVRAM?
A. erase running-config
B. erase startup-config
C. erase NVRAM
D. delete NVRAM
Correct Answer: B. erase startup-config
49) Referring to the commands shown, what command must next be used on the branch
router prior to traffic being sent to the router?
Hostname: Branch Hostname: Remote
PH# 123-6000, 123-6001 PH# 123-8000, 123-8001
SPID1: 32055512360001 SPID1: 32055512380001
SPID2: 32055512360002 SPID2: 32055512380002
ISDN switch-type basic ni
username Remote password cisco
interface bri0
IP address 10.1.1.1 255.255.255.0
encapsulation PPP
PPP authentication chap
ISDN spid1 41055512360001
ISDN spid2 41055512360002
dialer map IP 10.1.1.2 name Remote 1238001
dialer-list 1 protocol IP permit
50) When configuring a router utilizing both physical and logical interfaces, what factor
must be considered in determining the OSPF router ID?
A. The highest IP address of any physical interface.
B. The lowest IP address of any logical interface.
C. The middle IP address of any logical interface.
D. The lowest IP address of any physical interface.
E. The highest IP address of any interface.
F. The highest IP address of any logical interface.
G. The lowest IP address of any interface.
51) What is the difference between the switch, hub, and router?
A data packet consists of sender’s information, recipient’s information, and the data
contained. It also has the numeric identification number that defines the packet number and
order. When data is sent across the network, that information is segmented into data packets. In
short, data packets carry the information and routing configuration for your transferred message.
• Telnet (IP)
• AUX (Telephone)
• Console (Cable)
60. What is EIGRP?
EIGRP stands for Enhanced Interior Gateway Routing Protocol; it is a routing protocol
designed by Cisco Systems. It is availed on a router to share routes with other routers within the
same autonomous system. Unlike other routers like RIP, EIGRP only sends incremental updates,
decreasing the workload on the router and the amount of data that needs to be transferred.
• Bandwidth
• Load
• Delay
• Reliability
• MTU
• Maximum Transmission Unit
63. Mention what command you must use if you want to delete or remove the configuration
data that is stored in the NVRAM?
Erase startup- coding is the command you must use if you want to delete the configuration data
that is stored in the NVRAM
TCP and UDP both are protocols for sending files across computer networks.
The message will deliver in the order it is sent The message you sent may not be in the same order
Data in TCP is read as a stream, where one packet ends, and another Packets are transmitted individually and are guaranteed t
begins they arrive
Example of TCP includes World Wide Web, file transfer protocol, e- Example for UDP are VOIP (Voice Over Internet Protoc
mail, Trivial File Transfer Protocol),
Full duplex means that the communication can occur in both directions at the same time, while
half-duplex means that the communication can happen in one direction at a time.
66. What are the conversion steps of data encapsulation?
69. What route entry will be assigned to dead or invalid route in case of RIP?
In the case of RIP table entry, 16 hops will be assigned to dead or invalid route making it
unreachable.
Firstly, we would recommend you to go through the tutorials of CCNA Series that we have
posted earlier, in order to get to know the basics of CCNA. These questions would help both
the fresher as well as experienced candidates in the interview preparation process.
Let’s take a look!!
Routers
The router is a networking gateway device that is used to forward data packets to the
computer networks. A router is connected by at least a single LAN with its IP address or
with LAN or WAN. A router supports two broadcast domains.
Hub
In the hub, if anything comes in its port then it sends it out to the others. It is less expensive
and least complicated. It has a single collision domain and single broadcast domain.
Example: Ethernet
MAN
It is metropolitan area network where the networks are connected widely within several
buildings in the same city.
Example: Internet.
Q #11) Define IP Address?
Ans: Internet Protocol (IP Address) is a 32-bits to 128-bits identifier for a device on TCP/IP
protocol. IP address of a device must be uniquely defined for communication.
It has 2 principal functions which include host and location address. And it has two
versions which are IPv4 (32-bits) and IPv6 (128-bits).
Q #12) In how many ways can data be transferred in CCNA?
Ans: Data can be transferred in 3 ways:
• Simplex
• Half-duplex
• Full-duplex
Q #13) What is the difference between Unicast, Multicast, Broadcast, and Anycast?
Ans: Unicast: It is the exchange of messages between a single source and a single
destination. In Unicast, while sending packets from a sender, it contains data address of the
receiver so that it can go there directly.
Broadcast: It is the exchange of messages between one sender to possible multiple
receivers. It works only on a local network. Broadcasting of data can’t be done on the public
internet due to a massive amount of unrelated and unnecessary data.
Multicast: It is the exchange of messages between one sender and multiple receivers. In
multicast, the network settings determine your receiving clients and sort of broadcasting.
Anycast: It is the exchange of messages between one host to another host. It uses TCP
and UDP protocol. Copy of each data packet goes to every host that requests it.
Q #14) What are the different types of network in CCNA?
Ans: There are two types of network:
• Server-based network
• Peer-to-Peer network
Q #15) What is a Network subnet?
Ans: It is the subdivision of an IP address which is divided into two parts such as the
network prefix and the host identifier.
Q #16) Can IP address be assigned to Layer 2?
Ans: No, IP addresses cannot assign to Layer2.
Q #17) What is PING used for?
Ans: PING is packet Internet groper. It is used to test the reachability of a host on an
Internet protocol (IP) network. When any data is sent via the network through the IP
addresses, then it will PING the receiver to receive the data from the sender.
Q #18) What are the different class and ranges of IP address?
Ans: There are 5 different classes of IP address:
Class Range
A 1-126
B 127-191
C 192-223
D 224-239
E 240-254
Q #19) What is Private IP and Public IP?
Ans: Private IP
It is used within the local LAN.
Public IP
It is used across the Internet.
Q #26) What are the different types of cables that are used in routing?
Ans: Three different types of cables that are used include:
• Straight cable – (switch-router)
• Cross cable – (PC-PC, switch-switch)
• Rollover cable – (Console port to computer)
Q #27) Define Logical Topology.
Ans: Logical Topology is the network from where the data packets are sent from the source
to destination, which we can see as well.
Q #28) What is the difference between static and dynamic IP addresses?
Ans: Static IP address won’t change over the time and is reserved statically whereas
dynamic IP address changes each time when you connect to the Internet.
Q #29) What is Peer to Peer network?
Ans: The P2P network is a distributed and decentralized network where individual nodes
i.e. Peers in the networks act as both suppliers and consumers of the resources.
Q #30) What is the IEEE standard for wireless networking?
Ans: IEEE 802.11
Q #31) What do you understand by ‘Protocol’ in networking?
Ans: A protocol enables two devices to connect and transmit the information or data to one
another.
Q #32) What do you understand by PoE (Power over Ethernet)?
Ans: It is defined by IEEE standard and it passes electric power supply to the network
devices over the existing data connection.
Q #33) What is OSPF? Describe it.
Ans: OSPF stands for Open Shortest Path First. It uses Dijkstra algorithm and is a link state
routing protocol which is used to connect to a large number of networks without having any
limitation on the number of hops.
Q #34) What does Multiple Access mean?
Ans: In Multiple Access, it allows more than one devices to transmit the data at the same
time.
For Example, Star or Mesh Topology.
Q #35) Explain the difference between Collision Domain and Broadcast Domain.
Ans: Broadcast Domain
In the Broadcast Domain, all the juncture can reach each other by broadcast at the data link
layer and every device is ready to receive their respective data. It can bind to the same LAN
segments or the other LAN segment.
Broadcast Domain uses local network for broadcasting the data packets to the receiver.
While broadcasting, massive data are broadcasted, hence the speed of receiving the data is
less and it also takes more time to receive the data of their address.
Collision Domain
In the Collision Domain, data collision occurs more due to sending of more frames
simultaneously.
If more than two frames are sent simultaneously then the data will collide with each other in
between and the information gets lost due to an occurrence of a collision and the devices
will not accept the data and due to this, the communication between the sender and
receiver side will collide.
Hence, the sender has to send the data again and like this, it will take more time to receive
the data at the receiver's side.
Q #49) What is the difference between ‘bit rate’ and ‘baud rate’?
Ans: A bit rate is defined as the total number of bits transmitted in one second
whereas baud ratedefines the number of signal unit per second that is required to
represent those bits.
Baud rate=bit rate / N,
where N = no. of bits represented by each signal shift.
• | 30344 Ratings
If you're looking for CCNA Interview Questions for Experienced or Freshers, you are at right place.
There are lot of opportunities from many reputed companies in the world. According to research
CCNA has a salary ranges from $23,000 to $165,000. So, You still have opportunity to move ahead
in your career in CCNA Engineering. Mindmajix offers Advanced CCNA Interview Questions 2018
that helps you in cracking your interview & acquire dream career as CCNA Engineer.
Are you interested in taking up for CCNA Certification Training? Enroll for Free Demo on CCNA
Training!
Q. What is a network address? What is the purpose of each part of a network address?
Network addresses are the addresses used in packets. Each network address has a network part,
which identifies a particular data link, and a host or node part, which identifies a specific device on
the data link identified by the network part.
Q. What is Routing?
Routing is a process of finding a path to transfer data from source to destination.
Q. What is the advantage of VLAN?
VLAN facilitates you to create a collision domain by groups other than just physical location while in
conventional LAN domains are always tied to physical location.
Q. What are the advantages of LAN switching?
Following are the main advantages of LAN switching:
1. It allows full duplex data transmission and reception.
2. Media rate adaption.
3. Easy and efficient migration.
Q. What is the difference between private IP and public IP?
Public IP is used across internet while private IP is used within the local LAN.
Q. Explain the terms Unicast, Multicast, Broadcast and Multicast.
Unicast: It specifies one to one communication.
Multicast: It specifies one to a group communication.
Broadcast: It specifies one to all communication.
Multicast: It specifies one to nearest communication.
Q. What is the difference between static IP addressing and dynamic IP addressing?
Static IP addresses are reserved and they don't change over time while dynamic IP addresses can
be changed each time you connect to the internet.
Static IP addresses are given manually while dynamic IP addresses are provided by DHCP server.
Q. What is VLAN?
VLAN stands for Virtual Local Area Network.
Q. What is the difference between communication and transmission?
Communication is a process of sending and receiving data by an externally connected data cable
whereas transmission is a process of sending data from source to destination.
Q. What is the 2nd layer of OSI layer model?
Data link layer is the second layer of OSI model.
Q. What is the main difference between full and half duplex?
In full duplex, communication occurs from both side, while in half duplex communication occurs in
one direction.
Q. At which layer of OSI does frame relay technology work?
Frame relay work at Data link layer OSI model
Q. What is the passive topology in CCNA?
When the topology enables the computers on the network only to simply listen and receive the
signals, it is known as passive topology because they don't amplify the signals any way.
Q. Can you assign IP on layer 2?
No, you cannot assign IP addresses on layer 2.
Q. What are the possible ways of data transmission in CCNA?
These are the three possible ways of data transmission:
1. Simplex
2. Half-duplex
3. Full-duplex
Q. What is OSPF stand for?
Open Shortest Path First
Check Out CCNA Tutorials
Q. What is the difference between RIP and IGRP?
RIP depends on number of hops to determine the best route to the network while, IGRP considers
many factors before decides the best route to take i.e. bandwidth, reliability, MTU and hops count.
Q. What is the range of Class A?
1-126
Q. What is BootP?
BootP is a short form of Boot Program. It is a protocol that is used to boot diskless workstation
connected to the network. BootP is also used by diskless workstations to determine its own IP
address and also the IP addresses of server PC.
Q. What is Latency?
Latency is the amount of time delay. It is measured as the time difference between at the point of
time when a network receives the data and the time it is sent by another network.
Q. What is PoE?
PoE is said to be Power over Ethernet. It is used pass electric signal with data at a time.
Q. What is MAC address?
MAC address stands for Media Access Control address. This is an address of a device which is
identified as the Media Access Control Layer in the network architecture. The MAC address is
unique and usually stored in ROM.
Q. Can you use two different subnet IP’s on a WAN link?
Yes.
Q. What is the difference between ARP and RARP?
ARP stands for Address Resolution Protocol. ARP is a protocol that is used to map an IP address to
a physical machine address.
RAPR stands for Reverse Address Resolution Protocol. RARP is a protocol that is used to map a
MAC address to IP address.
Q. What is stub area?
A stub area is an area that does not accept routing updates from outside its autonomous system.
Q. What are the three sources of signal degradation on a data link?
The three sources of signal degradation on a data link are attenuation, interference, and distortion.
Attenuation is a function of the resistance of the medium. Interference is a function of noise entering
the medium. Distortion is a function of the reactive characteristics of the medium, which react
differently to different frequency components of the signal.
Q. What is Ping? What is the usage of Ping?
PING stands for Packet Internet Groper. It is computer network tool which is used to test whether a
particular host is reachable across an IP address or not.
Q. What are the different types of password used in securing a Cisco router?
There are five types of passwords can be set on a Cisco router:
1. Consol
2. Aux
3. VTY
4. Enable Password
5. Enable Secret
Q. Is HSRP is cisco proprietary or introduced by IEEE?
HSRP is Cisco’s proprietary
Q. What is the maximum value of administrative you can use?
255
Q. What does AAA stands for?
Authentication, authorization and accounting
Q. Which feature should a routing protocol have to support VLSM?
It should include subnet mask of each destination address.