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

106⟩ What are major types of Networks and explain?

Peer-to-Peer Network

Computers can act as both servers sharing resources and as clients using the resources.

Server-based Network

Provide centralized control of network resources and rely on server computers to provide security and network administration

 190 views

107⟩ What is Passive Topology in ccna?

When the computers on the network simply listen and receive the signal, they are referred to as passive because they don’t amplify the signal in any way.

 192 views

108⟩ What is the Mesh Network?

A network in which there are multiple network links between computers to provide multiple paths for data to travel.

 202 views

109⟩ How network Gateway is different from Routers?

Gateway

A device connected to multiple physical TCP/IP networks capable of routing or delivering IP packets between them.

Router

It’s a layer 3 device that connects 2 different networks and routes packets of data from one network to another. It breaks up Broadcast domain as well as Collision Domain.

 194 views

111⟩ What is the Frame relay, in which layer it comes?

Frame relay is an industry standard, shared access, switched Data Link Layer encapsulation that services multiple virtual circuits and protocols between connected mechanism.

Frame relay is a packet-switched technology.

 182 views

113⟩ What is difference between Switch & Hub?

Switch:

Switches operate at Layer 2 Data Link Layer

Address Learning

Forward / Filter decision using MAC address

Loop Avoidance

Breakup collision domains

Switches create separate collision domains but a single broadcast domain

Hub:

Hub operates at Layer 1 Physical Layer

No Filtering

No Addressing

Hub creates single collision domain and single broadcast domain

Make forwarding to all the ports when signal is arrived

 172 views

114⟩ What is the Terminal Emulation, in which layer it comes?

The use of software, installed on PC or LAN server, that allows the PC to function as if it were dumb terminal directly attached to a particular type of mainframe.

Telnet is also called as terminal emulation. It belongs to application layer.

 211 views

115⟩ What is the Beaconing?

An FDDI frame or Token Ring frame that points to serious problem with the ring, such as a broken cable. The beacon frame carries the address of the station thought to be down.

 182 views

116⟩ What are the NetBIOS and NetBEUI?

NetBIOS – Network Basic Input / Output System

An application-programming interface (API) that can be used by programs on a local area network (LAN). NetBIOS provides programs with a uniform set of commands for requesting the lower-level services required to manage names, conduct sessions, and send datagrams between nodes on a network.

NetBEUI – NetBIOS Extended User Interface

An improved version of the NetBIOS protocol, a network protocol native to Microsoft Networking. It is usually used in small, department-size local area networks (LANs) of 1 to 200 clients. It can use Token Ring source routing as its only method of routing.

 199 views

119⟩ What is the MAC address?

The address for a device as it is identified at the Media Access Control (MAC) layer in the network architecture. MAC address is usually stored in ROM on the network adapter card and is unique.

 193 views

120⟩ What is the ICMP protocol?

ICMP – Internet Control Message Protocol

It is a Network Layer Internet protocol, which can report errors and status information. We can use the ping command to send ICMP echo request messages and record the receipt of ICMP echo reply messages. With these messages, we can detect network or host communication failures and troubleshoot common TCP/IP connectivity problems.

 185 views