Categories (x) > Networking > Switches > Commercial/Office Grade (x)

Results 11-20 of 71 < 1 2 3 4 5 > >> 

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


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


Black Box Explains...Ethernet.



If you have an existing network, there’s a 90% chance it’s Ethernet. If you’re installing a new network, there’s a 98% chance it’s Ethernet—the Ethernet standard is... more/see it nowthe overwhelming favorite network standard today.


Ethernet was developed by Xerox®, DEC®, and Intel® in the mid-1970s as a 10-Mbps (Megabits per second) networking protocol—very fast for its day—operating over a heavy coax cable (Standard Ethernet).


Today, although many networks have migrated to Fast Ethernet (100 Mbps) or even Gigabit Ethernet (1000 Mbps), 10-Mbps Ethernet is still in widespread use and forms the basis of most networks.


Ethernet is defined by international standards, specifically IEEE 802.3. It enables the connection of up to 1024 nodes over coax, twisted-pair, or fiber optic cable. Most new installations today use economical, lightweight cables such as Category 5 unshielded twisted-pair cable and fiber optic cable.


How Ethernet Works

Ethernet signals are transmitted from a station serially, one bit at a time, to every other station on the network.


Ethernet uses a broadcast access method called Carrier Sense Multiple Access/Collision Detection (CSMA/CD) in which every computer on the network “hears” every transmission, but each computer “listens” only to transmissions intended for it.


Each computer can send a message anytime it likes without having to wait for network permission. The signal it sends travels to every computer on the network. Every computer hears the message, but only the computer for which the message is intended recognizes it. This computer recognizes the message because the message contains its address. The message also contains the address of the sending computer so the message can be acknowledged.


If two computers send messages at the same moment, a “collision” occurs, interfering with the signals. A computer can tell if a collision has occurred when it doesn’t hear its own message within a given amount of time. When a collision occurs, each of the colliding computers waits a random amount of time before resending the message.


The process of collision detection and retransmission is handled by the Ethernet adapter itself and doesn’t involve the computer. The process of collision resolution takes only a fraction of a second under most circumstances. Collisions are normal and expected events on an Ethernet network. As more computers are added to the network and the traffic level increases, more collisions occur as part of normal operation. However, if the network gets too crowded, collisions increase to the point where they slow down the network considerably.


Standard (Thick) Ethernet (10BASE5)


  • Uses “thick” coax cable with N-type connectors for a backbone and a transceiver cable with 9-pin connectors from the transceiver to the NIC.
  • Both ends of each segment should be terminated with a 50-ohm resistor.
  • Maximum segment length is 500 meters.
  • Maximum total length is 2500 meters.
  • Maximum length of transceiver cable is 50 meters.
  • Minimum distance between transceivers is 2.5 meters.
  • No more than 100 transceiver connections per segment are allowed.
Thin Ethernet (ThinNet) (10BASE2)


  • Uses "Thin" coax cable.
  • The maximum length of one segment is 185 meters.
  • The maximum number of segments is five.
  • The maximum total length of all segments is 925 meters.
  • The minimum distance between T-connectors is 0.5 meters.
  • No more than 30 connections per segment are allowed.
  • T-connectors must be plugged directly into each device.
Twisted-Pair Ethernet (10BASE-T)


  • Uses 22 to 26 AWG unshielded twisted-pair cable (for best results, use Category 4 or 5 unshielded twisted pair).
  • The maximum length of one segment is 100 meters.
  • Devices are connected to a 10BASE-T hub in a star configuration.
  • Devices with standard AUI connectors may be attached via a 10BASE-T transceiver.
Fiber Optic Ethernet (10BASE-FL, FOIRL)


  • Uses 50-, 62.5-, or 100-micron duplex multimode fiber optic cable (62.5 micron is recommended).
  • The maximum length of one 10BASE-FL (the new standard for fiber optic connections) segment is 2 kilometers.
  • The maximum length of one FOIRL (the standard that preceded the new 10BASE-FL) segment is 1 kilometer.
collapse

  • Quick Start Guide... 
  • 10-Port Gigabit Managed Switch Quick Start Guide
    Quick Start Guide for the LGB1108A (Version 1)
 
  • Manual... 
  • Web Smart Gigabit Ethernet Switch User Manual
    User Manual for the LGB708 (Version 1)
 

Black Box Explains...SFP, SFP+, and XFP transceivers.

SFP, SFP+, and XFP are all terms for a type of transceiver that plugs into a special port on a switch or other network device to convert the port to... more/see it nowa copper or fiber interface. These compact transceivers replace the older, bulkier GBIC interface. Although these devices are available in copper, their most common use is to add fiber ports. Fiber options include multimode and single-mode fiber in a variety of wavelengths covering distances of up to 120 kilometers (about 75 miles), as well as WDM fiber, which uses two separate wavelengths to both send and receive data on a single fiber strand.

SFPs support speeds up to 4.25 Gbps and are generally used for Fast Ethernet or Gigabit Ethernet applications. The expanded SFP standard, SFP+, supports speeds of 10 Gbps or higher over fiber. XFP is a separate standard that also supports 10-Gbps speeds. The primary difference between SFP+ and the slightly older XFP standard is that SFP+ moves the chip for clock and data recovery into a line card on the host device. This makes an SFP+ smaller than an XFP, enabling greater port density.

Because all these compact transcievers are hot-swappable, there’s no need to shut down a switch to swap out a module—it’s easy to change interfaces on the fly for upgrades and maintenance.

Another characteristic shared by this group of transcievers is that they’re OSI Layer 1 devices—they’re transparent to data and do not examine or alter data in any way. Although they’re primarily used with Ethernet, they’re also compatible with uncommon or legacy standards such as Fibre Channel, ATM, SONET, or Token Ring.

Formats for SFP, SFP+, and XFP transceivers have been standardized by multisource agreements (MSAs) between manufacturers, so physical dimensions, connectors, and signaling are consistent and interchangeable. Be aware though that some major manufacturers, notably Cisco, sell network devices with slots that lock out transceivers from other vendors. collapse

  • Manual... 
  • Gigabit Managed Switch CLI Guide
    CLI Guide for the LGB1126A and LGB1148A (Version 1)
 
  • Manual... 
  • PoE+ Gigabit Managed Switch Eco User Manual
    User Manual for the LPB2810A, LPB2826A, and LPB2848A (Version 1)
 
  • Manual... 
  • PoE L2 Managed Gigabit Switch with 1000BASE-TX Ports, Dual-Media RJ-45/SFP Ports User Manual
    User Manual for PoE L2 Managed Gigabit Switch with 1000BASE-TX Ports, Dual-Media RJ-45/SFP Ports (2)
 

Black Box Explains...Single-strand fiber WDM.

Traditional fiber optic media converters perform a useful function but don’t really reduce the amount of cable needed to send data on a fiber segment. They still require two strands... more/see it nowof glass to send transmit and receive signals for fiber media communications. Wouldn’t it be better to combine these two logical communication paths within one strand?

That’s exactly what single-strand fiber conversion does. It compresses the transmit and receive wavelengths into one single-mode fiber strand.

The conversion is done with Wave-Division Multiplexing (WDM) technology. WDM technology increases the information-carrying capacity of optical fiber by transmitting two signals simultaneously at different wavelengths on the same fiber. The way it usually works is that one unit transmits at 1310 nm and receives at 1550 nm. The other unit transmits at 1550 nm and receives at 1310 nm. The two wavelengths operate independently and don’t interfere with each other. This bidirectional traffic flow effectively converts a single fiber into a pair of “virtual fibers,” each driven independently at different wavelengths.

Although most implementations of WDM on single-strand fiber offer two channels, four-channel versions are just being introduced, and versions offering as many as 10 channels with Gigabit capacity are on the horizon.

WDM on single-strand fiber is most often used for point-to-point links on a long-distance network. It’s also used to increase network capacity or relieve network congestion. collapse

Results 11-20 of 71 < 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