Thursday, September 27, 2007

Cisco Certification: A Survival Guide To The Cisco Cable Jungle

One of the most confusing parts of beginning your Cisco studies is keeping all the cable types separate in your mind, and then remembering what they’re used for. This often occurs when a CCNA or CCNP candidate starts putting together their own home practice lab, and they suddenly realize that they have the equipment to run labs, but not the cables.

With this in mind, here are some common Cisco cable types and their primary use.

First, there’s the regular old “straight-through cable”, so named because the eight wires inside the cable go straight through the wire. While the wires may be twisted inside to reduce electromagnetic interference (EMI), the wire that’s connected to Pin 1 on one end is connected to Pin 1 on the other end, and so on. In a home lab, a straight-through cable is often used to connect a switch port to an Ethernet port on a router, with a transceiver attached to the Ethernet port. Straight-through cables are also good for connecting a BRI interface to an ISDN simulator.

The “crossover cable” is so named because the wires do cross over between pins. This allows the devices to both send and receive at the same time, and crossover cables are a must for directly connecting ports on Cisco switches to create a trunk.

The “rollover cable” allows you to connect directly to a Cisco console port with your laptop or PC. This is the blue cable that comes with new Cisco devices, and it’s the one that engineers tend to hold on to with their lives. Without a rollover cable (also commonly called a “console cable”), you can’t connect your laptop directly to a Cisco device.

Finally, there’s the DTE/DCE cable. To create a frame relay cloud in your home lab (using one of your Cisco routers as a DCE), or to directly connect two Cisco routers via their serial interfaces, you will need a DTE/DCE cable. Remember that the DCE interface will need to supply clockrate to the DTE interface.

The different cable types can be confusing when you first read about them, but after tearing down or building your home lab a few times, you’ll definitely have them straight come test day!

Best of luck in your lab and your exams.

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of over 100 free certification exam tutorials, including Cisco CCNA certification test prep articles. His exclusive Cisco CCNA study guide and Cisco CCNA training is also available!

Visit his blog and sign up for Cisco Certification Central, a daily newsletter packed with CCNA, Network+, Security+, A+, and CCNP certification exam practice questions! A free 7-part course, "How To Pass The CCNA", is also available, and you can attend an in-person or online CCNA boot camp with The Bryant Advantage!

Cisco CCNA Exam Tutorial: Password Recovery Procedures

It might happen on your CCNA exam, it might happen on your production network - but sooner or later, you're going to have to perform password recovery on a Cisco router or switch. This involves manipulating the router's configuration register, and that is enough to make some CCNA candidates and network administrators really nervous!

It's true that setting the configuration register to the wrong value can damage the router, but if you do the proper research before starting the password recovery process, you'll be fine.

Despite what some books say, there is no "one size fits all" approach to Cisco password recovery. What works on a 2500 router may not work on other routers and switches. There is a great master Cisco document out on the Web that you should bookmark today. Just put "cisco password recovery" in your favorite search engine and you should find it quickly.

The following procedure describes the process in recovering from a lost password on a Cisco 2500 router. As always, don't practice this at home. It is a good idea to get some practice with this technique in your CCNA / CCNP home lab, though!

The password recovery method examined here is for 2500 routers.

An engineer who finds themselves locked out of a router can view and change the password by changing the configuration register.

The router must first be rebooted and a “break” performed within the first 60 seconds of the boot process. This break sequence can also vary depending on what program is used to access the router, but is the usual key combination.

The router will now be in ROM Monitor mode. From the rom monitor prompt, change the default configuration register of 0x2102 to 0x2142 with the o/r 0x2142 command. Reload the router with the letter i. (As you can see, ROM Monitor mode is a lot different than working with the IOS!)

This particular config register setting will cause the router to ignore the contents of NVRAM. Your startup configuration is still there, but it will be ignored on reload.

When the router reloads, you’ll be prompted to enter Setup mode. Answer “N”, and type enable at the router> prompt.

Be careful here. Type configure memory or copy start run. Do NOT type write memory or copy run start!

Enter the command show running-config. You’ll see the passwords in either their encrypted or unencrypted format.

Type config t, then use the appropriate command to set a new enable secret or enable password.

Don’t forget to change the configuration register setting back to the original value! The command config-register 0x2102 will do the job. Save this change with write memory or copy run start, and then run reload one more time to restart the router.

This process sounds hard, but it's really not. You just have to be careful, particularly when you're copying the startup config over the running config. You don't want to get that backwards! So take your time, check the online Cisco documentation before starting, get some practice with this procedure with lab equipment, and you'll be ready for success on the CCNA exam and in your production network!

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of over 100 free certification exam tutorials, including Cisco CCNA certification test prep articles. His exclusive Cisco CCNA study guide and Cisco CCNA training is also available!

Visit his blog and sign up for Cisco Certification Central, a daily newsletter packed with CCNA, Network+, Security+, A+, and CCNP certification exam practice questions! A free 7-part course, "How To Pass The CCNA", is also available, and you can attend an in-person or online CCNA boot camp with The Bryant Advantage!

Cisco Certification: The Importance Of Building Your Own Practice Lab

CCNAs and CCNA candidates hear it all the time: “Get some hands-on experience”. From my personal experience climbing the Cisco certification ladder, I can tell you firsthand that there is no learning like hands-on learning. No simulator in the world is going to give you the experience you will get cabling and configuring your own routers.

Whenever I mention this to one of my students, they always say it costs too much. The truth is, it is cheaper now to build your own CCNA and CCNP lab than it has ever been. The secret? Used routers.

The word “used” turns off a lot of people not many of us buy used computers or used servers. Cisco routers, though, are robust I personally own a Cisco 4000 router that I use as a Frame Relay switch in my lab that I’ve had for about four years, and I’ve never had a problem with it.

The good news for current CCNA and CCNP candidates interested in building their own labs is that used Cisco equipment has never been more plentiful or cheaper. eBay is a good way to get an idea of what’s out there and what the prices are, but you don’t have to assemble your lab one piece at a time. Many eBay vendors who sell used Cisco equipment sell ready-made CCNA and CCNP labs for one price, including cables. I personally recommend www.ciscokits.com and www.horizondatacom.com for your lab needs, and there are many other vendors as well.

And should you desire to sell your lab after you complete your certification, you can either negotiate a price with the vendor who sold it to you, or you can sell it yourself on ebay. It’s my experience that 95% of candidates who earn their CCNA go on to pursue their CCNP within one year, though, so don’t sell it too quickly.

In the end, you spend only a few hundred dollars, and you gain invaluable experience and knowledge that will help you both in your certification quest and your job performance. Having been there, I can tell you that you will learn much more from actually configuring and cabling your own equipment than you ever will from any simulation of the real thing.

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of over 100 free certification exam tutorials, including Cisco CCNA certification test prep articles. His exclusive Cisco CCNA study guide and Cisco CCNA training is also available!

Visit his blog and sign up for Cisco Certification Central, a daily newsletter packed with CCNA, Network+, Security+, A+, and CCNP certification exam practice questions! A free 7-part course, "How To Pass The CCNA", is also available, and you can attend an in-person or online CCNA boot camp with The Bryant Advantage!

Cisco CCNA Certification: Becoming A Truly Valuable CCNA

I've been active in the Cisco Certification track for four years, working my way from the CCNA to the coveted Cisco Certified Internetwork Expert title, and during that time I've conducted job interviews and casual conversations with hundreds of CCNAs and CCNA candidates.

The CCNA is an exciting beginning to your Cisco career, but just having the certification simply isn't enough. A recruiter or interviewer isn't going to be impressed just with the cert; you've got to have some real-world knowledge to back it up.

I've been down that road myself, and sat on both sides of the CCNA job interview table. With that in mind, I'd like to offer to you some tips on becoming a truly valuable and employable CCNA.

Get some hands-on experience. I know the trap well; you can't get experience until you get a CCNA, and you can't get a CCNA without real experience. Well, actually, you can, but do you want to? Working on simulators is fine to a certain extent, but don't make the classic mistake of depending on them. I've seen plenty of CCNAs who were put in front of a set of routers and really didn't know what to do or how to put together a simple configuration, and had NO idea how to begin troubleshooting.

There are CCNA classes that offer you the chance to work with industry experts on real Cisco equipment. Beyond that, you can put together your own CCNA rack for less than $1000 by buying used routers. Some people think that's a lot of money, but this is the foundation of your career. Treat it that way. The work you do now is the most important work you'll ever do. Do it on real Cisco equipment. The skills I learned as a CCNA helped me all the way up to the CCIE.

Besides, after you get your CCNA (and after that, hopefully you'll choose to pursue the CCNP), you can always get some of your money back by selling the equipment. The hands-on experience you gain this way is invaluable.

Know binary math. Do NOT go the easy route of memorizing a subnet mask chart for the CCNA exam. I know some people brag about being able to pass the CCNA exam without really understanding binary math. I've seen those people on the other side of the interview table, and they're not laughing when I ask them to do a subnetting question. They're not laughing when they can't explain or create a VLSM scheme. That chart does nothing to help you understand what's going on.

If you can add and know the difference between a one and a zero, you can do binary math. Don't let the name intimidate you. Become a REAL CCNA -- learn binary math !

Run "show" and "debug" commands. No commands help you truly understand how things work in a Cisco network than show and debug commands. As you progress through the Cisco certification ranks, you'll be glad you started using these at the CCNA level.

Do you need to know these commands for the exam? Probably not. Do you need them to be successul in the real world? Absolutely.

The Cisco certification track has been great to me, and it can boost your career as well, whether you stop at the CCNA, CCNP, or go all the way to the CCIE. It's the skills you develop today that will truly make you a networking engineer. Don't take shortcuts or get the attitude of "just passing the exam".

It's what you achieve after the exam that counts, and it's the work you put in before passing the exam that makes those achievements possible.

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of over 100 free certification exam tutorials, including Cisco CCNA certification test prep articles. His exclusive Cisco CCNA study guide and Cisco CCNA training is also available!

Visit his blog and sign up for Cisco Certification Central, a daily newsletter packed with CCNA, Network+, Security+, A+, and CCNP certification exam practice questions! A free 7-part course, "How To Pass The CCNA", is also available, and you can attend an in-person or online CCNA boot camp with The Bryant Advantage!

Cisco Certification: Building Your Home Lab, Part II

In the first part of this home lab tutorial, CCNA and CCNP candidates can see that there are a LOT of choices when it comes to what to buy to build your own Cisco practice lab.

Having been there myself, I know it's confusing to decide how many routers or switches to buy, and what I need at the minimum to run labs and get some great hands-on practice. Let's take a look at some lab configurations and some other lab equipment you may need.

A starter practice lab will consist of two Cisco routers and one switch, hopefully a 2950. This is a good way to get started. You will need to make sure that the routers you purchase have Ethernet ports, and at least one serial port. If possible, get routers with BRI ports, so even if you're not configuring ISDN now, you'll be able to in the future. (You will need one additional device to make ISDN work in your lab, and we'll talk about that later in this article.)

You can practice setting IP addresses and testing IP connectivity over the Ethernet interfaces, and you can configure a point-to-point connection between the two serial interfaces. (You must know how to do that before you think of taking the CCNA exams!) Depending on the switch, you can also get some practice putting the Ethernet ports in different VLANs and working with the switch IOS.

This setup does have some limitations. You can't practice trunking or Etherchannels with one switch, and you can't set up a Frame Relay cloud with this configuration. It's a good start, but you should consider getting a few more routers, including one to serve as your Frame Relay switch.

What's a Frame Relay switch? Good question.

The Frame Relay Switch

As you know from your studies, Cisco routers are DTEs by default. The Frame Relay cloud is made up of DCEs.

In a lab environment, you need a device to serve as the Frame Relay cloud. This device will have DCE interfaces, and will actually be performing frame relay switching. But this isn't a switch in our lab - it's a Cisco router.

There are plenty of Cisco routers that make great frame relay switches. Get one of those and a couple of DCE/DTE cables, and you can configure the router as a frame relay switch and have your own working frame relay cloud in your lab!

The Cisco router you choose as your frame relay switch should have at least four serial ports, and if you can get more, great. It's always good to have spare ports.

If you get four Cisco routers, with one as your frame relay switch, you can set up a frame relay cloud and practice your hub-and-spoke frame configurations. Even better, as my labs do in my CCNA Study Guide, you can set up a frame relay cloud and a point-to-point Serial connection. This will help you get real hands-on practice with such features as EIGRP variance.

With that four-router configuration and one switch, you can get some great hands-on experience with many CCNA features that many candidates just read about. If you can add a second 2950 switch, you can practice different spanning-tree configurations, such as changing the root bridge of a given VLAN, working with VLAN Trunking Protocol (VTP), and configuring your own Etherchannel! (You will need some crossover cables to connect your two switches.)

Let's take a look at one more important piece of lab equipment: the ISDN simulator. You can't just take a straight-through cable and connect your BRI interfaces directly. You need a device called an ISDN simulator to act as the phone company in your home network. The newer simulators let you set your own phone numbers and SPIDs; most older ones have a preset phone number and SPID that you must use. Either way, you get truly valuable experience getting hands-on work with ISDN, especially watching PAP and CHAP debugs and understanding the authentication process.

ISDN simulators can set you back a few bucks. I recommend you visit www.ebay.com and search for ISDN simulator. There are generally 20 - 30 used ones on there at any given time. Be careful to purchase one with at least a 30-day guarantee. They are robust devices for the most part, as there is one in my home lab that I've had for three years (when they were really expensive!), and it's never given me a bit of trouble.

There are many online vendors that will sell you a new one, but obviously the price is going to be higher. One company I've had good experiences with is www.vconsole.com. Make sure to shop around, as there are plenty of ISDN simulator manufacturers out there on the web. Vconsole is the only one I've purchased a new unit from, and the 10-port simulator I use in my classes has worked beautifully.

There is another piece of lab equipment that isn't necessary for your lab, but you'll find life is a lot easier with it. And just as the frame relay switch is really a router, so is this device: the access server.

Access servers are devices with an asynchronous port that an octal cable can connect to. What you do is connect your blue console cable (officially referred to as a -rollover cable-) to the console port of your access server. You then take an octal cable, and connect one end of the cable to your Async port. The other end of the cable, as you'd expect from the name, consists of eight smaller RJ-45 connectors. Each one of those goes into the console port of one of your other lab devices, and you configure the access server to allow one-key access to each of the other devices in your practice lab.

The configuration of the access server is a simple one, and I'll have an example of configuring your access server and frame relay switch up later today.

Not everyone can start with a lab this size, so be careful when you buy your first routers. Make sure that they're not just giving you good practice now, but that they allow for future growth of your lab. As you add a frame relay switch, an ISDN simulator, and an access server, you'll get the hands-on experience you need to be successful on the job, acquire the self-confidence and troubleshooting skills needed in the testing room and on the job, and to solve any simulator question on your CCNA and CCNP exams with ease.

Have fun!

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of over 100 free certification exam tutorials, including Cisco CCNA certification test prep articles. His exclusive Cisco CCNA study guide and Cisco CCNA training is also available!

Visit his blog and sign up for Cisco Certification Central, a daily newsletter packed with CCNA, Network+, Security+, A+, and CCNP certification exam practice questions! A free 7-part course, "How To Pass The CCNA", is also available, and you can attend an in-person or online CCNA boot camp with The Bryant Advantage!

Cisco Certification: Suggested Toplogies For Your Home CCNA / CCNP Lab

When you make the decision to put your own home lab together for your CCNA and CCNP studies (a very wise decision, if I may say so!), the hardest part is figuring out how to spend your budget. Do you spend it all on the routers and go with a cheaper 1900 switch, knowing that the 640-801 (CCNA), 640-821 (Intro), and 640-811 (ICND) exams now place a premium on knowing the ins and outs of a 2950 switch? Do you buy a frame relay switch? Do you buy an access server?

One factor to keep in mind when you're starting to put your lab together is that you don't have to put it all together at one time. With some careful planning, you've got a lab that you can use for your Intro studies, perhaps add a router or two for ICND study, and then some more devices for your CCNP study.

Of course, it also depends on your budget. If you've got upwards of $500 to spend, great! If you don't, that's okay. The key is that you're going to work with the real deal instead of simulation programs. And remember that you can always sell the equipment when you've achieved your certification goals. You're basically renting the equipment and then passing it on to another CCNA or CCNP candidate.

Let's take a look at several different toplogies, from basic to more advanced.

One router. You'll have to keep the configurations pretty basic, but getting started with one router is still a start. You can practice setting passwords (and password recovery, perhaps!) and become acquainted with the hardware. You can practice setting the hostname and working with many global configuration commands. There are obvious limitations, but the big plus here is that you've gotten started working with real Cisco equipment.

Two routers. You can do more with two routers than you might think. Make sure the first two routers you buy have serial interfaces. You can then purchase a DTE/DCE cable and practice working with directly connected serial interfaces. This is a valuable skill to have on your Intro and ICND exams. You can put PPP on the direct connection and practice working with PAP and CHAP, not to mention the vital troubleshooting command debug ppp negotiation.

Two routers, one switch. Your first two routers should have serial and ethernet interfaces. You can connect your routers to the switch via their ethernet interface in addition to the aforementioned directly connected serial interfaces. You can create loopback interfaces on both routers and then practice advertising them via RIP, IGRP, EIGRP, and OSPF. If you can, make sure to get BRI interfaces on these first two routers as well. The cost of an ISDN simulator might prevent you from running ISDN at first, but plan for the future now.

It's best to spring for a 2950 switch if it fits your budget. That switch has an IOS as opposed to the menu-driven 1900 switches, so the practice will come in handy on exam day. If you simply can't afford it right now, a 1900 switch is certainly better than no switch at all!

Three routers, one switch. I would consider using the third router as a frame relay switch. If your first two routers each have two serial interfaces, as well as the third one, you can buy a couple of additional DTE/DCE cables and configure your own frame relay cloud. The config for a frame relay switch can be hard to find there is one on my website you're welcome to.

Four routers, one switch. This setup would allow you to have three routers communicating via the frame relay cloud, two routers connecting through their directly connected serial interfaces, and at least two of the routers communicating through the switch. Quite a setup! I've got plenty of labs you can run on such a setup, and you could even create your own.

Five routers, one switch. At this point, you should consider an access server as your fifth router. An access server is a Cisco router with the capability to connect to up to eight other devices via an octal cable. Not just any Cisco router can serve as an access server, so make sure the one you buy for this purpose has the proper async port(s).

An access server prevents you from having to continually move the rollover cable into the console port of the router or switch you need to configure. Once you have one, you'll wonder how you lived without it!

From this point on, you can add a second switch or an ISDN simulator. The second switch gives you the opportunity to practice influencing root bridge elections and configuring VTP an ISDN simulator will give you priceless practice with ISDN in your home lab. (Don't confuse an ISDN simulator with a router simulator. An ISDN simulator basically acts as the phone company in your practice lab.) New ISDN simulators can run up to $2000 easily there are many used simulators on ebay and from used Cisco equipment vendors.)

I know exactly what you're going through when you make the decision to build your own lab I've been there myself. I hope you've found this article helpful in making a decision on how to get started. If you have any questions about a network topology you're considering building, please let me hear from you at chris@thebryantadvantage.com. I'm glad you've chose to put together you own CCNA and CCNP home lab, and I'll be glad to help with any questions you may have.

To your success,

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of over 100 free certification exam tutorials, including Cisco CCNA certification test prep articles. His exclusive Cisco CCNA study guide and Cisco CCNA training is also available!

Visit his blog and sign up for Cisco Certification Central, a daily newsletter packed with CCNA, Network+, Security+, A+, and CCNP certification exam practice questions! A free 7-part course, "How To Pass The CCNA", is also available, and you can attend an in-person or online CCNA boot camp with The Bryant Advantage!

Cisco CCNP / BSCI Exam Tutorial: Ten IP Routing Details You Must Know!

To pass the BSCI exam and earn your CCNP, you've got to keep a lot of details in mind. It's easy to overlook the "simpler" protocols and services such as static routing and distance vector protocols. With this in mind, here's a quick review of some details you should know for success in the exam room and real-world networks!

When packets need to be routed, the routing table is parsed for the longest prefix match if multiple paths exist with the same prefix length, the route with the lowest AD is preferred. If there are still multiple valid paths, equal-cost load-sharing goes into effect.

The ip route command is used to create static routes the command ip route 0.0.0.0 0.0.0.0 < next-hop-IP or local exit interface> creates a default static route.

A static route with a next-hop IP address has an AD of one, while a static route with a local exit interface has an AD of zero.

A floating static route is a static route with an AD higher than that of the dynamic routing protocols running on the router, ensuring that the static route can only be used if the routing protocol goes down.

On-Demand Routing (ODR) is only appropriate in a hub-and-spoke network. The spokes effectively become stub routers. ODR uses Cisco Discovery Protocol (CDP) to send route information.

To propagate a default route with IP routing, use the ip default-network command. To do so with IP routing disabled, use ip default-gateway. You can also redistribute a static route into most protocols, but not IGRP. IGRP does not understand a static route to 0.0.0.0.

The ip helper-address command takes certain broadcasts and translates then into unicasts in order to allow the router to forward them. These default ports are:

TIME, port 37

TACACS, port 49

DNS, port 53

BOOTP/DHCP Server, port 67

BOOTP/DHCP Client, port 68

TFTP, port 69

NetBIOS name service, port 137

NetBIOS datagram services, port 138

To name other ports, use the ip forward-protocol command. To remove any of these ports from the default list, use the no ip forward-protocol command.

ICMP Router Discovery Protocol (IRDP) hosts hear multicast Hellos from routers, allowing host-router discovery. HSRP routers create a virtual router that hosts think is a real router. Both protocols help networks cut over to a functional router quickly when their primary router goes down.

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of over 100 free certification exam tutorials, including Cisco CCNA certification test prep articles. His exclusive Cisco CCNA study guide and Cisco CCNA training is also available!

Visit his blog and sign up for Cisco Certification Central, a daily newsletter packed with CCNA, Network+, Security+, A+, and CCNP certification exam practice questions! A free 7-part course, "How To Pass The CCNA", is also available, and you can attend an in-person or online CCNA boot camp with The Bryant Advantage!

Cisco CCNA & CCNP - Suggestions On How To Build A Home Lab

CCNA & CCNP Lab Suggestions

Many people ask me what would make a good CCNA lab? Well, that can be a tricky question based upon your budget and future Cisco aspirations. So let’s start off with a few basic concepts I hope we can all agree on.

1) You need a physical router as the simulators just don’t have the ability to give you the “hands on” you need to see what happens when you disconnect a cable, put a cable in the wrong location or just plain configure the interface incorrectly. Dependant on what you do by mistake, you may see either the interface or protocol go down and based upon that it should give you a clue of where to start troubleshooting(hint, what layer is the interface at and what layer is the protocol at?). Anyway, you will come to find quite quickly that mistakes you make on Router 1 are affecting Router 4 all because you did not screw in a cable properly. No simulator can simulate that, so a router is invaluable.

2) Two routers really are required to see if anything works. If you have a very limited budget, you can receive value from only purchasing a single router over working with a simulator. However, you will not be able to see the main thing we are trying to accomplish. The propagation of route tables and the routing of data! The only way you can see if your configurations work, is to have at least two routers. That said, if you can afford a kit with more than two routers, it will enable you to exercise more complex scenarios. Therefore, I strongly recommend that you purchase a dual router kit or better that comes with all the accessories you need. Otherwise you can spend days or weeks trying to find all the little extra pieces you need to get your lab up and running. I mention this as some other resellers are selling their kits with 2500 routers and they are not including transceivers. Well how will you use the Ethernet AUI ports without them?? So this is basically how I view it. One router will give you the ability to run the commands on the switch and allow you to memorize the correct syntax and context in which to run the commands. Two routers will allow you to router table information propagate, data propagation and path election. In addition, you will see basic device elections. With three or more routers you will get all of the above and full device elections.

3) Do I need a switch? Well, it is a nice to have for the CCNA track. However, with only about 2 questions on the test dedicated to “hands on” switch knowledge, you can make it by without a switch. Most of the information on the test will reference material that is memorization based such as “What is a Layer 2 protocol used to maintain a loop-free network?” Thank goodness we memorized STP. That said, it would be nice for us to be able to actually “see” the switching concepts work. So this is basically how I view it. One switch will give you the ability to run the commands on the switch and allow you to memorize the correct syntax and context in which to run the commands. It will also allow you to do some of the VLAN labs. Two switches will allow you to see VTP Domain & VLAN information propagate. In addition, you will see basic device elections. With three or more switches you will get all of the above and full device elections. Remember, we are only at the CCNA level right now. If you ask me do I need a switch for my CCNP studies? Most definitely(you will need three full featured switches)! If you have to skimp on something at the CCNA level, skimp on the switch in my opinion.

4) Do I need to worry about ISDN? Yes. It is still on the CCNA test. All of my dual router kits for CCNA have either a built-in ISDN port or I have added a module to support ISDN features. Many other resellers neglect ISDN. Trust me, it is not wise as it is on the test! Now that said, I want to explain my logic behind how I do my kits for ISDN, but we can modify this to meet your needs. As I mentioned, most of my kits include support for ISDN. I generally only put support for ISDN on one device. This will only give you the ability to proactive your command syntax and make sure you are entering the command at the correct portion of the IOS tree. You may ask why? Well to have ISDN really work in your lab environment, you need an ISDN simulator. An ISDN simulator runs over $500 and as I am sure you are aware, that is more than the price of my of the router kits. So if you are on a limited budget, this is the last place I would spend my money. But if you want a full functioning ISDN environment so you can practice for your CCNA test, make sure you have two routers that support ISDN and one ISDN simulator. Finally, a way to work around this exorbitant cost, is to rent my CCNA rack rental for a weekend so you can practice your ISDN commands with the simulator there as that is much, much cheaper.

Now choices, choices, choices. Which 2500/2600 router do I pick? Well, we have many choices which I will list below with some pros and cons to each. I will also include a table at the end of this document to visually aid you in seeing the features of each router. I suggest no matter which router you get, you max out the DRAM and Flash so you can run Enterprise IOS. The 2500s max out at 16 MB DRAM and 16MB Flash and the 2600s max out at 64 MB DRAM and 16 MB Flash.

1) 2501 Router with 16 MB Flash/16MB DRAM The cheapest introduction router which can support a vast majority of the commands that you will need to learn for your CCNA test. You will need to add a transceiver to this unit to convert the Ethernet AUI port to an RJ-45 style Ethernet port.

2) 2502 Router This is a Token Ring router and for that reason many people are of the opinion that it has no use in today’s lab setups. I disagree. I will try to explain why. If you are trying to keep costs down, and you want to add a third router into your setup, you can put this router in between your two other routers. Here is the situation. On Router A(2501), you have your back to back cable connected to Serial 0 which then connects over to Router B(2502) to Serial 0. Then again on Router B(2502), you have another back to back cable connected to Serial 1 which connects to Router C(2501) on Serial 0 of Router C. Now you just made a more complicated lab with a low cost router that many people might throw out otherwise. You don’t have to use the Token Ring features, but the Serial ports and the propagation of router tables still work the same way. There are also some other tricks you can do such as turning it into a very cheap two router frame-relay switch. Would it be better to have 3 or 4 routers in your frame-relay cloud? Sure, but we can’t all afford to have 4 to 5 routers in our labs.

3) 2503 Router with 16 MB Flash/16MB DRAM This is the same as a Cisco 2501except it adds an ISDN BRI port so you can complete all your ISDN commands for the CCNA test. The ISDN BRI port will be very helpful come CCNP time too. You will need to add a transceiver to convert the Ethernet AUI port to an RJ-45 style Ethernet port.

4) 2505 or 2507 Router with 16 MB Flash/16MB DRAM The same as a Cisco 2501 except it has a built-in 8 port hub(2505) or a built-in 16 port hub(2507) so you do not have to purchase a transceiver. This is a great money saving tip and then you don't have to deal with pain in the butt transceivers!

5) 2514 Router with 16 MB Flash/16MB DRAM This router is the same as a Cisco 2501 except instead of one Ethernet port you have two. You may ask, what is the big deal? Well, you can use this as your Cable Modem/DSL Modem router. Now you can test your ability to setup a firewall and router in a live environment on the Internet. Lots of fun! You will need to add two transceivers to convert the Ethernet AUI ports to an RJ-45 style Ethernet ports.

6) 1720 Router This is a modular router unlike any of the 2500 series routers. There are two big benefits. The first is that you get a 100mb Ethernet port so you can support features that require 100mb. The second is that you can buy extra modules to add functionality such as more serial ports, ISDN ports, Ethernet ports, WICs and such. However, due to the 100mb port and flexibility you will pay a bit more. In the long run it will be cheaper than purchasing a bunch of dedicated routers for each discipline you want to learn. Most people start off adding a serial module such as a WIC-1T which gives you a serial port.

7) 2610 Router with 32 DRAM and 8 MB Flash This is a modular router unlike any of the 2500 series routers. So the big benefit of this is you can buy extra modules to add functionality such as more serial ports, ISDN ports, Ethernet ports, WICs and such. However, due to the flexibility you will pay a bit more. One day it is a frame relay switch, the next it is your ISDN router. In the long run it will be cheaper than purchasing a bunch of dedicated routers for each discipline you want to learn. Most people start off adding a serial module such as a Wic-1T which gives you a serial port and then they eventually add another Ethernet port.

8) 1912 or 1924 Switch with Enterprise Software This is a good low cost switch to run a majority of the commands and concepts covered on the test. The only draw back is it is a 10mb switch except for the two100mb uplink ports. Not a big deal since you have 10mb routers. Keep in mind that this does not support every single command the new CCNA test covers(as mentioned above it covers most commands) as on some of them the syntax is a little different. However it will cover all the same concepts so you get a good understanding of how STP, Vlans and trunking work. If you can afford the 2900 Series switches(2912, 2924,2924M, 2950), go with them. Otherwise this is a great switch for the money.

9) 2912 or 2924 Switch with Enterprise Software This switch will run more of the current commands needed for the test and is a full 100mb switch. If you can afford this over the 1912/1924 this is the way to go. However, if cost is a factor, you may want to go with the 1912/1924 switches. **Note, there is also a 2916 that only supports IOS 11.x. It does not support 12.x like the normal 2912 or 2924 switches so we generally do not suggest this switch. 10) Cisco 2950 Switch with Enterprise Software. Watch out for resellers selling these new. Most of them are counterfeits from the Orient. This switch will run all the current commands needed for the test and is a full 100mb switch.

Some other accessories we may want to consider are as follows:

1) If you purchase a 2500 series router with an AUI Ethernet port, don’t forget to add a transceiver.

2) If you purchase two routers and you want them to communicate together you will need a back to back serial cable. This connects the synchronous serial ports between two routers to simulate a WAN connection.

3) If you purchase a router, you will need a console cable kit to console into the router.

4) Believe it or not, many resellers don’t include power cables with their routers. Make sure your router comes with a power cable so you don’t have to buy one for $10.00 at CompUSA.

5) Some labs, basic procedure documentation and some review questions with the router would also be a big help.

Bob Bello, is the owner of http://www.CiscoKits.com At his site you will find over 200 various articles dedicated to Cisco CCNA and CCNP study help free CCNA and CCNP study exams, step by step labs along with CCNA and CCNP home lab kits.

Cisco CCNA / CCNP Certification Tutorial: Frame Relay End-To-End Keepalives

One of the first things you learned about Frame is that the LMI also serves as a keepalive, or a heartbeat - and if three consecutive LMIs are missed, the line protocol goes down. There's a limitation to LMI as a keepalive, though. The LMI is exchanged only between the DTE and the closest DCE. The LMI is therefore a local keepalive that does not reflect any possible issues on the remote end of the virtual circuit.

Taking the LMI concept to the next logical level, Frame Relay End-To-End Keepalives (FREEK, one of the least-heard Cisco acronyms for some reason) are used to verify that endpoint-to-endpoint communications are functioning properly.

What you have to keep in mind about FREEK is that each and every PVC needs two separate keepalive processes. Remember, with a PVC, there's no guarantee that the path taking through the frame relay cloud to get from R1 to R2 is going to be the same path taken to go back from R2 to R1. One process will be used to send requests for information and handle the responses to these requests; this is the send side. When the send side transmits a keepalive request, a response is expected in a certain number of seconds. If one is not received, an error event is noted. If enough error events are recorded, the VC's keepalive status is marked as down.

The process that responds to the other side's requests is the receive side.

This being Cisco, we've got to have some modes, right? FREEK has four operational modes.

Bidirectional mode enables both the send and receive process enabled on the router, meaning that the router will send requests and process responses (send side) and will also respond to remote requests for information (receive side).

Request mode enables only the send process. The router will send requests and process responses to those requests, but will not answer requests from other routers.

Reply mode enables only the receive process. The router will respond to requests from other routers but will initiate no requests of its own.

Finally, passive reply mode allows the router to respond to requests, but no timers are set and no events are tracked.

Frame Relay End-To-End Keepalive defaults:

Two send or receive errors must be registered in order for the VC to be considered down.

The event window size is three. The event window is the number of events considered by the router when determining the status of the VC. Therefore, using the defaults, two send or receive errors would have to be received within the event window of three events for the VC to be considered down.

The timer mentioned earlier - the amount of time a router waits for a response - is set to 10 seconds

Working with Frame Relay end-to-end keepalives is just one Frame skill you’ll need to pass the CCNP exams – and I wouldn’t be surprised to see them on a CCIE exam. Know the details and you’re on your way to Cisco certification exam success!

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of over 100 free certification exam tutorials, including Cisco CCNA certification test prep articles. His exclusive Cisco CCNA study guide and Cisco CCNA training is also available!

Visit his blog and sign up for Cisco Certification Central, a daily newsletter packed with CCNA, Network+, Security+, A+, and CCNP certification exam practice questions! A free 7-part course, "How To Pass The CCNA", is also available, and you can attend an in-person or online CCNA boot camp with The Bryant Advantage!

Cisco CCNP Certification Exam Training For The ONT Exam - QoS Models

A large part of your CCNP training for the ONT certification exam should be spent studying the various ways we can implement Quality of Service (QoS) on Cisco routers and switches. Before you start configuring your network’s devices, though, you’ve got to understand the three QoS models and their impact on your network. Let's take a look at the pros and cons of each.

If you don't have a QoS model in place, you actually do. Best-effort QoS is just that - best-effort. No priority is given to any traffic. If your network is carrying voice or video traffic, best-effort is definitely not the way to go.

The Integrated Services model, more popularly known as IntServ, uses the Resource Reservation Protocol (RSVP) to reserve network resources in advance of the data actually traveling across the network. Once the end-to-end bandwidth reservation is in place, the data is transmitted.

That sounds great, but there are some drawbacks. It's a waste of bandwidth to have the entire end-to-end path reserved in advance. Additionally, IntServ isn't as scalable a solution as we'd like. Everything we do on a router or switch has a cost of some kind, and in this case it's RSVP overhead. One or two paths won't cause much overhead, but as the number of reserved paths increases as a network becomes larger, the RSVP overhead can take its toll on the routers involved.

Differentiated Services (DiffServ) is the latest of the three models, and many would agree that it's also the greatest. DiffServ doesn't use RSVP, but instead uses Per-Hop Behavior (PHB) to allow each router across the network to examine the packet and decide what service level it should receive. With DiffServ, one router along the path from source to destination could consider a packet to be of the highest priority, while another router could consider it "just another packet".

A term you hear often with DiffServ is "marking and classification". Marking a packet is the process of assigning the packet a value reflecting the level of QoS it should receive, while classification is placing that packet into a queue in accordance with that level of QoS.

When it comes to marking, there are different values we can use to decide what value to mark the frame or packet with. In my experience, here are the four that are used most often:

• IP Precedence (IP Prec)

• Differentiated Services Code Point (DSCP)

• CoS value

• Interface that received the data (ingress interface)

Which one you choose depends on your particular network's needs, and of course, the OSI layer at which the marking is taking place. We’ll take a look at each of these methods in future CCNP ONT exam training tutorials!

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of free Cisco CCNP Training and CCNA Exam Training tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.

You can also visit his blog, which is updated several times daily with new Cisco certification articles, free tutorials, and daily CCNA / CCNP exam questions!

Visit his blog and sign up for Certification Central, a daily newsletter packed with CCNA, Network+, A+, and CCNP certification exam practice questions. A free 7-part course, “How To Pass The CCNA”, is also available.

Earn your Microsoft Server 2008 certification with The Bryant Advantage!

Cisco Certification: Taking Your First Certification Exam

You've studied hard; you've practiced your configurations; you've used your flash cards over and over again; and finally, the big day is here. Your first certification exam!

For many Cisco certification candidates, their first exam is the CCNA Composite exam or one of the two exams that make up the CCNA, the Introduction To Networking exam or the ICND (Interconnecting Cisco Networking Devices) exam.

Walking into a testing center for the first time can be a nerve-wracking experience. You've got enough on your mind just keeping all that new information straight without worrying about what the testing experience will be like.

You're not there to take the exam. You're there to pass the exam. With this aggressive attitude in mind, let's take a look at what you should expect (and not expect) when taking your first Cisco certification exam.

Be Early and Bring Your ID.

If the testing center is not in a part of town that you drive to in the morning, and you've got a 9 AM exam, you may find the traffic is much heavier that time of morning than you expected. Driving up to the testing center 10 minutes late is not a good way to get started. If you've never been to the center before, check their website for directions, or call them for directions. If at all possible, drive to the center the night before your exam.

Make sure to bring your wallet or purse. You cannot take the exam without proper identification. You'll probably be asked for two forms of ID, one of which must be a picture ID.

The Testing Room

Despite the best efforts of VUE and Prometric, some testing center rooms are afterthoughts. I strongly advise that if you're taking your exam at a technical school, ask to see the testing room BEFORE you sign up for the exam. If it looks like a converted broom closet, it probably is. Those rooms also tend to be right next to classrooms, which can result in distracting noise during your exam.

If your testing center specializes in giving computer-based exams rather than classes, you're probably in good shape. Again, feel free to drop by the testing center before your exam to take a peek at the testing room. Most testing rooms have a window that employees use to keep an eye on testers, and you should be able to take a peek through the window.

When you go in, you'll be asked to enter your social security number as your testing ID. Once you do that, the exam engine starts running. However, this doesn't mean the test starts.

The Survey

When you take a Cisco exam, you'll first be presented with a survey. The survey consists of 10 - 20 questions asking about your background, preparation methods, and comfort level with different technologies. This is a good time to catch your breath before starting the exam. The survey will only take about five minutes, and this time does not count against your exam time.

Pay Attention To The Exam Tutorials

You'll then be presented with an exam tutorial, showing you how to answer the different types of questions Cisco may ask. While most of these questions types are common sense (multiple choice, single answer, fill-in-the-blank), I strongly urge you to pay special attention to the router simulator question tutorial.

The simulator questions carry more weight than the other questions; indeed, it's almost impossible to pass the CCNA exams if you totally miss the simulator questions. While the interface for these exams is intuitive, sometimes students who fail their exam complain that they were not given enough information to answer the question. The real problem is that they didn't look in the right place for that information. It's not hidden, but spend a few minutes with the tutorial and do not go forward until you're comfortable with the simulator interface.

The Exam Itself

Finally, the exam starts! Remember, you're not being asked anything you don't know. If you have prepared correctly with the right tools, you'll have a passing grade on your screen before you know it.

Speaking of that grade, you'll be presented with it about five seconds after you answer the final question. Cisco exams no longer allow CCNA and CCNP candidates to go back once a question is answered, so be prepared for that.

Knowing what to expect when you go into the testing room for the first time will magnify your chances of success. Work hard (and smart!) while studying, achieve a combination of theoretical knowledge and hands-on work with real Cisco routers, and you are on your way to exam success!

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of over 100 free certification exam tutorials, including Cisco CCNA certification test prep articles. His exclusive Cisco CCNA study guide and Cisco CCNA training is also available!

Visit his blog and sign up for Cisco Certification Central, a daily newsletter packed with CCNA, Network+, Security+, A+, and CCNP certification exam practice questions! A free 7-part course, "How To Pass The CCNA", is also available, and you can attend an in-person or online CCNA boot camp with The Bryant Advantage!

Cisco CCNA-CCNP Certification Exam Tutorial: EIGRP And Split Horizon

EIGRP is a major topic for your CCNA and CCNP studies, and one basic skill you’ll need to pass your Cisco certification exams is to identify situations where you need to enable or disable split horizon. EIGRP commands tend to be a little different than those used with other protocols, so let’s take a look at how EIGRP and split horizon interoperate.

R1 is our hub router, with R2 and R3 as the spokes. There are no subinterfaces, and each router is advertising a single loopback network using its router number for each octet. R1 will see both R2 and R3’s loopback network, but the spokes will not have a route to the other spoke’s loopback. “show ip route eigrp” verifies this.

R1#show ip route eigrp

2.0.0.0/32 is subnetted, 1 subnets

D 2.2.2.2 [90/2297856] via 172.12.123.2, 00:03:29, Serial0

3.0.0.0/32 is subnetted, 1 subnets

D 3.3.3.3 [90/2297856] via 172.12.123.3, 00:03:29, Serial0

R2#show ip route eigrp

1.0.0.0/32 is subnetted, 1 subnets

D 1.1.1.1 [90/2297856] via 172.12.123.1, 00:05:20, Serial0

R3#show ip route eigrp

1.0.0.0/32 is subnetted, 1 subnets

D 1.1.1.1 [90/2297856] via 172.12.123.1, 00:07:54, Serial0

EIGRP runs split horizon by default, making it impossible for R1 to forward an advertisement to R2 regarding R3’s loopback. Likewise, R1 cannot advertise R2’s loopback address to R3. We could configure two subinterfaces on R1 to resolve this issue, but here we’re going to disable split horizon instead.

R1(config)#int serial0

R1(config-if)#no ip split-horizon ?

eigrp Enhanced Interior Gateway Routing Protocol (EIGRP)

R1(config-if)#no ip split-horizon eigrp ?

<1-65535> Autonomous system number

R1(config-if)#no ip split-horizon eigrp 100

04:10:02: %DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 172.12.123.2 (Serial0) is down: split horizon changed

04:10:02: %DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 172.12.123.3 (Serial0) is down: split horizon changed

04:10:25: %DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 172.12.123.2 (Serial0) is up: new adjacency

04:10:37: %DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 172.12.123.3 (Serial0) is up: new adjacency

Note that disabling split horizon resulted in the EIGRP adjacencies being torn down. They came back up 20 – 35 seconds after being torn down according to the timestamps, but that’s a good detail to keep in mind!

The routing tables of each spoke should now show the loopback network configured on the remote spoke.

R2#show ip route eigrp

1.0.0.0/32 is subnetted, 1 subnets

D 1.1.1.1 [90/2297856] via 172.12.123.1, 00:00:02, Serial0

3.0.0.0/32 is subnetted, 1 subnets

D 3.3.3.3 [90/2809856] via 172.12.123.1, 00:00:02, Serial0

R3#show ip route eigrp

1.0.0.0/32 is subnetted, 1 subnets

D 1.1.1.1 [90/2297856] via 172.12.123.1, 00:00:02, Serial0

2.0.0.0/32 is subnetted, 1 subnets

D 2.2.2.2 [90/2809856] via 172.12.123.1, 00:00:02, Serial0

Be careful when disabling split horizon. In this scenario, R1 can and will advertise routes out Serial0 that were learned about on that interface in the first place, and that’s not always desirable. Split horizon is enabled by default for a reason, so be careful when disabling it!

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of free CCNP and CCNA tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.

You can also join his RSS feed and visit his blog, which is updated several times daily with new Cisco certification articles, free tutorials, and daily CCNA / CCNP exam questions! Details are on the website.

For a FREE copy of his latest e-books, “How To Pass The CCNA” and “How To Pass The CCNP”, just visit the website! You can also get FREE CCNA and CCNP exam questions every day!

Get your Microsoft Vista certification with The Bryant Advantage!

Disaster Recovery

In today's world, businesses are beginning to demand more from their information systems. At the same time, the outer limit of technology is being stretched to its limit to meet this demand. This in turn puts a greater responsibility on the service Organisation, with the kind of daunting challenge that it faces. A standard reactive service does not solve the situation with solutions that it can present. To handle the situation, a more pro-active approach should be adopted to run mission critical operation in today's heterogeneous client/server networks.

If enterprise applications are not planned, taking into consideration all aspects of data loss, this can cripple the enterprise all together. A system downtime can cost the enterprise tens of thousands of dollars per minute, and considering the days it takes for recovery, the loss could be well imagined. Selecting, implementing and maintaining a data disaster recovery infrastructure is a challenging job. If you find that it is making you taking chances, there are such services available, who are professionally experienced, equipped with high availability technology and proven best practices in such disaster management.

To understand a recovery process, you should first understand your current state, find out ways mitigating the risks, and last of all make a thorough plan of recovery. You should use available tools to audit your infrastructure risks and identify the danger in the process, prioritising the system restorations. You shall need to make sure that you have with you the experience in the team, looking after the aspect of data loss and disaster recovery and building up test procedures for various disaster scenarios. The strategy of data or disaster recovery should be where all such disasters are withstood with a well chalked out plan. Such recovery operations are generally transferred to a remote service centre or a facility to have the enterprise back on the rail, within the recovery time objective and the objective targets.

For quite some years, professionals in Information and Technology took disaster recovery to be the simple data recovery process of data files in case of a computer or disk failure. Things are different today, with increasing complexity in data handling and management, data losses are termed as disasters to any enterprise functioning. Today's concept demands the constant availability of the complex data and the notion of the data being made available within a short period of time if there should be that unfortunate data loss or disaster.

Disaster is not just a serious loss of data, a dead hard drive or a power loss, through human error or through malicious software. Instead, a disaster could mean complete loss of communication through out the network, including serious data losses, through-out the enterprise. To handle such situations disaster recovery mandates are necessary that insist on instant recovery.

The impact on user is an important factor when the implementation of high reliability disaster recovery system is being considered and implemented. In the event of the initiation of a recovery process, the user should continue to be connected to data, as the disaster recovery process takes over. The process of disaster recovery should be totally transparent to the user. This is mostly with the instance, when the source and the location of the data changes take place, when the data disaster recovery process is in process. Therefore, user functions should go on uninterrupted and such should be for both, the internal and external users, for example, the users who are accessing the web-servers or your VPN servers. The user function should be a continued process, without having to shut down and restart the system.

There are some basic requirements needed to be considered, while you are planning and designing data recovery procedures for your site. The general guidelines of these requirements include the following:

  • You need to make sure that the sites have top level of support from the hardware and software vendors.

  • For any mission critical applications, it is mandatory to use uninterrupted power supply.

  • You need to set up a system, more appropriately a monitoring tool to proactively detect problems. Your monitoring tool should be capable of event monitoring and problem reporting, may be by sending a message to the email inbox of your DBA. Additionally, the tool needs to monitor space usage and other crucial aspects of data storage in a proactive manner.

  • Internet connectivity to your site is a necessity, for, in case of problems your hardware, software vendors or any disaster recovery service agency can remotely access your site and take necessary actions to monitor, diagnose and repair the fault.

  • Each of your production sites should have the right hardware protection system. This may include a hard disk mirroring device, implementation of a back-up and recovery plan and stocking of enough spare parts to service your hardware when necessary. RAID (Redundant Arrays of Inexpensive Disks) may be one way to make continuous availability of your data, building up the capability of fault tolerance implementation. However, the reliability of this fault tolerance and improvement of data reliability will depend upon the RAID level used.

  • Your production site must be kept in such an environment which is hazard free, and an environmental audit is done from time to time.

  • If you have very large database (VLDB), you should preferably maintain a test bed and part of the data should be held in the test bed system. This would be required when you are performing on-site testing and migration planning for future database expansions.

  • Operation logs are ideal for such sites, where any kind of physical, design, operational, environmental or scheduled task is logged each time they are performed.
  • Storage business practices, leading to well formulated disaster recovery planning, is gained from enterprise client implementation and operations. Data recovery services bridge the gap between enterprises having mission critical applications and the experience required for managing the necessity of data recovery and disaster management processes. It has to be understood, that more importantly, the process and people behind that process count more than the technology, and disaster recovery service agencies help their clients in identifying the areas of operational improvements, there-by aligning the necessary technology with the requirement of the clients.

    I am a post graduate in Computer Science and have been working as the profit center head of an international organisation. I look after 15 to 18 Oracle database projects in Europe.

    As a hobby I have been writing for the last 10+ years on various subject matters. I have expertise in project report preparations, preparations of technical tutoring documents, presentation preparations, writing of technical articles, technical documentations abstructs of various books, copy writing, reviews, articles, proof reading, news papers, magazines,presentations, including SEO articles, etc., and also contributed in writing press releases and various profiles. I have been writing for over 10 years. I have good experience in writing papers, including transcriptions on various topics with extensive research on the subject. I have also participated as a freelancer in online sales and marketing. All my works are quality orginals. I am generally involved with few but large continued assignments in writing technical & non-technical articles.

    prabirsenuk@yahoo.co.uk

    What Are The Appropriate Network Applications For OC3, OC12, And OC48 Bandwidth?

    By Michael Lemm Platinum Quality Author

    For IT Infrastructure, optical fiber connections (especially SONET, e.g. OC3, OC12, OC48) are becoming critical. It is not uncommon for $50-100M companies to take advantage of SAN technology with offsite replication to a colocation facility. This application than requires higher bandwidth, low latency, and resiliency.

    The primary difference between "OC" SONET connectivity and Dedicated lines is that SONET provides a standby "protection" path. It is most useful for TDM connections that can't go down. For example, if you have more than 28 T1 trunks feeding a call center, then using an OC-3 as a transport is a viable method for handing off the trunks from a "reliable" infrastructure.

    Furthermore, T1/DS1 and T3/DS3 dedicated circuits are focused more as point-to-point connections. SONET is a self-healing ring topology that prevents single-point issues if brought on premises properly. Thus SONET is a better choice for high capacity, high security, high performance network infrastructures.

    Personally, I would say it isn't a specific "type" of application that's most important per se, so much as is the total "volume" of traffic. If, for example, you have a website that generates (or is expected to generate) 80-100Mbps of traffic, you'd probably want an OC3. If you have a sufficient number of users, even email or casual web browsing could eventually add up to the sufficient traffic to necessitate that large of a connection. But generally the volume.....especially for more "complex" activities (e.g. medical imagery, supply chain management networks, high security financial transaction storgae/networks, technical research and data manipulation, complex CAD projects, sophisticated high risk security systems)......is the more crucial part of the equation for deciding on a SONET solution.

    Now if you flip the question.....just how important is data transmission, storage and back-up to your organization? How much data is involved, what is a geographically acceptable disaster recovery distance, and so on.....become the decision points. This makes more sense. The rest is simply algebra.

    But I guess most companies only get to the algebra bit when it's too late. One could argue that all networked applications are appropriate for OC3, OC12, OC48 etc.....it's just a question of scale and security versus cost.

    Consider future expansion needs as well when you make your decision. An OC3 may be your best bet given that as with other optical carrier levels (12, 48, etc), an OC-X (3 in this case) is burstable. In essence, you can start small in regards to your financial commitment of the bandwidth purchased and add capacity as your needs increase.

    Given the above discussion....generally you'll most likely find high end network connections are for (examples):
    - Server farms
    - Video distribution (VoD, IPTV etc)
    - Feeding super computers
    - Interconnection with other networks
    - Very high quality Imaging
    - Big Business
    - Banks
    - Universities
    - Hospitals
    - Stock Exchanges
    - Defense Networks
    - Government

    In short...the crux of the question is really that it's definitely a bandwidth (volume) issue over an application issue. You're talking huge amounts of bandwidth in use before you really need to move to an OC3+.

    Now, for the vast majority of today's infrastructure.... much is still delivered over SONET/SDH infrastructure and Ethernet based services are still in their infancy. Once the far cheaper Ethernet based 100meg/GigE services are commonly made available.....the landscape may change. Yet again.

    Michael is the owner of FreedomFire Communications....including DS3-Bandwidth.com and Business-VoIP-Solution.com. Michael also authors Broadband Nation where you're always welcome to drop in and catch up on the latest BroadBand news, tips, insights, and ramblings for the masses.

    Article Source: http://EzineArticles.com/?expert=Michael_Lemm

    What Can a Bonded T1 Do for Your Business?

    By Dawn Nguyen

    When designing your LAN or WAN, the logical solution for your business is to figure out your expected bandwidth usage. If your company has more than 50 employees or it uses a lot of bandwidth for various applications such as VOIP, videoconferencing, CRM, this may often indicate that you may need to get multiple T1 lines, which is often referred to as bonded T1's. A bonded T1 just means that the you have two T1 lines (from the same provider) which have been joined together in a special way so that you can use the combined total of 3.0 Mbps of Internet data or the 46 channels for voice/phone use. You cannot bond T1's together if they are not through the same provider. The best technology these days is through MLPPP (Multi-link point to point protocol). Multilink is a bandwidth-on-demand protocol that can connect multiple links between two systems as needed to provide bandwidth on demand.

    If you were to have two T1's, unbonded, then you could not use the full 3.0 Mbps of bandwidth all at once. For example, if you did a speed test, you wouldn't be able to get a result of "3.0 Mbps", the max you could download/upload at any one time would be 1.5 Mbps, even though you had two T1's. That's why it's important you get the T1's from the same provider and that they use MLPPP to bond the T1's together.

    You can bond quite a few T1 together, up to 8 of them together to make 12 mbps (equivalent to fractional DS3). However, if you go beyond 4 bonded T1's it makes more sense to start looking at a fractional/burstable DS3 because sometimes the DS3 loop pricing is similar so the DS3 service would allow you to scale much easier, up to a full T3 line.

    It's best that you use the services of a company such as www.shopforbandwidth.com to walk you through all of your choices for network design utilizing a bonded T1. If you need more than what a bonded T1 can provide, such as a fractional or full DS3, they can assist you in figuring out what the best solution is going to be for your business. They will do this at no cost to you since they are paid by the providers to refer business to them.

    Many small to midsize businesses have used the service Shopforbandwidth.com offers. They offer bandwidth pricing on T1 lines, T3 lines or DS3 lines, OC3 service, MPLS or Frame relay, as well as other internet connections. Get bonded T1 quotes NOW at http://www.shopforbandwidth.com/bandwidth-quotes.php!

    Dawn Nguyen has been involved in the Telecom/Bandwidth industry for over seven years.We offer you a convenient service to find the best deal on T1 lines, T3 lines or DS3 lines, OC3 Connections, MPLS, Frame Relay, VPN, FastE,Point to point T1, point to point T3 or DS3 price, etc.
    Article Source

    Article Source: http://EzineArticles.com/?expert=Dawn_Nguyen

    Worlds Top 3 Broadband Cities

    By Adair Cameron

    Broadband technology has improved so much over the last few years that we couldn’t imagine a world without it anymore. This improvement has been seen most notably in the Eastern World where the technology is unmatched. These are the top three broadband cities in the world.

    1. Seoul, South Korea

    The Capital City of South Korea is home to 10 million people and claims top spot for highest broadband penetration with an impressive 83%. Seoul offers 10Mbit/s broadband connections averaging at £10 per month and some areas offer 100Mbit/s broadband from as little as £15 per month.

    Koreans have a fascination with online PC Gaming unlike anywhere else in the world with several TV stations dedicated to the so-called sport. Seoul plays the biggest part and is one of the main reasons for the ever-expanding usage of broadband internet in South Korea.

    Current expansion plans include a $439 million project to add wireless internet access to subway trains which has more than 8 million passengers per day. Broadband service is second to none, and this is why the city takes top spot.

    2. Taipei, Taiwan

    The Capital City of Taiwan claims top spot for wireless broadband. In 2004 the Mayor of Taipei set out to make the city a “cyber city” and was successful within 3 years. Over $70 million was spent to build a wireless broadband network of more than 20,000 access points with enough range to provide broadband for 90% of the population. This is very impressive considering this wireless network covers an area of 105 square miles. The cost to gain access to the citywide wireless broadband network ranges from £2.50 to £12 per month.

    Taipei has to settle for second place due to Seoul’s broadband penetration, but it’s number one in the world for wireless broadband.

    3. Tokyo, Japan

    Tokyo is the largest metropolitan area in the world and has tens of millions of people connected to broadband. Due to great speeds and availability Tokyo broadband users are able to obtain video web conferencing and VoIP call services with more than 10 million unique IP lines in Tokyo alone. Broadband is fairly cheap too, with the most popular option being 100Mbit/s broadband for £25 per month, although there is a 1Gbit/s broadband option at £45 per month.

    By 2010, NTT (Nippon Telegraph and Telephone) plans to have spent more than £20 billion in renovations that include plans to provide a ubiquitous cable broadband service for the entire country’s 45 million households.

    Therefore, for raw broadband speed and the most amount of users, Tokyo would definitely claim number one spot, but it falls down to third place in the top broadband cities because of a low overall broadband penetration rate.

    If you are interested in taking advantage of current broadband technology, then you should compare all the broadband providers available in your area.

    Article Source: http://EzineArticles.com/?expert=Adair_Cameron

    T3 Education - Is Your Business In Need of a T3

    By Van Theodorou Platinum Quality Author

    A T3 is a dedicated high-speed line that can be used for voice or data. The T3 uses digital signal and is transmitted over fiber or copper. It transmits data at a high speed - 43.232 Mbps. This speed is greater than most modems.

    A T3 is equivalent to 28 T1s. Each T1 is made up of 24 channels that can be used for voice or data. The T1 terminates into the telephone room on a jack called a smart jack. From there you can extend the circuit into the telephone or data equipment with a simple fiber cable. Each T1 uses 2 pair fiber connections to bring all channels to you. Therefore, the space requirements for T1 lines are much less than the equivalent amount of standard copper trunks would take up.

    Each T1 provides 24 channels, which are then shared among the users. The T1 works efficiently to provide flexible channels as needed. When a channel is free it is available to any user. The typical T1 can accommodate between 50 and 100 users comfortably. More phone-intense applications such as call centers will require additional T1s. If you have significant need, a T3 is the next logical choice. It provides an extended bandwidth that will easily accommodate all applications.

    Many people are familiar with a DSL or digital subscriber line. The DSL is a slower circuit, which is not dedicated. It typically runs over your current telephone line and is mainly used for individual service. The T1 circuit is a dedicated circuit used specifically by businesses. The speed of the T1 is much faster than the DSL allowing for more advanced features and connections. The DSL is not a viable option for a large company or organization. Instead, a T1 is the preferred telecommunication method for businesses.

    Larger organizations such as those with a campus environment may need more than one T1. For these situations there is the T3. It can be used for voice, data or both, depending on how it is configured. To determine your needs you should first determine your current usage for both voice communications as well as data communications. Next, be sure to understand what data applications you currently use as well as those that your company would like to use given the proper bandwidth. Then, think about future growth, not only specific growth of the company but also the growth of applications that may become available in the future.

    A T3 may seem expensive however it is always a less expensive choice than using a comparable amount of typical standard copper trunks. The costs of T1s and T3s have actually been decreasing in the past several years. This is due in part to the fact that most central office locations are now upgraded to be able to supply these services. Another factor is that there is now much competition with many providers offering these services. Installation costs may be steep but you should expect to see a good return on your investment easily within a year.

    Article written by Van Theodorou, for a free consultation to see if you need a T3 voice or internet service and learn more on the T3 at his T3 learning center.

    Article Source: http://EzineArticles.com/?expert=Van_Theodorou

    Setting Up a Wireless Satellite Internet Network

    By Sarah Freeland Platinum Quality Author

    There are several advantages of going wireless with your internet service. You can network your home or office computers easier, you aren’t tethered to the wall and you can access the internet on multiple computers at the same time. If you are interested in going wireless and you are also interested in satellite internet service, then you may want to set up a wireless satellite internet network.

    The first step is to subscribe to a satellite internet service. These services are broadband so they are generally going to work with wireless networking equipment that has traditionally been used to create wireless networks for land based broadband internet services. The three top choices for satellite internet service are StarBand, HughesNet and WildBlue.

    While you are waiting for your satellite internet service to be installed, you will want to buy all of the wireless networking equipment that you will need. First of all if you don’t have a computer that has an internal wireless networking card already built in then you will want to either buy one that does, or you will want to buy a wireless network adapter. Next you will need a wireless router.

    After your satellite internet system has been set up you will be ready to connect your wireless network. To start with, connect your satellite internet modem to the router. The router will then send signals to your computer via infrared signals. Configure your router following the instructions that came with your router.

    If you are using a wireless network adapter you will want to plug this into a USB port in your computer. Otherwise your computer should receive the signal using its internal wireless card. Turn your computer on and follow the instructions that came with your satellite internet system to set up your account if your technician didn’t already do this for you. That’s all there is to it.

    Satellite internet is the latest way to access the World Wide Web. It comes in three variations, a multi-cast one way version, a one way satellite internet connection with a terrestrial return and V-Sat. The type of satellite internet that you select needs to be based on what you use your internet access for and if you have access to a phone line. Familiarize yourself with satellite internet. Learn about satellite internet access, service, providers and two way satellite systems calls V-SAT.

    Article Source: http://EzineArticles.com/?expert=Sarah_Freeland

    Commercial Broadband Satellite Trends

    By Sarah Freeland Platinum Quality Author

    Trends in commercial broadband internet services are leaning towards satellite services for homes, RVs, boats and vehicles. Many satellite broadband services are partnering with mobile satellite internet service providers so that they can offer their customers an attractive gift for signing up for service, and this gift is complimentary internet service for their RVs, motor homes, boats and vehicles. The partnership is required because HughesNet and StarBand both don’t offer mobile satellite internet services yet.

    The first mobile internet service provider is Ground Control. Ground Control has special software that automatically makes adjustments to the satellite’s position to keep it pointed in the right direction. It is a self-contained unit that can be operated with a small remote control. After the system is set up you will be up and running within 7 minutes of turning the system on. It will take this long to adjust the satellite and pick up a signal. Ground Control offers coverage in the lower 48 as well as a few locations in Mexico and Canada. If you plan on touring these countries make sure you look at a coverage map to see where you will be able to pick up a signal.

    The second mobile internet service provider is MotoSat. This company is partnered with HughesNet and it offers the type of customer service HughesNet customers have come to expect. This system automatically makes adjustments to its position to find the strongest signal just like Ground Control’s satellites. MotoSat satellites use DataStorm software which is a trusted and respected name in the mobile satellite industry. Service packages offered by this company offer high speed bandwidths, VoIP and VPN capabilities and EchoSat and LinkStar connectivity options.

    The third mobile internet service provider is MobilSat, not to be confused with MobileSat, a Canadian company. MobilSat uses DataStorm software and an auto-adjusting satellite system. This company has a great selection of satellites to choose from. Select the size, style and prices that you are most interested in. You can also choose between satellite internet systems that require your vehicles to be still while connected to the Internet and systems that allow you to use the Internet while still in motion.

    Become familiarized with the pros and cons of satellite broadband internet access. Learn more about WildBlue, HughesNet, StarBand and mobile internet alternatives. The latest trend in commercial broadband satellite internet is to offer satellite internet customers complimentary satellite internet service for RVs, boats and trucks. Learn how to set up a wireless satellite internet network in a few easy steps.

    Article Source: http://EzineArticles.com/?expert=Sarah_Freeland

    Satellite Broadband Internet Access

    By Sarah Freeland Platinum Quality Author

    Satellite broadband internet access is slowly grabbing a larger share of the internet market. The services offered by satellite internet are comparable to land based broadband internet services, however, satellite internet service is more widely available because it is delivered via satellite instead of via a landlocked cable system. The three most popular satellite broadband internet service providers are WildBlue, HughesNet and StarBand. Each of these service providers can help you get linked up, but each provider has limitations on what they can deliver and who they can serve.

    WildBlue is the youngest of the top three satellite broadband Internet providers. In order to access their services you will need a computer that operates on Windows 2000, Windows Vista, Window XP or Mac OS 10.4 or higher. After placing your order a technician will call you to set up a time to install your satellite and equipment. The installation process will take between 2 and 3 hours, but it will be well worth the wait. After you are connected you will be able to upload as quickly as 256 Kbps and you will be able to download at speeds up to 1.5Mbps. However, speeds are not guaranteed and they can be retarded during poor weather and peak hours.

    HughesNet is another satellite internet service provider. They have many of the same system requirements and installation requirements as WildBlue have. The FCC requires satellite systems that can send and receive data to be installed by specially trained and certified technicians. This is why HughesNet provides installation costs in their equipment package prices. After your system is set up you will be able to upload at an average speed of 75 Kbps, and you will be able to download at speeds that range between 700 Kbps and 1.5 Mbps depending on what service package you select.

    HughesNet’s services are intended for stationary hosts. This means that it is not an appropriate choice for RVs, boats and trucks. However, if you are interested in mobile internet service then you can contact one of HughesNet’s partners that do offer mobile internet service like MotoSat, Ground Control and MobilSat.

    StarBand is the third major satellite internet service provider. This service, like HughesNet, is designed only for stationary hosts. To access the internet with StarBand you will need Windows 2000 Professional, Windows XP Professional, Mac OSX, a CD-Rom drive and a free Ethernet port. StarBand offers its services to the continental U.S as well as Alaska, Hawaii, Puerto Rico and the U.S. Virgin Islands. However, in order to receive the signal in the non-continental areas you will need a larger satellite dish, a larger satellite mount and a stronger LNB signal receiver.

    Become familiarized with the pros and cons of satellite broadband internet access. Learn more about WildBlue, HughesNet, StarBand and mobile internet alternatives. The latest trend in commercial broadband satellite internet is to offer satellite internet customers complimentary satellite internet service for RVs, boats and trucks. Learn how to set up a wireless satellite internet network in a few easy steps.

    Article Source: http://EzineArticles.com/?expert=Sarah_Freeland