Forgot your password?

typodupeerror

Comment: Re:Copper? (Score 1) 315

by Bengie (#43897117) Attached to: Ask Slashdot: What Is the Future of Old Copper Pair Technology?
During a week long barrage of tests, I was able to sustain my full symmetrical speeds to NewYork during peak hours. This is a little over a 2000 mile round trip for me, according to Google Maps. While doing this test, my up/down was nearly perfectly flat with sustained transfer within +-1% of my allotted rate, while maintaining a 31ms ping +-1ms. zero dropped ping packets over a 10 minute window, while the transfer was going on.

My biggest issue was finding a server that I could test my bandwidth on.

The other cool part about Active Ethernet is that I get a 0.6ms ping to my ISP according to HRPing. My ping to Chicago is now lower than the ping to the first hop in my city when I was on Cable Internet.

Comment: Re:Copper? (Score 1) 315

by Bengie (#43891481) Attached to: Ask Slashdot: What Is the Future of Old Copper Pair Technology?
I got Active Gigabit Ethernet fiber from my ISP, which the entire city is getting. I started a ping -t from my work, which has a 10Gb fiber connection, but has a different upstream provider, so the trace route goes from MidWest to Texas back up to MidWest, which is about a 2500 mile round-trip according to Google Maps. After 550k+ pings over a 7 day period, I had about 0.08% packetloss.

So, couldn't find any connection technology that could beat a T1?.. Ha!

Comment: Re:Why wait for IPv4 depletion? (Score 1) 147

by Bengie (#43889257) Attached to: Switzerland Tops IPv6 Adoption Charts; US Lags At 4th

While NAT has not been designed to be a security mechanism, it blocks incoming connections, so it can be seen to increase security regarding network attacks against the machine.

Actually it doesn't block incoming connections, the stateful-firewall does. NAT is implemented however the implementer wants to, as it is not a standard. It is a hack that has no security guarantees and only needs to work good enough to sell devices. There is nothing saying that NAT has to work a specific way or needs to cover certain cases. Many implementations of "NAT" have security holes, even on high end enterprise equipment. Why? Because there is no wrong way to implement it.

Comment: Re:No kidding (Score 3, Informative) 147

by Bengie (#43889183) Attached to: Switzerland Tops IPv6 Adoption Charts; US Lags At 4th
At this point, it's not the infrastructure that needs to be updated. The backbone of the Internet has been IPv6 for almost a decade now and almost all DSL/Cable hardware is IPv6 native. The only real stuff that needs to get updated is ISPs actually configuring their hardware and end-users having IPv6 capable NAT/Routers.

Comment: Re:Why Goverenments (Score 1) 87

by Bengie (#43849739) Attached to: BSA Study Demonstrates Open Source's Economic Advantage
When someone makes a branch, does some changes, then submits the diff via git, what license is that patch under? I assume that git doesn't explicitly attach a licence agreement to every diff submitted.

Then that begs the question. If by default, all patches do not have a licence, are they assumed to be public domain? Assuming all of these patches are public domain, if I take enough patches going back far enough, I will have pretty much the entire source-code. This means I could just aggregate the patches together and claim the program is public domain.

Sounds like a very slippery slope.

Hacking's just another word for nothing left to kludge.

Working...