<?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>Chipkin Automation Systems - Articles &#187; Ethernet</title>
	<atom:link href="http://www.chipkin.com/articles/category/ethernet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chipkin.com/articles</link>
	<description>Resources and News for industrial automation</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:30:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Finding what Applications use what Port</title>
		<link>http://www.chipkin.com/articles/finding-what-applications-use-what-port</link>
		<comments>http://www.chipkin.com/articles/finding-what-applications-use-what-port#comments</comments>
		<pubDate>Tue, 07 Jun 2011 18:41:01 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[Utilities and tools]]></category>

		<guid isPermaLink="false">http://www.chipkin.com/articles/?p=761</guid>
		<description><![CDATA[If you need to know what applications are using what ports simply follow these instructions. 1) Open the command prompt. 2) Type &#8220;netstat -ano&#8221; without the quotes. -a: Displays all active TCP connections and the TCP and UDP ports on which the computer is listening. -n: Displays active TCP connections, however, addresses and port numbers are [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to know what applications are using what ports simply follow these instructions.</p>
<p>1) Open the command prompt.</p>
<p>2) Type &#8220;netstat -ano&#8221; without the quotes.</p>
<p>-a: Displays all active TCP connections and the TCP and UDP ports on which the computer is listening.<br />
-n: Displays active TCP connections, however, addresses and port numbers are expressed numerically and no attempt is made to determine names.<br />
-o: Displays active TCP connections and includes the process ID (PID) for each connection. You can find the application based on the PID on the <strong>Processes</strong> tab in Windows Task Manager. This parameter can be combined with <strong>-a</strong>, <strong>-n</strong>, and <strong>-p</strong>.</p>
<p>3) Open the Windows Task Manager and look for the process ID or PID and compare to the results listed in the command prompt.</p>
<p>- note:  If the PID information is not listed in the Windows Task Manager window, Click on the &#8220;View&#8221; menu and select  the &#8220;Select Columns&#8221; option.  Make sure there is a check mark beside the PID (process ID) option.</p>
<div id="attachment_765" class="wp-caption alignnone" style="width: 679px"><a href="http://www.chipkin.com/articles/wp-content/uploads/2011/06/netstat4.jpg"><img class="size-full wp-image-765" title="netstat4" src="http://www.chipkin.com/articles/wp-content/uploads/2011/06/netstat4.jpg" alt="Sample netstat -ano " width="669" height="326" /></a><p class="wp-caption-text">Sample netstat -ano </p></div>
<p>For more information about the netstat command, please reference <a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/netstat.mspx?mfr=true">http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/netstat.mspx?mfr=true</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipkin.com/articles/finding-what-applications-use-what-port/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Benefits of Subnets</title>
		<link>http://www.chipkin.com/articles/benefits-of-subnets</link>
		<comments>http://www.chipkin.com/articles/benefits-of-subnets#comments</comments>
		<pubDate>Mon, 08 Mar 2010 08:00:03 +0000</pubDate>
		<dc:creator>cpascu</dc:creator>
				<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[168]]></category>
		<category><![CDATA[192]]></category>
		<category><![CDATA[192.168.1.1]]></category>
		<category><![CDATA[benefits]]></category>
		<category><![CDATA[benifits]]></category>
		<category><![CDATA[broadcast]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sub]]></category>
		<category><![CDATA[subnet]]></category>
		<category><![CDATA[subnetting]]></category>
		<category><![CDATA[subnetwork]]></category>

		<guid isPermaLink="false">http://www.chipkin.com/articles/?p=196</guid>
		<description><![CDATA[This article only explains some of the benefits of subnets, not how to implement a subnet. 1. It provides security. In larger companies, employees must be able to communicate with other employees from that department. Subnetting allows for the department to have its own subnetwork. Depending on how many departments the company has, each one [...]]]></description>
			<content:encoded><![CDATA[<p>This article only explains some of the benefits of subnets, not how to implement a subnet.</p>
<p><b>1. It provides security.</b></p>
<p>In larger companies, employees must be able to communicate with other employees from that department. Subnetting allows for the department to have its own subnetwork. Depending on how many departments the company has, each one can have its own private and secure subnetwork, independent from the other networks. </p>
<p><b>2. It allows organization of resources.</b></p>
<p>A company has several departments or types of resources: sales, customer care, IT, executive, research. With subnetting, these resources can be organized within the larger network. For example:</p>
<p><code>192.168.130.x - Executive<br />
192.168.131.x - Research<br />
192.168.132.x - IT<br />
192.168.133.x - Sales<br />
192.168.134.x - Customer Care<br />
</code></p>
<p><b>3. It speeds up the network.</b></p>
<p>Using subnets will decrease the size of the broadcast domain, allowing data to reach its destination much faster. For example, a network without subnetting:</p>
<p><code>192.168.x.y -<br />
There are 255 possible values for x, and for each x there are 255 possible values for y.<br />
This means that there are 255*255 possible recipients in the network broadcast domain. </code></p>
<p>Having such a large network broadcast domain means the signal must go through each possible recipient until it finds the correct one. To decrease the number of possible recipients, we use subnets. For example:</p>
<p><code><br />
192.168.132.y -<br />
Here, there are 255 possible values for y within the 132 subnet. The network broadcast domain only contains 255 possible recipients, thus making the network much faster.<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipkin.com/articles/benefits-of-subnets/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hubs vs Switches &#8211; Using WireShark to sniff network packets</title>
		<link>http://www.chipkin.com/articles/hubs-vs-switches-using-wireshark-to-sniff-network-packets</link>
		<comments>http://www.chipkin.com/articles/hubs-vs-switches-using-wireshark-to-sniff-network-packets#comments</comments>
		<pubDate>Tue, 28 Apr 2009 00:01:14 +0000</pubDate>
		<dc:creator>cpascu</dc:creator>
				<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[100]]></category>
		<category><![CDATA[D-link]]></category>
		<category><![CDATA[de-805tp]]></category>
		<category><![CDATA[DS104]]></category>
		<category><![CDATA[dual]]></category>
		<category><![CDATA[DX-EHB4]]></category>
		<category><![CDATA[hub]]></category>
		<category><![CDATA[hubs]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[mbit]]></category>
		<category><![CDATA[mbits/sec]]></category>
		<category><![CDATA[mode]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[packets]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[sniff]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[switches]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://www.chipkin.com/articles/?p=325</guid>
		<description><![CDATA[Gotcha #1 : Use a hub not a switch   Why: Switches don’t copy all messages to all ports. They try and optimize traffic so when they learn which port a device is connected to they send all messages intended for that device to that port and stop copying to all ports. (The jargon they [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Gotcha #1 : Use a hub not a switch</strong></p>
<table border="0">
<tbody>
<tr>
<td width="50"> </td>
<td><span style="color: #003366;"><br />
<strong>Why:</strong> Switches don’t copy all messages to all ports. They try and optimize traffic so when they learn which port a device is connected to they send all messages intended for that device to that port and stop copying to all ports. (The jargon they use for this function is ‘learning mode’)</span></p>
<p><span style="color: #003366;"><strong>How do you know it’s a hub:</strong> Just because it calls itself a hub doesn’t mean it is one.</p>
<ul>
<li>If it says full-duplex in the product description it’s probably not a hub.</li>
<li>A switch that allows you to turn off the learning mode is effectively a hub.  </li>
<li>A switch with a monitored port copies all messages to the monitored port and thus you can use that port as if it were a hub. </li>
<li>If it says ‘switch’ and you cant turn off learning mode and it doesn’t have a monitor port then it is not a hub. </li>
<li>A router is never a hub.</li>
</ul>
<p> </p>
<p></span></td>
</tr>
</tbody>
</table>
<p><strong>Gotcha #2 : Mixing 10 and 100 mbits/sec can cause problems.</strong></p>
<table border="0">
<tbody>
<tr>
<td width="50"> </td>
<td><span style="color: #003366;"><br />
Not all hubs copy 10mbit messages to 100mbit ports and vice versa.Use a 10mbit/sec hub if you are on a mixed network – almost all other faster devices are speed sensing and will downgrade themselves to 10mbits/sec and thus you will see all the packets. This is not true of some building automation engines where the speed of the port is configured.</p>
<p>You can work around this problem by connecting higher speed devices to a self sending switch/hub and then connect that switch/hub to the 10mbit hub.</p>
<p></span></td>
</tr>
</tbody>
</table>
<p><strong>Recommended Hubs</strong></p>
<ul>
<li>10Mbit/sec Networks &#8211; DX-EHB4 &#8211; 4 Port 10 Mbps HUB</li>
<li>Netgear &#8211; DS104 Dual Speed HUB</li>
<li>10Mbit/sec Networks – D-LINK DE-805TP</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.chipkin.com/articles/hubs-vs-switches-using-wireshark-to-sniff-network-packets/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FieldServer Gateway (Dual Serial)</title>
		<link>http://www.chipkin.com/articles/fieldserver-gateway-dual-serial</link>
		<comments>http://www.chipkin.com/articles/fieldserver-gateway-dual-serial#comments</comments>
		<pubDate>Mon, 27 Apr 2009 22:52:45 +0000</pubDate>
		<dc:creator>cpascu</dc:creator>
				<category><![CDATA[BACnet]]></category>
		<category><![CDATA[BACnet MSTP]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[FieldServer]]></category>
		<category><![CDATA[10/100BaseT]]></category>
		<category><![CDATA[B2510]]></category>
		<category><![CDATA[dual]]></category>
		<category><![CDATA[FS-B2510]]></category>
		<category><![CDATA[FS-X30]]></category>
		<category><![CDATA[gateway]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[X30]]></category>

		<guid isPermaLink="false">http://www.chipkin.com/articles/?p=290</guid>
		<description><![CDATA[Dual Serial – Ethernet FS-B2510 The FS-B2510 Dual Serial-Ethernet gateway provides a wealth of features to enable data transfer between different devices and networks utilizing serial and Ethernet protocols. The extensive library of FieldServer drivers provides easy interoperability with devices and networks used in building automation, HVAC, fire and process control industries. The FS-B2510 is [...]]]></description>
			<content:encoded><![CDATA[<table border="0">
<tbody>
<tr>
<td><img src="/files/newsletters/img/bridge_sm.jpg" alt="" align="right" /><strong>Dual Serial – Ethernet</p>
<p>FS-B2510</strong></p>
<p>The FS-B2510 Dual Serial-Ethernet gateway provides a wealth of features to enable data transfer between different devices and networks utilizing serial and Ethernet protocols. The extensive library of FieldServer drivers provides easy interoperability with devices and networks used in building automation, HVAC, fire and process control industries. The FS-B2510 is particular cost effective in the integration of two devices/systems utilizing serial protocols such as a fire alarm control panel to BACnet MSTP.</td>
</tr>
<tr>
<td>The FS-B2510 is one of the FS-X30 Series FieldServers designed to meet the needs of system integrators in designing a complete interoperable system. The FS-B25 Series brings together the powerful FieldServer driver library with state-of-the-art gateway design. This FieldServer includes twi serial connections (RS-232 or RS-485, software selectable) and one 10/100BaseT Ethernet ports. The multiport design allows for serial-to-serial interfaces or interface from mulitple serial products to an Ethernet or LonWorks network. The Ethernet port enables the integrator to connect a PC to download configuration changes without disturbing the system connections and without the additional cost of an external hub.</p>
<p><strong><span style="font-size: x-small;">CAS sell, support, install, configure and develop custom drivers for FieldServers. With every FieldServer purchased from CAS that includes a BACnet protocol we provide a free license to the CAS BACnet Explorer which can be used to test / prove the BACnet interface is working.</span></strong></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.chipkin.com/articles/fieldserver-gateway-dual-serial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ethernet Cables – Cat5 and Cat5e</title>
		<link>http://www.chipkin.com/articles/ethernet-cables-%e2%80%93-cat5-and-cat5e</link>
		<comments>http://www.chipkin.com/articles/ethernet-cables-%e2%80%93-cat5-and-cat5e#comments</comments>
		<pubDate>Mon, 27 Apr 2009 22:45:19 +0000</pubDate>
		<dc:creator>cpascu</dc:creator>
				<category><![CDATA[Cables]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[cable]]></category>
		<category><![CDATA[cat5]]></category>
		<category><![CDATA[cat5e]]></category>
		<category><![CDATA[cat6]]></category>
		<category><![CDATA[RJ45]]></category>
		<category><![CDATA[TIA]]></category>
		<category><![CDATA[TIA-568-B]]></category>

		<guid isPermaLink="false">http://www.chipkin.com/articles/?p=286</guid>
		<description><![CDATA[Where do the terms Cat5 and Cat5e come from? TIA Telecommunications Industry Association, TIA defined standard TIA-568-B which defines the cables and structured or modular cabling systems and termination standards for building and telecom cabling systems. Cat5 and Cat5e Cable’s What is the difference? Very simply put: The 5e cable is tested to a higher [...]]]></description>
			<content:encoded><![CDATA[<h2><strong></strong></h2>
<p><strong><span style="text-decoration: underline;">Where do the terms Cat5 and Cat5e come from?</span></strong></p>
<p>TIA Telecommunications Industry Association, TIA defined standard TIA-568-B which defines the cables and structured or modular cabling systems and termination standards for building and telecom cabling systems.</p>
<p><strong><span style="text-decoration: underline;">Cat5 and Cat5e Cable’s What is the difference?</span></strong></p>
<ul>
<li>Very simply put: The 5e cable is tested to a higher standard. A manufacturer may produce a single cable and only test some of it to the 5e standard. The physical characteristics of the cable are no different but the Cat5e’s higher specification makes it suitable for Gigabit Ethernet.</li>
<li>Whilst we are on the subject what about Cat6 ? Bandwidth is 2.5 greater at 250MhZ and that’s probably the limit with RJ45 connectors. You might be future proofing using this cable but you could also be wasting money. Also remember that Cat6 is a high tech cable and requires connectors and patch cables assembled to meet the standard.</li>
</ul>
<table border="1" align="center">
<tbody>
<tr>
<td> </td>
<td>Category 5</td>
<td>Category 5e</td>
</tr>
<tr>
<td>Frequency</td>
<td>100 MHz</td>
<td>100 MHz</td>
</tr>
<tr>
<td>Attenuation (Min. at 100 MHz)</td>
<td>22 dB</td>
<td>22 dB</td>
</tr>
<tr>
<td>Characteristic Impedance</td>
<td>100 ohms Â± 15%</td>
<td>100 ohms Â± 15%</td>
</tr>
<tr>
<td>NEXT (Min. at 100 MHz)</td>
<td>32.3 dB</td>
<td>35.3 dB</td>
</tr>
<tr>
<td>PS-NEXT (Min. at 100 MHz)</td>
<td>no specification</td>
<td>32.3 dB</td>
</tr>
<tr>
<td>ELFEXT (Min. at 100 MHz)</td>
<td>no specification</td>
<td>23.8 dB</td>
</tr>
<tr>
<td>PS-ELFEXT (Min. at 100 MHz)</td>
<td>no specification</td>
<td>20.8 dB</td>
</tr>
<tr>
<td>Return Loss (Min. at 100 MHz)</td>
<td>16.0 dB</td>
<td>20.1 dB</td>
</tr>
<tr>
<td>Delay Skew (Max. per 100 m)</td>
<td>no specification</td>
<td>45 ns</td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><span style="font-size: xx-small;">Source: discountcablesusa.com</span></p>
<p><strong><span style="text-decoration: underline;">Ethernet Cable Color Coding</span></strong></p>
<p>There are two color coding standards. The color coding standard does not affect whether the cable is a cross-over or straight through patch cable. Color does not affect performance or use of the cable.</p>
<table border="1" align="center">
<tbody>
<tr>
<td colspan="2">Standard 568A</td>
<td> </td>
<td colspan="2">Standard 568B<br />
This is the most commonly used for patch cables.</td>
</tr>
<tr>
<td width="30">1</td>
<td>White-<span style="color: #008000;">Green</span></td>
<td> </td>
<td>1</td>
<td>White-<span style="color: #ffa500;">Orange</span></td>
</tr>
<tr>
<td width="30">2</td>
<td><span style="color: #008000;">Green</span></td>
<td> </td>
<td>2</td>
<td><span style="color: #ffa500;">Orange</span></td>
</tr>
<tr>
<td width="30">3</td>
<td>White-<span style="color: #ffa500;">Orange</span></td>
<td> </td>
<td>3</td>
<td>White-<span style="color: #008000;">Green</span></td>
</tr>
<tr>
<td width="30">4</td>
<td><span style="color: #0000ff;">Blue</span></td>
<td> </td>
<td>4</td>
<td><span style="color: #0000ff;">Blue</span></td>
</tr>
<tr>
<td width="30">5</td>
<td>White-<span style="color: #0000ff;">Blue</span></td>
<td> </td>
<td>5</td>
<td>White-<span style="color: #0000ff;">Blue</span></td>
</tr>
<tr>
<td width="30">6</td>
<td><span style="color: #ffa500;">Orange</span></td>
<td> </td>
<td>6</td>
<td><span style="color: #008000;">Green</span></td>
</tr>
<tr>
<td width="30">7</td>
<td>White-<span style="color: #a52a2a;">Brown</span></td>
<td> </td>
<td>7</td>
<td>White-<span style="color: #a52a2a;">Brown</span></td>
</tr>
<tr>
<td width="30">8</td>
<td><span style="color: #a52a2a;">Brown</span></td>
<td> </td>
<td>8</td>
<td><span style="color: #a52a2a;">Brown</span></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.chipkin.com/articles/ethernet-cables-%e2%80%93-cat5-and-cat5e/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ethernet Cables</title>
		<link>http://www.chipkin.com/articles/ethernet-cables</link>
		<comments>http://www.chipkin.com/articles/ethernet-cables#comments</comments>
		<pubDate>Mon, 04 Jun 2007 17:00:25 +0000</pubDate>
		<dc:creator>pchipkin</dc:creator>
				<category><![CDATA[Cables]]></category>
		<category><![CDATA[Ethernet]]></category>

		<guid isPermaLink="false">http://www.chipkin.com/articles/ethernet-cables</guid>
		<description><![CDATA[Where do the terms Cat5 and Cat5e come from ? TIA Telecommunications Industry Association, TIA defined standard TIA-568-B which defines the cables and structured or modular cabling systems and termination standards for building and telecom cabling systems. Cat5 and Cat5e Cable â€“ What is the difference? Very simply put â€“ The 5e cable is tested [...]]]></description>
			<content:encoded><![CDATA[<p><strong><u>Where do the terms Cat5 and Cat5e come from ?</u></strong></p>
<p><strong>TIA</strong> Telecommunications Industry Association, TIA defined standard TIA-568-B which defines the cables and structured or modular cabling systems and termination standards for building and telecom cabling systems.</p>
<p><strong><u>Cat5 and Cat5e Cable â€“ What is the difference?</u></strong></p>
<ul>
<li><strong>Very simply put</strong> â€“ The 5e cable is tested to a higher standard. A manufacturer may produce a single cable and only test some of it to the 5e standard. The physical characteristics of the cable are no different but the Cat5eâ€™s higher specification makes it suitable for Gigabit Ethernet.</li>
<li><strong>Whilst we are on the subject</strong> â€“ what about Cat6 ? Bandwidth is 2.5 greater at 250MhZ and thatâ€™s probably the limit with RJ45 connectors. You might be future proofing using this cable but you could also be wasting money. Also remember that Cat6 is a high tech cable and requires connectors and patch cables assembled to meet the standard.</li>
</ul>
<p align="center">
<table border="1" width="100%">
<tr>
<td>&nbsp;</td>
<td valign="top"><strong>Category 5</strong></td>
<td valign="top"><strong>Category 5e</strong></td>
</tr>
<tr>
<td valign="top"><strong>Frequency</strong></td>
<td valign="top">100 MHz</td>
<td valign="top">100 MHz</td>
</tr>
<tr>
<td valign="top"><strong>Attenuation (Min. at 100 MHz)</strong></td>
<td valign="top">22 dB</td>
<td valign="top">22 dB</td>
</tr>
<tr>
<td valign="top"><strong>Characteristic Impedance</strong></td>
<td valign="top">100 ohms Â± 15%</td>
<td valign="top">100 ohms Â± 15%</td>
</tr>
<tr>
<td valign="top"><strong>NEXT (Min. at 100 MHz)</strong></td>
<td valign="top">32.3 dB</td>
<td valign="top">35.3 dB</td>
</tr>
<tr>
<td valign="top"><strong>PS-NEXT (Min. at 100 MHz)</strong></td>
<td valign="top">no specification</td>
<td valign="top">32.3 dB</td>
</tr>
<tr>
<td valign="top"><strong>ELFEXT (Min. at 100 MHz)</strong></td>
<td valign="top">no specification</td>
<td valign="top">23.8 dB</td>
</tr>
<tr>
<td valign="top"><strong>PS-ELFEXT (Min. at 100 MHz)</strong></td>
<td valign="top">no specification</td>
<td valign="top">20.8 dB</td>
</tr>
<tr>
<td valign="top"><strong>Return Loss (Min. at 100 MHz)</strong></td>
<td valign="top">16.0 dB</td>
<td valign="top">20.1 dB</td>
</tr>
<tr>
<td valign="top"><strong>Delay Skew (Max. per 100 m)</strong></td>
<td valign="top">no specification</td>
<td valign="top">45 ns</td>
</tr>
</table>
<p>Source : <em>discountcablesusa.com</em></p>
<p>Below are comparisons of two cables â€“ one a Cat5 and the other Cat5e.<br style="page-break-before: always" clear="all" /></p>
<p><strong><u>Cat5e Cable Example</u></strong></p>
<p><strong>Part Number: 11700A Paired &#8211; Category 5e DataTuffÂ® Twisted Pair Cable</strong></p>
<p><strong>DESCRIPTION:</strong></p>
<p>24 AWG Bonded-Pairs solid bare copper conductors, polyolefin insulation, PVC inner jacket, rip cord, industrial grade sunlight- and oil-resistant PVC outer jacket. Sequential marking at two foot intervals.</p>
<p><strong>SUITABLE APPLICATIONS :</strong></p>
<p>Suitable Applications: Industrial Ethernet Cable, Harsh Environments, EtherNet/IPâ„¢, 350MHz Enhanced Category 5e, Gigabit Ethernet, 100BaseTX, 100BaseVG ANYLAN, 155ATM, 622ATM, NTSC/PAL Component or Composite Video, AES/EBU Digital Audio, AES51, RS-422, CMX &#8211; Outdoor, RJ-45 Compatible, Extra Protection</p>
<p><strong>PHYSICAL CHARACTERISTICS :</strong></p>
<pre>
    CONDUCTOR :
    Number of Pairs: 4
    Total Number of Conductors: 8
    AWG: 24
    Stranding: Solid
    Conductor Diameter: .020 in.
    Conductor Material: BC - Bare Copper
    INSULATION :
      Insulation Material: PO - Polyolefin
      Nom. Insulation Wall Thickness: .009 in.
      Insulation Diameter: .035 in.
      Pair Color Code Chart:
   Number  Color
    1  White/Blue Stripe &amp; Blue
    2  White/Orange Stripe &amp; Orange
    3  White/Green Stripe &amp; Green Number  Color
    4  White/Brown Stripe &amp; Brown
   INNER JACKET :
      Inner Jacket Material: PVC - Polyvinyl Chloride
      Inner Jacket Diameter: .200 in.
      Inner Jacket Ripcord: Yes
   OUTER SHIELD :
      Outer Shield Material: Unshielded
      OUTER SHIELD SEPARATOR :
      Outer Shield Separator Thickness: 0.001 in.
   OUTER JACKET :
      Outer Jacket Material: Industrial Grade PVC - Polyvinyl Chloride
      Outer Jacket Nominal Wall Thickness: .035 in.
      Outer Jacket Ripcord: Yes
      OVERALL NOMINAL DIAMETER :
      Overall Nominal Diameter: .285 in.
   MECHANICAL CHARACTERISTICS :
      Operating Temperature Range: -40Â°C To +75Â°C
      Storage Temperature Range: -40Â°C To +85Â°C
      Installation Temperature Range: -25Â°C To +75Â°C
      Bulk Cable Weight: 35 lbs/1000 ft.
      Max. Recommended Pulling Tension: 40 lbs.
      Min. Bend Radius (Install): 0.29 in.
   APPLICABLE SPECIFICATIONS AND AGENCY COMPLIANCE :
      APPLICABLE STANDARDS :
      NEC/(UL) Specification: CMR, CMX-Outdoor, UL444
      CEC/C(UL) Specification: CMR
      IEC Specification: 11801 Category 5
      EU RoHS Compliant (Y/N): Yes
      EU RoHS Compliance Date (mm/dd/yyyy):: <date year="2004" day="1" month="1">01/01/2004</date>
      PMSHA Specification: P-07-KA060005
      TIA/EIA Specification: 568-B.2 Category 5e
      Other Specification: NEMA WC-63.1 Category 5e, Ethernet/IPâ„¢ compliant, UL verified to Category 5e
      FLAME TEST :
      UL Flame Test: UL1666 Riser
      CSA Flame Test: FT4
   SUITABILITY :
      Suitability - Indoor: Yes
      Suitability - Outdoor: Yes
      Sunlight Resistance: Yes
      Oil Resistance: Yes
   PLENUM/NON-PLENUM :
      Plenum (Y/N): N
   ELECTRICAL CHARACTERISTICS :
      Nom. Mutual Capacitance @ <time minute="0" hour="13">1 KHz: 15</time> pF/ft
      Maximum Capacitance Unbalance (pF/100 m): 66 pF/100 m
      Nominal Velocity of Propagation: 70 %
      Maximum Delay (ns/100 m): 510 ns/100 m
      Maximum Delay Skew (ns/100m): 25 ns/100 m
      Maximum Conductor DC Resistance @ 20 Deg. C: 9 O/100 m
      Maximum DCR Unbalance @ 20 Deg. C: 3 %
      Max. Operating Voltage - UL: 300 V RMS
   ELECTRICAL CHARACTERISTICS - PREMISE :
      Premise Cable Electricals Table 1:
      Frequency (MHz)  Max. Attenuation (dB/100 m)  Min. NEXT (dB)  Min. PSNEXT (dB)  Min. ACR (dB)  Min. PSACR (dB)  Min. Return Loss (dB)  Min. Structural Return Loss (dB)
       1               2.0   65.3  65.3  63.3  63.3      20.0
       4               4.0   56.3  56.3  52.3  52.3      23.0
       8               5.7   51.8  51.8  46.1  46.1      24.5
       10              6.4   50.3  50.3  43.9  43.9      25.0
       16              8.1   47.3  47.3  39.1  39.1      25.0
       20              9.2   45.8  45.8  35.2  35.2      25.0
       25              10.3  44.3  44.3  34.1  34.1      24.3
       31.25           11.6  42.9  42.9  31.3  31.3      23.6
       62.5            16.8  38.4  38.4  21.6  21.6      21.5
       100             21.7  35.3  35.3  17.1  17.1      20.1
       155             27.7  32.5  32.5  4.7    4.7      19.0
       200             32.0  30.8  30.8  3.0    3.0       19.0
       250             36.4  29.3  29.3  &gt;0  &gt;0           18.0
       300             40.5  28.2  28.2  &gt;0  &gt;0           18.0
       310             41.3  27.9  27.9                   18.0
       350             44.3  27.2  27.2                   17.0
   Premise Cable Electricals Table 2:
   Frequency (MHz)  Input (Unfitted) Impedance (O)  Fitted Impedance (O)  Min. ELFEXT (dB)  Min. PSELFEXT (dB)
       1               100 Â± 12  105 Â± 10  63.8  60.8
       4               100 Â± 12  100 Â± 10  51.7  48.7
       8               100 Â± 12  100 Â± 10  45.7  42.7
       10             100 Â± 12  100 Â± 10  43.8  40.8
       16             100 Â± 12  100 Â± 10  39.7  36.7
       20             100 Â± 12  100 Â± 10  37.7  34.7
       25             100 Â± 15  100 Â± 10  35.8  32.8
       31.25        100 Â± 15  100 Â± 10  33.9  30.9
       62.5          100 Â± 15  100 Â± 10  27.8  24.8
       100           100 Â± 15  100 Â± 10  23.8  20.8
       155           100 Â± 18  100 Â± 10  19.9  16.9
       200           100 Â± 20  100 Â± 10  17.7  14.7
       250           100 Â± 20  100 Â± 10  15.8  12.8
       300           100 Â± 20  100 Â± 10  14.2  11.2
       310           100 Â± 20  100 Â± 10  13.9  10.9
       350           100 Â± 22  100 Â± 10  12.9  9.9</pre>
<p><br style="page-break-before: always" clear="all" /></p>
<p><strong><u>Cat5 Cable Example</u></strong></p>
<p><strong>Part Number: 1633A    Paired  &#8211;  Category 5 Unbonded-Pair Cable          </strong></p>
<pre>
DESCRIPTION:
24 AWG solid bare copper conductors, non-plenum, Polyolefin insulation, twisted pairs, overall BeldfoilÂ® Shield, drain wire, rip cord, see color code chart (below), PVC jacket (gray or blue).
 SUITABLE APPLICATIONS :
Suitable Applications: Premise Horizontal Cable
PHYSICAL CHARACTERISTICS :
CONDUCTOR :
Number of Pairs: 4
Total Number of Conductors: 8
AWG: 24
Stranding: Solid
Conductor Material: BC - Bare Copper  

INSULATION :
Insulation Material:
- Polyolefin
&gt;Pair Color Code Chart:  

Number  Color
 1  White/Blue Stripe &amp; Blue
 2  White/Orange Stripe &amp; Orange
 3  White/Green Stripe &amp; Green
 4  White/Brown Stripe &amp; Brown

OUTER SHIELD :
Outer Shield Material Trade Name: BeldfoilÂ®
Outer Shield Type: Tape
Outer Shield Material: Aluminum Foil-Polyester Tape
Outer Shield %Coverage: 100 %  

OUTER SHIELD DRAIN WIRE :
Outer Shield Drain Wire AWG: 24
Outer Shield Drain Wire Stranding: Solid
Outer Shield Drain Wire Conductor Material: TC - Tinned Copper  

OUTER JACKET :

Outer Jacket Material: PVC - Polyvinyl Chloride
Outer Jacket Ripcord: Yes  

OVERALL NOMINAL DIAMETER :
Overall Nominal Diameter: .260 in.  

MECHANICAL CHARACTERISTICS :  

Operating Temperature Range: -20Â°C To +80Â°C
Bulk Cable Weight: 28 lbs/1000 ft.
Max. Recommended Pulling Tension: 25 lbs.
Min. Bend Radius (Install): 1 in.  

APPLICABLE SPECIFICATIONS AND AGENCY COMPLIANCE :  

APPLICABLE STANDARDS :
NEC/(UL) Specification: CM, UL444
CEC/C(UL) Specification: CM  

EU CE Mark (Y/N): Yes
EU RoHS Compliant (Y/N): Yes
EU RoHS Compliance Date (mm/dd/yyyy):: <date year="2004" day="1" month="1">01/01/2004</date>
TIA/EIA Specification: 568 TSB 36, Category 5
Other Specification: UL verified to TSB 36, Category 5  

FLAME TEST :
UL Flame Test: UL1685 UL Loading
CSA Flame Test: FT1
PLENUM/NON-PLENUM :
Plenum (Y/N): N  

ELECTRICAL CHARACTERISTICS :  

Nom. Mutual Capacitance @ <time minute="0" hour="13">1 KHz: 15</time> pF/ft
Maximum Capacitance Unbalance (pF/100 m): 330 pF/100 m
Nominal Velocity of Propagation: 67 %
Maximum Delay (ns/100 m): 538 @ 100MHz ns/100 m
Maximum Delay Skew (ns/100m): 45 ns/100 m
Maximum Conductor DC Resistance @ 20 Deg. C: 9.38 O/100 m
Maximum DCR Unbalance @ 20 Deg. C: 5 %
Max. Operating Voltage - UL: 300 V RMS
ELECTRICAL CHARACTERISTICS - PREMISE :
Premise Cable Electricals:  

Frequency (MHz)  Max. Attenuation (dB/100 m)  Min. NEXT (dB)  Min. PSNEXT (dB)  Min. Structural Return Loss (dB)  Fitted Impedance (Ohms)
 1         2.0       62.3  No Spec  No Spec  100 Â± 15%
 4         4.1       53.3  No Spec  No Spec  100 Â± 15%
 8         5.8       48.8  No Spec  No Spec  100 Â± 15%
 10       6.5       47.3  No Spec  No Spec  100 Â± 15%
 16       8.2       44.3  No Spec  No Spec  100 Â± 15%
 20       9.3       42.8  No Spec  No Spec  100 Â± 15%
 25       10.4     41.3  No Spec  No Spec  100 Â± 15%
 31.25  11.7     39.9  No Spec  No Spec  100 Â± 15%
 62.5    17.0     35.4  No Spec  No Spec  100 Â± 15%
 100     22.0     32.3  No Spec  No Spec  100 Â± 15%</pre>
<p><strong><u>Straight Thru Patch Cable vs Cross-Over Cable</u></strong></p>
<p>The easiest way to tell the difference is to take the two ends and gold them up against each other. If the same color wires on are the same pins itâ€™s a straight through path cable. If any of them cross-over then itâ€™s a â€¦.. cable.</p>
<p><strong><u>Ethernet Cable Color Coding</u></strong></p>
<p>There are two color coding standards. The color coding standard does not affect whether the cable is a cross-over or straight through patch cable. Color does not affect performance or use of the cable.</p>
<table>
<tr>
<td colspan="2" valign="top"><font size="3">Standard 568A</font></td>
<td valign="top">&nbsp;</td>
<td colspan="2" valign="top">
<p style="text-align: center" align="center">Standard 568B</p>
<p>This is the most commonly used for patch cables.</td>
</tr>
<tr>
<td valign="top">1</td>
<td valign="top">White-<span style="color: lime">Green</span></td>
<td valign="top">&nbsp;</td>
<td valign="top">1</td>
<td valign="top">White-<span style="color: #ff9900">Orange</span></td>
</tr>
<tr>
<td valign="top">2</td>
<td valign="top"><span style="color: lime">Green</span></td>
<td valign="top">&nbsp;</td>
<td valign="top">2</td>
<td valign="top"><span style="color: #ff9900">Orange</span></td>
</tr>
<tr>
<td valign="top">3</td>
<td valign="top">White-<span style="color: #ff9900">Orange</span></td>
<td valign="top">&nbsp;</td>
<td valign="top">3</td>
<td valign="top">White-<span style="color: lime">Green</span></td>
</tr>
<tr>
<td valign="top">4</td>
<td valign="top"><span style="color: blue">Blue</span></td>
<td valign="top">&nbsp;</td>
<td valign="top">4</td>
<td valign="top"><span style="color: blue">Blue</span></td>
</tr>
<tr>
<td valign="top">5</td>
<td valign="top">White-<span style="color: blue">Blue</span></td>
<td valign="top">&nbsp;</td>
<td valign="top">5</td>
<td valign="top">White-<span style="color: blue">Blue</span></td>
</tr>
<tr>
<td valign="top">6</td>
<td valign="top"><span style="color: #ff9900">Orange</span></td>
<td valign="top">&nbsp;</td>
<td valign="top">6</td>
<td valign="top"><span style="color: lime">Green</span></td>
</tr>
<tr>
<td valign="top">7</td>
<td valign="top">White-<span style="color: olive">Brown</span></td>
<td valign="top">&nbsp;</td>
<td valign="top">7</td>
<td valign="top">White-<span style="color: olive">Brown</span></td>
</tr>
<tr>
<td valign="top">8</td>
<td valign="top"><span style="color: olive">Brown</span></td>
<td valign="top">&nbsp;</td>
<td valign="top">8</td>
<td valign="top"><span style="color: olive">Brown</span></td>
</tr>
<tr>
<td valign="top">&nbsp;</td>
<td valign="top">&nbsp;</td>
<td valign="top">&nbsp;</td>
<td valign="top">&nbsp;</td>
<td valign="top">&nbsp;</td>
</tr>
</table>
<p><strong><u>Why twist the pairs ?</u></strong></p>
<p>Signals can bleed or crosstalk from one pair to another. Twsisting significantly reduces the degree of crosstalk.</p>
<p>Near End Cross Talk is known as NEXT</p>
<p>Far End Cross Talk is known as FEXT</p>
<p><strong><u>Ethernet Cables and RJ45 Connectors</u></strong></p>
<p>It is often recommended that the RJ45 connector match the cable â€“ If the cable is stranded the use a RJ45 plug with stranded conductors. The author cant find a reason for this assertion.</p>
<p>The standard for the use of RJ45 connectors on cat5 and Cat5e cable is a maximum untwist of 0.5inch for termination on the RJ45 connector.</p>
<p>Under no circumstances should an other part of the cable be unwound. Take great care in assembling cables and inspect the assembly if the cable doesnâ€™t perform well.</p>
<p><strong><u>Stranded vs Solid Conductors</u></strong></p>
<p>The use of stranded conductors is recommended for flexible cables like patch cable. There is some discussion suggesting that solid conductors offer slightly better performance over the life of the cable.</p>
<p><small>© Chipkin Automation Systems 2007</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipkin.com/articles/ethernet-cables/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

