Categories (x) > Datacom > Converters (x)
Content Type (x) > Black Box Explains (x)

Results 11-20 of 23 < 1 2 3 > 

Black Box Explains...16850 UART.

The 16850 Universal Asynchronous Receiver/Transmitter (UART) features a 128-byte First In First Out (FIFO) buffer. When implemented with the appropriate onboard drivers and receivers, it enables your onboard serial ports... more/see it nowto achieve sustained data rates of up to 460.8 kbps.

The 16850 UART includes automatic handshaking (RTS/CTS) and automatic RS-485 line control. It also features external clocking for isochronous applications, a performance enhancement not offered by earlier UARTs. collapse


USB 3.0

The newest USB standard, USB 3.0 or “SuperSpeed USB," provides vast improvements over USB 2.0. USB 3.0 promises speeds up to 5 Gbps, about ten times that of USB 2.0.... more/see it now

USB 3.0 uses a sync-n-go technology that minimizes user wait time. USB 3.0 adds a physical bus running in parallel with the existing 2.0 bus. It has the flat USB Type A plug, but inside there is an extra set of connectors, and the edge of the plug is blue instead of white. The Type B plug looks different with an extra set of connectors.

USB 3.0 cable contains nine wires, four more than USB 2.0, which has one pair for data and one pair for power. USB 3.0 adds two more data pairs, for a total of eight plus a ground. These extra pairs enable USB 3.0 to support bidirectional asynchronous, full-duplex data transfer instead of USB 2.0’s half-duplex polling method.

USB 3.0 is much more power efficient than USB 2.0. It provides 50% more power than USB 2.0 (150 mA vs 100 mA) to unconfigured devices and up to 80% more power (900 mA vs 500 mA) to configured devices. It is also better at conserving power, when compared to USB 2.0, which uses power when the cable or device isn’t being used. With USB 3.0, when devices are idle, it doesn't broadcast packets or perform polling.

USB 3.0 is completely backwards compatible with USB 2.0. Applications built to the USB 2.0 spec will work seamlessly with USB 3.0. collapse


Black Box Explains...IRQs, COM Ports, and Windows

Windows® 95 normally requires each serial port to have its own unique Interrupt Request Line (IRQ). However, if you use a third-party communications driver that supports IRQ sharing, you can... more/see it nowshare interrupts. Unfortunately, data throughput will not be as high as with single interrupt port configurations.

With Windows NT®, you can share interrupts across multiple ports as long as the serial ports have an Interrupt Status Port (ISP) built into the card.

The Interrupt Service Routine, a software routine that services interrupts and requests processor time, reads the ISP and is immmediately directed to the port that has an interrupt pending. Compared to the polling method used if the serial ports don’t have an ISP, this feature can determine which port generated the interrupt up to four times more efficiently—and it almost eliminates the risk of lost data. Windows NT supports the ISP by enabling the user to configure the registry to match the card’s settings. Black Box models IC102C-R3, IC058C, and IC112C-R3 all have ISPs and come with a Windows NT setup utility to simplify installation and configuration.

If your serial port doesn’t have an ISP, the Interrupt Service Routine has to poll each port separately to determine which port generated the interrupt. collapse


Black Box Explains...Media converters.



Media converters interconnect different cable types such as twisted pair, fiber, and coax within an existing network. They are often used to connect newer Ethernet equipment to legacy cabling.... more/see it nowThey can also be used in pairs to insert a fiber segment into copper networks to increase cabling distances and enhance immunity to electromagnetic interference (EMI).


Traditional media converters are purely Layer 1 devices that only convert electrical signals and physical media. They don’t do anything to the data coming through the link so they’re totally transparent to data. These converters have two ports—one port for each media type. Layer 1 media converters only operate at one speed and cannot, for instance, support both 10-Mbps and 100-Mbps Ethernet.


Some media converters are more advanced Layer 2 Ethernet devices that, like traditional media converters, provide Layer 1 electrical and physical conversion. But, unlike traditional media converters, they also provide Layer 2 services—in other words, they’re really switches. This kind of media converter often has more than two ports, enabling you to, for instance, extend two or more copper links across a single fiber link. They also often feature autosensing ports on the copper side, making them useful for linking segments operating at different speeds.


Media converters are available in standalone models that convert between two different media types and in chassis-based models that connect many different media types in a single housing.




Rent an apartment

Standalone converters convert between two media. But, like a small apartment, they can be outgrown. Consider your current and future applications before selecting a media converter. Standalone converters are available in many configurations, including 10BASE-T to multimode or single-mode fiber, 10BASE-T to Thin coax (ThinNet), 10BASE-T to thick coax (standard Ethernet), CDDI to FDDI, and Thin coax to fiber. 100BASE-T and 100BASE-FX models that connect UTP to single- or multimode fiber are also available. With the development of Gigabit Ethernet (1000 Mbps), media converters have been created to make the transition to high-speed networks easier.




...or buy a house.

Chassis-based or modular media converters are normally rackmountable and have slots that house media converter modules. Like a well-planned house, the chassis gives you room to grow. These are used when many Ethernet segments of different media types need to be connected in a central location. Modules are available for the same conversions performed by the standalone converters, and 10BASE-T, 100BASE-TX, 100BASE-FX, and Gigabit modules may also be mixed.

collapse


Black Box Explains...DIN rail usage.

DIN rail is an industry-standard metal rail, usually installed inside an electrical enclosure, which serves as a mount for small electrical devices specially designed for use with DIN rails. These... more/see it nowdevices snap right onto the rails, sometimes requiring a set screw, and are then wired together.

Many different devices are available for mounting on DIN rails: terminal blocks, interface converters, media converter switches, repeaters, surge protectors, PLCs, fuses, or power supplies, just to name a few.

DIN rails are a space-saving way to accommodate components. And because DIN rail devices are so easy to install, replace, maintain, and inspect, this is an exceptionally convenient system that has become very popular in recent years.

A standard DIN rail is 35 mm wide with raised-lip edges, its dimensions outlined by the Deutsche Institut für Normung, a German standardization body. Rails are generally available in aluminum or steel and may be cut for installation. Depending on the requirements of the mounted components, the rail may need to be grounded. collapse


Black Box Explains...UARTs at a glance.

Universal Asynchronous Receiver/Transmitters (UARTs) are integrated circuits that convert bytes from the computer bus into serial bits for transmission. By providing surplus memory in a buffer, UARTs help applications overcome... more/see it nowthe factors that can hinder system performance, providing maximum throughput to high-performance peripherals without slowing down CPUs.

Early UARTs such as 8250 and 16450 did not include buffering (RAM or memory). With the advent of higher-speed devices, the need for UARTs that could handle more data became critical. The first buffered UART was the 16550, which incorporates a 16-byte First In First Out (FIFO) buffer and provides greater throughput than its predecessors.

Manufacturers have been developing enhanced UARTs that continue to increase performance standards. These faster chips provide improvements such as larger buffers and increased speeds. Here are the rates of today’s common UARTs:

UART FIFO Buffer Rate Supported
16550 16-byte 115.2 kbps
16554 16-byte 115.2 kbps
16650 32-byte 460.8 kbps (burst rate)
16654 64-byte 460.8 kbps (burst rate)
16750 64-byte 460.8 kbps (burst rate)
16850 128-byte 460.8 kbps (sustained rate)
16854 128-byte 460.8 kbps (sustained rate) collapse


Black Box Explains…Fiber Ethernet adapters vs. media converters.

When running fiber to the desktop, you have two choices for making the connection from the fiber to a PC: a fiber Ethernet adapter or a media converter like our... more/see it nowMicro Mini Media Converter.

Fiber Ethernet adapters:

  • Less expensive.
  • Create no desktop clutter, but the PC must be opened.
  • Powered from the PC—require no separate power provision.
  • Require an open PCI or PCI-E slot in the PC.
  • Can create driver issues that must be resolved.
  • May be required in high-security installations that require a 100% fiber link to the desktop.

  • Media converters:
  • More expensive.
  • No need to open the PC but can create a cluttered look.
  • Powered from an AC outlet or a PC’s USB port.
  • Don’t require an open slot in the PC.
  • Plug-and-play installation—totally transparent to data, so there are no driver problems; install in seconds.
  • The short copper link from media converter to PC may be a security vulnerability.
  • collapse


    Black Box Explains...Power problems.

    Sags
    The Threat — A sag is a decline in the voltage level. Also known as “brownouts,” sags are the most common power problem.

    The Cause — Sags can be caused... more/see it nowlocally by the start-up demands of electrical devices such as motors, compressors, and elevators. Sags may also happen during periods of high electrical use, such as during a heat wave.

    The Effect — Sags are often the cause of “unexplained” computer glitches such as system crashes, frozen keyboards, and data loss. Sags can also reduce the efficiency and lifespan of electrical motors.

    Blackouts
    The Threat — A blackout is a total loss of power.

    The Cause — Blackouts are caused by excessive demand on the power grid, an act of nature such as lightning or an earthquake, or a human accident such as a car hitting a power pole or a backhoe digging in the wrong place.

    The Effect — Of course a blackout brings everything to a complete stop. You also lose any unsaved data stored in RAM and may even lose the total contents of your hard drive.

    Spikes
    The Threat — A spike, also called an impulse, is an instantaneous, dramatic increase in voltage.

    The Cause — A spike is usually caused by a nearby lightning strike but may also occur when power is restored after a blackout.

    The Effect — A spike can damage or completely destroy electrical components and also cause data loss.

    Surges
    The Threat — A surge is an increase in voltage lasting at least 1/120 of a second.

    The Cause — When high-powered equipment such as an air conditioner is powered off, the excess voltage is dissipated though the power line causing a surge.

    The Effect — Surges stress delicate electronic components causing them to wear out before their time.

    Noise
    The Threat — Electrical noise, more technically called electromagnetic interference (EMI) and radio frequency interference (RFI), interrupts the smooth sine wave expected from electrical power.

    The Cause — Noise has many causes including nearby lightning, load switching, industrial equipment, and radio transmitters. It may be intermittent or chronic.

    The Effect — Noise introduces errors into programs and data files. collapse


    Black Box Explains...Terminal Servers

    A terminal server (sometimes called a serial server) is a hardware device that enables you to connect serial devices across a network.

    Terminal servers acquired their name because they were originally... more/see it nowused for long-distance connection of dumb terminals to large mainframe systems such as VAX™. Today, the name terminal server refers to a device that connects any serial device to a network, usually Ethernet. In this day of network-ready devices, terminal servers are not as common as they used to be, but they’re still frequently used for applications such as remote connection of PLCs, sensors, or automatic teller machines.

    The primary advantage of terminal servers is that they save you the cost of running separate RS-232 devices. By using a network, you can connect serial devices even over very long distances—as far as your network stretches. It’s even possible to connect serial devices across the Internet. A terminal server connects the remote serial device to the network, and then another terminal server somewhere else on the network connects to the other serial device.

    Terminal servers act as virtual serial ports by providing the appropriate connectors for serial data and also by grouping serial data in both directions into Ethernet TCP/IP packets. This conversion enables you to connect serial devices across Ethernet without the need for software changes.

    Because terminal servers send data across a network, security is a consideration. If your network is isolated, you can get by with an inexpensive terminal server that has few or no security functions. If, however, you’re using a terminal server to make network connections across a network that’s also an Internet subnet, you should look for a terminal server that offers extensive security features. collapse


    Black Box Explains...Gigabit Ethernet.

    As workstations and servers migrated from ordinary 10-Mbps Ethernet to 100-Mbps speeds, it became clear that even greater speeds were needed. Gigabit Ethernet was developed for an even faster Ethernet... more/see it nowstandard to handle the network traffic generated on the server and backbone level by Fast Ethernet. Gigabit Ethernet delivers an incredible 1000 Mbps (or 1 Gbps), 100 times faster than 10BASE-T. At that speed, Gigabit Ethernet can handle even the traffic generated by campus network backbones. Plus it provides a smooth upgrade path from 10-Mbps Ethernet and 100-Mbps Fast Ethernet at a reasonable cost.

    Compatibility
    Gigabit Ethernet is a true Ethernet standard. Because it uses the same frame formats and flow control as earlier Ethernet versions, networks readily recognize it, and it’s compatible with older Ethernet standards. Other high-speed technologies (ATM, for instance) present compatibility problems such as different frame formats or different hardware requirements.

    The primary difference between Gigabit Ethernet and earlier implementations of Ethernet is that Gigabit Ethernet almost always runs in full-duplex mode, rather than the half-duplex mode commonly found in 10- and 100-Mbps Ethernet.

    One significant feature of Gigabit Ethernet is the improvement to the Carrier Sense Multiple Access with Collision Detection (CSMA/CD) function. In half-duplex mode, all Ethernet speeds use the CSMA/CD access method to resolve contention for shared media. For Gigabit Ethernet, CSMA/CD has been enhanced to maintain the 200-meter (656.1-ft.) collision diameter.

    Affordability and adaptability
    You can incorporate Gigabit Ethernet into any standard Ethernet network at a reasonable cost without having to invest in additional training, cabling, management tools, or end stations. Because Gigabit Ethernet blends so well with your other Ethernet applications, you have the flexibility to give each Ethernet segment exactly as much speed as it needs—and if your needs change, Ethernet is easily adaptable to new network requirements.

    Gigabit Ethernet is the ideal high-speed technology to use between 10-/100-Mbps Ethernet switches or for connection to high-speed servers with the assurance of total compatibility with your Ethernet network.

    When Gigabit Ethernet first appeared, fiber was crucial to running Gigabit Ethernet effectively. Since then, the IEEE802.3ab standard for Gigabit over Category 5 cable has been approved, enabling short stretches of Gigabit speed over existing copper cable. Today, you have many choices when implementing Gigabit Ethernet:

    1000BASE-X
    1000BASE-X refers collectively to the IEEE802.3z standards: 1000BASE-SX, 1000BASE-LX, and 1000BASE-CX.

    1000BASE-SX
    The “S“ in 1000BASE-SX stands for “short.“ It uses short wavelength lasers, operating in the 770- to 860-nanometer range, to transmit data over multimode fiber. It’s less expensive than 1000BASE-LX, but has a much shorter range of 220 meters over typical 62.5-µm multimode cable.

    1000BASE-LX
    The “L“ stands for “long.“ It uses long wavelength lasers operating in the wavelength range of 1270 to 1355 nanometers to transmit data over single-mode fiber optic cable. 1000BASE-LX supports up to 550 meters over multimode fiber or up to 10 kilometers over single-mode fiber.

    1000BASE-CX
    The “C“ stands for “copper.“ It operates over special twinax cable at distances of up to 25 meters. This standard never really caught on.

    Gigabit over CAT5—1000BASE-TX
    The 802.3ab specification, or 1000BASE-TX, enables you to run IEEE-compliant Gigabit Ethernet over copper twisted-pair cable at distances of up to 100 meters of CAT5 or higher cable.

    Gigabit Ethernet uses all four twisted pairs within the cable, unlike 10BASE-T and 100BASE-TX, which only use two of the four pairs. It works by transmitting 250 Mbps over each of the four pairs in 4-pair cable. collapse

    Results 11-20 of 23 < 1 2 3 > 

    Support

    Delivering superior technical support is our highest priority. Depending on the products or services we provide for you, please visit your appropriate support area.



     
    Print
    Black Box 1-877-877-2269
    Black Box Network Services