Templates Nie Ok Tak?...

Clock


ShoutMix chat widget

Followers

Visitor Counter

Sunday, January 16, 2011

CAT 7 Cable

Features of the cable:

As shown in figure 1, Category 7 or Class F cable has four individually foiled twisted pairs that are bundled together and surrounded by either an additional foil(F/FTP) or braided screen (S/FTP). The redundant screening or shielding provides more consistent transmission characteristics among each of the pairs.It also substantially reduces inter-pair and alien crosstalk.
Inter-pair crosstalk is the tendency for signals carried by one pair to interfere with one or more of the other four pairs in the cable. Alien crosstalk describes the condition where interfering signals are coupled into a cable from another adjacent cable, a nearby power source, wireless communications device or electrical equipment. Unlike Category 5/6 cable, the individually shielded pairs don’t rely on varying twist rates to control crosstalk. Each pair is twisted at nearly an identical rate, rendering closely matched propagation speeds. This minimizes inter-pair skew.

Despite its differences in construction and specifications, Category 7 can support legacy Category 5/6 infrastructure. Cross connection patch cables and patch panels are available to adapt standard RJ-45 connections to the Category 7 environment.












Figure 1



























Read more...

Tuesday, January 11, 2011

How to Make Firefox Faster

Here are some of the things that I did that helps make Firefox more faster:

1. Type about:config into the Firefox URL/address bar and hit ENTER. You will be warned that you might void your warranty if you change some advanced settings, but just go on and trust me :-)

2. Inside the Firefox configuration page, scroll down and look for the following entries:

network.http.pipelining
network.http.proxy.pipelining


Set their values to “true” by double-clicking each one of them.

3. Next up, find this entry:

network.http.pipelining.maxrequests

Double-click and set the value to 30.

4. Right-click anywhere inside the config page and select New --> Integer. Name it nglayout.initialpaint.delay and set the value to “0″.

That's all...

Read more...

Crossed and Straight cables - when to use them



The following diagram shows the Normal use of Crossed and Straight cables (see also the notes below).

Notes:

1.We show Straight cables as BLUE and Crossed as RED. That is our convention. The cable color can be anything you choose or, more likely, the vendor decides.

2.To avoid the need for Crossed cables many vendors provide UPLINK ports on Hubs or Switches - these are specially designed to allow the use of a STRAIGHT cable when connecting back-to-back Hubs or Switches. Read the manufacturers documentation carefully.

3.Increasingly vendor hubs (can you still buy them) and switches will auto-detect the connection type and internally switch the connectors so that STRAIGHT cables can be used everywhere.

Original Post from www.zytrax.com

Read more...

Monday, January 10, 2011

Guide to Network Switch or Hub

Original Post By Drew Dunn @ freepctech.com

Home networking is a booming business these days, driven by the very low cost of almost anything relating to computers. You can head down to your local computer store and buy a box with everything that you need to set up your own local area network (LAN) and share files and play games to your heart's content.

There are plenty of choices to be made, and one of the most confusing is whether to use a switch or a hub to connect your computers.

A little background will probably help. In the old days of computer networking, there used to be very few choices for connecting computers. You could use coaxial cable, also called "ThinNet". All of the computers connected in a line, one computer to the next, sort of like a long cable with computers attached to it. Network architects called this sort of thing a bus topology.

Another choice was to connect the computers together using twisted pair cables, almost like telephone wire, with a central hub or concentrator, to connect everything together. This kind of assembly was called a star topology, or sometimes "hub and spoke".

There were also variations on the two themes that combined both bus and star topologies, sometimes with dizzying levels of confusion.

Each method had its strengths and weaknesses, trading price for performance and vice versa. Ultimately, the star topology won out because it became the lowest cost, high performance method on the market. It's what we use today.

The early concentrators were all hubs. A hub is a fairly simple device that effectively connects all of the ports together, adds some logic for detecting errors and moves data in from one system and out to every other system. They're cheap and a virtual no-brainer to configure. But they aren't the best of performers because a hub can't establish a direct connection from one computer to another. When a data packet is transmitted from one computer, it actually goes to all of the computers, although only the destination computer receives the data. When large numbers of data packets are moved, the network slows down because in the process of moving data from one computer to another, every computer sees it, tying up bandwidth. Also, if two packets enter the network at the same time, the packets collide with each other, which means that they must be retransmitted, wasting more time.

As time passed, smarter hubs entered the networking scene. These were called switches because they were capable of actually switching data from one port directly to another. That meant faster network performance and fewer errors. Packets could be sent directly from one computer to another without wasting the bandwidth of the entire network attached to that switch.

The switch accomplishes its task by using a little bit of intelligence. Many switches on the market today actually hold an entire packet in a buffer, then "look" inside the packet for its destination address, then route the packet directly to the destination. That saves precious network bandwidth, since only two computers are involved with the data exchange, instead of all of them. And once the packet is exchanged, the switch "knows" how to route future packets to their destinations, since it has now associated an IP address to a MAC (Media Access Control) address, a unique identifier to each network card.

Switches also tend to reduce network collisions by monitoring the network as specified by IEEE 802.3. Without delving into technological gobbledygook, the switch examines the network lines and holds any packets that would result in a collision until the lines are clear. That specification also allows switches to detect packets with errors and direct the computer to resend them.

Most switches are capable of full duplex. Many times this is advertised as something like "200Mb/s bandwidth", but that's just marketing spin. Full duplex means that data can simultaneously travel to and from a system on the network. No matter what the box says, the fastest you can go on a 100Mb network is 100Mb each way. Of course, your network card must also support full duplex operation.

So, this probably makes switches look like a very tasty option in your network. And you're right. Four or five port switches are in the US$100.00 range, with similar hubs going for less than half of that. But as nice as switches seem, there is still a market for hubs.

If you only have two or three computers on your network, a switch may be overkill, unless you're transferring a lot of data between all three systems. You'll probably find that you just don't move enough data to generate any packet collisions.

On the other hand, if you've got four or more systems, you'll probably want to take a close look at a switch. Data transfers and online games can quickly clog up your network if you're using all of the computers at once. While you won't be able to increase your bandwidth, a switch will more effectively use what you have. Also, if you have just a couple of computers now, but you're going to expand in the future, get a switch so that you'll be ready.

Other situations may call for combinations of switches and hubs. When switches were new and very expensive, they were usually used to connect different hubs together to form larger networks of hubs. Although traffic could potentially become bogged down within a particular hub's network, that slowdown wouldn't affect systems outside of the hub.

In a home network, you probably won't come across that sort of situation, but if you've got more than one hub in your network, you may want to consider connecting the hubs to a switch instead of to each other.

The bottom line comes down to the number of computers in your network and the size of your wallet. Even though hubs are very cheap, switches aren't too much more expensive. If you've got more than a few computers to network and your wallet isn't too thin, it's probably worth your while to consider a switch.



Read more...