Misplaced Pages

Twinaxial cabling: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 07:54, 28 June 2010 editXqbot (talk | contribs)Bots, Template editors2,325,217 editsm robot Modifying: ru:Твинаксиальный кабель← Previous edit Revision as of 00:44, 14 October 2010 edit undoWebwat (talk | contribs)415 edits Current applications: Added info and reference from 10 Gigabit Ethernet pageNext edit →
Line 36: Line 36:


==Current applications== ==Current applications==
===SFP+ Direct Attach (10GSFP+Cu)===
===Cisco Systems===
This uses ] over a passive twin-ax cable assembly and connects directly into an SFP+ housing with a range of 10m. Like 10GBASE-CX4, it is low power, low cost and low latency with the added advantage of having the small SFP+ form factor. SFP+ Direct Attach is expected to be the optimum solution for reaches of 10 m.<ref>{{cite web|url=http://communities.intel.com/community/openportit/server/blog/2008/03/26/10-gigabit-ethernet-alphabet-soup-never-tasted-so-good|title=10 gigabit ethernet-alphabet soup never tasted so good|archiveurl=http://www.webcitation.org/5j5GctcM9|archivedate=2009-08-16|deadurl=no|accessdate=2009-08-13}}</ref>
One of major applications includes ] implementation coupled with SFP+ modules. This is referred to as "Direct Attach" or "SFP+ Copper". This type of connection is able to transmit at 10 Gigabit full duplex speed over 5 meter distances. Moreover this setup offers 15 to 25 times lower transceiver latency than current 10GBASE-T CAT6/CAT6a/CAT7 cabling systems: 0.1 μs for Twinax with SFP+ versus 1.5 to 2.5 μs for current 10GBASE-T specification. The power draw of Twinax with SFP+ is around 0.1 watts, which is also much better than 4–8 watts for 10GBASE-T.

One of major applications includes ] implementation coupled with SFP+ modules. This type of connection is able to transmit at 10 Gigabit full duplex speed over 5 meter distances. Moreover this setup offers 15 to 25 times lower transceiver latency than current 10GBASE-T CAT6/CAT6a/CAT7 cabling systems: 0.1 μs for Twinax with SFP+ versus 1.5 to 2.5 μs for current 10GBASE-T specification. The power draw of Twinax with SFP+ is around 0.1 watts, which is also much better than 4–8 watts for 10GBASE-T.


As always with cabling one of the consideration points is ] or BER for short. Twinax copper cabling has BER better than 10<sup>−18</sup> according to Cisco, and therefore is acceptable for applications in critical environments. As always with cabling one of the consideration points is ] or BER for short. Twinax copper cabling has BER better than 10<sup>−18</sup> according to Cisco, and therefore is acceptable for applications in critical environments.

Revision as of 00:44, 14 October 2010

Twinaxial cabling, or "Twinax", is a type of cable similar to coax, but with two inner conductors instead of one. Due to cost efficiency it is becoming common in modern very-short-range high-speed differential signaling applications.

Legacy applications

IBM

Historically, twinax was the cable specified for the IBM 5250 terminals and printers, used with IBM's midrange hosts, which are currently AS/400 (Application System 400) minicomputers (which have been renamed i5/OS and iSeries, but are currently Power systems hardware running IBM's 'i' operating system), and also with its predecessors, such as the S/36. The data transmission is half-duplex, balanced transmission, at 1 Mbit/s, on a single shielded, 110 Ω twisted pair.

With Twinax seven devices can be addressed, from workstation address 0 to 6. The devices do not have to be sequential.

Straight Twinax cables can go up to 5,000 feet (1,500 m). Twinax is a bus topology that requires termination to function properly. Most Twinax T-connectors have an automatic termination feature. For use in buildings wired with Category 3 or higher twisted pair there are Baluns that convert twinax to twisted pair and hubs that convert from a bus topology to a star topology.

Twinax was designed by IBM as a replacement for RS-232 dumb terminals. Its main advantages were high speed (1 Mbit/s versus 9600 bit/s) and multiple addressable devices per connection. The main disadvantage was the requirement for proprietary Twinax cabling with bulky screw-shell connectors.

Physical layer

Signals are sent differentially over the wires at 1 Mbit/s (1 μs/bit, ±2 %), Manchester coded, with preemphasis. The signal coding is only approximately differential, and not completely differentially balanced. In general, one of the two signal lines is driven to −0.32 V (±20 %), while the other carries 0 V. This, itself, could be considered as two differential signals of ±0.16 V superimposed on a −0.16 V common mode level. However, to provide preemphasis, for the first 250 ns (1/4 bit time) after a signal is driven low, the negative signal line is driven to −1.6 V. During this time, the common-mode voltage is −0.8 V.

This signal is designed to provide a minimum of ±100 mV at the end of 500 feet of cable.

The two wires are denoted A and B. To encode a 0 bit, A>B for the first half of the bit time, and A<B for the second half. A 1 bit is the opposite. Thus, each signal line is driven low for either 500 or 1000 ns at a time, of which the first 250 ns is emphasized.

Data link layer

A message begins with five normal 1 bits (A driven low for 500 ns, then B driven low for 500 ns) for bit synchronization, followed by a special frame sync pattern, three bit times long, that violates the usual Manchester encoding rules. A is driven low for 1500 ns, then B is driven low for 1500 ns. This is like a 1 bit sent at 1/3 normal speed (although the premphasis pulses remain 250 ns long).

This pattern is followed by up to 256 16-bit data frames. Each data frame consists of a start bit of 1, an 8-bit data field, a 3-bit station address, and an even parity bit (which includes the start bit, so it equivalent to odd parity over the data and address fields only). This is then followed by three or more fill bits of 0. Unusually for an IBM protocol, the bits within each frame are sent lsbit-first.

All messages are sent between the controller (master) and one slave device. The first frame in a message from the controller contains the device's address, from 0 to 6. The address field of following frames can be any value from 0 to 6, although is usually set to the device's address as well. The final frame in a message includes an address of 7 (all ones) as an end-of-message (EOM) indicator. A single-frame message does not have an EOM indicator.

When a command calls for a response, the device is expected to respond in 30 to 80 μs. A device's response also consists of up to 256 frames, and includes its address in all frames but the last. In this case, a single-frame response includes the EOM address, and the controller assumes it comes from the device it most recently addressed.

Generally, the first frame in a message is a command byte, and following frames are associated data.

NEC

NEC Astra system also uses this kind of cable for networking.

MIL-STD-1553

Although MIL-STD-1553 specifies that the data bus should have characteristic impedance between 70 and 85 ohms, industry has standardized on 78 ohms. Likewise, the industry has generally standardized on the cable known as twinax cable that has a characteristic impedance of 78 ohms.

Current applications

SFP+ Direct Attach (10GSFP+Cu)

This uses 10 Gigabit Ethernet over a passive twin-ax cable assembly and connects directly into an SFP+ housing with a range of 10m. Like 10GBASE-CX4, it is low power, low cost and low latency with the added advantage of having the small SFP+ form factor. SFP+ Direct Attach is expected to be the optimum solution for reaches of 10 m.

One of major applications includes Cisco Systems implementation coupled with SFP+ modules. This type of connection is able to transmit at 10 Gigabit full duplex speed over 5 meter distances. Moreover this setup offers 15 to 25 times lower transceiver latency than current 10GBASE-T CAT6/CAT6a/CAT7 cabling systems: 0.1 μs for Twinax with SFP+ versus 1.5 to 2.5 μs for current 10GBASE-T specification. The power draw of Twinax with SFP+ is around 0.1 watts, which is also much better than 4–8 watts for 10GBASE-T.

As always with cabling one of the consideration points is Bit error ratio or BER for short. Twinax copper cabling has BER better than 10 according to Cisco, and therefore is acceptable for applications in critical environments.

DisplayPort

Many manufacturers of DisplayPort cabling are also using twinaxial configurations to accommodate the strict insertion loss, return loss, and crosstalk requirements for the 2.7 Gbit/s signaling rate.

MIL-STD-1553

The cable used to connect the MIL-STD-1553 bus and stub devices has a characteristic impedance of 78 ohms at 1 MHz. A 2-conductor twisted-pair cable known as twinax is used to connect the bus and stub devices. The insulated pairs are balanced and have an overall shielding braid around the pairs. The twisting of the signal-carrying pairs theoretically cancels any random induced noise caused by the pair. The two internal dielectric fillers separate the braid from the pairs to minimize the leakage capacitance to ground. The fillers also assist in uniform twisting of the pairs. The 90% braid coverage protects the pair from external noise. PVC outer jacket cable is suitable for lab use while high-temperature rated outer jacket cable is applicable for vehicle use.

References

  1. "NLynx Technologies - what is Twinax?". NLynx. 2006.
  2. ^ Quigley, Thomas J. (March 1988), Interfacing the DP8344 to Twinax (PDF), National Semiconductor, AN-516
  3. ^ Twinax Cable Information, Anzac Computer Equipment Corporation, 2004-07-22, retrieved 2009-01-30
  4. Norcross, Thomas; Patchen, Paul J.; Quigley, Thomas J.; Short, Tim; Worsley, Debra; Johnson, Laura (April 1995), MPA-II—A Multi-Protocol Terminal Emulation Adapter Using the DP8344 (PDF), National Semiconductor, AN-641
  5. "10 gigabit ethernet-alphabet soup never tasted so good". Archived from the original on 2009-08-16. Retrieved 2009-08-13. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)

See also

External links

Stub icon

This electronics-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: