<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ITJourneyman.com</title>
	<atom:link href="http://www.itjourneyman.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itjourneyman.com</link>
	<description>Information for IT Professionals</description>
	<lastBuildDate>Mon, 12 Mar 2012 17:39:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Subnetting: Quick and Dirty</title>
		<link>http://www.itjourneyman.com/uncategorized/subnetting-quick-and-dirty-1160.htm</link>
		<comments>http://www.itjourneyman.com/uncategorized/subnetting-quick-and-dirty-1160.htm#comments</comments>
		<pubDate>Sun, 05 Jun 2011 02:31:53 +0000</pubDate>
		<dc:creator>Xavier Zinn</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Network Administration]]></category>
		<category><![CDATA[Network Tools]]></category>
		<category><![CDATA[planning]]></category>
		<category><![CDATA[subnet]]></category>
		<category><![CDATA[subnetting]]></category>

		<guid isPermaLink="false">http://www.itjourneyman.com/?p=1160</guid>
		<description><![CDATA[How to Configure Network Subnetting Here is the quick and dirty about subnetting. I find that most sites or “cheat sheets” complicate things and the need for a IP calculator is obvious when manually calculating it can be painful, but it really isn’t. Understanding is a huge portion of calculating subnets when you understand you will see how easy it really is and the need for using an IP calculator is more a for validation than giving you the answer. There are some things you need to know first they are: A subnet is comprised of 4 octets of 8 bits each = 32 bits. 255.255.255.255 = 32 bits. Nothing more [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.itjourneyman.com/management/network-monitoring-overview-167.htm' rel='bookmark' title='Network Monitoring Overview'>Network Monitoring Overview</a></li>
<li><a href='http://www.itjourneyman.com/infrastructure/disaster-recovery/disaster-and-continuity-plans-why-do-i-need-one-55.htm' rel='bookmark' title='Disaster and Continuity Plans: Why Do I Need One?'>Disaster and Continuity Plans: Why Do I Need One?</a></li>
<li><a href='http://www.itjourneyman.com/management/supporting-macs-in-a-windows-environment-737.htm' rel='bookmark' title='Supporting Macs in a Windows Environment'>Supporting Macs in a Windows Environment</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.itjourneyman.com/uncategorized/subnetting-quick-and-dirty-1160.htm" title="Permanent link to Subnetting: Quick and Dirty"><img class="post_image alignleft remove_bottom_margin" src="http://www.itjourneyman.com/wp-content/uploads/2012/03/subnetting.jpg" width="370" height="300" alt="Networking Subnet Setup Configuration" /></a>
</p><div class="titleblock">
<h2>How to Configure Network Subnetting</h2>
<p class="MsoNormal">Here is the quick and dirty about subnetting. I find that most sites or “cheat sheets” complicate things and the need for a IP calculator is obvious when manually calculating it can be painful, but it really isn’t. Understanding is a huge portion of calculating subnets when you understand you will see how easy it really is and the need for using an IP calculator is more a for validation than giving you the answer.</p>
<p class="MsoNormal">There are some things you need to know first they are:</p>
</div>
<ul>
<li>A subnet is comprised of 4 octets of 8 bits each = 32 bits. 255.255.255.255 = 32 bits. Nothing more and nothing less.</li>
<li>A network mask is going to be a relationship between the number of network bits and number of host bits they have to equal 32 bits.</li>
<li>You have to be able to count in binary, or at least be able to do the math.</li>
<li>Once you understand you won’t forget, it just takes some time to understand. Don’t worry if you don’t you eventually will, this is just to help you get there.</li>
<li>saying 255.255.255.0 is the same as saying /24 (slash 24), saying 255.255.248.0 is the same as saying /21(slash 21) and so on. Router guys say /21 or whatever all the time<span style="mso-spacerun: yes;"> </span>- it is faster and easier. This is telling you the amount of network bits in use counting from left to right.</li>
</ul>
<p>In the 2 examples above it goes like this:</p>
<ul>
<li>/24 = 8.8.8.0</li>
<li>/21= 8.8.5.0</li>
</ul>
<p>Because it has to equal 32 the remaining bits are host bits.</p>
<ul>
<li>/24 = 8 host bits</li>
<li>/21 = 11 host bits.</li>
<li>24+8 = 32</li>
<li>21+11=32</li>
</ul>
<p class="MsoNormal">So far so good?</p>
<p class="MsoNormal">So, onto the cheat sheet. There are only a handful of numbers you really need to know I will start with a class C address because this is the easiest to start with and once you understand this you can use this against Class A and B addresses as well as super-netting.</p>
<p class="MsoNormal">As I said before there is a relationship between the network and the hosts. You can’t have a<span style="mso-spacerun: yes;"> </span>/25 network for instance and have 256 hosts per network because the math won’t work. The most<span style="mso-spacerun: yes;"> </span>you could have would be 128 per network.</p>
<p class="MsoNormal">As well, you will note that there is an asterisk on the number of hosts. This number includes the network and broadcast addresses. (This is important to remember. I will explain this shortly)</p>
<table class="MsoNormalTable" style="border-collapse: collapse; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width: 201.0pt; border: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="201" valign="top">
<p class="MsoNormal">Numbers of Bits</p>
</td>
<td style="width: 33.75pt; border: solid black 1.0pt; border-left: none; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="34" valign="top">
<p class="MsoNormal">24</p>
</td>
<td style="width: 33.75pt; border: solid black 1.0pt; border-left: none; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="34" valign="top">
<p class="MsoNormal">25</p>
</td>
<td style="width: 33.0pt; border: solid black 1.0pt; border-left: none; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="33" valign="top">
<p class="MsoNormal">26</p>
</td>
<td style="width: 30.75pt; border: solid black 1.0pt; border-left: none; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="31" valign="top">
<p class="MsoNormal">27</p>
</td>
<td style="width: 30.75pt; border: solid black 1.0pt; border-left: none; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="31" valign="top">
<p class="MsoNormal">28</p>
</td>
<td style="width: 31.5pt; border: solid black 1.0pt; border-left: none; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="32" valign="top">
<p class="MsoNormal">29</p>
</td>
<td style="width: 35.25pt; border: solid black 1.0pt; border-left: none; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="35" valign="top">
<p class="MsoNormal">30</p>
</td>
<td style="width: 38.25pt; border: solid black 1.0pt; border-left: none; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="38" valign="top">
<p class="MsoNormal">31</p>
</td>
</tr>
<tr>
<td style="width: 201.0pt; border: solid black 1.0pt; border-top: none; mso-border-top-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="201" valign="top">
<p class="MsoNormal">Subnet Mask 255.255.255.x</p>
</td>
<td style="width: 33.75pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="34" valign="top">
<p class="MsoNormal">0</p>
</td>
<td style="width: 33.75pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="34" valign="top">
<p class="MsoNormal">128</p>
</td>
<td style="width: 33.0pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="33" valign="top">
<p class="MsoNormal">192</p>
</td>
<td style="width: 30.75pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="31" valign="top">
<p class="MsoNormal">224</p>
</td>
<td style="width: 30.75pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="31" valign="top">
<p class="MsoNormal">240</p>
</td>
<td style="width: 31.5pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="32" valign="top">
<p class="MsoNormal">248</p>
</td>
<td style="width: 35.25pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="35" valign="top">
<p class="MsoNormal">252</p>
</td>
<td style="width: 38.25pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="38" valign="top">
<p class="MsoNormal">254</p>
</td>
</tr>
<tr>
<td style="width: 201.0pt; border: solid black 1.0pt; border-top: none; mso-border-top-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="201" valign="top">
<p class="MsoNormal">number of networks</p>
</td>
<td style="width: 33.75pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="34" valign="top">
<p class="MsoNormal">1</p>
</td>
<td style="width: 33.75pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="34" valign="top">
<p class="MsoNormal">2</p>
</td>
<td style="width: 33.0pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="33" valign="top">
<p class="MsoNormal">4</p>
</td>
<td style="width: 30.75pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="31" valign="top">
<p class="MsoNormal">8</p>
</td>
<td style="width: 30.75pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="31" valign="top">
<p class="MsoNormal">16</p>
</td>
<td style="width: 31.5pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="32" valign="top">
<p class="MsoNormal">32</p>
</td>
<td style="width: 35.25pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="35" valign="top">
<p class="MsoNormal">64</p>
</td>
<td style="width: 38.25pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="38" valign="top">
<p class="MsoNormal">128</p>
</td>
</tr>
<tr style="mso-yfti-lastrow: yes;">
<td style="width: 201.0pt; border: solid black 1.0pt; border-top: none; mso-border-top-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="201" valign="top">
<p class="MsoNormal">number of hosts*</p>
</td>
<td style="width: 33.75pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="34" valign="top">
<p class="MsoNormal">256</p>
</td>
<td style="width: 33.75pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="34" valign="top">
<p class="MsoNormal">128</p>
</td>
<td style="width: 33.0pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="33" valign="top">
<p class="MsoNormal">64</p>
</td>
<td style="width: 30.75pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="31" valign="top">
<p class="MsoNormal">32</p>
</td>
<td style="width: 30.75pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="31" valign="top">
<p class="MsoNormal">16</p>
</td>
<td style="width: 31.5pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="32" valign="top">
<p class="MsoNormal">8</p>
</td>
<td style="width: 35.25pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="35" valign="top">
<p class="MsoNormal">4</p>
</td>
<td style="width: 38.25pt; border-top: none; border-left: none; border-bottom: solid black 1.0pt; border-right: solid black 1.0pt; mso-border-top-alt: solid black 1.0pt; mso-border-left-alt: solid black 1.0pt; padding: 5.0pt 5.0pt 5.0pt 5.0pt;" width="38" valign="top">
<p class="MsoNormal">2</p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal">Example time:</p>
<p class="MsoNormal">You need 5 class C networks what subnet do you use?</p>
<p class="MsoNormal">looking at the chart you see there is no 5, the closest number to 5 is 4 but you need 5 so you have to go to 8. You have 3 extra networks. The subnet would be /27 or 255.255.255.224</p>
<p class="MsoNormal">I need a network with 200 hosts, what subnet do i use?</p>
<p class="MsoNormal">looking at the chart you will see that you will need a network with a subnet of 0, meaning the subnet will be 255.255.255.0. You will have 256 hosts.</p>
<p class="MsoNormal">Pretty simple, but the examples are pretty simple.</p>
<p class="MsoNormal">You will note the host number has the network and broadcast addresses included. In order to compensate for those you need to reduce the number of hosts by 2. The network address is the beginning of the new network and the broadcast address is the last address in the network.</p>
<p class="MsoNormal">Example.</p>
<p class="MsoNormal">192.168.1.0 /25 = 192.168.1.0 with a subnet mask of 255.255.255.128. On our cheat sheet we see that a mask of 128 is going to give us 2 networks with 128 hosts each. It breaks down like this:</p>
<table class="MsoTableGrid" style="border-collapse: collapse; border: none; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes;">
<td style="width: 159.6pt; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;" width="160" valign="top">
<p class="MsoNormal">Network</p>
</td>
<td style="width: 159.6pt; border: solid windowtext 1.0pt; border-left: none; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;" width="160" valign="top">
<p class="MsoNormal">Host</p>
</td>
<td style="width: 159.6pt; border: solid windowtext 1.0pt; border-left: none; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;" width="160" valign="top">
<p class="MsoNormal">Broadcast IP.</p>
</td>
</tr>
<tr style="mso-yfti-irow: 1;">
<td style="width: 159.6pt; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;" width="160" valign="top">
<p class="MsoNormal">192.168.1.0</p>
</td>
<td style="width: 159.6pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;" width="160" valign="top">
<p class="MsoNormal">192.168.1.1- 126</p>
</td>
<td style="width: 159.6pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;" width="160" valign="top">
<p class="MsoNormal">192.168.1.127</p>
</td>
</tr>
<tr style="mso-yfti-irow: 2; mso-yfti-lastrow: yes;">
<td style="width: 159.6pt; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;" width="160" valign="top">
<p class="MsoNormal">192.168.1.128</p>
</td>
<td style="width: 159.6pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;" width="160" valign="top">
<p class="MsoNormal">192.168.1.129-254</p>
</td>
<td style="width: 159.6pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;" width="160" valign="top">
<p class="MsoNormal">192.168.1.255</p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal">Once you understand this, you can answer other questions quite easily, for example, what network is 192.168.25.46 on with a  subnet mask of 255.255.255.240?</p>
<p class="MsoNormal">Using the cheat sheet we know that we are looking at a /28. That means 16 networks and 16 hosts per network. We then know the demarkation between each network is going to be 16.</p>
<p class="MsoNormal">192.168.25.0</p>
<p class="MsoNormal">192.168.25.16</p>
<p class="MsoNormal">192.168.25.32</p>
<p class="MsoNormal">192.168.25.48</p>
<p class="MsoNormal">We know then that 192.168.25.46 is on the third network the hosts are 192.168.25.33 &#8211; 46 with a broadcast IP of 192.168.25.47.</p>
<p class="MsoNormal">That is about it. there really isn’t must else about this. Like I said, once you understand subnetting you will never forget all this cheat is doing is helping you understand. When you understand you will see that there is a lot that was glossed over and omitted. If you need/want an IP calculator because you feel you need one, I suggest <a href="http://www.subnetmask.info/"><span style="color: #000099;">http</span></a><a href="http://www.subnetmask.info/"><span style="color: #000099;">://</span></a><a href="http://www.subnetmask.info/"><span style="color: #000099;">www</span></a><a href="http://www.subnetmask.info/"><span style="color: #000099;">.</span></a><a href="http://www.subnetmask.info/"><span style="color: #000099;">subnetmask</span></a><a href="http://www.subnetmask.info/"><span style="color: #000099;">.</span></a><a href="http://www.subnetmask.info/"><span style="color: #000099;">info</span></a><a href="http://www.subnetmask.info/"><span style="color: #000099;">/</span></a> I find it works well and gives you an explanation if you require one, but before you use that crutch give subnetting a go, it really isn’t that difficult.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.itjourneyman.com/management/network-monitoring-overview-167.htm' rel='bookmark' title='Network Monitoring Overview'>Network Monitoring Overview</a></li>
<li><a href='http://www.itjourneyman.com/infrastructure/disaster-recovery/disaster-and-continuity-plans-why-do-i-need-one-55.htm' rel='bookmark' title='Disaster and Continuity Plans: Why Do I Need One?'>Disaster and Continuity Plans: Why Do I Need One?</a></li>
<li><a href='http://www.itjourneyman.com/management/supporting-macs-in-a-windows-environment-737.htm' rel='bookmark' title='Supporting Macs in a Windows Environment'>Supporting Macs in a Windows Environment</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.itjourneyman.com/uncategorized/subnetting-quick-and-dirty-1160.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>People In The New IT Department Are Part Of The Business</title>
		<link>http://www.itjourneyman.com/management/people-in-the-new-it-department-are-part-of-the-business-1094.htm</link>
		<comments>http://www.itjourneyman.com/management/people-in-the-new-it-department-are-part-of-the-business-1094.htm#comments</comments>
		<pubDate>Tue, 03 Aug 2010 04:32:11 +0000</pubDate>
		<dc:creator>Xavier Zinn</dc:creator>
				<category><![CDATA[Editorial]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Your Job]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[business analysis]]></category>
		<category><![CDATA[business people]]></category>
		<category><![CDATA[business process management]]></category>
		<category><![CDATA[business technology management]]></category>
		<category><![CDATA[department]]></category>
		<category><![CDATA[heart content]]></category>
		<category><![CDATA[information technology management]]></category>
		<category><![CDATA[it department]]></category>
		<category><![CDATA[new technology]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[process management]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[systems engineering]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[understand]]></category>

		<guid isPermaLink="false">http://www.itjourneyman.com/?p=1094</guid>
		<description><![CDATA[I have found that for the most part, elements of IT work in a vacuum. They test and develop to their hearts content yet never tell anyone outside of their group or department what they are doing. I guess people in the business are just supposed to know what is happening, right? IT has transitioned a few times in its history but it appears that the transition that will have the biggest benefit for both IT and the business is a transition some people are not willing to embrace &#8211; a transition into the business. It is time for the CIO’s and VP’s of IT to realize that IT is [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.itjourneyman.com/management/it-outsourcing-and-your-job-464.htm' rel='bookmark' title='IT Outsourcing and Your Job'>IT Outsourcing and Your Job</a></li>
<li><a href='http://www.itjourneyman.com/infrastructure/datacentre/data-warehouse-2nd-time-is-a-charm-118.htm' rel='bookmark' title='Data Warehouse: 2nd Time Is A Charm'>Data Warehouse: 2nd Time Is A Charm</a></li>
<li><a href='http://www.itjourneyman.com/infrastructure/disaster-recovery/disaster-and-continuity-plans-why-do-i-need-one-55.htm' rel='bookmark' title='Disaster and Continuity Plans: Why Do I Need One?'>Disaster and Continuity Plans: Why Do I Need One?</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p></p><p>I have found that for the most part, elements of IT work in a vacuum. They test and develop to their hearts content yet never tell anyone outside of their group or department what they are doing. I guess people in the business are just supposed to know what is happening, right?</p>
<p>IT has transitioned a few times in its <a href="http://www.tcf.ua.edu/AZ/ITHistoryOutline.htm" target="_blank">history</a> but it appears that the transition that will have the biggest benefit for both IT and the business is a transition some people are not willing to embrace &#8211; a transition into the business.</p>
<p>It is time for the<strong> CIO’s</strong> and <strong>VP’s</strong> of IT to realize that IT is a department that has three very different mandates, even if they aren&#8217;t mentioned, and in order for IT to start working with the business, people so inclined need to be employed. As well, differentiations need to be recognized and organized so value can really start coming out of IT instead of reactive solutions and always playing catch up to the needs of the business.</p>
<p>To illustrate the point, do you take your car to the mechanic when you want a new interior or some customized fairing work? No, you take it to specialized people who know and understand how to do those sorts of things. We have to remember that IT as a department is completely different from any other department in any company, we have people who need to be specialists in a host of technologies, and at the same time create solutions that the business can use and generally be a <a href="http://en.wikipedia.org/wiki/Jack_of_all_trades,_master_of_none" target="_blank">jack-of-all-trades</a> for everything that is plugged into a wall.</p>
<p>In finance for instance, you have people who are specialists in tax or investments, and it is unlikely someone is going to request tax advice/recommendations from the investment side. In IT, questions about not being able to save a file are potentially being asked of the same people who are designing systems or implementing new technologies, and these are the same people who are being asked to become more business like so they can support the business better. So, IT needs to understand the business, know technology, know how the business wants to use technology, research, implement and test new systems as well as fix operational issues, all while maintaining a production environment. This is the only department where these types of things exist all at the same time, and in some environments it is the same people doing all of those things. How can anyone expect great things to come out of IT when you have people pulled 10 different ways, putting out fires, and working in a vacuum and not having any real business focus except for the solution that they should have implemented yesterday but no one told them about until today?</p>
<p>IT as I see it has three major functions: Augment and maintain the production environment, “Research and Development”, and being a business liaison.</p>
<p>Operations include helpdesk, 2nd and 3rd level tech functions as well as all of the other things you expect would happen in an operational setting. These people should only be interested in keeping the &#8220;lights on&#8221; and their mandate should reflect that. Innovation should not be something that should be paramount on their to do list. They will support whatever is in the environment but they are not responsible for deciding what goes in the environment that is driven by business need. This can be seen as traditional IT roles and responsibilities.</p>
<p>&#8220;Research and development&#8221; is in quotes because it should not be thought of as R &#038; D in the traditional sense but a test bed for new ideas and researching solutions be it technical or not. This should be a group of individuals who are <a href="http://thinksimplenow.com/creativity/7-habits-of-highly-innovative-people/"target="_blank">highly innovative</a> and understand various types of technology but are not responsible for support. This group’s purpose is to make the lives of everyone easier via technology or any other solutions they have found. They also will design the systems and work flows needed by the business. They are the creators of the solutions to fix business “problems”</p>
<p>The final group is business people. They are people who have the ability to understand the various business groups their business and the technology they use. These people are more business focused and don’t have the level of expertise of say the operational group but they understand technology. These people float between working with the business and working with the R&amp;D folks. They are responsible for having technology meet the needs of the business.</p>
<p>Essentially, the operational group maintains the production environment, everyone else works to create and test whatever they want/need. The operational group is not responsible for anything not considered production &#8211; even traditional a development environment, so if something breaks and it isn&#8217;t in the production environment it isn&#8217;t their problem. When it comes time for something to be put in production, the operational group are provided all requirements, dependencies, and documentation. From here typical change management and production controls are followed. Once the system is implemented it is the responsibility of operations to maintain it in the production environment.</p>
<p>The <a href="http://itmanagement.earthweb.com/career/article.php/3443481/Biz--IT-Liaison-a-Hot-and-Safe-Career-Choice.htm" target="_blank">business liaison</a>, not a business analyst, is not an entirely new concept but it should be created as a job function within IT. This person will be able to understand technology in conceptual ways and have a firm understanding of how the business operates and uses technology; this person will essentially move information from the business to IT and vice verse. This is not a technical role and this is the difference, IT will have in its employ people who are not designed to be technical in some way as a mandate for their job their focus is business understanding.</p>
<p>Basically, different needs require different people, to suggest that one IT group fits all and can wear multiple hats to support the business has seen better days. Continuing along this train of thought feeds into the commoditization of IT that is pervading business thinking today and causing a lot of jobs to be outsourced. The business isn&#8217;t getting any value-add out of IT because they are asking the wrong people the wrong questions.</p>
<p><strong>Changing the purpose of IT changes the expectation.</strong></p>
<p>Moving to this type of model will at least give IT a chance to meet the expectations of the business instead of expecting a bunch of techies to put on a uncomfortable hat, wear it with confidence and authority when all some of them really only want to do is support systems, and play with technology. Lets face it, it takes a special kind of person to understand the business and translate that speak into language that makes sense to those who work with technology day in and day out.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.itjourneyman.com/management/it-outsourcing-and-your-job-464.htm' rel='bookmark' title='IT Outsourcing and Your Job'>IT Outsourcing and Your Job</a></li>
<li><a href='http://www.itjourneyman.com/infrastructure/datacentre/data-warehouse-2nd-time-is-a-charm-118.htm' rel='bookmark' title='Data Warehouse: 2nd Time Is A Charm'>Data Warehouse: 2nd Time Is A Charm</a></li>
<li><a href='http://www.itjourneyman.com/infrastructure/disaster-recovery/disaster-and-continuity-plans-why-do-i-need-one-55.htm' rel='bookmark' title='Disaster and Continuity Plans: Why Do I Need One?'>Disaster and Continuity Plans: Why Do I Need One?</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.itjourneyman.com/management/people-in-the-new-it-department-are-part-of-the-business-1094.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Get and Keep Your IT Job</title>
		<link>http://www.itjourneyman.com/management/how-to-get-and-keep-your-it-job-383.htm</link>
		<comments>http://www.itjourneyman.com/management/how-to-get-and-keep-your-it-job-383.htm#comments</comments>
		<pubDate>Wed, 07 Jul 2010 21:32:23 +0000</pubDate>
		<dc:creator>Rob Lavigne</dc:creator>
				<category><![CDATA[Management]]></category>
		<category><![CDATA[Your Job]]></category>
		<category><![CDATA[Career]]></category>

		<guid isPermaLink="false">http://www.itjourneyman.com/?p=383</guid>
		<description><![CDATA[Getting and keeping a job in IT are almost the same things So the job market for IT people seems to be slim according to &#8220;them&#8221; or so I have read online. I guess maybe being a new person with no experience might be a little slow to get a job at first but I think that if you know what you want to be (or do) in IT, it should be pretty clear on how to get that job if you have read anything online about how to get the job you want. Also, for some of you that are scared that if you loose the job you have, [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.itjourneyman.com/management/it-outsourcing-and-your-job-464.htm' rel='bookmark' title='IT Outsourcing and Your Job'>IT Outsourcing and Your Job</a></li>
<li><a href='http://www.itjourneyman.com/management/people-in-the-new-it-department-are-part-of-the-business-1094.htm' rel='bookmark' title='People In The New IT Department Are Part Of The Business'>People In The New IT Department Are Part Of The Business</a></li>
<li><a href='http://www.itjourneyman.com/management/how-to-deal-with-a-new-it-manager-40.htm' rel='bookmark' title='How to deal with a new IT Manager'>How to deal with a new IT Manager</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.itjourneyman.com/management/how-to-get-and-keep-your-it-job-383.htm" title="Permanent link to How To Get and Keep Your IT Job"><img class="post_image alignleft remove_bottom_margin" src="http://www.itjourneyman.com/wp-content/uploads/2010/07/keepyourjob.jpg" width="610" height="238" alt="Keep your IT job, IT Journeyman" /></a>
</p><div class="titleblock">
<h2>Getting and keeping a job in IT are almost the same things</h2>
<p><a href="http://www.guardian.co.uk/education/2009/jan/14/graduate-jobs-recession" target="_blank">So the job market for IT people seems to be slim</a> according to &#8220;them&#8221; or so I have read online. I guess maybe being a new person with no experience might be a little slow to get a job at first but I think that if you know what you want to be (or do) in IT, it should be pretty clear on how to get that job if you have read anything online about how to get the job you want.</p>
<p>Also, for some of you that are scared that if you loose the job you have, or quit, that it will be too hard to find a new job in the IT field, I wouldn&#8217;t worry. I think that in my years of working in IT it is my experience that if you are good, you don&#8217;t get let go, if your crap, your gone. So its simple, <a href="http://www.wikihow.com/Be-a-Good-Employee" target="_blank">just be a good employee.</a> Although sometimes its just pure economics.</p>
</div>
<div class="quicksummary">
<h3>The Gist of IT</h3>
<p>If your putting no effort into learning and growing with the companies needs, you will be let go. If they are running out of cash because of low revenues, you will be let go at some point. But if you are getting your relevant certifications and doing the best job you can and your easy to work with then you should be fine. &#8220;<strong>Going the Extra Mile</strong>&#8221; is the key. Getting your certs and keeping them updated is also the best way to stay employable.</p>
</div>
<div class="infopaktoc">
<h3>Table of Contents</h3>
<ol id="toclayout">
<li><A href="#s1">It&#8217;s just business and a bit about you</a></li>
<li><A href="#s2">The how to keep your job part</a></li>
<li><A href="#s3">The certifications you should have</a></li>
</ol>
</div>
<h3 id="s1" class="line">It&#8217;s just business and maybe a bit about you.</h3>
<p>From the business side its simple. Businesses run on people and no business is going to release an employee who is valuable to the operations of the business. Now I am not saying that you cant be replaced or that you should become that &#8220;silo guy&#8221; who doesn&#8217;t document anything and keeps everyone under him so that he is the most important person in IT. But it is easier for any business to keep the person they have if they are easy to work with and get things done. </p>
<p><strong>Results are what matters in this business</strong>. Think about it, training, setting up a new employee with benefits, cancelling the benefits of previous employees, integrating the new person into the office society, time spent learning the systems, processes and the environment, disrupting production not to mention the time and costs for all the people involved and all the money spent on training for the previous employee. Its all a lot of business expense to fire or bring someone on board, just to have you leave, that&#8217;s something that all businesses want to avoid. It&#8217;s like throwing away money.</p>
<div class="minibox">
<h3>Quick IT Job Info</h3>
<p>You can get more information on IT related job hunting from these popular sites.</p>
<p><a href="http://www.monster.com" target="_blank">www.monster.com</a><br /><a href="http://http://www.workopolis.com" target="_blank">www.workopolis.com</a><br /><a href="http://itmanagement.earthweb.com/career/article.php/3829486/Tips-for-IT-Job-Hunting.htm" target="_blank">itmanagement.earthweb.com</a>
<p>Being a good employee is also a skill that needs to be learned.</p>
<p><a href="http://www.wikihow.com/Be-a-Good-Employee" target="_blank">How to be a good employee</a><br /><a href="http://www.squidoo.com/characteristics-of-a-good-employee" target="_blank">Characteristics of a great employee</a>
</div>
<h3>But there is another side&#8230;</h3>
<p>If the business is not doing well and they need to cut costs, then you may be let go. Don&#8217;t take it personal, its simple business economics. Ask any construction worker who gets laid off every winter because there is no work. An operating business does not have a conscious, it works by numbers. If the business is doing bad it has the roll back expenses to keep things running.</p>
<p>The highest expense in any business is usually employees, and they go first (right after all the low hanging fruit like limos and executive meeting trips to cancun). Therefore you start with the employees that you may not really need first, increasing the workload on the others that have not been let go. Then if you have to, you move to the ones that you really don&#8217;t want to let go but the business needs to because they cost a lot of wages.</p>
<p>These are essential people that run the important stuff. This usually starts including IT people. Again they wont let go of people that they see as critical in daily operations of the company (unless they can outsource it for cheaper). I once worked at an office where the last three people let go were the IT people because they wanted to move all the data and equipment to the new company that purchased it.</p>
<p>Yup, thanks for all your great hard work, by the way your fired.</p>
<h3>You should be able to see the signs</h3>
<p>But all this is all just talk because as an IT person you will see the signs way before most of the others in the office with the exception of the higher ups in accounting they will see the lack of revenues, and if you see these rats leaving the ship you know its time to start looking. IT people will be disabling accounts and noticing less help desk support tickets being assigned because people will start to work harder and not fiddle with stuff that causes a lot of unnecessary tickets. IT is usually the hub of whats going on in the business. So knowing this, you can either start looking for another job or try to keep the one you got.</p>
<h3>Sometimes though it may be about you</h3>
<p>The &#8220;you&#8221; part is very simple. If the guys who make decisions don&#8217;t like you because you are difficult to work with then your most likely high on the list of potential people that will be let go in the first or second wave. If they do like you and your environment is run in tip top shape to the best of your ability and you have shown that your one of the guys who they can depend on to &#8220;go the extra mile&#8221; when needed, then they may consider you an important person worth keeping and you may be spared. The rule here is again simple, if your an idiot and you do things that tick people off, you will be let go. If you&#8217;re doing the best you can and the right people notice you may be spared the layoffs, kept on and possibly promoted.    </p>
<h3 id="s2" class="line">The how to keep your job part</h3>
<p>So if your crapping your pants because you think you might get let go, then you need to start doing stuff to make yourself a better more valuable employee. Or hurry up and get your resume in order. In fact you should probably do it anyway for yourself. I usually keep my resume up to date every few months. I add in any new training or experience on large projects I have acquired lately. I add these to the bottom of my resume word document to allow me to remember what I have done at this position when the time comes that I need to update my resume, I already have all the info in there ready to go. </p>
<p>Mostly it boils down to you being a better worker by being details oriented and making sure that you got the IT papers to show people you can do what you say you can do. </p>
<h3>Certs are your foot in the door, and sometimes how to stay there</h3>
<p>Certs are a great way to show HR people who know nothing about IT that you have the requirements to get an interview with the IT manager that has requested a new person for their team. Unfortunately in larger companies the process is as follows.</p>
<p><strong>How the hiring process works and the best certs to have</strong></p>
<p><strong>a</strong>. IT manager needs a new person and writes up or uses an internal job description sheet that kind of describes the person that they need. They modify it to what they need it to include and send it off to HR to collect some resumes.</p>
<p><strong>b</strong>. The HR department then searches workopolis and monster because they are the cheapest way to find people. If this search does not pan out then they need to go to recruitment agencies. These agencies charge a per hour fee or a one time fee for providing you a stack of resumes that may fit your needs.</p>
<p><strong>c</strong>. The agency sends over a dozen resumes they think are the top choices you will want to see for the IT manager to review along with the online job search ones and the IT manager then reviews and makes a short list of the people that he wants to interview.</p>
<p><strong>d</strong>. If the IT manager sees that you have the certs and relevant work experience they would then interview you. The interview process is usually like this. Did they come to the interview not looking like an idiot?, Is this person weirdo?, Can I work with this person? Can the team work with this person?, Can this person be trained to do what I want? Are they going to be a problem to manage? Does this person have the required skills for the job? (in that order).</p>
<p>An IT manager has too many other things to worry about, they don&#8217;t want to hire someone who is going to add to their issues. They want someone who can be put in charge of something and be left to do it. Low maintenance management. You may get a company where they have a few people you will have to interview with before you get the nod, if this is not an organized process then I would think about working for people who cant even get a simple interview organized. Also, having to see the boss and then the boss&#8217;s boss is a good sign of no trust from the top down, this screams micro-mangement get out before its too late.  </p>
<h3 id="s3" class="line">The certifications you should have.</h3>
<p>Unfortunately our business works on certs. You have to have them to work and the manufacturers have also gotten wise because to partner with the manufacturers your company needs to have a certain few employees certified in their products. The basic certs to have if you are serious about being in IT as a career are&#8230;</p>
<ul>
<li><a href="http://www.comptia.org/certifications/listed/security.aspx" target="_blank">Security+</a></li>
<li><a href="http://www.comptia.org/certifications/listed/a.aspx" target="_blank">A+</a></li>
<li><a href="http://www.comptia.org/certifications/listed/network.aspx" target="_blank">Network+</a></li>
<li><a href="http://www.microsoft.com/learning/en/us/certification/cert-windowsserver.aspx" target="_blank">Microsoft Server Administrator</a></li>
</ul>
<div id="customtable">
<table summary="This is a summary of the table">
<caption>The Best Certifications To Have in IT</caption>
<thead>
<tr>
<th scope="col">Certification</th>
<th scope="col"></th>
<th class="tabledescription" scope="col">Description</th>
</tr>
</thead>
<tfoot>
<tr>
<th scope="row"></th>
<td colspan="2"></td>
</tr>
</tfoot>
<tbody>
<tr>
<th id="r2" scope="row"><a href="http://www.pmi.org/CareerDevelopment/Pages/AboutCredentialsPMP.aspx" target="_blank">PMP &#8211; Project Management Professional</a></th>
<td></td>
<td>Not only do you have to be certified in many things to get and keep a job they also want you to be able to do more business tasks as well. The PMP cert is a good way to say &#8220;hey I can get that IT project done in a timely fashion and within the budget&#8221; You also get paid more if you have this. This is a hard test filled with things you will never use again, but most of it is very helpful for your organization skills.</td>
</tr>
<tr class="odd">
<th id="r1" scope="row"><a href="http://itsm.fwtk.org/FAQ.htm" target="_blank">ITIL Foundations</a></th>
<td></td>
<td>This is actually a great cert to have. It teaches you about how to organize things, how to implement best practices and proper solutions and best practices in service and support. They also allow you to have access to many pre-made documents and forms to help your daily tasks. This is a good one that we recommend.</td>
</tr>
<tr>
<th id="r0" scope="row"><a href="https://www.isc2.org/cissp/default.aspx" target="_blank">Certified Information Systems Security Professional (CISSP)</a></th>
<td></td>
<td>This is a high paying security professional cert that can really help in many ways. One being that it really helps you get a better grasp of all things in IT security. You will also learn about the many security certs that companies need to go through (if you haven&#8217;t done this already with say a PCI audit)</td>
</tr>
<tr class="odd">
<th id="r0" scope="row"><a href="http://www.cisco.com/web/learning/le3/ccie/index.html" target="_blank">Cisco CCIE Routing and Switching</a></th>
<td></td>
<td>This is one of the mac daddy of networking certs. This is one of the most respected certifications that you can get in the industry. If you get this one, you will be making the big bucks salary wise. Pretty much no one questions you when you got this one.</td>
</tr>
<tr>
<th id="r0" scope="row"><a href="http://www.microsoft.com/learning/en/us/certification/cert-overview.aspx" target="_blank">The Microsoft Certifications</a></th>
<td></td>
<td>Any of the Microsoft certs are great to have, in fact they are becoming the basic standard for certified IT people. We really dont hire anyone who does not have the basic stuff like the server certs. But to really make the Microsoft certifications worth while its best to have a few in different disciplines like SQL, .NET, Sharepoint and Exchange.</td>
</tr>
<tr class="odd">
<th id="r0" scope="row"><a href="http://www.cisco.com/web/learning/le3/le2/le0/le9/learning_certification_type_home.html" target="_blank">Cisco Certified Network Associate CCNA</a></th>
<td></td>
<td>Although the CCIE gets most of the credit the CCNA is still almost as hard to get and holds a lot of respect as well. People who have this along with other certifications are surely not looking too hard for a job.</td>
</tr>
</tbody>
</table>
</div>
<p>Let us know of any other certifications that should be on this list and we will add them in. Also if you have any comments about this article please let us know and we will add in your ideas. </p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.itjourneyman.com/management/it-outsourcing-and-your-job-464.htm' rel='bookmark' title='IT Outsourcing and Your Job'>IT Outsourcing and Your Job</a></li>
<li><a href='http://www.itjourneyman.com/management/people-in-the-new-it-department-are-part-of-the-business-1094.htm' rel='bookmark' title='People In The New IT Department Are Part Of The Business'>People In The New IT Department Are Part Of The Business</a></li>
<li><a href='http://www.itjourneyman.com/management/how-to-deal-with-a-new-it-manager-40.htm' rel='bookmark' title='How to deal with a new IT Manager'>How to deal with a new IT Manager</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.itjourneyman.com/management/how-to-get-and-keep-your-it-job-383.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Supporting Macs in a Windows Environment</title>
		<link>http://www.itjourneyman.com/management/supporting-macs-in-a-windows-environment-737.htm</link>
		<comments>http://www.itjourneyman.com/management/supporting-macs-in-a-windows-environment-737.htm#comments</comments>
		<pubDate>Mon, 21 Jun 2010 01:24:10 +0000</pubDate>
		<dc:creator>Rob Lavigne</dc:creator>
				<category><![CDATA[Infrastructure Mgmt]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.itjourneyman.com/?p=737</guid>
		<description><![CDATA[How to properly integrate Apple&#8217;s in your Microsoft network. We all have experienced some pain getting Apple’s working properly within our Windows networks. Either the one marketing employee has lost connection again to their network drive mappings (who doesn&#8217;t login to Active Directory anyway) or the IT director mentions that he read somewhere that we should make sure that we have total security and that should include those darn Mac’s. Oh and then there is the CEO who just had to have that new Mac-i-whatever and expects us to support his non standard hardware and software in a non forgiving Mac hating Windows network. (this was just for dramatic effect, [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.itjourneyman.com/management/network-monitoring-overview-167.htm' rel='bookmark' title='Network Monitoring Overview'>Network Monitoring Overview</a></li>
<li><a href='http://www.itjourneyman.com/management/it-outsourcing-and-your-job-464.htm' rel='bookmark' title='IT Outsourcing and Your Job'>IT Outsourcing and Your Job</a></li>
<li><a href='http://www.itjourneyman.com/management/how-to-deal-with-a-new-it-manager-40.htm' rel='bookmark' title='How to deal with a new IT Manager'>How to deal with a new IT Manager</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.itjourneyman.com/management/supporting-macs-in-a-windows-environment-737.htm" title="Permanent link to Supporting Macs in a Windows Environment"><img class="post_image alignleft remove_bottom_margin" src="http://www.itjourneyman.com/wp-content/uploads/2010/06/supporting_apples.jpg" width="610" height="252" alt="Post image for Supporting Macs in a Windows Environment" /></a>
</p><div class="titleblock">
<h2>How to properly integrate Apple&#8217;s in your Microsoft network.</h2>
<p>We all have experienced some pain getting <a href="http://www.apple.com" target="_blank">Apple’s</a> working properly within our <a href="http://www.microsoft.com" target="_blank">Windows</a> networks. Either the one marketing employee has lost connection again to their network drive mappings (who doesn&#8217;t login to Active Directory anyway) or the IT director mentions that he read somewhere that we should make sure that we have total security and that should include those darn Mac’s. Oh and then there is the CEO who just had to have that new Mac-i-whatever and expects us to support his non standard hardware and software in a non forgiving Mac hating Windows network. (this was just for dramatic effect, I actually love Mac&#8217;s and this whole site was created and is managed from the Mac&#8217;s in our office).</p>
<p>In this Infopak™ we go over the in’s and out’s of what&#8217;s known of how to integrate Apple’s into your windows network. How to <strong>secure</strong> them, <strong>support</strong> them, <strong>administrate</strong> them and <strong>educate the users</strong> on how to work properly within the Windows environment.</p>
</div>
<div class="quicksummary">
<h3>The Gist of IT</h3>
<p>Apples <strong>can</strong> be securely added and supported in a windows environment, but there are a few risks that we need to be aware of.  The first is, if you want to do it right, you just need to have the locally installed <a href="http://www.apple.com/business/solutions/it/directory.html" target="_blank">OSX active directory utility</a> enabled and utilized to be able to use active directly network resources. The next is that if you want to be able to <strong>lock the apples down</strong> (which you should want to do this) you should be using a combo of <a href="http://www.apple.com/server/macosx/features/client-management.html" target="_blank">Apple OSX server client management tools</a> and some third party active directory windows applications that allow you to push GPO&#8217;s (Group policy objects) to the Mac&#8217;s. <a href="#customtable">(we have a list of such apps below)</a></p>
<p>You can lock down the Mac&#8217;s without paying for any extra software but doing it manually is very time consuming and difficult because of the complexities and differences between mapping elements in the Active Directory schema and the Open Directory schema. You may run into trouble if you dont get the third party apps. You should go with the apps to simplify and speed the solution installation.</p>
<p>It seems the best way would be to have all the Apple client systems connect into an Apple OSX server and then just use similar shares on the network via built in SMB if needed. Otherwise you can use the Active Directory plug-in that comes with OSX 10.3 (panther) and higher. It will allow you authenticate into Active Directory via LDAP. It can support multiple domains, setting up a users home directory share and a few more basic user account features. Download <a href="http://images.apple.com/business/solutions/it/docs/Best_Practices_Active_Directory.pdf" target="blank">Apple Active Directory documentation PDF here.</a> Or go check out the <a href="http://www.apple.com/business/solutions/it/directory.html" target="blank">Apple website on Active Directory</a> for more information.</p>
</div>
<div class="infopaktoc">
<h3>Table of Contents</h3>
<ol id="toclayout">
<li><a href="#s1">Adding Apple&#8217;s to Active Directory</a></li>
<li><a href="#s2">Best practices for management &amp; support</a></li>
<li><a href="#s3">Costs differences breakdown</a></li>
<li><a href="#s4">Things you still wont be able to do</a></li>
<li><a href="#s5">Integration check list</a></li>
<li><a href="#s6">Important software to get</a></li>
</ol>
</div>
<div class="itjrecommends">
<h3>ITJourneyman.com Recommends</h3>
<p><strong>Bottom line &#8211; Get an Apple Server.</strong> (or if you don&#8217;t want to spend the money) We recommend that you just add the Mac&#8217;s in the best you can into AD so that they can use the network resources. If you really need to secure them then you should get one of the suggested third party apps below. They all have their own ways of working and each is ok. If your really a stickler for security then you should run a Anti-virus program on all the Mac&#8217;s. But let me tell you, the OS will run slower and the users will complain. At one place we worked we had users uninstalling it when we were not around and a virus broke out in the office.</p>
<p><strong>Really though</strong> &#8211; our suggestion is that you put in an Apple Server and forget about all the rest of your troubles. One Apple Server and your days are clear of Apple client issues. You can remote into all the users systems, they can authenticate into the Apple Server for home drive files and other department shares and you can share these folders with your windows users. Getting an Apple Server is the easiest way to go if your going to have more then 5 Apples in one site location.</p>
</div>
<h3 id="s1" class="line">1. Adding Apple&#8217;s to Active Directory</h3>
<p>The long and short of it is that you can just add the Apple Macintosh computers into Active Directory by using the built in plugin. This will allow the Apple users to authenticate into Active Directory and allow them to see and use security controlled network resources.</p>
<p>Although if you want (and you should) to implement things such as local security policies and remote supporting tools you should use an Apple OSX Server. The Apple OSX server will allow you to properly support the Apple Macintosh computers by allowing you to make sure that these systems are secure with your network security guidelines.</p>
<h3 id="s2" class="line">2. Best practices for management &amp; support</h3>
<p>The Apple&#8217;s in your environment can be secured in Active Directory with the software suggestions below. We would recommend that you get an Apple server to manage the Apple client systems as this provides the easiest way to make sure that you have full control over the Apple systems and their users. You will be able to lock down the users and computers, make sure that they all have the correct rights they need, you will have no issues with drive mappings and network resource access. The third party apps that integrate the Mac&#8217;s into Active Directory are also ok to use. I have not used them extensively so if anyone can provide some comments on them we will add them into this area.</p>
<h3 id="s3" class="line">3. Costs differences breakdown</h3>
<p>The cost differences very greatly depending on the solution you need. If you want to go the best way. That will include purchasing an Apple server, starting at $3,000. The next best way would be to purchase one of the third party software selections that integrate with Active Directory. The prices for this software rages from around $1000 to a few thousand. But you have to watch as some of them have a per system CAL fee. (this is a fee per system that is under management). The cheapest way is the old do it yourself method. This involves editing the Active Directory Schema to add in the Mac&#8217;s settings to be allowed to manage within Active Directory. I don&#8217;t recommend this way as you may bugger up your Active Directory. But if you want to live dangerously <a href="http://images.apple.com/business/solutions/it/docs/Modifying_the_Active_Directory_Schema.pdf" target="_blank">here is a PDF from Apple with instructions on how to do it</a>.</p>
<h3 id="s4" class="line">4. Things you still wont be able to do</h3>
<p>So instead of searching the net and perusing over many documents to get the best information for you, I found a site that has already done this part for us. <a href="http://www.macwindows.com/leopardAD.html" target="_blank">Here it is</a>.</p>
<h3 id="s5" class="line">5. Integration check list</h3>
<p>Here is a quick list of things that your going to want to make sure you can control when adding Apple&#8217;s into your environment. <strong>Please comment and add more to this list.</strong></p>
<ol>
<li>Make sure the systems are virus protected.</li>
<li>Make sure the users have only the required security access they need locally on the system and on the network.</li>
<li>Backup files on the local system and their home drive.</li>
<li>Be able to manage the user accounts and the securing the local systems.</li>
<li>Be able to manage wireless connections.</li>
<li>Help out by adding more in the comments&#8230;</li>
</ol>
<h3 id="s6" class="line">6. Important software to get</h3>
<p>We have compiled a list of some of the third party software that is suggested to integrate Apple&#8217;s into Active Directory and in a windoes based network. This is if you do not want or can get a Apple server.</p>
<div id="customtable">
<table summary="This is a summary of the table">
<caption>Third Party Apple Active Directory Management Plug-ins </caption>
<thead>
<tr>
<th scope="col">Company</th>
<th scope="col">Software</th>
<th class="tabledescription" scope="col">Description</th>
</tr>
</thead>
<tfoot>
<tr>
<th scope="row"></th>
<td colspan="4"></td>
</tr>
</tfoot>
<tbody>
<tr>
<th id="r2" scope="row"><a href="http://www.jamfsoftware.com/" target="_blank">JAMF Software</a></th>
<td><a href="http://www.jamfsoftware.com/products/casper-suite" target="_blank">Casper-Suite</a></td>
<td>The Casper Suite simplifies the life of system administrators with a comprehensive platform to deploy, update, activate and report for Mac OSX.</td>
</tr>
<tr class="odd">
<th id="r1" scope="row"><a href="http://www.centrify.com/" target="_blank">Centrify</a></th>
<td><a href="http://www.centrify.com/directcontrol/mac_os_x.asp" target="_blank">Centrify Suite for Mac OSX</a></td>
<td>Centrify Suite for Mac OS X enables a Macintosh OS X computer to participate seamlessly in a Windows Active Directory domain, with advanced Windows Group Policy support for desktop lockdown.</td>
</tr>
<tr>
<th id="r0" scope="row"><a href="http://www.grouplogic.com/" target="_blank">GroupLogic</a></th>
<td><a href="http://www.grouplogic.com/products/" target="_blank">ArchiveConnect and ExtremeZIP</a></td>
<td>ArchiveConnect for file archiving and ExtremeZIP for AD integration</td>
</tr>
<tr class="odd">
<th id="r0" scope="row"><a href="http://www.thursby.com/" target="_blank">Thursby</a></th>
<td><a href="http://www.thursby.com/products/admitmac.html" target="_blank">ADmit Mac</a></td>
<td>ADmitMac is designed to allow Macintosh systems to function as a fully compliant Windows Active Directory client. ADmitMac is developed to allow single sign-on access to files and printers in multi-user, multi-computer environments with administrator-defined security.</td>
</tr>
</tbody>
</table>
</div>
<p>This will be a maintained article. If you have anything to add to this please comment below and we will put your additions in the article to help others. Thanks in advance.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.itjourneyman.com/management/network-monitoring-overview-167.htm' rel='bookmark' title='Network Monitoring Overview'>Network Monitoring Overview</a></li>
<li><a href='http://www.itjourneyman.com/management/it-outsourcing-and-your-job-464.htm' rel='bookmark' title='IT Outsourcing and Your Job'>IT Outsourcing and Your Job</a></li>
<li><a href='http://www.itjourneyman.com/management/how-to-deal-with-a-new-it-manager-40.htm' rel='bookmark' title='How to deal with a new IT Manager'>How to deal with a new IT Manager</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.itjourneyman.com/management/supporting-macs-in-a-windows-environment-737.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IT Outsourcing and Your Job</title>
		<link>http://www.itjourneyman.com/management/it-outsourcing-and-your-job-464.htm</link>
		<comments>http://www.itjourneyman.com/management/it-outsourcing-and-your-job-464.htm#comments</comments>
		<pubDate>Sat, 27 Feb 2010 22:54:45 +0000</pubDate>
		<dc:creator>Xavier Zinn</dc:creator>
				<category><![CDATA[Management]]></category>
		<category><![CDATA[Outsourcing]]></category>
		<category><![CDATA[Your Job]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[business process]]></category>
		<category><![CDATA[call outsourcing]]></category>
		<category><![CDATA[commodification]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[hard drives]]></category>
		<category><![CDATA[harvard business review]]></category>
		<category><![CDATA[interchangeable]]></category>
		<category><![CDATA[international economics]]></category>
		<category><![CDATA[job outsourcing]]></category>
		<category><![CDATA[mercenary]]></category>
		<category><![CDATA[offshore outsourcing]]></category>
		<category><![CDATA[offshoring]]></category>
		<category><![CDATA[telecommuting]]></category>

		<guid isPermaLink="false">http://www.itjourneyman.com/?p=464</guid>
		<description><![CDATA[If ever there was proof that IT wasn't significant to the business it is outsourcing. For all the so-called value IT brings to the table the business has just slapped you and your department in the face by outsourcing a large part of your job. Back in the day it may not have been called outsourcing, it could have been commissioning, as in commissioning a piece of furniture for instance, the concept is still the same but it somehow had a different feeling way back when. Here we explore outsourcing and how it affects your IT position, the good and the bad. <div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.itjourneyman.com/management/people-in-the-new-it-department-are-part-of-the-business-1094.htm' rel='bookmark' title='People In The New IT Department Are Part Of The Business'>People In The New IT Department Are Part Of The Business</a></li>
<li><a href='http://www.itjourneyman.com/management/how-to-get-and-keep-your-it-job-383.htm' rel='bookmark' title='How To Get and Keep Your IT Job'>How To Get and Keep Your IT Job</a></li>
<li><a href='http://www.itjourneyman.com/management/how-to-deal-with-a-new-it-manager-40.htm' rel='bookmark' title='How to deal with a new IT Manager'>How to deal with a new IT Manager</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.itjourneyman.com/management/it-outsourcing-and-your-job-464.htm" title="Permanent link to IT Outsourcing and Your Job"><img class="post_image alignleft" src="http://www.itjourneyman.com/wp-content/uploads/2010/02/postpicoutsourceingIT.gif" width="244" height="169" alt="Post image for IT Outsourcing and Your Job" /></a>
</p><p>Firstly, <a href="http://www.roseindia.net/services/outsourcing/history-outsourcing.shtml" target="_parent&quot;">outsourcing is not new</a>, as a concept has been around forever and it will continue to be around long after all of us are dead. The problem with it today is that it some how belittles the people who&#8217;s jobs have be taken away. Back in the day it may not have been called outsourcing, it could have been commissioning, as in commissioning a piece of furniture for instance, the concept is still the same but it somehow had a different feeling way back when. Today, specifically dealing with IT, outsourcing is a very touchy subject with a lot of IT professionals especially in the U.S.. One of the reasons is quite simply some IT professionals refuse to believe that anyone can do the job better than themselves because on some level there is a professional<a href="http://www.merriam-webster.com/netdict/arrogance" target="_parent&quot;"> arrogance</a> for their position, their education, their abilities, and what they perceive IT giving to the business. Nobody other than us can give the business what it needs! Note that I didn&#8217;t say want because that is another issue entirely.</p>
<p>If ever there was proof that IT wasn&#8217;t significant to the business it is outsourcing. For all of the so-called value IT brings to the table the business has just slapped you and your department in the face by outsourcing. In a nutshell, the business has decided on outsourcing your department/job quite simply because they, the business, don&#8217;t see a purpose in paying a salary for someone who is not driving the business forward. That may not be the case in every instance, but it is the perception of the business in regards to IT, and as you all know, perception is reality. You as an IT professional need to understand what is happening around you, and hopefully navigate the waters so you continue to be employed somewhere and not stand in the unemployment line with your friends and colleagues, the <a href="http://www.bls.gov/cps/tables.htm" target="_parent&quot;">statistics</a> are a little depressing.</p>
<p>There are various reasons why companies outsource, take a look at this article in Wikipedia, on <a href="http://en.wikipedia.org/wiki/Outsourcing" target="_parent&quot;">outsourcing</a> it provides a good overview of the various reasons . Some of these reasons may or may not be legitimate but they are the reasons nonetheless. Outsourcing itself is not a reason unto itself however; it is a symptom of another concept that is pervading the minds of those who make decisions and that is the commoditization of IT.</p>
<h3 class="line">There Is No Difference</h3>
<p>In short, commoditization means looking at goods, and services in a different light where essentially everything is equal and the only difference is price. For instance, what real difference is there between <a href="http://www.hp.com" target="_parent&quot;">HP</a>, <a href="http://www.dell.com" target="_parent&quot;">Dell</a>, or <a href="http://www.lenovo.com" target="_parent&quot;">Lenovo</a> in the hardware they sell? The components that make up those pieces of hardware come from the same manufacturer more than likely, so in essence today it becomes a marketing decision, which company sold me the best vision of their product? There is no differentiating factor really between them, as well a NIC card is a NIC card is a NIC card right? RAM same thing, and hard drives, there are only a handful that have any real meaning like <a href="http://www.seagate.com" target="_parent&quot;">Seagate</a>,<a href="http://www.ibm.com" target="_parent&quot;"> IBM</a>, <a href="http://www.maxtor.com" target="_parent&quot;">Maxtor</a>, and <a href="http://www.westerndigital.com" target="_parent&quot;">Western Digital</a>, there are more but you get the point. All are essentially the same so in the end there is no real difference. Once that threshold of thinking is breached you have commoditization.</p>
<p>For the most part everyone on some level has determined that brand A is the same as Brand B so price is really the only factor in making purchases. How many actually care that their <a href="http://www.google.com/products?client=safari&amp;rls=en&amp;q=swiss+army+nail+clipper&amp;oe=UTF-8&amp;um=1&amp;ie=UTF-8&amp;ei=_luJS_SFLYXoM-bIsKYB&amp;sa=X&amp;oi=product_result_group&amp;ct=title&amp;resnum=1&amp;ved=0CBEQrQQwAA" target="_parent&quot;">nail clippers</a> are from Swiss Army for instance? I personally don&#8217;t nor do I care about laces, as long as they are the right length I am fine. I am sure many of you think the same way. There are other things like running shoes for instance that still have brand loyalty and are not commoditized to the same extent, once people start determining that products that do the same thing, are the same thing then price will become the only consideration and branding will mean very little because why would you pay more for the &#8220;same&#8221; product?</p>
<h3 class="line">It&#8217;s All The Same</h3>
<p>In regards to IT the same thinking would apply. IT is a service, and if an IT department uses the &#8220;same&#8221; equipment and has the &#8220;same&#8221; infrastructure as everyone else why couldn&#8217;t the IT department be outsourced to a company or people who do the &#8220;same&#8221; jobs because really the only difference is money. The business may be different but the components of IT are the same regardless of industry, the same common practices are in use, the same equipment is needed to connect everything together, the same applications are found over and over again. That being the case, why would &#8220;the business&#8221; hire specialized IT staffers to support systems and infrastructure when they could just hire a company that already &#8220;knows&#8221; everything and can be taught the business processes.</p>
<p>Do you see the logic here? IT went from unique to ubiquitous and over time period questions were asked by the business that are really quite valid for which IT didn&#8217;t have a really good answer, all relating to &#8220;what next?&#8221; What benefit do these systems and staff have in regards to the business if they are now something everyone has? Nicholas Carr wrote an article called <strong><a href="http://jazieko.com/wp-content/uploads/2008/04/carr_does_it_matter.pdf" target="_parent&quot;">IT Doesn&#8217;t Matter</a></strong> in 2003, in the Harvard Business Review and in it he made the observation that IT is no longer an advantage in an organization, it is a necessity. Once it becomes a necessity there is no advantage because everyone has IT infrastructure. Everyone (meaning your competitors) has connectivity to their suppliers, and third parties, servers, automated processes, email. All of it means nothing because your competition has the &#8220;same&#8221; setup.</p>
<h3 class="line">It&#8217;s All Interchangeable</h3>
<p>So, if every IT department uses standard equipment, software and setups, for the most part, everything is interchangeable. If that is the case what is so special about &#8220;standard&#8221; setups? The black hole isn&#8217;t so black now is it? And because anyone with the tools to do the job can understand what is needed this now drives the price of those skills down and companies can shop for the cheapest price and get the skill set they need. North American salaries are too high for businesses with regard to IT so there is the exodus of those types of jobs to places like India where highly skilled people are available for a fraction of the price. From the perspective of the business the skill set and the person are interchangeable because the highly technical jobs are not a value add for the business. Technical jobs are a necessity because of the infrastructure and aren&#8217;t responsible for creating a competitive advantage for the business anymore.</p>
<p>In other words, the people who maintain the infrastructure are doing just that maintaining. They are keeping the systems up and running keeping the patch levels current and all those other maintenance related tasks that IT is known for. Ask yourself, in any given day how much of your day is keeping things up and running as opposed to creating innovative solutions that will create a competitive advantage for the business? I am willing to bet it is something like 80/20 or 95/5. I highly doubt it is 50/50 right? That 20% or less is not enough to justify the resources spent on salaries, hardware and software when the return is so little and so far between. &#8220;The business&#8221; is looking at this and asking themselves, does this make sense? The business sees a department and its staff that just keep the infrastructure up and running, they don&#8217;t see any value add. If there is no value add there is no reason to keep things in house, hence outsourcing, which in reality is really driven by the commoditizing of IT. It makes all those IT jobs and services all about price.</p>
<h3 class="line">Commoditization, It Is The Future</h3>
<p>It ultimately is about money, sure but the thought process is a little more logical than anyone wants to admit. As the Carr article shows, once something becomes commonplace and becomes a necessity the advantage it once had becomes diminished to the point of insignificance. For IT I guess the ultimate question is how do we stop outsourcing? I am afraid unless commoditization of IT services can be stopped, outsourcing will continue until it reaches its natural equilibrium which I would think would be somewhere between 65% &#8211; 75% of all IT services. Once this equilibrium is reached at some point in time things will switch back to insourcing, but when that happens things will be vastly different. Things like <a href="http://www.ee.ic.ac.uk/gelenbe/index_files/IEEE-Proc04.pdf" target="_parent&quot;">self-aware networks</a> will probably be common place and other changes that are so advanced we would not have thought of it, with technology it is hard to say.</p>
<h3 class="line">What Does Machiavelli Say</h3>
<p>One thing we can say today is that outsourcing is akin to buying <a href="http://www.thefreedictionary.com/mercenary" target="_parent&quot;">mercenaries</a> to manage your systems infrastructure. If you consider that businesses talk in terms of war and politics, with books like <a href="http://www.amazon.com/Leadership-Secrets-Attila-Wess-Roberts/dp/0446391069" target="_parent&quot;">Leadership Secrets of Attila the Hun</a> or <a href="http://www.amazon.com/MANAGEMENT-MACHIAVELLI-Prescription-Success-Business/dp/0136026087" target="_parent&quot;">Management and Machiavelli</a> andMachiavelli&#8217;s  <a href="http://www.constitution.org/mac/prince00.htm" target="_parent&quot;">The Prince</a>you can see the concept of what a business is, it is essentially a castle with all of its resources behind its walls. The problem with this is that you are now allowing the mercenaries within the walls of the castle, and you will now be reliant on them. Outsourcing jobs is no different, it is essentially hiring mercenaries to maintain your infrastructure, and if you read &#8220;The Prince&#8221; he has a chapter just on that called,<a href="http://www.constitution.org/mac/prince12.htm" target="_parent&quot;"> How Many Kinds of Soldiery There Are, And Concerning Mercenaries</a> and another called <a href="http://www.constitution.org/mac/prince13.htm" target="_parent&quot;">Concerning Auxiliaries, Mixed Soldiery, And One&#8217;s Own.</a></p>
<p>In, chapter 12, How Many Kinds of Soldiery There Are, And Concerning Mercenaries Machiavelli says:</p>
<p class="alert">Mercenaries and auxiliaries are useless and dangerous; and if one holds his state based on those arms, he will stand neither firm nor safe; for they are disunited, ambitious and without discipline, unfaithful, valiant before friends, cowardly before enemies; they have neither the fear of God nor fidelity to men, and destruction is deferred only so long as the attack is; for in peace one is robbed by them, and in war by the enemy. The fact is they have no other attraction or reason for keeping the field than a trifle of stipend, which is not sufficient to make them willing to die for you.</p>
<p>Chapter 13 he states that auxiliaries are useless and:</p>
<p class="alert">these arms may be useful and good in themselves, but for him who calls them in they are always disadvantageous; for losing, one is undone, and winning, one is their captive.</p>
<h3 class="line">Longterm: Is It Worth It To Outsource</h3>
<p>How does this translate to outsourcing and such? Essentially what it comes down to is short-term gain. A business may see an opportunity to outsource, i.e. use mercenaries, but mercenaries have their own agenda which may not jive with what you as a business want or need and because with mercenaries it is all about money, be expected to pay a lot for the bare minimum of services. It may not happen yet, but at some point in time two or more companies are going to have issues where they need outsourced staff, if you as the outsourcer have finite resources who are you going to service fist? The one who has the bigger contract or is paying the most money? Some may say this is business, but in actuality it shows the vulnerability of your operations when things like that happen.</p>
<p>Auxiliaries, A.K.A contractors it essentially is the same. When they fail you fail, when they are successful, that knowledge stays with them and you are then compelled to keep them in some capacity because they have important information that they more than likely haven&#8217;t shared or completely disclosed. In the end the business is manipulated by entities, which it really has no real control over. Is this the way a business should run its operation?</p>
<h3 class="line">IT Has To Bear Some Responsibility for Outsoucing</h3>
<p>Evidently, the answer today is yes, and the reason it is yes is because they are looking at things from a cost perspective only. IT is a cost centre; all they do is keep things going. That may not be the case, but that is the perception and IT has no one to blame but themselves for that perception. Commoditization is happening because the people who make the decisions aren&#8217;t seeing anything coming out of IT that is essentially &#8220;bright, shinny making them go ahh&#8221; and telling them how it can be used to the benefit of the company without it costing an arm and a leg or wondering if it is going to fail. Essentially, IT failed in the PR campaign regarding its purpose, businesses changed but IT didn&#8217;t and because IT didn&#8217;t change that same business now looks very closely at what IT does or did and realizes on some level that they aren&#8217;t doing anything constructive to the bottom line, so why not outsource those functions and at least get some monetary benefit if nothing else.</p>
<p>So what does this mean for IT organizations/departments? From my perspective any role that involves doing something other than designing or thinking can and more than likely will be outsourced. Essentially everything and anything can be outsourced, here is a brief list of IT functions/services that can be outsourced if not already:</p>
<ol>
<li>Helpdesk</li>
<li>2nd Level Support</li>
<li>Server Administration</li>
<li>Network Monitoring</li>
<li>Network Security</li>
<li>Network Infrastructure</li>
<li>Telecom Services</li>
<li>Application Support</li>
<li>Data Mining/Data Analysis/Business Reporting</li>
<li>Coding/Programming/Testing</li>
<li>Web Infrastructure/Hosting Services</li>
<li>Data Capturing Services</li>
<li>Technical Writing</li>
<li>Data Recovery Services</li>
<li>Hardware/Software Maintenance</li>
<li>Database Services</li>
<li>Business Analyst Services</li>
</ol>
<p>The only thing that will probably stay in the organization is proprietary systems support which will disappear at some point in time because that too will become standardized when the move to cloud computing is complete. When a company gets to this point, it really doesn&#8217;t matter what hardware or software is running to access those resources because all that matters at that point is the ability to access the resources and then how the staff use the applications, that is what will make a real difference. It won&#8217;t matter if it is a Windows based computer, a <a href="http://www.apple.com/">Mac</a>, or a <a href="http://distrowatch.com/" target="_parent&quot;">Linux variant</a>, or Unix, or <a href="http://www.cisco.com/" target="_parent&quot;">Cisco</a>, <a href="http://www.juniper.net/us/en/" target="_parent&quot;">Juniper</a>, <a href="http://www.brocade.com/index.page" target="_parent&quot;">BigIron</a>, or HP on the backend to the business these are technical issues which have no bearing on what they need to do as a business. Buying into a technology platform at this point will not even be something companies need to do because the outsourcer will probably have their own packaged solutions ready to implement if the need arose.</p>
<h3 class="line">When Will It End</h3>
<p>Understanding business process and <a href="http://en.wikipedia.org/wiki/Strategic_management" target="_parent&quot;">strategy</a> and tying that to a solution is where a majority of jobs are going to be if any jobs stay internal because effectively everything can be outsourced or contracted in some way shape or form. To its most extreme form a company would just be a name, and all departments would be outsourced such as finance, facilities, IT, customer service, marketing, etc. to various outsourcing companies contracted to do various tasks/jobs. Is it possible, sure it is possible but does it make sense? Only when those making the decisions to outsource are affected in a negative way from those very decisions will they eventually see the folly of their ways, until then anything and everything is fair game.</p>
<p>My only suggestion is keep your resume up to date and market yourself. You are your own brand and you need to sell yourself and your skills in an innovative way that will make companies want to hire you instead of sending your job either to another company or overseas. Good Luck!</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.itjourneyman.com/management/people-in-the-new-it-department-are-part-of-the-business-1094.htm' rel='bookmark' title='People In The New IT Department Are Part Of The Business'>People In The New IT Department Are Part Of The Business</a></li>
<li><a href='http://www.itjourneyman.com/management/how-to-get-and-keep-your-it-job-383.htm' rel='bookmark' title='How To Get and Keep Your IT Job'>How To Get and Keep Your IT Job</a></li>
<li><a href='http://www.itjourneyman.com/management/how-to-deal-with-a-new-it-manager-40.htm' rel='bookmark' title='How to deal with a new IT Manager'>How to deal with a new IT Manager</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.itjourneyman.com/management/it-outsourcing-and-your-job-464.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How The Internet Started</title>
		<link>http://www.itjourneyman.com/infrastructure/networking/how-the-internet-started-406.htm</link>
		<comments>http://www.itjourneyman.com/infrastructure/networking/how-the-internet-started-406.htm#comments</comments>
		<pubDate>Sun, 07 Feb 2010 15:58:33 +0000</pubDate>
		<dc:creator>Rob Lavigne</dc:creator>
				<category><![CDATA[Editorial]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://www.itjourneyman.com/?p=406</guid>
		<description><![CDATA[The internet has a great history in how it came to be. This video has a great description by the guys who worked on it, and worked out how they solved the communications problems of business and people at the time. What a great watch.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.itjourneyman.com/management/network-monitoring-overview-167.htm' rel='bookmark' title='Network Monitoring Overview'>Network Monitoring Overview</a></li>
<li><a href='http://www.itjourneyman.com/management/supporting-macs-in-a-windows-environment-737.htm' rel='bookmark' title='Supporting Macs in a Windows Environment'>Supporting Macs in a Windows Environment</a></li>
<li><a href='http://www.itjourneyman.com/editorial/why-still-microsoft-248.htm' rel='bookmark' title='Microsoft Products, Are They Still The Only Ones?'>Microsoft Products, Are They Still The Only Ones?</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p></p><p>Hello all, I have just run across this great video that all IT people should watch. Only an IT person will really appreciate this video on the birth of the internet. Its a great story about how they designed the current internet to address communication issues they had at the time and how they could not foresee how fast it would grow. Its a great watch. Its part of the <a href="http://www.archive.org/details/opensource_movies">open source movies project</a>.  </p>
<p>For those who don&#8217;t know. The Arpanet is where the internet really got moving and was being quickly developed for commercial and personal use and how we know it today. </p>
<p class="alert">Please <a href="http://www.itjourneyman.com/contact-us/">forward links to us</a> on any other great videos you know of, as we are trying to build a great video section on the site for IT people to review. More details on this soon.</p>
<h3 class="line">The Heralds Of Resource Sharing (Arpanet, 1972)</h3>
<p><embed type="application/x-shockwave-flash" width="600" 	height="504" 	allowfullscreen="true" 	allowscriptaccess="always" 	src="http://www.archive.org/flow/flowplayer.commercial-3.0.5.swf" 	w3c="true" 	flashvars='config={"key":"#$b6eb72a0f2f1e29f3d4","playlist":[{"url":"http://www.archive.org/download/ComputerNetworks_TheHeraldsOfResourceSharing/format=Thumbnail?.jpg","autoPlay":true,"scaling":"fit"},{"url":"http://www.archive.org/download/ComputerNetworks_TheHeraldsOfResourceSharing/ComputerNetworks_TheHeraldsOfResourceSharing_512kb.mp4","autoPlay":false,"accelerated":true,"scaling":"fit","provider":"h264streaming"}],"clip":{"autoPlay":false,"accelerated":true,"scaling":"fit","provider":"h264streaming"},"canvas":{"backgroundColor":"0x000000","backgroundGradient":"none"},"plugins":{"audio":{"url":"http://www.archive.org/flow/flowplayer.audio-3.0.3-dev.swf"},"controls":{"playlist":false,"fullscreen":true,"gloss":"high","backgroundColor":"0x000000","backgroundGradient":"medium","sliderColor":"0x777777","progressColor":"0x777777","timeColor":"0xeeeeee","durationColor":"0x01DAFF","buttonColor":"0x333333","buttonOverColor":"0x505050"},"h264streaming":{"url":"http://www.archive.org/flow/flowplayer.h264streaming-3.0.5.swf"}},"contextMenu":[{"View+ComputerNetworks_TheHeraldsOfResourceSharing+at+archive.org":"function()"},"-","Flowplayer 3.0.5"]}'> </embed></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.itjourneyman.com/management/network-monitoring-overview-167.htm' rel='bookmark' title='Network Monitoring Overview'>Network Monitoring Overview</a></li>
<li><a href='http://www.itjourneyman.com/management/supporting-macs-in-a-windows-environment-737.htm' rel='bookmark' title='Supporting Macs in a Windows Environment'>Supporting Macs in a Windows Environment</a></li>
<li><a href='http://www.itjourneyman.com/editorial/why-still-microsoft-248.htm' rel='bookmark' title='Microsoft Products, Are They Still The Only Ones?'>Microsoft Products, Are They Still The Only Ones?</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.itjourneyman.com/infrastructure/networking/how-the-internet-started-406.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.archive.org/download/ComputerNetworks_TheHeraldsOfResourceSharing/ComputerNetworks_TheHeraldsOfResourceSharing_512kb.mp4" length="132094888" type="video/mp4" />
		</item>
		<item>
		<title>Your iPod and the Command Line</title>
		<link>http://www.itjourneyman.com/quick-tips/your-ipod-and-the-command-line-280.htm</link>
		<comments>http://www.itjourneyman.com/quick-tips/your-ipod-and-the-command-line-280.htm#comments</comments>
		<pubDate>Thu, 28 Jan 2010 23:32:36 +0000</pubDate>
		<dc:creator>Xavier Zinn</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[apple inc.]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[digital audio]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[get music off ipod]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[music directory]]></category>
		<category><![CDATA[music files]]></category>
		<category><![CDATA[new folder]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[portable media players]]></category>
		<category><![CDATA[rm]]></category>
		<category><![CDATA[rolling stones magazine]]></category>
		<category><![CDATA[xargs]]></category>

		<guid isPermaLink="false">http://www.itjourneyman.com/?p=280</guid>
		<description><![CDATA[Surfing the Internet today I was struck at all the sites dedicated to getting music off an iPod. Everyone I came across related to an application you would download and use. When I searched it in Google I came across 355,000 sites when I type in &#8220;get music off ipod&#8221; (that is with quotes) in Google. Now I know software is usually easier but in this case I really didn&#8217;t see the point if you are using a Mac, using Mac OS X which is based on FreeBSD gives me everything I need to get my music off an iPod. Yes, it is command line based but if you own a Mac you [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.itjourneyman.com/editorial/why-still-microsoft-248.htm' rel='bookmark' title='Microsoft Products, Are They Still The Only Ones?'>Microsoft Products, Are They Still The Only Ones?</a></li>
<li><a href='http://www.itjourneyman.com/infrastructure/datacentre/5-9s-is-it-really-necessary-96.htm' rel='bookmark' title='High Availability Or 5 9&#8242;s   &#8211; Is it Really Necessary?'>High Availability Or 5 9&#8242;s   &#8211; Is it Really Necessary?</a></li>
<li><a href='http://www.itjourneyman.com/infrastructure/datacentre/blade-servers-yeah-not-so-much-111.htm' rel='bookmark' title='Blade Servers&#8230;..Yeah, Not So Much.'>Blade Servers&#8230;..Yeah, Not So Much.</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p></p><p><a href="http://www.itjourneyman.com/wp-content/uploads/2010/03/ipodcode.gif"><img src="http://www.itjourneyman.com/wp-content/uploads/2010/03/ipodcode-300x178.gif" alt="" title="ipodcode" width="300" height="178" class="alignright frame size-medium wp-image-696" /></a>Surfing the Internet today I was struck at all the sites dedicated to getting music off an iPod. Everyone I came across related to an application you would download and use. When I searched it in Google I came across 355,000 sites when I type in <a href="http://www.google.com/search?hl=en&#038;client=safari&#038;rls=en&#038;q=%22get+music+off+ipod%22&#038;aq=f&#038;aqi=g10&#038;aql=&#038;oq=">&#8220;get music off ipod&#8221;</a> (that is with quotes) in Google.</p>
<p>Now I know software is usually easier but in this case I really didn&#8217;t see the point if you are using a Mac, using Mac OS X which is based on FreeBSD gives me everything I need to get my music off an iPod.</p>
<p>Yes, it is command line based but if you own a Mac you shouldn&#8217;t be scared of the command line, lots of neat things can happen here. So, plug in your iPod and lets get started. On your desktop make a new folder and call it something useful like &#8220;music&#8221;</p>
<p>Open Terminal. You are greeted with a beautiful looking screen which will look something like this. Type the commands below hiting enter after each line.</p>
<p style="text-align: center;"><strong><a href="http://www.itjourneyman.com/wp-content/uploads/2010/01/Screen-shot-2010-01-27-at-11.03.17-PM-e1264651705590.png"><img class="size-full wp-image-289 aligncenter" title="Screen shot 2010-01-27 at 11.03.17 PM" src="http://www.itjourneyman.com/wp-content/uploads/2010/01/Screen-shot-2010-01-27-at-11.03.17-PM-e1264651705590.png" alt="" width="536" height="48" /></a><br />
</strong></p>
<p>On the last line, if you hit enter your files will start copying.</p>
<p>Don&#8217;t worry, I will explain everything that is going on. If you typed everything properly, you should see files populating your music directory on your desktop. So what is this command actually doing? Lets start at the beginning.</p>
<ol>
<p>
<li>You created a folder named music on your desktop (call the folder anything you want. This is for illustrative purposes). This is where the music files are going to reside once you get them off the iPod.</li>
</p>
<p>
<li>Open the Terminal application. It&#8217;s usually in Utilities folder in the Applications folder unless you moved it. This app allows you to &#8220;look under the hood&#8221; of OS X and see all the directories and files available to it.</li>
</p>
<p>
<li>cd = change directory. The command cd /Volumes/iPod/ says change the directory I am in to iPod in the Volumes directory. For those of you who know and understand Unix, I know this is not necessary but bare with me this is for those who don&#8217;t know. So you are now in the iPod ready to get your music off/out of it.</li>
</p>
</ol>
<p style="text-align: center;">Type the text below and hit enter</p>
<p class="alert" style="text-align: center;">find . -name &#8220;*.mp3&#8243; -print0 | xargs -0 -J % cp % $1 /Users/xzinn/Desktop/music/</p>
<p>What is this command doing?
<ol>
<p>
<li>Find = find, as in find something. Find is recursive so it will search all directories and directories of directores in a directory you tell it. -name and print0 are variables related to find. If you do a man find you can read all about it.</li>
</p>
<p>
<li>. = current directory. Your current directory is your iPod so it will look for files it in.</li>
</p>
<p>
<li>-name = What is the name of the file(s). In our case we want to find all of the mp3&#8242;s on our iPod so we use -name &#8220;*.mp3&#8243;. The quotes mean find this, meaning whatever is in the quotes. The * means all, or everything, .mp3 is the extension that we are looking for. So what we are looking for is all the files in the current directory that are mp3&#8242;s.</li>
</p>
<p>
<li style="text-align: left;">print0 (that is a zero) = prints the files and their paths out in one big long line like this: /Volumes/iPod/Music//Aerosmith/The Rolling Stone Magazines 500 Greatest Songs Of All Time/4-336 Walk This Way.mp3/Volumes/iPod/Music//Aerosmith/The Rolling Stone Magazines 500 Greatest Songs Of All Time/5-408 Sweet Emotion.mp3/Volumes/iPod/Music//Affairs Of The Heart/Waterloo Sunset (Maxi)/01 Waterloo Sunset (Dance Mix).mp3/Volumes/iPod/Music//Africa Bambaataa/Unknown Album/Feel the vibe.mp3/</li>
</p>
<p>
<li>| = pipe. Pipe takes the information from one command and sends it to another. So in our example you are finding all of your mp3&#8242;s and sending that information to the command on the other side of |</li>
</p>
<p>
<li>xargs = takes a lot of arguements and makes it easily digestible for other commands. In our case, the argument is the path of every single mp3. The switches in xargs that we are using -0 (this is a zero) means that is takes the long list of info created by print0 and allows / to be used as a separator. You will hear people talk about a NULL character it is used to signify the end of a string, ie separator. The -J just means it it will create a new line if it comes across a space in the input, There is also a -I which doesn&#8217;t do a space, either -J or -I will work, but I find the -J is quicker for some reason. This is usful for screen output, it doesn&#8217;t make much of a difference for our purpose.</li>
</p>
<p>
<li>% = placeholder and nothing more, you can put @ symbols in its place and it will still work. I know I tried it.</li>
<p>
<li>cp = copy. That is what you are doing with your music files. The copy command&#8217;s syntax is cp source_file target_directory.</li>
</p>
<p>
<li>$1 = variable . The $1is the first argument. The argument is the directory of one of the music files that will be copied to /Users/xzinn/Desktop/music/. This directory is the target directory. In your case it would be /Users/yourloginID/Desktop/music/</li>
</p>
</ol>
<p>If I were to type everything out instead of use $1 it would look like this cp /Volumes/iPod/Music//Aerosmith/The Rolling Stone Magazines 500 Greatest Songs Of All Time/4-336 Walk This Way.mp3 /Users/xzinn/Desktop/music/. This doesn&#8217;t help us since, the input is coming from the find command. The $1 variable just holds the information long enough to be processed, it is then discarded for new information until all of the files are processed.</p>
<p>So, this one line command finds all of your mp3&#8242;s in your iPod, then copies them into a directory of your choosing. See it isn&#8217;t so hard it is just a  little complicated to explain but easy to execute. The cool thing about this is you can substitute any file extension and it will work just the same. In fact we haven&#8217;t even scratched the surface using find and xargs. Together they are a powerful combination with a million and one uses.</p>
<p>So next time you have to do something on your Mac, see if you can do it on the command line chances are you can so you won&#8217;t have to worry about finding an app that will do what you need to do because you already have the tools available to you.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.itjourneyman.com/editorial/why-still-microsoft-248.htm' rel='bookmark' title='Microsoft Products, Are They Still The Only Ones?'>Microsoft Products, Are They Still The Only Ones?</a></li>
<li><a href='http://www.itjourneyman.com/infrastructure/datacentre/5-9s-is-it-really-necessary-96.htm' rel='bookmark' title='High Availability Or 5 9&#8242;s   &#8211; Is it Really Necessary?'>High Availability Or 5 9&#8242;s   &#8211; Is it Really Necessary?</a></li>
<li><a href='http://www.itjourneyman.com/infrastructure/datacentre/blade-servers-yeah-not-so-much-111.htm' rel='bookmark' title='Blade Servers&#8230;..Yeah, Not So Much.'>Blade Servers&#8230;..Yeah, Not So Much.</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.itjourneyman.com/quick-tips/your-ipod-and-the-command-line-280.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Be Your Own Help Desk &#8211; Use The Help Menu!</title>
		<link>http://www.itjourneyman.com/editorial/help-menu-anyone-264.htm</link>
		<comments>http://www.itjourneyman.com/editorial/help-menu-anyone-264.htm#comments</comments>
		<pubDate>Tue, 26 Jan 2010 14:00:33 +0000</pubDate>
		<dc:creator>Xavier Zinn</dc:creator>
				<category><![CDATA[Editorial]]></category>
		<category><![CDATA[actually]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[customer experience management]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[help desk]]></category>
		<category><![CDATA[ibm system/36]]></category>
		<category><![CDATA[job descriptions]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[menus]]></category>
		<category><![CDATA[software companies]]></category>
		<category><![CDATA[technical communication]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[user interface techniques]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://www.itjourneyman.com/?p=264</guid>
		<description><![CDATA[Why is it people are allowed to still be scared of computers in the workplace? Why is it still looked upon as acceptable when every aspect of someone&#8217;s job now entails using a computer and they still don&#8217;t know, or want to know how to use it properly? I for one fail to understand why software companies invest in a help function within their applications when no one who uses those applications actually know how to click on the help button and type in some keywords to actually find out how to do something. It boggles my mind. Companies still find it completely acceptable for staff to sit idle while [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.itjourneyman.com/infrastructure/datacentre/5-9s-is-it-really-necessary-96.htm' rel='bookmark' title='High Availability Or 5 9&#8242;s   &#8211; Is it Really Necessary?'>High Availability Or 5 9&#8242;s   &#8211; Is it Really Necessary?</a></li>
<li><a href='http://www.itjourneyman.com/management/roi/roi-is-for-finance-not-it-101.htm' rel='bookmark' title='ROI Is For Finance Not IT'>ROI Is For Finance Not IT</a></li>
<li><a href='http://www.itjourneyman.com/editorial/why-still-microsoft-248.htm' rel='bookmark' title='Microsoft Products, Are They Still The Only Ones?'>Microsoft Products, Are They Still The Only Ones?</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p></p><p><a href="http://www.itjourneyman.com/wp-content/uploads/2010/03/helpmenu.gif"><img src="http://www.itjourneyman.com/wp-content/uploads/2010/03/helpmenu-300x206.gif" alt="networking, itJourneyman, it professional" title="helpmenu" width="300" height="206" class="alignright frame size-medium wp-image-700" /></a>Why is it people are allowed to still be scared of computers in the workplace? Why is it still looked upon as acceptable when every aspect of someone&#8217;s job now entails using a computer and they still don&#8217;t know, or want to know how to use it properly? I for one fail to understand why software companies invest in a help function within their applications when no one who uses those applications actually know how to click on the help button and type in some keywords to actually find out how to do something. It boggles my mind.</p>
<p>Companies still find it completely acceptable for staff to sit idle while they call the help desk attempting to get their questions answered when they actually could have taken the 5 minutes it took to call the Help desk and actually figured it out them. It is much easier for staff to use the &#8220;I am waiting for IT&#8221; excuse than actually doing anything about their problem themselves. I am not suggesting they need to start troubleshooting network connectivity, but at least have a clue. It has been at least 20 years PC&#8217;s have been in the work place yet know one thinks it is necessary to understand that they need to be proficient in the use of the technology. Do they really think that the office is going to provide all the training necessary for them to be able to do their job? Don&#8217;t you think it is time the words &#8221; must be proficient in the use of computers and the following applications&#8221; be on job descriptions and actually provide tests for these so the company will actually know if they can use the applications and make special emphasis on the help menu, no one seems to understand what its purpose is.</p>
<h3 class="line">The Help Menu Is There&#8230;&#8230;To Help You</h3>
<p>How many times have you gone to a users desk only to ask the question &#8220;did you look in help?&#8221; Their response quite shockingly is &#8220;no, I just called the Help desk.&#8221; What is the point of having a help menu when users refuse to click it? Is it their job to fix computer problems? No, it isn&#8217;t but then again neither is fixing the coffee machine yet how many times has IT had to do that? Not to mention, how many times have you been asked to fix someone&#8217;s personal computer and they actually get upset when you say no. What is that all about? How about printers? How many times have you gone to a user and they tell you the printer is not working only to check and the light is flashing. It&#8217;s out of paper! I worked in one company where the customer service reps actually expected IT fill the printer with paper when it was empty can you believe that?</p>
<p>If users could use common sense it would be great yet as soon as they get in front of a computer they immediately become stunned by the LCD screen and proceed to only know how to do a handful of things, none of them related to their job. Some users should work as testers because how they fucked their machine up to the extent that it needs to be re-imaged is quite amazing. What can we do? Other than complain not much because as it looks, nobody seems to be too upset at the present and seemingly never ending user complaints that could be fixed by him or her if they actually took a few minutes and looked in the help menu.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.itjourneyman.com/infrastructure/datacentre/5-9s-is-it-really-necessary-96.htm' rel='bookmark' title='High Availability Or 5 9&#8242;s   &#8211; Is it Really Necessary?'>High Availability Or 5 9&#8242;s   &#8211; Is it Really Necessary?</a></li>
<li><a href='http://www.itjourneyman.com/management/roi/roi-is-for-finance-not-it-101.htm' rel='bookmark' title='ROI Is For Finance Not IT'>ROI Is For Finance Not IT</a></li>
<li><a href='http://www.itjourneyman.com/editorial/why-still-microsoft-248.htm' rel='bookmark' title='Microsoft Products, Are They Still The Only Ones?'>Microsoft Products, Are They Still The Only Ones?</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.itjourneyman.com/editorial/help-menu-anyone-264.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Products, Are They Still The Only Ones?</title>
		<link>http://www.itjourneyman.com/editorial/why-still-microsoft-248.htm</link>
		<comments>http://www.itjourneyman.com/editorial/why-still-microsoft-248.htm#comments</comments>
		<pubDate>Mon, 25 Jan 2010 01:34:15 +0000</pubDate>
		<dc:creator>Xavier Zinn</dc:creator>
				<category><![CDATA[Editorial]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[cal]]></category>
		<category><![CDATA[computer software]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[cross-platform]]></category>
		<category><![CDATA[decided]]></category>
		<category><![CDATA[flip flops]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft files]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[microsoft products]]></category>
		<category><![CDATA[microsoft word]]></category>
		<category><![CDATA[office open xml]]></category>
		<category><![CDATA[openoffice.org]]></category>
		<category><![CDATA[web based applications]]></category>

		<guid isPermaLink="false">http://www.itjourneyman.com/?p=248</guid>
		<description><![CDATA[Have you ever wondered why most companies have continued to standardize on Microsoft products when today, there is a variety of robust platforms that are cheaper, standards driven and available with most of the uses you need? I understand that there is an investment in a current technology but how much time, effort, and money is it going to cost to change? Especially with the advent of web based applications, &#8220;cloud computing&#8221; and such. It seems to me that being platform agnostic is achievable and in most cases desirable. Who Decides It&#8217;s Microsoft? Is it the business that is making the decision to stay with Microsoft or is it IT? [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.itjourneyman.com/infrastructure/datacentre/5-9s-is-it-really-necessary-96.htm' rel='bookmark' title='High Availability Or 5 9&#8242;s   &#8211; Is it Really Necessary?'>High Availability Or 5 9&#8242;s   &#8211; Is it Really Necessary?</a></li>
<li><a href='http://www.itjourneyman.com/editorial/help-menu-anyone-264.htm' rel='bookmark' title='Be Your Own Help Desk &#8211; Use The Help Menu!'>Be Your Own Help Desk &#8211; Use The Help Menu!</a></li>
<li><a href='http://www.itjourneyman.com/quick-tips/your-ipod-and-the-command-line-280.htm' rel='bookmark' title='Your iPod and the Command Line'>Your iPod and the Command Line</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p></p><p>Have you ever wondered why most companies have continued to standardize on Microsoft products when today, there is a variety of robust platforms that are cheaper, standards driven and available with most of the uses you need? I understand that there is an investment in a current technology but how much time, effort, and money is it going to cost to change? </p>
<p>Especially with the advent of web based applications, &#8220;cloud computing&#8221; and such. It seems to me that being platform agnostic is achievable and in most cases desirable.</p>
<h3 class="line">Who Decides It&#8217;s Microsoft?</h3>
<p>Is it the business that is making the decision to stay with Microsoft or is it IT? I would say it is IT, which is fine, but is that really in the best interest of the company or is it in the best interest of IT? Put another way what is it about Microsoft products that make people and companies believe that their products are the only ones necessary to enable the company to be successful? If computers and the software running on those computers are considered tools or enablers of the business &#8211; whatever euphemism you want to use isn&#8217;t it incumbent upon the people managing those tools to find the best tool for the best price?</p>
<p>IT departments flip flop between the value of HP, Dell and Lenovo but really they are the same thing aren&#8217;t they? It isn&#8217;t the hardware per se that is the value add it is the OS and the software since hardware can&#8217;t do anything without the software, and if it is really the software that allows people to do real work why should we care what the OS is?</p>
<p>Microsoft is a monopoly that is a fact, but it seems that they are the choice regardless of the question. True, they are everywhere but do you need them, or do you need applications to help you do your job? Microsoft products more than likely created a majority of the spreadsheet and word processor related documents, not to mention presentation files but Open Office, for instance, can read those and I am sure there are a host of other applications, GUI and non-GUI that can do it is as well. The point is Microsoft file formats are so ubiquitous many applications have no alternative but to support them because of the sheer abundance of those proprietary formats.</p>
<h3 class="line">Can You Use Something Else?</h3>
<p>So, if that is the case, is it necessary to use an expensive application to create those same files if you have applications available to you that both read and create those same types of files? If you think about it for a minute how complicated are those files going to be for a majority of the people who create them? There may be over hundred different functions in any given application but how many do you really use with any great frequency? The point being is that the need for a special format is really not necessary for a majority of the documents anyone is creating if that is the case, why not something other than Microsoft Office?</p>
<p>If you can make the case to get off of Microsoft Office for instance how much money is your organization going to save? How much of an impact is that really going to have on your organization? The applications are very similar in function and look although not exact. I don&#8217;t think the usability of Open Office is less than MS Office but it is different so, if the case can be made for something other than MS Office, why not try it?</p>
<p>Remember the business isn&#8217;t concerned about technical details on much of anything. All they care about is making sure the business is running, running well, and doing whatever it is supposed to do in the most efficient manner possible. Making the case for change with a financial reason is going to get noticed especially when the business finds out how much they really are spending on things like copies of MS Office.</p>
<h3 class="line">Try It</h3>
<p>In the end does it matter who makes the application as long as it works and does what you need it to do? Everyone talks about ROI but here is a perfect example of something that could make a significant difference in the operation and the bottom line of the business yet for the most part this isn&#8217;t even an option. I wonder why?</p>
<p>Do the math and do a pilot and see what the outcome is if the applications the business use everyday can be substituted for open source equivalents and provide the same or virtually the same functionality why not try it. What is the worst that could happen?</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.itjourneyman.com/infrastructure/datacentre/5-9s-is-it-really-necessary-96.htm' rel='bookmark' title='High Availability Or 5 9&#8242;s   &#8211; Is it Really Necessary?'>High Availability Or 5 9&#8242;s   &#8211; Is it Really Necessary?</a></li>
<li><a href='http://www.itjourneyman.com/editorial/help-menu-anyone-264.htm' rel='bookmark' title='Be Your Own Help Desk &#8211; Use The Help Menu!'>Be Your Own Help Desk &#8211; Use The Help Menu!</a></li>
<li><a href='http://www.itjourneyman.com/quick-tips/your-ipod-and-the-command-line-280.htm' rel='bookmark' title='Your iPod and the Command Line'>Your iPod and the Command Line</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.itjourneyman.com/editorial/why-still-microsoft-248.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Monitoring Overview</title>
		<link>http://www.itjourneyman.com/management/network-monitoring-overview-167.htm</link>
		<comments>http://www.itjourneyman.com/management/network-monitoring-overview-167.htm#comments</comments>
		<pubDate>Mon, 18 Jan 2010 05:25:38 +0000</pubDate>
		<dc:creator>Rob Lavigne</dc:creator>
				<category><![CDATA[Datacentre]]></category>
		<category><![CDATA[Infrastructure Mgmt]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Network Administration]]></category>
		<category><![CDATA[Network Monitoring]]></category>
		<category><![CDATA[Network Tools]]></category>

		<guid isPermaLink="false">http://www.itjourneyman.com/?p=167</guid>
		<description><![CDATA[Network monitoring is one of the most over looked critical tools that a network manager could use to keep track of his environment. It is something that with a little effort could be a very helpful tool in making your life way easier and maybe even keeping your job. It is your very own personal eye of Sauron.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.itjourneyman.com/management/supporting-macs-in-a-windows-environment-737.htm' rel='bookmark' title='Supporting Macs in a Windows Environment'>Supporting Macs in a Windows Environment</a></li>
<li><a href='http://www.itjourneyman.com/management/it-outsourcing-and-your-job-464.htm' rel='bookmark' title='IT Outsourcing and Your Job'>IT Outsourcing and Your Job</a></li>
<li><a href='http://www.itjourneyman.com/management/how-to-get-and-keep-your-it-job-383.htm' rel='bookmark' title='How To Get and Keep Your IT Job'>How To Get and Keep Your IT Job</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p></p><h3>First, what really is Network Monitoring?</h3>
<p>Network Monitoring is responsible for monitoring the network and its connected devices for alarms, issues or certain conditions that may require special attention to avoid any impact on the production environment. It involves monitoring your network and its devices 24/7 (or whatever you require).</p>
<p>Although Stanford has a <a href="http://www.slac.stanford.edu/xorg/nmtf/nmtf-tools.html" target="_blank">huge list of network monitoring tools</a> that you can look through to find exactly what you need. We have taken the time to introduce you to some other stuff to think about when looking to monitor your network. </p>
<p>Network monitoring can also help you manage and maintain your network. Optimizing data flow and data access. It can help you locate and resolve issues, sometimes before it escalates into major production problem.</p>
<h3 class="line">Network Monitoring &#8211; The Employee That Never Sleeps</h3>
<p>Network monitoring is one of the most over looked critical tools that a network manager could use to keep track of his environment. It is something that with a little effort could be a very helpful tool in making your life way easier and maybe even keeping your job. It is your very own personal eye of Sauron.</p>
<p><a href="http://www.itjourneyman.com/wp-content/uploads/2010/01/Network-Monitoring.jpg"><img class="alignright frame size-medium wp-image-177" title="Network Monitoring" src="http://www.itjourneyman.com/wp-content/uploads/2010/01/Network-Monitoring-300x228.jpg" alt="" width="300" height="228" /></a></p>
<p>It allows you and your team to be more proactive instead of reactive. Unfortunately its usually setup half assed, or when asked, it is described as some small open source web based software running somewhere and is constantly probing your network generating a lot of unnecessary traffic for info to report to a dashboard page that you never look at unless someone complains about something not working.</p>
<p>Lets face it, we are all too busy with other more important projects to have a few of our guys staring at a set of screens all day waiting for something to turn red, but if you had a sophisticated technology solution that can make sure you know everything thats going on, you may just keep your job a little longer.</p>
<p class="alert"><strong>Note:</strong> Any network can be monitored, wired or wireless, small or large LAN or WAN&#8217;s. You can also monitor devices and services of any type providing the team with a way to track performance, resolve issues, meet some compliancy requirements, assist in resolving internal security issues and provide increased operational visibility.</p>
<h3 class="line">Why do I need Network Monitoring?</h3>
<p>If it ain&#8217;t broke dont fix it. Right? Wrong. IT professionals should always take time to review what they have worked on in the past and make it better. This goes for programmers as well, (refractor that code dammit). Your network may appear that its working just tickity boo, but it may have some serious traffic load or network chatter issues, its services may be just barely running and are about to start denying service altogether, your main web server could be at 98% CPU usage because some process has locked up, and all this is just about to make your life a living hell at (insert the worst time for your stuff to break).</p>
<h3 class="line">So, How much will Network Monitoring cost?</h3>
<p>Well, you need to decide on what to monitor. You could monitor everything or just the critical items that keep your network running. Business budget will ultimately dictate how much it will cost and how much monitoring you can do. But I will tell you right now, the more important business related items you can track 24/7 the less issues your network and its devices and services will have and the quicker you can resolve issues, saving your company money in network performance, productivity, infrastructure and support costs.</p>
<h3 class="line">What do I need to get this done?</h3>
<p>To be honest you will probably need a combination of tools to keep your monitoring up and useful. Sophisticated network monitoring software is still a fairly new industry, with newly developed software being released all the time. The basics are something that makes sense for your environment. If you are running websites, then your going to want to monitor if the sites are down or not. If you host these sites with your own servers then you will want tools that are more in depth to alert you when something important to you happens.</p>
<p>It really all depends on your network and business situation. If you need to monitor say databases, servers, applications, network connectivity or a VOIP system, each will require a unique setup based on what your business and your network team thinks is important. An example would be say if the business does not deem VOIP critical to keep operating because all of their orders come in from the internet, they would be more interested to know as soon as the internet connection goes down.</p>
<p>You would then put more emphasis on alerting the network admins as soon as the connection dropped or any packets got lost. This would allow you to not only know when the connection goes down right away, but it should tell you your connection is not good before it goes down, allowing you to act to fix issues before they cause an outage.</p>
<h3 class="line">How do I set something like this up?</h3>
<p>This is where the modern, educated and efficient network manager takes action. If you set it up right the first time you need not worry about anything going down and being notified by users that a device or service is down. How happy you would be if your services, servers and for that matter all your network connected devices (handhelds included) told you they were having some trouble or are about to be very sick before they affect user production. This would be very good for you indeed.</p>
<p>Setup is really based on the tools that your going to use and the stuff that you want to monitor. If you choose a web based monitoring system, these usually with little configuration will probe the servers you tell it to and just start monitoring the basic stuff a network admin might be interested in. Its once you dig deep into a monitoring application will you be able to make great use of it. These tools are still new and some are better then others at doing certain things so I assume you have many different things to monitor so will need a few different apps to complete your monitoring solution. We provide some good solutions below. But first&#8230;</p>
<h3 class="line">You need a network monitoring plan Stan</h3>
<p><strong>Network identification and documentation.</strong> You need to know what you got and what needs to be monitored before you go and buy a solution. You should list these items by risk level and priority. This may dictate the type of solution that needs to be implemented. It may be that you need a combination of hardware and software solutions.</p>
<p>Without network documentation and maps its a complete waist of time to setup monitoring, because how are you going to know what to monitor if your just guessing and blindly putting monitoring in place at random spots and devices. <a href="http://www.networkdocumentation.com/" target="_blank">Here is a good site for now to get you started.</a></p>
<p class="alert"><strong>Basically you need to these simple things in the list below to get started.</strong> You will want to think about a variable threshold for each thing you want to monitor. This will tell the alert systems when to let you know that you should be looking at something.</p>
<ul>
<li>Decide what you think is critical to the business and to network services. The stuff that needs to stay functional at all times.</li>
<li>Decide what is most important to your customers. This includes anything that needs to be running in the back that keeps customer services on.</li>
<li>Have a good reason for monitoring what you want to monitor. If you want to monitor everything,  your server will be doing so much work monitoring that it wont be able to do what it was meant to. Keep it down to what you really need. The data will be easier to read as well.</li>
<li>Its best to start with a little and move up from there. This way you get what you need and dont have to sort through so much unnecessary metrics.</li>
<li>To organize yourself start with hardware then important services then your served applications.</li>
</ul>
<p>The type of business that you are in will help to define what type of monitoring you will need. An example would be that if you are a hosting service you would want to make sure that you monitor your customers production servers, live internet trunk lines that your customers traffic flows in and out from, internal network traffic and possible bottle necks of speed, network security for detection and protection, external access, firewall health, traffic loads (on servers and on connections) ect&#8230;</p>
<h3 class="line">Potential tools you can use&#8230;</h3>
<p>This is just a quick list of some of the more popular tools you can use that are easy to install. There are so many customized applications out there that you can use for almost anything you want to monitor that I could not list them all here. So I am just going with a few popular examples that any office would benefit from.</p>
<p><strong>Hardware Based Tools</strong></p>
<p><a href="http://www.barracudanetworks.com/ns/" target="_blank"><img class="alignright frame size-full wp-image-216" title="barracudalogo" src="http://www.itjourneyman.com/wp-content/uploads/2010/01/barracudalogo.jpg" alt="Network Monitoring" width="300" height="90" /></a></p>
<p><strong><a href="http://www.barracudanetworks.com/ns/" target="_blank">Barracuda</a></strong> has some easy to use hardware that would be nice to have. They have a great user interface and are easy to setup and use right away. These solutions are not only serve the purpose they were designed for but also can be used for monitoring these activities should you be interested. I am only listing the ones that you can use from a monitoring perspective and why.</p>
<p><a href="http://www.barracudanetworks.com/ns/products/web-site-firewall-overview.php" target="_blank">Barracuda Web Application Firewall</a> &#8211; This will monitor any attempts to access your applications by hackers. By monitoring these activities you can see if you have an external security problem.</p>
<p><a href="http://www.barracudanetworks.com/ns/products/spyware_overview.php" target="_blank">Barracuda Web Filter</a> &#8211; This will help you monitor internal use of the internet. When those pesky users decide they want to spend all day surfing you tube you can provide reports to management so they know its not just them who surfs and takes up all the bandwidth.</p>
<p><a href="http://www.barracudanetworks.com/ns/products/balancer_overview.php" target="_blank">Barracuda Load Balancer -</a> This also includes service monitoring, an intrusion prevention system and load reports. Its a great product to use if you need to load balancing. I personally use these at many client sites.</p>
<p><a href="http://www.barracudanetworks.com/ns/products/link_overview.php" target="_blank">Barracuda Link Balancer -</a> Tracks bandwidth use, and network traffic running on your external connections over multiple links. You can set QoS for internet applications and monitor traffic to make sure that it tells you when you need to scale up the infrastructure.</p>
<p><a href="http://www.barracudanetworks.com/ns/products/sslvpn_overview.php" target="_blank">Barracuda SSL VPN -</a> This will track resource access b your VPN users. It has many reports that you can run and monitor to see who is connecting and what they are accessing.</p>
<p><a href="http://www.barracudanetworks.com/ns/products/spam_overview.php" target="_blank">Barracuda Spam and Virus Firewall -</a> It has many boxed reports to track email users, top spam recipients, top spam senders and a few other helpful reports.</p>
<p><a href="http://www.barracudanetworks.com/ns/products/im_overview.php" target="_blank">Barracuda IM Firewall -</a> Tracks IM identification, logging, access to IM services, scanning of incoming files all with logging.</p>
<p><strong>Software Based Tools</strong></p>
<p><a href="http://www.manageengine.com/" target="_blank"><img class="alignright frame size-full wp-image-228" title="manageenginelogo" src="http://www.itjourneyman.com/wp-content/uploads/2010/01/manageenginelogo.gif" alt="" width="159" height="61" /></a><strong><a href="http://www.manageengine.com/products.html" target="_blank">ManageEngine</a></strong> has a lot of detailed monitoring software that can be used to almost monitor anything. Too many to list here. Take a look at the <a href="http://www.manageengine.com/products.html" target="_blank">site products section</a> to see all the apps. This companies applications are used in many small, medium and large enterprises. I would say that this is the number one web based monitoring solution out there now and its very easy to setup and configure with your nodes.</p>
<p><a href="http://www.solarwinds.com/" target="_blank"><img class="alignright frame size-full wp-image-234" title="solarwindslogo" src="http://www.itjourneyman.com/wp-content/uploads/2010/01/solarwindslogo.gif" alt="" width="186" height="45" /></a><strong><a href="http://www.solarwinds.com/" target="_blank">SolarWinds</a></strong> has a really cool interface and I would say they are the real close 2nd to ManageEngine. They have again the same great tools and I would say that the interface is much better. SolarWinds costs about 50% more then the ManageEngine solution but it is a platform developed by a large software company with multimillion dollar backing. I would say they are both excellent but for the price I would still stay with ManageEngine, they have a great support community and the people who run and develop the applications really want to grow their company and have the best solution. If anyone has any comments about this please let me know. I would like to find out a full details side by side comparison of each solution.</p>
<p><a href="http://www.microsoft.com/systemcenter" target="_blank"><img class="alignright frame size-full wp-image-244" title="systemcenterlogo" src="http://www.itjourneyman.com/wp-content/uploads/2010/01/systemcenterlogo.gif" alt="" width="241" height="53" /></a><strong><a href="http://www.microsoft.com/systemcenter/en/us/default.aspx" target="_blank">Microsoft System Center</a></strong> is a great mega network monitor. If you run a Microsoft environment then you are going to want to run System Center for sure. It&#8217;s still kind of new but it is great for troubleshooting and keeping up with all the issues on your servers and client machines. I can not tell you how many times it has saved my butt during a PCI compliance audit by letting me know if the server patches are up to date.</p>
<p class="note">If you are running a Microsoft environment I would recommend having System Center and one of the web based systems running in your environment for a complete solution.</p>
<p><strong>Notable Others</strong></p>
<p><a href="http://www.whatsupgold.com/" target="_blank">IPSwitch What&#8217;sUpGold</a> this is another solution that is very good. It is way cheaper then the others but the interface is not the greatest. Its still very easy to use and works great once you learn how to operate it. I would defiantly recommend this as an option for any network.</p>
<p class="alert">I would like to point out that I am not putting down any of the options here. I actually only listed the ones that I wanted to recommend. They are all great options but you will need to evaluate each for yourself because it depends on how you work and how you want to  monitor (and budget) that will help make your decision.</p>
<h3 class="line">In Closing</h3>
<p>Networks need to be monitored, you can&#8217;t just set it up and expect it to do all the work for you. Network Monitoring needs to be used as a tool, albeit a very powerful tool, but a tool nonetheless. It really depends on the network you are running. If its mission critical transaction based services with an SLA of zero downtime, then you are going to want to make sure someone is staring at the screens and others are available to take action if something goes a-rye.</p>
<p>Please feel free to comment below as I am interested to learn what others are doing to monitor their networks and what works best for them. The point of this site is to share this info so we all work better at it.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.itjourneyman.com/management/supporting-macs-in-a-windows-environment-737.htm' rel='bookmark' title='Supporting Macs in a Windows Environment'>Supporting Macs in a Windows Environment</a></li>
<li><a href='http://www.itjourneyman.com/management/it-outsourcing-and-your-job-464.htm' rel='bookmark' title='IT Outsourcing and Your Job'>IT Outsourcing and Your Job</a></li>
<li><a href='http://www.itjourneyman.com/management/how-to-get-and-keep-your-it-job-383.htm' rel='bookmark' title='How To Get and Keep Your IT Job'>How To Get and Keep Your IT Job</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.itjourneyman.com/management/network-monitoring-overview-167.htm/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
