CCNA

  Home  Networking  CCNA


“Cisco Certified Network Administrators guide for getting job in Networking department. This guide will help you to get preparation of CCNA Interview.”



214 CCNA Questions And Answers

121⟩ What is the difference between ARP and RARP?

ARP – Address Resolution Protocol

The protocol that traces IP addresses to MAC addresses.

RARP – Reverse Address Resolution Protocol

The protocol within the TCP/IP stack that maps MAC addresses to IP addresses.

 192 views

122⟩ What is the difference between TFTP and FTP application layer protocols?

TFTP – Trivial File Transfer Protocol

A stripped down version of FTP, easy to use and fast. TFTP has no Directory browsing, no Authentication and insecure it can only send and receive files.

FTP – File Transfer Protocol

The TCP/IP protocol used for transmitting files between network nodes. FTP allows access to both Directories and files, manipulating directories, typing file contents and copying files between hosts.

 213 views

123⟩ Explain 5-4-3 rule?

In a Ethernet network, between any two points on the network, there can be no more than five network segments or four repeaters, and of those five segments only three of segments can be populated.

 159 views

125⟩ What is PING utility?

PING – Packet Internet Gopher

A utility that verifies connections to one or more remote hosts. The ping command uses the ICMP echo request and echo reply packets to determine whether a particular IP system on a network is functional. Ping is useful for diagnosing IP network or router failures.

 190 views

127⟩ What is the logical link control?

One of two sublayers of the data link layer of OSI reference model, as defined by the IEEE 802 standard. This sublayer is responsible for error detection but not correction, flow control and framing.

 183 views

128⟩ What is the Virtual Channel?

A logical circuit that is created by Virtual channel links. It carries data between two endpoints in a network.

The other name for Virtual Channel is Virtual Circuit.

 176 views

129⟩ What is the Virtual Path?

Along any transmission path from a given source to a given destination, a group of virtual circuits can be grouped together into what is called path.

 194 views

132⟩ What is OSI?

Open System Interconnection. t was first name of 7 Layer

 175 views

140⟩ What is FCS?

Frame Check Sequence -

CRC (Cyclic Redundancy Check) algorithm runs in switch that called FCS (Frame Check Sequence)

 206 views