Why PyCon 2010's Conference Wi-Fi Didn't Melt Down 145
jafo writes "There's been a lot of teeth gnashing going on recently about broken wireless at conferences. We just wrapped up PyCon 2010, with around 600 (out of 1,000) attendees simultaneously accessing the volunteer-run network, and response has been fairly positive. 2.4GHz (802.11b/g) continues to be problematic, but most users were on 5.2GHz (using 802.11n) and associating at 130mbps, with a 100mbps link to the net (though after the fact we found that 35mbps would have sufficed). My PyCon 2010 wrap-up reveals all the secrets of how we did it, including pretty bandwidth and user graphs."
On units and their prefixes (Score:2, Insightful)
Editors, please do your job before you accept a story - that's an easy way to make Slashdot much better. In this particular story, it would have been easy - no research required. As I'm sure almost everyone here knows, m != M. Also, what is wrong with "b/s" instead of "bps"? (Also, how do I write non-ASCII characters here?)
Re:On units and their prefixes (Score:5, Funny)
(Also, how do I write non-ASCII characters here?)
What makes you think you can, huh? Just because url's can contain them and the civilized portion of the net is already fine with them?
Re: (Score:1)
writes about millibits while meaning megabits.
Re: (Score:2, Informative)
For some, like ä, ß, €, you can just use the HTML entities (ä, ß, €). More esoteric ones like ॐ just won't work.
high UIDs can't triforce (Score:2)
Re: (Score:3, Funny)
Re:On units and their prefixes (Score:5, Insightful)
Just FYI, the "job" of a Slashdot "editor" involves scoring Rob Malda some weed when you were at community college together, writing a very small shell script to post every 25th story submission, then scarfing beer and cheetos while playing in the Furry zone of Second Life for the rest of your "career".
Mod hints: -1 Troll, +1 Informative, +1 Insightful
Re: (Score:2, Funny)
Re: (Score:1)
Most books on computer networks that I have seen use bps. But I haven't seen many. I suppose the counter question would then be: What's wrong with "bps" instead of "b/s"?
Re:On units and their prefixes (Score:5, Interesting)
What's wrong with "bps" instead of "b/s"?
"Per" is a word that does not work in all languages, whereas "/" is a universal mathematical symbol. Even non-scientists use units like km/h, at least in Europe.
Re: (Score:3, Insightful)
Re: (Score:2)
Re: (Score:2)
Is "per" even an English word originally? Looks like something we pillaged from Latin or wherever.
Re: (Score:2)
b (bits) and s (second) don't work in all languages either.
Not the full words, but the same abbreviations are used everywhere. I admit my original argument on "per" was a bit hazy in this sense. But these are mathematical quantities, so we can use mathematical symbols for clarity and brevity. Mathematically, "bps" looks like b times p times s, which is not intended.
For example, here in the Nordic countries, the words for "hour" begin with a "t", but we still use km/h to denote speed in kilometres per hour. The same unit is used all over the world and understood
Re: (Score:2)
I guess it is a good thing that humans are good at deducing things from context then. Realistically, nobody familar enough with networking to even know what b/s means will be confused by bps. This is needless pedantry.
Where does 'b' mean byte? I have never seen that in literature, and the only times I've seen it written in conversations it can generall
Re: (Score:3, Insightful)
Where does 'b' mean byte? I have never seen that in literature, and the only times I've seen it written in conversations it can generally be attributed to laziness, often accompanied by a lack of capitalization at all.
I once filed a bug about an application that used kb/s to denote kilobytes per second. It was changed to kB/s for a while, but pretty soon reverted to the lazy form. At least they used / though :)
Here's a nice example from the manpage of tc, part of iproute2:
Re: (Score:2)
Apparently it is in (at least) IEEE 1541. b is for bits, B is for bytes.
Re: (Score:2)
Over here the word for hour begins with j. But people understand both km/h and kph.
Lowercase b = bit. Uppercase B = byte.
Re: (Score:2)
I had a little giggle in Denmark at a 2-hour parking spot labelled "2 timer"
Re: (Score:2)
If anyone is in an IT related field and knows the difference between a 'bit' and a 'Byte', I guarantee you that they also know what the word 'per' means.
Agreed, perhaps this is only a matter of style. As a scientist I would never write something like mps for metres/second, even though the spoken unit is "metres per second". It would look silly and unprofessional, and I've already explained the point about mathematical symbols elsewhere in this thread.
Re: (Score:3, Insightful)
In the US, mpg, mph and bps are used almost exclusively. They aren't "scientific" or "mathematical" expressions, but vernacular that took over all uses, regular, technical, and such. If you have a problem w
Re: (Score:2)
p is SI prefix for pico. So bps could be interpreted as bit-picoseconds.
Re: (Score:2)
yeah but: bits * picosecond (bps)
doesn't make much sense, it would need to be bits / picosecond.
Re: (Score:2)
It's common to have Nm (Newton metres aka. Joules) and kgm/s when working with SI units. So bs (bit seconds) could be a unit, regardless of whether or not it has any use.
As for bps = bits/picosecond, you'd need 2 ps for that, which only emphasizes its ambiguity. Besides, basic algebra states that 'xy=x*y' and 'x/y = x÷y', so it wouldn't make any sense.
Re: (Score:2)
> It's common to have Nm (Newton metres aka. Joules) and
> kgm/s when working with SI units. So bs (bit seconds)
> could be a unit, regardless of whether or not it has any use.
I understand all this, I meant not much sense in the context we were speaking about, for bandwidth usage and even then. And context is important, even in science.
Units like Kilowatt * hour, kW-h make sense because you end up with a realistic unit once we simplify the units used: 1 kWh = 3.6 megajoules.
Units for bandwidth have
Re: (Score:2)
Sorry but I still can't envision what a bit * picosecond could represent in the context of bandwidth.
I never said it had to represent something, only that under the accepted notation it would mean something completely different.
Re: (Score:2)
Thank you. I agree completely. Units are important and are not just letters to be applied willy-nilly. The m and M are not lower and upper case versions of a letter they are completely different symbols.
Re: (Score:2)
(Also, how do I write non-ASCII characters here?)
Only the printable ascii table and extended ascii table seem to be supported. If the HTML ascii code (e.g. é=é) is greater than 255 (a.k.a. ÿ), then you can't get there from here. This fact has been pointed out by many users... no unicode, no change.
Re: (Score:2)
> If the HTML ascii code (e.g. é=é) is greater than 255...
It should have been: "If the HTML code (e.g. é=é) is greater than 255"...
ASCII codes can't be greater than 255 and this is extended ASCII ;-))
http://www.asciitable.com/ [asciitable.com]
I realize that you already seem to understand this, you probably just made a mistake typing... ;-)
Re: (Score:2)
There are some HTML entities that work. — = [—], ” = [”], “ = [“], ‘ = [‘], ’ = [’], and so on. But I don’t know which ones are allowed, and which ones not. … for example, is not allowed: []. Even hexadecimal ones only work when allowed as normal entities.
I haven’t found much use for others here. Although I wish, mathematical symbols would work. As I have a ton of them on my keyboard layout [neo-layout.org].
Re: (Score:2)
Sean
Typo in model number (Score:3, Informative)
Re: (Score:2)
Newegg Review (Score:2)
I avoid conference WiFi's... (Score:5, Interesting)
Because of the notorious slow conference WiFi's I have learned a new trick...
I use 3G networks. Since I live in Europe it would be expensive except I get pay-per-day for the country and that averages around 4 to 5 USD per day. That is great considering I can get 3G within restaurants, in my hotel room, and where ever else... Beats having to figure things out with the Wifi...
Re: (Score:2)
Since I live in Europe it would be expensive except I get pay-per-day for the country and that averages around 4 to 5 USD per day.
Does that mean you have a single SIM card (or rather, a UICC card, as I believe it's called) and use that in all countries or do you have to order a new one for every place you visit?
Re: (Score:3, Insightful)
probably picks up a pay-as-you-go at the airport of whatever nation he happens to visit.
Re: (Score:2)
Elaborating on the previous user's question:
If you are using a different SIM for the "other country" provider, where do you typically start looking to shop?
If you are using your own SIM, if you were in a position like myself (US resident considering travel/vacation in Europe) - How would you go about getting a short-term SIM/finding one in your given country?
Every time I've looked into SIMs in other countries, the solutions I've found have been extremely expensive and despite Europe not doing the contract t
Re: (Score:2)
For France, here's what a quick search came up with:
- day pass @ 2 euros up to 10 megs, 8 euros then, for PC, need 3G dongle
- day pass @ 9 euros for mobile phone
- 15h pass @ 40 euros for mobile phone
from
http://www.sfr.fr/internet-mobile/offres-internet-mobile-cle-internet-3g/les-offres-internet-3g-?vue=00235e&addFilter=&usage=occasionnel&sfrintid=hbolmid_off_pass_bolmid [www.sfr.fr]
http://www.laboutique.bouyguestelecom.fr/forfaits-mobiles-offres-internet/forfaits-internet-mobile-3g-147_g.html#nogo [bouyguestelecom.fr]
I think the
Re: (Score:2)
Sean
More such reports, please! (Score:5, Interesting)
Even though it's just a short report, it's going to be very valuable for anyone doing similar work, be it for a conference or for a more permanent setup. No textbook is going to protect against those "oh crap, why didn't I think of it before?" moments like some actual experience would, and this posting is the next best thing after actually having someone with experience on site. And this works for any field of applied technology, not just wireless networking.
So, thanks and be back with some more soon!
Nothing to see here, move along (Score:4, Informative)
http://serverfault.com/questions/72767/why-is-internet-access-and-wifi-always-so-terrible-at-large-tech-conferences [serverfault.com]
Re:Nothing to see here, move along (Score:5, Informative)
Of course, the top answer to the question you link to comes from Sean (Jafo), the same person who authored the story submitted here. Sean's been nothing short of a hero @ PyCon for a number of years now – the one or two times we tried to replace him with a sub-contracted internet solution, it always ended painfully... or, well, more rightly, with Sean coming in and saving the day.
So, as someone who has worked with Sean on making PyCon happen, I can say, without a doubt, that he really knows how to get it done. My hat's off to him and Tummy.com
Re: (Score:2, Insightful)
If he's so great why did you try to replace him?
Re:Nothing to see here, move along (Score:5, Informative)
For the first year or two, Sean was an unpaid volunteer, and the wireless was an all-volunteer effort. We felt bad about using up all his conference time, so we hired a company to run the network -- they're professionals, so everything should work fine, right? -- and Sean ended up helping them diagnose problems, using up *even more* of his conference time. Now we just pay Sean.
Re: (Score:3, Interesting)
Re: (Score:3, Interesting)
That wouldn't happen to be the system I sold you, would it?
IETF meetings solved this 2 years ago (Score:5, Informative)
IETF meetings are larger (1200+ typically), and basically everyone has an uses a laptop / pda, so they make for a demanding wireless environment [ietf.org]. After some really bad experiences, resources were put into this, and the last few years, things have really improved.
What we have found is that
- it is necessary to have good gear (not all access points are created equal)
- To serve a lot of people, lower the power per access point, and put in a lot of them. Raising the power because of poor reception is a mistake.
- having both 2 GHz and 5 GHz networks really helps.
- telling attendees how to turn off "ad hoc" mode on their computers really helps.
- tracking down ill-configured boxes doing bad things on the network really helps.
Having said that, most recent IETF meeting sponsors have chosen to pay for professional wireless network providers. This is not trivial, and there is no better way to cause a flame war than to have the WLAN melt down.
Re: (Score:2)
Re: (Score:2)
Is there a good place that lists which equipment is good and which isn't?
Re: (Score:3, Interesting)
At what point does it become cheaper (or comparable) to just run a CAT6 cable to every seat in the conference room? I mean, movie theaters and airplanes have that for headphones. Every laptop I've seen has an Ethernet jack... You
Re: (Score:2)
Now if the facility manager thought to do this the next time they redo the carpeting, that'd be awesome for tech conferences.
But I think having a grid of floor boxes dense enough would make the floor rough to walk on when arranged as a vendor hall or dining room.
Re: (Score:2)
Have you ever actually been to a conference? There are rows upon rows upon rows of chairs in large, or sometimes VERY large rooms. WTF are you talking about, run a CAT6 to every seat?
Re: (Score:2)
OMG, "rows upon rows"? For a total of — pinky-to-mouth — 1000 people? Puhlease... Sure, it is going to cost money, but so will arranging a WiFi access for the same crowd.
Ever been to Metropolitan Opera? There is small display in every seat showing English translation for the currently-performed aria — and I doubt, MET is unique among opera theaters in that
Re: (Score:2)
When you are only meeting once in a given location, get access to the venue a few days in advance, and also don't have the ability to rewire things, putting in jacks and wiring for 1000+ people is not competitive. It's hard enough just giving them a power jack (an IETF requirement).
Plus, people much prefer the wireless. Even in areas where wireline Ethernet is available, most people use the wireless.
Re: (Score:2)
Yes, if you don't own the location, you don't want to do this... I had the impression, though, that you do. Or, at least, meet at the same location every time. If I owned a conference hall, I would have done that — and billed a little extra going forward.
Can't explain this... In my opinion, WiFi is the "Plan B" — a fall-back if the real Ethernet is not available... Perhaps, the
Re: (Score:2)
What about directional antennas to have any given AP hear fewer clients?
Re: (Score:2)
One thing I didn't really m
Piffle. (Score:3, Interesting)
The bimonthly IEEE 802.11 standards meetings are co-located with other 802 wireless working groups (802.15, 16, et al.) and regularly have attendance from 600-1000 persons, substantially all of whom are active on 2.4GHz (802.11b/g) substantially all the time the meetings are in session (it's required to register session attendance, upload and download documents, etc., but is largely used for Internet-based multitasking). These networks have worked flawlessly for years. They are specially-built for the meetings by VeriLAN Event Services [verilan.com], a company specializing in network services for special events. Their web site claims that they have supported events with up to 5000 simultaneous users.
Re: (Score:3, Funny)
Verilan and Swisscom are the IETF's providers at the present, for when the sponsor doesn't want to do it themselves.
When sponsors do do it themselves (generally because they sell wireless gear) I would advise them to be afraid. I still remember a poor sales-engineer from a previous meeting (that did not go well in a wireless sense) being told they had implemented some piece of the standard wrong, by engineers who had helped to write the standard. After a few rounds of that, he started visibly flinching when
Hmm, other equipment options? (Score:3, Interesting)
I don't like the dual-band routers much - they always seem to do a crap job serving both bands, even in the rare cases that the router supports it.
$300 each for those Netgear APs sounds ridiculous when you can get carrier-grade equipment (such as Ubiqiti Rocket series units) for far less. Instead of getting dual-band stuff, just set up independent 2.4 GHz and 5 GHz networks.
Re: (Score:2)
I found it interesting that they used netgear products as well. I use to use a lot of netgear, however, the stuff I have used in the last 5 years have been complete and utter crap. Dieing in a year, and the replacements dieing in a year as well. Although, they do have a nice list of supports xyz technologies.
I know their office grade is different than their home/soho stuff but my home network which was built 2-3 years ago had 6 different netgear products now only has 1, replacing them with Dlink. In fac
A few other things... (Score:2)
GAH. Somehow I typed this all up but forgot to hit submit...
My experience is that in addition to few routers/APs doing simultaneous dual-band, many don't allow you to do different modes on the two bands.
802.11n degrades severely in the presence of legacy devices, and it's a spectrum hog. So N in the 2.4 GHz band is a bad idea - my experience is that every 2.4 GHz N solution I've worked with has performed worse than a good 802.11g router with an external antenna.
802.11n works pretty well in the 5 GHz band
Re: (Score:2)
Remember, this is all volunteer run, so doubling the number of APs to setup, tear down, and manage was something I wanted to avoid. Also, the Ubiquity gear mostly is not table-top form-factor. It's mean for pole-mounting. Not a good match for our needs.
As far as doing a crap job of serving both bands, that's been my experience with very cheap units. These units on the other hand, both
Test, you idiot (Score:3, Insightful)
FTFA:
Crimping your own RJ45 should be avoided
Author should have said "testing should NOT be avoided".
I hate it when people say such things. A cable tester costs $15 and you neglected testing. Don't say "crimping your own RJ45 should be avoided". That's blaming someone else for your idiocy.
Re: (Score:3, Insightful)
As someone who crimps our own cables at work, full agreement here.
I rarely have problems with self-crimped cables. Another group that crimped its own cables here was having all sorts of problems. Why? They were doing a lousy job of it.
Test every cable. Make sure the conductor order is correct. Make sure the conductors go all the way into the connector to the stop at the end. USE THE RIGHT CRIMPER. Some cheap crimpers don't crimp all the crimp points and leave the wires less mechanically supported. The crimp
Re: (Score:2)
The other thing I was wondering about is the use of stranded or non stranded cat5, and the associated ends you need to use. Last major crimping I had to do, I was provided with solid core cat5 and ends for stranded. (with spades in the ends) You can imagine how that goes, makes for incredibly unreliable crimps trying to use stranded ends on a solid cable. (I don't expect vice-versa to be much better)
Have they settled on a standard yet? Solid I hope. It's been a few yrs for me.
Re: (Score:3, Informative)
Solid is for horizontal runs (within walls), stranded is for patch cords that will be flexed, such as between a jack and a user's computer. As it's always been.
Re: (Score:2)
As it's always been.
Perhaps. But I have yet to work for a place that stocks both kinds of cables and ends.
I doubt the flex properties of stranded has much of a net benefit for use in a patch panel... the RJ45 ends are going to wear out long before solid cable. And I've never seen solid get kinked in a patch panel. (contrary to seeing numerous examples of a long run getting kinked)
Re: (Score:2)
Well, not necessarily in a patch panel, but on the office side where the cable gets moved on a daily basis, kicked around etc. We've certainly seen solid conductors snap after enough flexing. (Then again, when you roll chairs and filing cabinets over patch cords, they all get demolished sooner or later ;-) )
My employer did stock both, when we still did patch cables in house.
Re: (Score:2)
How much money are you going to save? If you're charging $$$ for the project, crimping your own cables is a waste of time and resources. Unless of course your job is making cables
Re: (Score:2)
Except in temporary setups where you don't have specified lengths or you have lots of wildly different lengths. By the time you measure out a run and test a pre-crimped cable you could have already installed the uncrimped cable. This also doesn't mention the fact that pulling cables with ends already on them is quite difficult compared to just straight cat5 or cat6 especially if you're using conduit.
We used to do the whole pre-crimped thing, costs us a lot less money and we can deploy a lot faster just mak
Re: (Score:2)
A $15 cable tester will tell you 1/10th as much as you could find by looking at the crimped ends of the cable. You'll get the wonderful green light on the cheapo tester no matter how much attenuation, crosstalk, etc, you're getting with a junk cable.
To really know you've got a halfway decent cable, you need a cable tester that runs around $1,000USD. Do a search for "certification tester" and try to find a $15 unit. And they're just getting more expensive
Re: (Score:2)
However, the primary reason to avoid the crimping is not a technical one, it's a management one. We really didn't have the resources to be spending on the crimping. We should hav
Re: (Score:2)
Actually, I don't care either way (pre-terminated or self-crimped cables). I just hate it when people shift responsibility, as one of his responsibilities was testing.
But then again, as you noted, I could have found in the article that there were other factors such as bad RJ45 jacks. Thanks for pointing that out.
Re: (Score:2)
Re: (Score:3, Insightful)
Actually knowing a bit about jafo and the setup at PyCon, I can tell you exactly what's wrong with your idea: money.
The IEEE/ACM SuperComputing trade show's network (SCinet) does exactly what you say. They also have 10,000 attendees, over 50 people working on the network, a decent budget, and a ton of donated gear and bandwidth.
PyCon (and jafo) don't have $100k to spend on the network. That means that you have to make do with low-cost commodity hardware. The fact that the network can stay up and deliver acc
Damn toasters.... (Score:2, Funny)
PPTP? Seriously? (Score:2)
PPTP? People should know better. PPTP is very [schneier.com] weak [wikipedia.org]. OpenVPN and IPSec are much better all around.
This year I tried to get public IPs again... (Score:2)
This year I tried to get public IPs again, but we just weren't able to get any meaningful number of them. So, we had to do NAT. This worked well, and I had no complaints beyond the first one: one of the guys couldn't establish a PPTP connection. I had forgotten to load the NAT protocol modules... I loaded those up and it went smoothly after that.
And you think that's going to be more likely to happen in future years?!
Next time, set up IPv6. Use 6to4 tunneling if you can't get an actual IPv6 drop from the network provider. But just get IPv6. Then everybody will have a public IP.
Re: (Score:2)
Except that more than likely the vast majority of attendees won't have IPv6 enabled on their machines or are running XP or older. IPv6 in XP is crap especially if you're trying to do a 6to4 setup.
The problem with conferences is that you have to accommodate a wide range of equipment. I'd love to just deploy 802.11n at my events except that I've yet to see any vendors or attendees with equipment that supports it. Hell, for a lot of them 802.11b is still the only choice. So I'm left with needing to expand 802
Re: (Score:2)
If they don't have IPv6 enabled then they end up only using the IPv4 NATed private IP. No problem.
Re: (Score:2)
The network was set up with low-end gear and a lot of ingenuity to save money. I don't have a whole lot of experience here, but I haven't had a low-end router yet that understood IPv6. I'd really like that to change, but I think it's going to be a few years.
Re: (Score:2)
Only the router(s) need to understand IPv6. I would imagine that could be handled with one router running Linux, possibly with a trunk port to a managed switch that did 802.1q. Not that expensive, and they likely already have that anyway.
Re: (Score:2)
You have the most useful and interesting response of anybody.
My point is that the organizer is going to become increasingly less likely to get public IPs as the years continue, not more. It may be that IPv6 has significant problems, but it is the only reasonable solution to the public IP problem the conference is having.
Yes, having a public IPv6 address is not nearly as nice as having a public IPv4 address right now. But it's relatively easy to set up and it's better than nothing because nothing is likely
two questions (Score:2)
* My laptop only does 2.4ghz n, and I thought that was par for the course? Are laptops with 5ghz N really that common?
* There is clearly a quality difference among access points, but how do you tell in advance which equipment will work and which won't?
Re: (Score:2)
For the past 5 years, I've only bought 5 GHz wireless cards. Sure, most of them can also do 2.4, but 5 GHz works so much better because it is comparatively empty. I've never had any trouble getting 5 GHz for a laptop, and n came out for 2.5 and 5 at the same time.
Re: (Score:2)
I believe that every Mac laptop since 2006 [appleinsider.com] has supported 802.11a. Joining an "a" network is seamless, and much of the time you won't even notice it.
Re: (Score:2)
I tell by getting candidate APs and testing them. The Netgear I used had issues when running WPA, but as the event was running wide open, and my testing had no issues, I was happy.
The gear I really wanted was 3Com's equivalent, for 33% more, but my vendor said they didn't expect to get the first shipment until the week before the conference. Not enough time to test. And I'm glad I didn't even think about it --
anyone know FOSDEM's setup? (Score:2)
This year's FOSDEM [fosdem.org] in Bruxelles had over 2400 unique MAC addresses and 3600 visitors a day(source [twitter.com]). We enjoyed a 1Gbps pipe, and far from saturated [twitter.com] it.
It was overall of excellent quality, though there was a glitch in at least one of the hacker rooms where the operators had to upgrade the AP firmware. The geographic setup was more broken out: FOSDEM happens at the Universite Libre de Belgique (how appropriate), with talks in lots of classrooms spread across a few buildings.
It would be useful for everyone if
Not melting is such a relative term (Score:2)
If you tried to use wi-fi during the keynote session in the morning, it was slow as molasses. During the regular conference session
Some questions: (Score:2)
Re: (Score:3, Insightful)
Saves the worry, AND saves the fingers. Mine start cramping at about the 25th end when I'm in a hurry.
I can't believe that they seriously planned to crimp things by hand. I can understand for the occasional single long haul runs, but they made it sound like they were doing many dozens of crimps, and that's just plain silly. The money you save in not paying for molded cables you lose in time and hassle created by bad crimps.
Did you catch the other hilarious minor detail? they only had one crimping tool!
Re: (Score:2)
For single long haul runs you are better off with a 110 tool and a proper female end. It's easier, faster, and more reliable.
I don't own a crimping tool on principal.
Re: (Score:2)
I don't own a crimping tool on principal.
Know what's more fun? I know two people that own a crimping tool and are color blind. lol... "Does this look ok to you?". *shakes head* "cuss* *cuss* *snip*. *grumble* *grumble*
And the other tech here is also color blind. There sure is a lot of that going around...
Re: (Score:2)
and why didn't they just pop down to the local RadioShack and buy a few crimpers??
Re: (Score:2)
why didn't they just pop down to the local RadioShack
Our rat shack here anyway doesn't carry that. Home Depot oddly enough is the best place in town in these parts for networking hardware (as in crimpers, ends, cable, testers, not for routers)
Re: (Score:2)
These were for the runs that we didn't know how long they'd need to be, so buying tons of extra pre-molded 250' cables (long enough for any of the single runs we needed) just didn't seem like that great an idea.
Particularly when I had this
Re: (Score:2)
it's probable you would have gotten just as much trouble with the Levitons. And you can't just throw a rug over that like you usually can with a cable, the couplers are a major weak spot. "multiple failure points" and all that too. And then you have antisocials unplugging things. Just the time and duct tape you spend trying to shore up the Levitons will break you even on cost while still dropping your reliability.
Getting a pisspile of 250's would have been a very good idea. Don't buy from anything anywh
Re: (Score:2)
Any "idiot" that's been in IT and networking knows HOW to crimp their own connectors properly so that they work reliably.
If you can't trust your people to do the job correctly, then yes you may be forced to buy pre-made patch cords. This doesn't mean there's something inherently wrong with doing your own crimping; you just have to do it properly.