Showing posts with label Switches. Show all posts
Showing posts with label Switches. Show all posts

Thursday, 2 December 2010

Cisco CCNA - CCENT Certification Exam Training - Broadcasts, Hubs, Routers, And Switches

In a previous Cisco CCENT certification exam tutorial, we talked about broadcasts and the potential of a broadcast storm. (If you missed that one, visit my website's Tutorials section.) In today's tutorial, we'll discuss several different common network devices and how they help to limit broadcast propagation - or in some cases, how they do not help!

In the "do not help" department, we'll find hubs and repeaters. These two devices operate at Layer 1 of the OSI model (the Physical layer), and their sole purpose is to strengthen the electrical signals sent over the cable. They don't have anything to do with switching or routing, and they do not help to limit broadcasts. (A hub is basically just a repeater with more ports.)

On the other end of the spectrum, we have routers. Routers operate at Layer 3 of the OSI model (the Network layer), and by default routers do not forward broadcasts. They can be configured to "translate" certain broadcast types into unicasts, but you'll learn more about that in your CCNA studies.

Since routers do not forward broadcasts, there's a misconception that routers have nothing to do with broadcasts. Routers can indeed generate broadcasts, and they can accept them - but they will not forward them. That's an important distinction.

Between these two extremes, we find switches. Switches operate at Layer 2 of the OSI model (the Data Link layer), and the default behavior of a switch is to accept a broadcast and forward it out every other single port on that switch except the port that first received the broadcast.

If that sounds like a lot of broadcast forwarding, it is! If we have an 80-port switch and one port receives a broadcast, by default a copy of that broadcast is going to be forwarded out the other 79 ports. Most likely, not all of those hosts connected to those switchports need to see that broadcast, and sending unnecessary broadcast results in an unnecessary use of network resources, particularly bandwidth.

Luckily for us, there is a way to configure a Cisco switch to limit which ports receive that broadcast, and we'll take a look at that method in the next installment of my Cisco CCENT certification exam tutorial series!

Friday, 24 September 2010

Cisco CCNA - CCNP Certification Practice Questions Routers, Switches, Frame Relay, and more!

Let your knowledge of the OSI model, frame relay and other important topics for your Cisco certification exams!

CCENT:

Identify the devices that lead to the lower level of the OSI model.

A. Router

As switches

C-Hub

D. Wireless Access Point

E. Repeater

Answers: C, E. both hubs and repeaters at Layer 1 of the OSI model, the physical layer to run.

CCNA certification test:

Identify the frame relayEncapsulation options.

Cisco A. (Default)

B. IETF (default)

C. ANSI (standard)

D. Cisco

E. IETF

F. ANSI

Answer: A, E. The encapsulation options are Cisco and IETF, and Cisco is the default.

CCNP Certification / BSCI exam:

Short answer: What LSA type is the location of the ASBR?

Answer: Type 4 LSAs showing the location of the ASBR.

CCNP Certification / BSCI exam:

Which of the following statements of the "collapsed core"Design?

R. There is no dedicated core switch.

B. There is no dedicated key for the distribution-layer.

C. There is no dedicated button for access-layer.

D. A switch will assume the functions of all three layers.

Answer: A, B. The term "core collapse" refers to the two middle layers of the Cisco three-layer switching model - core and distribution - on the same physical switch.

CCNP Certification / ISCW exams:

Short answer: What is the conceptdue to network attacks, which occurs when an intruder to gather information with a view to a major attack in the future?

Answer: This is an attack reconnaissance network.

CCNP Certification / ONT exams:

Short answer: WRED uses two values to a decision on the type of traffic to be carried out in case of congestion of power failure?

Answer: WRED, the DSCP (Differentiated Services Code Point) or IP precedence values to make this decision.

Read moreThe questions here on the site again soon!