Categories (x) > Industrial > Converters (x)

Results 1-10 of 45 1 2 3 4 5 > 



Black Box Explains...USB.

The newest USB standard, USB 3.0 or “SuperSpeed USB”, provides vast improvements over USB 2.0. USB 3.0 promises speeds up to 4.8 Gbps, nearly ten times that of USB 2.0.... more/see it nowUSB 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.

The 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 pollling method. USB 3.0 also 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 also conserves power too compared to USB 2.0, which uses power when the cable isn’t being used. collapse


Black Box Explains...RS-232.

RS-232, also known as RS-232C and TIA/EIA-232-E, is a group of electrical, functional, and mechanical specifications for serial interfaces between computers, terminals, and peripherals. The RS-232 standard was developed by... more/see it nowthe Electrical Industries Association (EIA), and defines requirements for connecting data communications equipment (DCE)—modems, converters, etc.—and data terminal equipment (DTE)—computers, controllers, etc.) devices. RS-232 transmits data at speeds up to 115 Kbps and over distances up to 50 feet (15.2 m).

The standard, which is functionally equivalent to ITU V.24/V.28, specifies the workings of the interface, circuitry, and connector pinning. Both sync and async binary data transmission fall under RS-232. Although RS-232 is sometimes still used to transmit data from PCs to peripheral devices, the most common uses today are for network console ports and for industrial devices.

Even though RS-232 is a “standard,” you can’t necessarily expect seamless communication between two RS-232 devices. Why? Because different devices have different circuitry or pinning, and different wires may be designated to perform different functions.

The typical RS-232 connector is DB25, but some PCs and other data communication devices have DB9 connectors and many newer devices have RJ-45 RS-232 ports. To connect 9-pin PC ports or RJ-45 to devices with 25-pin connectors, you will require a simple adapter cable. collapse


Product Data Sheets (pdf)...Relay/Digital I/O Cards, PCI


Black Box Explains...How computer speeds are enhanced with PCI buses and UARTs.

The Peripheral Component Interconnect (PCI®) Bus enhances both speed and throughput. The PCI Local Bus is a high-performance bus that provides a processor-independent data path between the CPU and high-speed... more/see it nowperipherals. PCI is a robust interconnect interface designed specifically to accommodate multiple high-performance peripherals for graphics, full-motion video, SCSI, and LANs.

UARTs (Universal Asynchronous Receiver/ Transmitters) are integrated circuits that convert bytes from the computer bus into serial bits for transmission. By providing surplus memory in a buffer, UARTs help your applications overcome the factors that slow down your system. collapse

  • Manual... 
  • DIN Rail RS-232/RS-485 to Fiber Driver
    Installation and User Guide (9/9/2013)
 

Black Box Explains...Low-profile PCI serial adapters.

Ever notice that newer computers are getting smaller and slimmer? That means regular PCI boards won’t fit into these computers’ low-profile PCI slots. But because miniaturization is the rage in... more/see it nowall matters of technology, it was only a short matter of time before low-profile PCI serial adapters became available—and Black Box has them.

Low-profile cards meet the PCI Special Interest Group (PCI-SIG) Low-Profile PCI specifications, the form-factor definitions for input/output expansion. Low-Profile PCI has two card lengths defined for 32-bit bus cards: MD1 and MD2. MD1 is the smaller of the two, with cards no larger than 4.721 inches long and 2.536 inches high. MD2 cards are a maximum of 6.6 inches long and 2.536 inches high.

BLACK BOX® Low-Profile Serial PCI cards comply with the MD1 low-profile specification and are compatible with the universal bus. Universal bus is a PCI card that can operate in either a 5-V or 3.3-V signaling level system. collapse

  • Manual... 
  • DIN Rail RS-232/RS-485 to Fiber Driver
    Installation and User Guide (5/4/2013)
 

Black Box Explains...Layer 2, 3, and 4 switches.



...more/see it now
OSI Layer Physical
Component
7-Application Applicaton Software

LAN-Compatible Software
E-Mail, Diagnostics, Word Processing, Database


Network Applications
6-Presentation Data-
Conversion Utilities
Vendor-Specific Network Shells and Gateway™ Workstation Software
5-Session Network Operating System SPX NetBIOS DECnet™ TCP/IP AppleTalk®
4-Transport Novell® NetWare® IPX™ PC LAN LAN Mgr DECnet PC/TCP® VINES™ NFS TOPS® Apple
Share®
3-Network Control
2-Data Link Network E A TR P TR E TR E E E P E P
1-Physical E=Ethernet; TR=Token Ring; A=ARCNET®; P=PhoneNET®

With the rapid development of computer networks over the last decade, high-end switching has become one of the most important functions on a network for moving data efficiently and quickly from one place to another.


Here’s how a switch works: As data passes through the switch, it examines addressing information attached to each data packet. From this information, the switch determines the packet’s destination on the network. It then creates a virtual link to the destination and sends the packet there.


The efficiency and speed of a switch depends on its algorithms, its switching fabric, and its processor. Its complexity is determined by the layer at which the switch operates in the OSI (Open Systems Interconnection) Reference Model (see above).


OSI is a layered network design framework that establishes a standard so that devices from different vendors work together. Network addresses are based on this OSI Model and are hierarchical. The more details that are included, the more specific the address becomes and the easier it is to find.


The Layer at which the switch operates is determined by how much addressing detail the switch reads as data passes through.


Switches can also be considered low end or high end. A low-end switch operates in Layer 2 of the OSI Model and can also operate in a combination of Layers 2 and 3. High-end switches operate in Layer 3, Layer 4, or a combination of the two.


Layer 2 Switches (The Data-Link Layer)

Layer 2 switches operate using physical network addresses. Physical addresses, also known as link-layer, hardware, or MAC-layer addresses, identify individual devices. Most hardware devices are permanently assigned this number during the manufacturing process.


Switches operating at Layer 2 are very fast because they’re just sorting physical addresses, but they usually aren’t very smart—that is, they don’t look at the data packet very closely to learn anything more about where it’s headed.


Layer 3 Switches (The Network Layer)

Layer 3 switches use network or IP addresses that identify locations on the network. They read network addresses more closely than Layer 2 switches—they identify network locations as well as the physical device. A location can be a LAN workstation, a location in a computer’s memory, or even a different packet of data traveling through a network.


Switches operating at Layer 3 are smarter than Layer 2 devices and incorporate routing functions to actively calculate the best way to send a packet to its destination. But although they’re smarter, they may not be as fast if their algorithms, fabric, and processor don’t support high speeds.


Layer 4 Switches (The Transport Layer)

Layer 4 of the OSI Model coordinates communications between systems. Layer 4 switches are capable of identifying which application protocols (HTTP, SNTP, FTP, and so forth) are included with each packet, and they use this information to hand off the packet to the appropriate higher-layer software. Layer 4 switches make packet-forwarding decisions based not only on the MAC address and IP address, but also on the application to which a packet belongs.


Because Layer 4 devices enable you to establish priorities for network traffic based on application, you can assign a high priority to packets belonging to vital in-house applications such as Peoplesoft, with different forwarding rules for low-priority packets such as generic HTTP-based Internet traffic.


Layer 4 switches also provide an effective wire-speed security shield for your network because any company- or industry-specific protocols can be confined to only authorized switched ports or users. This security feature is often reinforced with traffic filtering and forwarding features.

collapse

Results 1-10 of 45 1 2 3 4 5 > 

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