New Algorithm Boosts Network Efficiency
palegray.net writes "Researchers at the University of California have developed a new network routing algorithm that has the potential to significantly boost Internet traffic routing efficiency. This new approach focuses on the needs of dynamic networks, where connections are frequently transient. From the article: 'What the team did with their new routing algorithm, according to Savage's student Kirill Levchenko, was to reduce the "communication overhead" of route computation — by an order of magnitude.' For the technically inclined, the full research publication (PDF) is available."
so if my packets don't make it I know why. Not a skeptic but the Internet is already barely holding together and I'm not confident that "nearly as good" routing info can help. Of course if trying 2-3 times using this is still faster than first time hit using the old one then sure, why not?
mov ax,4c00h
int 21h
So, from reading the article, I see that the great leap forward here is "smaller routing domain in a link-state protocol leads to faster routing updates". But, looking at the existing link-state protocols, they were designed from the ground up with the ability to limit your routing domain manually so increase the convergence time and decrease memory footprint.
I guess that means the achievement here is to have a link-state protocol that automatically limits your routing domain by limiting propagation of routes. This however seems like it could lead to seriously suboptimal routing which is probably a bad idea in most network environments today.
So has the team applied for a patent? We wouldn't want just any ISP to be able to use this algorithm, would we? And if they don't patent it, one of the many patent-troll companies will, denying the researchers the right to use the results of their own work.
Those who do study history are doomed to stand helplessly by while everyone else repeats it.
speaking of that, we had a 7 year old cable modem and after the speed increase, it couldn't maintain that actual speed. That can't be good for the network! It was probably sending delayed and junk data nonstop when it maxed out. Our new one can do the full 8 megabits and won't jam up from p2p connections. Maybe they should find everyone with an old modem and give em a new, more efficient one
Google's Super Secret Search Algorithm: SELECT @search_results FROM internet WHERE @search_results = 'good'
I take the occasion for asking : Does anyone here know of a serious study about the importance of porn traffic vs something else ? I hear often this internet meme that 90% of the traffic is porn. Once the joke is made, I find this hard to believe. Chat applications, legitimate web surfing, games, P2P, VoIP, spam, I don't see porn surpassing these in total demand.
The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
I find this hard to believe. Chat applications
chat? a bit of text = a t m o s t p e o p l e ' s t y p i n g s p e e d s... barely any impact whatsoever.
legitimate web surfing
again, grab a few k of pages every so often. Nothing done. (but.. see later)
games
now we might be getting somewhere, but games tend to be reasonably local loops (as those gamers like to brag about their ping times) and the traffic that is sent is reasonably low (or the game would be dog slow) so I don't think this is too much of a problem.
P2P
ahah. porn! I mean, err, downloading open source distros of course, not DVDs, no way.
Most porn is large images, or videos, and really - video is the killer app for bandwidth consumption. How many web pages would you need to surf to make up for a single 700 Mb porn flick? How many porn images? This is why P2P is so important - I doubt you could watch a porn vid online, but downloading it for later makes much more sense.
There is youtube, which I guess counts as websurfing nowadays, but those vids are quite heavily compressed, small and short.
I don't know of an study of porn traffic, but it seems to me that it makes up a good chunk of traffic. Probably comes (haha) in second after downloaded Movies and music.
Now best post this anonymously! :)
Why not use a genetic algorithm to discover such algorithms? Assuming you can simulate typical network usage patterns reasonably accurately, then one can apply GA's to the simulation find a near-optimum algorithm.
Table-ized A.I.