Best CCNA Interview Questions Part – 6
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.
What Is The Purpose Of The Data Link?
The job of the Data Link layer is to check messages are sent to the right device. Another function of this layer is framing.
What Is The Key Advantage Of Using Switches?
When a switch receives a signal, it creates a frame out of the bits that was extracted 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.
When Does Network Congestion Occur?
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.
What Is A Window In Networking Terms?
A Window refers to the number of segments that is allowed to be sent from source to destination before an acknowledgement is sent back.
Does A Bridge Divide A Network Into Smaller Segments?
Not really. What a bridge actually does is to take the large network and filter it, without changing the size of the network.
Which Lan Switching Method Is Used In Cisco Catalyst 5000?
This model uses the Store-and-forward switching method. It stores the entire frame to its buffers and performs a crc check before deciding whether or not to forward that data frame.
What Is The Role Of The Llc Sublayer?
The LLC sublayer, short for Logical Link Control, 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.
How Does Rip Differ From Igrp?
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.
What Are The Different Memories Used In A Cisco Router?
NVRAM stores the startup configuration file
DRAM stores the configuration file that is being executed
Flash Memory – stores the Cisco IOS.
What Is Bootp?
BootP is a protocol that is used to boot diskless workstations that are connected to the network. It is short for Boot Program. Diskless workstations also use BootP in order to determine its own IP address as well as the IP address of the server PC.
What Is The Function Of The Application Layer In Networking?
The Application Layer supports the communication components of an application and provides network services to application processes that span beyond the OSI reference model specifications. It also synchonizes applications on the server and client.
Differentiate User Mode From Privileged Mode?
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.
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.
Differentiate Full-duplex From Half-duplex?
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.
What Is Mtu?
MTU stands for Maximum Transmission Unit. It refers to the maximum packet size that can be sent out onto the data line without the need to fragment it.