CertCities.com -- The Ultimate Site for Certified IT Professionals
Check Out the 10 Hottest Certifications for 2005!
  Microsoft®
  Cisco®
  Security
  Oracle®
  A+/Network+"
  Linux/Unix
  More Certs
  Newsletters
  Salary Surveys
  Forums
  News
  Exam Reviews
  Tips
  Columns
  Features
  PopQuiz
  RSS Feeds
  Industry Releases
  Contributors
  About Us
  Search
 

Advanced Search
  Free Newsletter
  Sign-up for the #1 Weekly IT
Certification News
and Advice.
Subscribe to CertCities.com Free Weekly E-mail Newsletter
CertCities.com

See What's New on Redmondmag.com!
" Cover Story: SA Exposed
" 6 Reasons To Consider Apache
" Exchange Storage Rules
" 7 Terminal Services Tips
" Your Turn: MOM 2005 Feels the Love

CertCities.com
Let us know what you
think! E-mail us at:



-- advertisement --
Traveling to a
Tradeshow or Event?
Late Deal Holidays Spain
Made Hotels
Le Faubourg Sofitel Demeure Hotels Paris
British Columbia College Of Pharmacists
Lastminute Wellness
Innsbruck Hotels
Sub Prime Auto Loan
Gemstones Jewelry
Xbox Tiger Woods
Port Alberni Hotels

 
 
...Home ... Editorial ... Exam Reviews ..Exam Review Article Monday: April 25, 2005

-- advertisement --
Free white papers, case studies, research and more for the IT Manager:

Blade Systems Move into the Mainstream

Sarbanes-Oxley Compliance

StorageWorks for E-mail Retention

Policy-based Data Management

IT Service Management



Network+: It's in the (Relevant) Details
CompTIA's product-neutral Network+ exam will test your practical networking knowledge.

by Greg Neilson

10/6/2000 --
Exam Spotlight

Exam  Network+ (NK-N10-001)
Vendor CompTIA
Status Live (Note: Beta version was reviewed for this article.)
Reviewer's Rating "You still need to know your stuff, but this is a very practical exam on network fundamentals."
Test Information 65 questions, 90 minute time limit, $185.
Who Should Take This Exam? Anyone interested in obtaining a non-vendor networking certification. Some vendors, such as Novell, accept the exam in place of other vendor-specific tests.
What Classes Prepare You? No CompTIA classes available, but various training centers and programs offer their own classes.
Test Objectives URL www.comptia.org/ certification/networkplus/ objectives.asp
Whether you're an experienced network professional or somebody new to the IT biz, the Network+ exam from CompTIA, released last year, offers an excellent jump-start to your certification efforts. CompTIA is a high-tech vendor consortium that offers non-product specific exams. The organization cut its teeth on the A+ test, which is aimed at proving the expertise of help desk technicians. Network+ does the same thing for those in the networking profession. And some vendors-including Microsoft-consider it a great foundation for continuing onto premium certifications, such as the MCSE. I recently tried the beta version of this exam.

The certification is intended to test the working knowledge of a networking professional with 18 to 24 months of experience. As well as some basic theory-the OSI reference model layers and the 802.x standards-much of the exam is practical in nature. You'll need to be conversant in all aspects of TCP/IP, including:

  • addressing
  • subnetting
  • standard ports
  • configuration
  • standard applications
  • troubleshooting tools

The good news is that unlike Novell's comparable Network Technologies exam (part of the company's CNE program, which can now be replaced by this exam), you don't have to know hundreds of obscure acronyms. In this article I'll highlight the main areas you need to master in your preparation for the Network+ test.

Knowledge of Networking Technology
How well do you understand each of the seven layers of the OSI Reference model, and what each does?

Let's review them:

  • Physical: Defines the electrical characteristics of network communication.
  • Data Link: Defines the standard frame layouts.
  • Network: Breaks the network up into logical network segments, through which data can be routed to reach other segments.
  • Transport: Ensures the reliability of data; it handles flow control, acknowledgments, and sequence numbering.
  • Session: Establishes and maintains the dialog between two communicating systems. RPCs reside here.
  • Presentation: Works with the data formats, for example, character-set conversions, compression, expansion, and encryption/decryption.
  • Application: The interface with the user.
Test Tip: Layers
As well as these layers, a network professional should understand the different options available for network connectivity and the layers of the model these operate within. For example, a bridge operates at the data link layer whereas a router operates at the network layer. A brouter is a combination bridge and router; it can operate at both the data link and network layers.

One other theoretical area you need some understanding of is the Institute of Electrical and Electronic Engineers (IEEE) 802.x specifications, which cover the Physical and Data Link layers. There are a myriad of these, covering things such as voice/data integration and wireless networking, but the three most important are:

  • 802.2--Logical Link Control (LLC): Subdivides the Data Link layer in two: LLC and the lower MAC (Media Access Control) sub-layer. This means that the LLC functionality can be shared regardless of the underlying topology such as Ethernet or Token-Ring.
  • 802.3--Ethernet
  • 802.5--Token-Ring

Another technical topic we all hold dear to our hearts: The different classes of IP addressing and the default subnet mask each has. Table 1 shows the details you should know. The subnet mask tells you which parts of the IP address in the x.x.x.x dotted decimal notation represent the network address and which represent the node address. The rule is that when the subnet is converted to binary, the network address is in ones and the node address is in zeros. So you can see that a class A address uses the first octet, or byte, for the network address, with the remainder being the node address. Similarly, a class C address uses three bytes for the network address and leaves one byte for the node address. See Table 1 for details.

Table 1: TCP/IP Address Ranges
Address Class Address Range for First Octet Subnet Mask
A 0 - 127 255.0.0.0
B 128 - 191 255.255.0.0
C 192 - 239 255.255.255.0

The TCP/IP protocol suite has a number of standard ports assigned to applications, many of which you should know. A common problem that can occur in practice is that these ports are blocked by a router, preventing a user from getting to a given application. Table 2 shows the main ports you need to be aware of.

Also make sure you know how to work with the main TCP/IP utilities: ARP, NBTSTAT, TRACERT, NETSTAT, IPCONFIG/WINIPCFG and PING. Spend time reviewing what these commands do, when to use them, and the purpose for the various optional parameters for each command.

Table 2: Ports Used by TCP/IP Apps
Port # Application Name
20 FTP (data)
21 FTP
23 Telnet
25 SMTP
80 HTTP
110 POP3

Given the practical nature of the exam, you also need to understand how you actually configure TCP/IP on a client as well as what each of the main configuration parameters actually means-the IP address, the subnet mask and the default gateway. For example, the client sends to the default gateway all packets not on the same network for which it doesn't have an explicit route already configured.

You also need to know about other common network protocols: NetBEUI, IPX/SPX and Appletalk. For example, NetBEUI uses names to identify resources on the network, and it can't be routed; it can only be bridged. In a manner analogous to DNS and HOSTS files, WINS and the LMHOSTS files map NetBIOS names to IP addresses.

You'll need a working knowledge of Windows NT and Novell NetWare concepts. You aren't expected to be an expert, but you should understand the way these operate on a network. For example:

  • NT 4.0 can use TCP/IP, IPX (which it calls NWLink);
  • NetBEUI. IPX is traditionally associated with NetWare, but now NetWare 5.x can use TCP/IP natively;
  • IPX can be routed, and each network segment is given an IPX address; and,
  • Servers have a unique internal IPX address, and clients have an individual station address created by the combination of the burnt-in MAC address from their network adapter and the network IPX address.
Test Tip: PING
It can be useful sometimes to continuously PING a host, since the default PING behavior is to only send four packets and stop and report the results. I use this often when performing remote reboots of servers since this lets me know when the server has actually finished shutdown (it stops responding to PING) and when the operating system has started again (it starts responding again to a PING). In order to do this, you use the -t option with PING. In this case, you use Ctrl-C to stop sending PINGs.

After I took the exam, I realized that there were a number of areas in the exam objectives that were covered lightly, if at all. However these may well be part of the exam you take so you can't afford to ignore them. These objectives include an understanding of star, bus, mesh and ring topologies, and also high-availability/fault-tolerance options such as mirroring, duplexing, striping, volume (sets) and tape backup.

Knowledge of Networking Practices
How good are you at troubleshooting? If you were presented with a short scenario and then asked what steps should be taken next, would you feel confident in your choices?

Much of troubleshooting is common sense: You eliminate the possibilities in a logical fashion. For example, if a user has a network problem, you need to determine whether other users have the same problem or whether it's limited to that user, or perhaps limited to users on the network segment.

If you read carefully through the exam objectives for the Troubleshooting the Network section, it guides you through the processes the test creators want you to follow when answering the questions. For some of us who have been doing this for a while, this will be old news, but if you're just starting out, listen up. Learning how to find the source of a problem systematically could be a more useful professional skill than any of the technical content in the exam. For example, I'll quote objective 11.3.3 to illustrate this:

Identify the following steps as a systematic approach to determining whether a problem is attributable to the operator or the system, and given a problem scenario, select the appropriate next step based on this approach.

1. Have a second operator perform the same task on an equivalent workstation. 2. Have a second operator perform the same task on the original operator's workstation. 3. See whether operators are following standard operating procedure.

Test Tip: Hardware
Check through the exam objectives for the list of hardware that you're supposed to be able to recognize. You may have seen many of these already in your work as a network professional; but some may be pieces of equipment you're not familiar with.

Use this approach in the exam when asked which problem-solving step should come next in the situation presented.

There are also very specific details that the exam wants you to know; I'm assuming those who put the exam together found these all too common in practice. These are listed in the exam objectives in section 11.1.4. For example, you need to know that plugging an analog modem in a digital jack in the wall will damage the modem, so you need to check first. Similarly, you need to understand that the length of patch cables contributes to the length of the cabling segment. That is, in a typical 100-meter maximum lobe length to meet specifications, we might need to include the 10-meter length of patch cable, meaning that maximum length of cable that can be laid in this case is actually 90m, not the 100m length that we assume can be used.

A Promising Pursuit
I've taken a number of certification exams and found that this was probably among the most practical and useful. The emphasis isn't on memorizing meaningless details but in ensuring you really have a practical understanding of the material and can actually do the job.

Here are three more tips for taking this exam. Follow them and you'll pass with flying colors:

  • Focus on the exam objectives: Not only will this guide you through your preparation and ensure you have everything covered, but as we've seen already, they prescribe the methods to use to solve problems within the exam.
  • TCP/IP is key: You will need to be very conversant with TCP/IP configuration and troubleshooting to pass this exam.
  • Don't try to just memorize this stuff: Ensure you really understand the content. Much of it you'll come across regularly in your day-to-day work. Get plenty of hands-on experience where appropriate. (Some of the better study guides have practice exercises to ensure you're familiar with the material.)

Industry certification that cuts across the technologies of multiple vendors is still in its infancy. Yet, if this is a guide, it offers us the promise of some useful product-independent certification that will be of great use for employers and participants alike. Good luck!

Have you taken this exam? Let us know what you think! Rate it below or enter our Forums.


Greg Neilson, MCSE+Internet, MCNE, PCLP, is a Contributing Editor for Microsoft Certified Professional Magazine and a manager at a large IT services firm in Australia. He's the author of Lotus Domino Administration in a Nutshell (O'Reilly and Associates, ISBN 1-56592-717-6). You can reach him at Attn: Greg.
More articles by Greg Neilson:


There are 32 CertCities.com user Comments for “Network+: It's in the (Relevant) Details”
The current user rating is: two stars - somewhat challeging 1/2
Page 3 of 4
12/21/01: Dave says:
three stars - difficult, but manageable
Just took the exam & got an 850. Had a few questions that made me scratch my head, but it seems like my net+ teacher knew what he was talking about because I was well prepared for the exam. I also made good use of my transender disk. Some questions were vague but if you know what to look for its manageable.
1/5/02: Daniel says:
two stars - somewhat challeging
Took this test in Aug. 2001. Passed with an 863 (passing score was 752). The score report mentions four categories of objectives I may want to review, so I imagine I missed four questions. I think I was particularly lucky at guessing CompTIA's wording, as I counted 10 questions I couldn't be positive of having the correct answer for. After passing CCNA, I can see where many believe Net+ is too easy. Just being able to go back - and having an item review - is a huge bonus. I believe it was easier than A+ too, and I don't think that it's as valuable. However, it is a good test of broad, vendor-neutral basic networking (OSI, hardware devices, protos). I'm glad CompTIA offers it, and being able to use it toward Novell & Microsoft certs (the new MCSA), it _can_ be worth it!
2/10/02: Raymond Medeiros from A+, Network +, AAS Computer Information Systems says:
three stars - difficult, but manageable
The Network + Exam would be a difficult exam to pass for an individual with only class room experience. I reccomend that class room experience be mixed with real world experience. An added advantage would be to also puschase Trancenders Network + Exam Test prep material.
3/26/02: Rosu Cristi says:
one star - cakewalk
Rosu Cristi
5/15/02: Warren from Virginia Beach says:
three stars - difficult, but manageable
I recently passed the new CCNA test (640-607) and I don't think I would have got very far without taking Network+ first. I've only been doing IT for 3 years (mostly wireless oriented) and studying for N+ really bought me up to speed in regard of networking in general. I recommend N+ to anyone who's a bit green around the gills in regards of the fundamentals. The exam (April 2001) itself wasn't too bad but if you read about and understand the subject you shouldn't have a problem. As for the cost of the exam, are CompTIA servicing the debt for an under privileged country somewhere??
6/7/02: apun_se_pangaa_nahi_laynekaa says:
five stars - true gurus only
kya solid site hai bhidu
7/24/02: Greg from Buffalo says:
three stars - difficult, but manageable
no comment
9/12/02: Dean from Adelaide says:
three stars - difficult, but manageable
I took the new test this morning and passed. Its more challenging then I thought and I'm glad I passed it. Didnt want to have to sit that again. Onwards and Upwards now 8)
10/25/02: David.. A+, Network+ from Sherwood, Arkansas says:
three stars - difficult, but manageable
I have no experience in this field at all. I've been studying on my own for about a month and passed the first time. IT CAN BE DONE!! I found this test to be very challenging but you have to study!
11/2/02: Anonymous says:
one star - cakewalk
IT WAS EASY!!!!!!!!
First Page   Previous Page     Next Page   Last Page

Exam Difficulty Rating Key
five stars - true gurus only true gurus only
four stars - very difficult very difficult
three stars - difficult, but manageable difficult, but manageable
two stars - somewhat challeging somewhat challeging
one star - cakewalk cakewalk
Your comment about: “Network+: It's in the (Relevant) Details”
Name: (optional)
Location: (optional)
E-mail Address: (optional)
Comment:
   
top

Sponsored Links:
Free Authorized Cisco eLearning: from Global Knowledge
FREE PRACTICE EXAMS: Test Gurus
Exchange migration survival guide and poster: It's new and it's FREE!
Subscribe to Redmond magazine: It’s free and available in print or PDF!
Fresh Cisco White Papers: Get them now on TCPmag.com
IT certification news delivered weekly: Subscribe Today!




Home | Microsoft® | Cisco® | Oracle® | A+/Network+" | Linux/Unix | MOS | Security | List of Certs
Advertise | Contact Us | Contributors | Features | Forums | News | Pop Quiz | Tips | Industry Releases | RSS Feeds RSS Feeds from CertCities.com
Search | Site Map | ENTmag.com | MCPmag.com | TCPmag.com | TechMentor Conferences | 101communications | Privacy Policy
This Web site is not sponsored by, endorsed by or affiliated with Cisco Systems, Inc., Microsoft Corp., Oracle Corp., The Computing Technology Industry Association, Linus Torvolds, or any other certification or technology vendor. Cisco® and Cisco Systems® are registered trademarks of Cisco Systems, Inc. Microsoft, Windows and Windows NT are either registered trademarks or trademarks of Microsoft Corp. Oracle® is a registered trademark of Oracle Corp. A+®, i-Net+T, Network+T, and Server+T are trademarks and registered trademarks of The Computing Technology Industry Association. (CompTIA). LinuxT is a registered trademark of Linus Torvalds. All other trademarks belong to their respective owners.
Reprints allowed with written permission from the publisher. For more information, e-mail
Application Development Trends | Campus Technology | CertCities.com | The Data Warehousing Institute | E-Gov | ENT News
Enterprise Systems | Federal Computer Week | IT Compliance Institute | JavaSPEKTRUM | MCP TechMentor Conferences
MCPmag.com | OBJEKTspektrum | Recharger | Redmond magazine | SIGS-DATACOM | TCPmag.com
Coming July 2005 Redmond Channel Partner magazine.
Copyright 1996-2005 101communications. See our Privacy Policy.
101communications