CCNA Interview Questions
CCNA Interview Questions
CCNA Interview Questions
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.
The job of the Data Link layer is to check messages are sent to the right
device. Another function of this layer is framing.
When a switch receives a signal, it creates a frame out of the bits that were
from that signal. With this process, it gains access and reads the
destination address, after which it forwards that frame to the appropriate
port. This is a very efficient means of data transmission, instead of
broadcasting it on all ports.
Network congestion occurs when too many users are trying to use the
same bandwidth. This is especially true in big networks that do not resort to
network segmentation.
The LLC sublayer stands for Logical Link Control. It can provide optional
services to an application developer. One option is to provide flow control
to the Network layer by using stop/start codes. The LLC can also provide
error correction.
RIP relies on the number of hops in order to determine the best route to a
network. On the other hand, IGRP takes consideration many factors before
it decides the best route to take, such as bandwidth, reliability, MTU and
hop count.
User Mode is used for regular task when using a CISCO router, such as to
view system information, connecting to remote devices, and checking the
status of the router. On the other hand, privileged mode includes all options
that are available for User Mode, plus more. You can use this mode in
order to make configurations on the router, including making tests and
debugging.
14) What is 100BaseFX?
This is Ethernet that makes use of fiber optic cable as the main
transmission medium. The 100 stands for 100Mbps, which is the data
speed.
In full-duplex, both the transmitting device and the receiving device can
communicate simultaneously, that is, both can be transmitting and
receiving at the same time. In the case of half-duplex, a device cannot
receive while it is transmitting, and vice versa.
Latency is the amount of time delay that measures the point from which a
network device receives a data frame to the time it sends it out again
towards another network segment.
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.
VLANs allow the creation of collision domains by groups other than just
physical location. Using VLANs, it is possible to establish networks by
different means, such as by function, type of hardware, protocol, among
others. This is a big advantage when compared to conventional LANs
wherein collision domains are always tied to physical location.
Packets are the results of data encapsulation. These are data that have
been wrapped under the different protocols of the OSI layers. Packets are
also referred to as datagrams.
Segments are sections of a data stream that comes from the upper OSI
layers and ready for transmission towards the network. Segments are the
logic units at the Transport Layer.
From a data transmitter’s point of reference, data from the end user is
converted to segments. Segments are then passed on to the other layers
and converted into packets or datagrams. These packets are then
converted into frames before passing on to the network interface. Finally,
frames are converted to bits prior to actual data transmission.
There are actually five types of passwords that can be used. These enable
secret, virtual terminal, console, and auxiliary.
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.
46) Differentiate Logical Topology from Physical Topology
Logical Topology refers to the signal path through the physical topology.
Physical Topology is the actual layout of the network medium.
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.
A. erase running-config
B. erase startup-config
C. erase NVRAM
D. delete NVRAM
interface bri0
encapsulation PPP
PPP authentication chap
51) What is the difference between the switch, hub, and router?
Hub Switch
It is a device that filters and forwards packets
Hub has a single broadcast Route
between LAN segments. Switches have a single
domain and collision domain. which
broadcast domain and multiple collision domains. It
Anything comes in one port data p
supports any packet protocol, as such it operates at
is sent out to the others. netwo
the data link layer 2 and layer 3
52) What is the size of IP address?
Size of IP address is 32 bit for IPv4 and 128 bit for IPv6.
Telnet (IP)
AUX (Telephone)
Console (Cable)
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
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.
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.