What is a patch panel?

Solution 1:

This is a patch panel:

alt text

From Wikipedia:

A patch panel or patch bay is a panel, typically rackmounted, that houses cable connections. One typically shorter patch cable will plug into the front side, whereas the back holds the connection of a much longer and more permanent cable.

The assembly of hardware is arranged so that a number of circuits, usually of the same or similar type, appear on jacks for monitoring, interconnecting, and testing circuits in a convenient, flexible manner.

Regarding your question about what's the difference between a patch panel and a switch: a patch panel has no "intelligence." It's simply used for connecting cables.

Solution 2:

splattne has covered what a patch panel is, and why it's different to a switch.

To answer the last part of your question: the reason that host network connections don't go direct to switches is generally to do with ease of management. For example, desk locations on an office floor can be cabled back to a wiring closet patch panel which is labeled with the locations. You can then connect short patches ('tails' or 'whips') between the patch panel and the switch. This makes re-patching desk locations (for user moves etc) much simpler, as the desk->patch panel runs don't need to be touched at all.

In a data centre, a similar argument applies. If a server needs to be moved to a different subnet that is on a different physical switch to the one it's connected to, having intermediate patch panels is very useful. For example, many server rooms have an MDF (master distribution frame); all servers and all switch ports are cabled back to labeled patch panels on this frame. Then, creating a connection between a server and a switch is a simple case of a patch between two ports on the frame, rather than needing to have floor tiles lifted to run a new end-to-end patch.

EDIT: To add a few sample cabling topologies:

1) User floors.

[host]<<--patch-->>[floor port]<<--structured cabling-->>[wiring closet patch panel]<<--harnessed/bundled cabling-->>[wiring closet access switch]

2) Data centres, centralised access.

[host]<<--patch-->>[cabinet patch panel]<<--structured cabling-->>[master frame patch panel A]<<--patch-->>[master frame patch panel B]<<--harnessed/bundled cabling-->>[data centre access switch]

Note in the above, you could have another cabinet patch panel in the switch cabinet; however when using large modular switches (240+ ports per chassis), providing that many patch panel ports tends to use up valuable U-space in the cabinet; hence why these connections are often directly harnessed back to the master frame.

3) Data centres, distributed access (end of row).

[host]<<--patch-->>[cabinet patch panel]<<--harnessed/bundled cabling-->>[end of row access switch]

This kind of topology is often used with blade deployments, as the number of blade chassis you have deployed dictates precisely the number of ports you need to provision. Note the reduced physical flexibility, however - hosts must be cabled to switches in the same row. Your logical network design should take this into account.

4) Data centres, distributed access (top of rack).

[host]<<--patch-->>[top of rack access switch]

Potentially useful where you have a very homogeneous datacentre with lots of nodes with identical requirements.

Note these are just some examples - there are plenty of other approaches as well.


Solution 3:

The counterpart to a network jack!

If you have big networks, you use CAT5e & CAT7 wires which are thicker than patch wires. From the Jack to your notebook, you've to use a patch wire.

To connect every network cable to the core switch which comes from the network jacks you need a big "panel" to patch the wires to the switches. That's the patch panel.

The inner life of a patch panel is similar to a network jack:

inner patch panel

Patch panels are there to deal with big masses of cables!


Solution 4:

The reason we use "patch panels" instead of terminating cables into ends is that a patch panel supports the cabling coming into the server room, protects the terminations from being knocked loose -- and terminating into a patch panel is extremely fast and easy. The punchdown tool used makes it a trivial task taking ~10 seconds per cable end to terminate, whereas putting ends on each cable and labeling them would take much longer.

The patch panel also helps keep the bundle of cables all neat coming into the closet. It is much easier to manage a number of 1.5' patch cables going between to firmly mounted units than it is to wield a stack of 50 cables.

Its also the way the telco does it historically.


Solution 5:

I realize that there are lots of answers to this question already, but I have a simple way of looking this:

Think of a wall jack as a mini-patch panel. You wouldn't run a line from your switch directly to a particular PC, right? Well, you wouldn't run a line from a wall jack directly to a switch.

If you did run a line directly to a PC, you'd run into the inevitable problems like "what happens when the person wants to move their computer three feet and the line isn't long enough?"

Likewise, if you run a line directly to a switch, what happens when you need to plug that same line into a different switch in a nearby rack? Dang, the cable is an inch short!

So, any run through a building should be terminated at both ends... at patch panels and / or wall jacks. These runs are used for covering distance, and should not limit how you arrange the hardware that will eventually jack into these lines.

There are other benefits such as simplified labeling, connecting different cable types (solid to stranded), switch wear and tear, etc, but really a patch panel is just a nice way to terminate a bunch of lines that need to get from some other places to "around here somewhere". You'll see the same in plain old telephone systems: every phone jack on the wall is running to a punch block (same purpose as a patch panel) that's mounted somewhere near the telephone switch.