Wednesday, April 20, 2016

CCNA vs MCSE

CCNA Vs. MCSE: What's the Difference?

Data innovation (IT) experts have the choice of procuring various confirmations, including Cisco Certified Network Associate (CCNA) and Microsoft Certified Solutions Expert (MCSE) assignments. Investigate these choices, their accessibility, and applications.



CCNA Qualifications and Requirements

The Cisco Certified Network Associate (CCNA) assignment is for IT experts who have around 1-3 years of work experience making business arrangements particularly utilizing Cisco switches and switches. These IT experts likewise design, introduce, and look after LANs, WANs and dial-up systems utilizing IP, Ethernet, outline transfer, and different conventions. They may design servers, switches or other system or security gadgets.

CCNA specializations incorporate administration supplier, server farm, modern, cloud, and directing and exchanging. Steering and exchanging affirmation can be utilized to meet requirements for extra claim to fame confirmations in remote, mechanical and security. Contingent upon the claim to fame a competitor seeks after, he or she should pass one or more exams.

CCNA affirmations terminate following three years. After that time period, CCNA experts must recertify. There are various approaches to do this, including passing a current CCNA exam in one of the other strength territories or by taking an accreditation exam offered at the expert or expert level.

MCSE Qualifications and Requirements

The Microsoft Certified Solutions Expert (MCSE) assignment is intended for current IT experts. People can seek after the MCSE qualification in the accompanying claims to fame: SharePoint, informing, correspondence, business insight, venture gadgets and applications, private cloud, server foundation and information stage. Most accreditations require culmination of 4-5 exams.

While there are no particular essentials for MCSE exams fundamentally, Microsoft takes note of that for every exam, test-takers ordinarily have experience working with the IT instruments being referred to. What's more, a percentage of the discretionary preliminary courses offered by Microsoft call for no less than two years of involvement with Microsoft innovation, whether that is servers, databases or other IT apparatuses. MCSE accreditations must be restored like clockwork by passing a recertification exam.

Monday, April 11, 2016

CCNA Interview Questions part-3

CCNA CCNP are the certifications given by the CISCO company in the level of skillset in the Networking modules. CCNA CCNP online training is the leading online training provider for the students all over the countries in the world. Here the training is provided by the trainers who has 12+ years of experience in the Real time. Below are the CCNA CCNP interview questions which help you to attend CCNA interview or cisco certification exams.



What is the counting-to-infinity problem, and how can it be controlled?

Answer: Counting to infinity occurs when routes update a route over a loop; each router increases the metric of the route until the metric reaches infinity. The effects of counting to infinity are controlled by defining infinity as a fairly low metric so that infinity is reached fairly quickly and the route is declared unreachable.

What are hold down timers, and how do they work?

Answer: Hold down timers help prevent routing loops. If a route is declared unreachable or if the metric increases beyond a certain threshold, a router will not accept any other information about that route until the hold down timer expires. This approach prevents the router from accepting possibly bad routing information while the inter network is re converging.

What are the differences between distance vector and link state routing protocols?

Answer: A distance vector router sends its entire route table, but it only sends the table to directly connected neighbors. A link state router sends only information about its directly connected links, but it floods the information throughout the inter networking area. Distance vector protocols usually use a variant of the Bellman-Ford algorithm to calculate routes, and link state protocols usually use a variant of the Dijkstra algorithm to calculate routes.

What is the purpose of a topological database?

Answer: A topological database holds the link state information originated by all routers in the link state routing domain.

Explain the basic steps involved in converging a link state inter network.

Answer: Each router floods a link state information advertisement describing its links, the states of its links, and any neighboring routers connected to those links, throughout the inter networking area. All routers store all received copies of the link state advertisement in a link state database. Each router calculates a shortest path tree from the information in the topological database and enters routes in its routing tables based on the shortest path tree.

Why are sequence numbers important in link state protocols?

Answer: Sequence numbers help a router differentiate between multiple copies of the same link state advertisement and also prevent flooded link state advertisements from circulating endlessly throughout the inter network.

What purpose does aging serve in a link state protocol?

A: Aging prevents old, possibly obsolete, link state information from residing in a topological database or from being accepted by a router.

Explain how an SPF algorithm works?

Answer: A router builds a shortest path tree by first adding itself as the root. Using the information in the topological database, the router creates a list of all of its directly connected neighbors. The lowest cost link to a neighbor becomes a branch of the tree, and that router’s neighbors are added to the list. The list is checked for duplicate paths, and if they exist, the higher-cost paths are removed from the list. The lowest-cost router on the list is added to the tree, that router’s neighbors are added to the list, and the list is again checked for duplicate paths. This process continues until no routers remain on the list.

How do areas benefit a link state inter network?

Answer: Within a routing domain, areas are subdomains. They make link state routing more efficient by limiting the size of the link state database of each router in the area.

What is an autonomous system?

Answer: Depending on the usage, an autonomous system can be defined as an inter network under a common administrative domain or a single routing domain.

What is the difference between an IGP and an EGP?

Answer: An Interior Gateway Protocol is a routing protocol that routes within an autonomous system. An Exterior Gateway Protocol is a routing protocol that routes between autonomous systems.

What port does RIP use?

Answer: RIP uses UDP port 520.

What metric does RIP use? How is the metric used to indicate an unreachable network?

Answer: RIP uses a hop count metric. An unreachable network is indicated by setting the hop count to 16, which RIP interprets as an infinite distance.

What is the update period for RIP?

Answer: RIP sends periodic updates every 30 seconds minus a small random variable to prevent the updates of neighboring routers from becoming synchronized.

How many updates must be missed before a route entry will be marked as unreachable?

Answer: A route entry is marked as unreachable if six updates are missed.

What is the purpose of the garbage collection timer?

Answer: The garbage collection timer, or flush timer, is set when a route is declared unreachable. When the timer expires, the route is flushed from the route table. This process allows an unreachable route to remain in the routing table long enough for neighbors to be notified of its status.

Why is a random timer associated with triggered updates? What is the range of this timer?

Answer: The random timer, whose range is 1 to 5 seconds, prevents a “storm” of triggered updates during a topology change.


                       CCNA interview Questions Part-2

Wednesday, April 6, 2016

CCNA Interview questions part-2

CCNA CCNP Online Training is an Associate level Cisco certification. It is the foundation for CCNP online Training as well as other higher CCIP and CCVP Certifications. CCNA Online Training and CCNP Online Training is Leading provider of online training in all CISCO Certification Training platforms. CCNA CCNP Online Training is in the IT industry for over some years providing CISCO online training,  job support, consulting and corporate training. Unlike other companies, training is our main business and our 100% efforts are put into providing training that beats our competition and offer you Cost effective Quality training


  • What are the four different Ethernet encapsulation types?
Answer: From the Cisco IPX encapsulation command they are ARPA, NOVEL-ETHER, SAP and SNAP
  • What are the three main tasks of a transparent bridge?
Answer: Learning, Forwarding, Filtering
  •  What type of routing protocol is EIGRP?
Answer: Hybrid
  • While troubleshooting a connectivity problem on the network, you issue the ping command from your PC command prompt, but the output shows “request times out.” At which OSI layer is this problem associated with?
Answer: The Network Layer
  • What algorithm does OSPF use to compute its route table?
Answer: OSPF uses the shortest path first (SPF) algorithm, which is also known as the Dijkstra algorithm.
  •  What is a stub area?
Answer: A stub area is an area that does not accept routing updates from outside its autonomous system.
  • What does the TTL field of an IP packet header do?
Answer: The TTL field indicates the maximum time that a packet can be on the network. Each router that processes this packet decrements the TTL value by 1. If the value reaches zero, the packet is discarded from the network. The purpose of this field is to eliminate the possibility of a packet endlessly traversing the network.
  • What is the primary purpose of a LAN?
Answer: The primary purpose of a local-area network is to allow resource sharing. The resources may be devices, applications, or information. Examples of shared resources are files, databases, e-mail, modems, and printers.
  • What is a protocol?
Answer: A protocol is an agreed-upon set of rules. In data communications, the rules usually govern a
procedure or a format.
  • What is the purpose of a MAC protocol?
Answer: A Media Access Control protocol defines how a given LAN medium is shared, how LAN devices
connected to the medium are identified, and how frames transmitted onto the medium are
  • What is a frame?
Answer: A frame is a digital “envelope” that provides the information necessary for the delivery of data across a data link. Typical components of a frame are identifiers (addresses) of the source and destination devices on the data link, an indicator of the type of data enclosed in the frame, anderor-checking information.
  • What feature is common to all frame types?
Answer: A feature common to all frame types is a format for identifying devices on the data link.
  • What is a MAC address or MAC identifier?
Answer: A Media Access Control address or identifier is a means by which individual devices connected to a data link are uniquely identified for the purpose of delivering data.
  • Why is a MAC address not a true address?
Answer: An address specifies a location. A MAC address is not a true address because it is permanently associated with the interface of a specific device and moves whenever the device moves. A MAC identifies the device, not the location of the device.
  • What are the three sources of signal degradation on a data link?
Answer: 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.
Here in this blog last time we have presented the CCNA interview Questions part-1
                                                                        CCNA interview Questions part-3

Monday, April 4, 2016

CCNA Interview Question Part-1

CCNA CCNP Online Training offer suite of CISCO Certification preparing Online courses covering the absolute most sort after advancements in Cisco. We right now cover Cisco Design, Cisco Network Security, Cisco Routing and Switching, Cisco Voice and Cisco Wireless. Whether you are taking a gander at beginning or assisting your profession in Cisco or investigating chances to up-aptitude your group as a business, ccna web instructional classes and CISCO confirmation preparing project is in a perfect world intended for you. Our Learning Consultants are constantly upbeat to guide you if you require counsel or backing in selecting the right course for you or your group.



CCNA CCNP Interview Questions:

  • Which layer of the OSI model is responsible for reliable connections?
Answer: The Transport layer of the OSI model is responsible for reliable connections.
  • What is the difference between acknowledgments and handshaking?
Answer: Handshaking is used to negotiate the properties of a connection that is being established. Acknowledgments are used to tell the sender that data has been successfully received by the destination during the use of a connection.
  •  How many VTP modes are there and what are they?
Answer: Three: Server, Client, and Transparent
  • What are the two types of Trunk encapsulation protocols?
Answer: IEEE 802.1Q and Cisco’s ISL
  • What are the four primary no routable protocols?
Answer: SNA, NetBIOS, DEC LAT, DEC MOP
  • What is the difference between TCP and UDP?
Answer: The primary difference between TCP and UDP is that TCP is a connection oriented protocol and UDP is a connection less protocol.
  • What is HSRP?
Answer: HSRP, or the Hot Standby Routing Protocol, is a Cisco proprietary protocol that brings routing functionality to end devices that would otherwise not be capable of taking advantage of redundant network connections. HSRP enables a pair of Cisco routers to work together to present the appearance of a single virtual default-gateway to end devices on a LAN segment.
  • What is the difference between a Public IP address and a Private IP address?
Answer: Public address space is a unique address that is assigned to a company. Private address space is not recognized by the Internet and can be used by anyone within their private network.
  •  What does AAA stand for?
Answer: Authentication, authorization, and accounting
  •  The H.323 protocol is used for what?
Answer: H.323 is used for multi service (multimedia) applications, usually in a Voice Over IP environment.
  •  What type of routing protocol maintains neighbors?
Answer- Link State
  • what is the range of values for administrative distance?
Answer: 0-255
  •  Describe the difference between uni cast, multi cast, and broadcast traffic?
Answer: Unicast traffic flows from a single source to a single destination MAC address. Multicast traffic flows from a single source MAC address to many destinations and uses a functional MAC address. Broadcast traffic is from a single source to all devices on the Ethernet segment. This is specified by a destination MAC address of all ones.

For More visit the below posts    
CCNA interview Questions part-2
CCNA interview Questions part-3