Slashdot Mirror


Akamai Wins Lawsuit to Protect Obvious Patent

brandaman writes "Akamai, the largest content delivery network (CDN) with about 70% market share, recently won its lawsuit against the against second largest CDN - Limelight Networks. The suit asserted that Limelight was infringing on Akamai's patent which, upon examination, seems to be somewhat on the obvious side. 'In accordance with the invention, however, a base HTML document portion of a Web page is served from the Content Provider's site while one or more embedded objects for the page are served from the hosting servers, preferably, those hosting servers near the client machine. By serving the base HTML document from the Content Provider's site, the Content Provider maintains control over the content.' Limelight is obviously not pleased, and this is not the first lawsuit Akamai has won regarding its patents."

7 of 173 comments (clear)

  1. Re:Everything is obvious by Gr8Apes · · Score: 3, Interesting

    Well, since HTML, circa 1993, was designed to allow for referencing external components. Rewriting URLs was a fundamental principal for serving pages and applications, which existed since at least 1996 that I'm aware of, as I did it then. Add in to that that commercial IP blocks are owned by companies with definite locality, and I'm not sure what part of Akamai's patent isn't stating things that were already in existence.

    It was already stated that algorithms cannot be patented. And that's all that Akamai seems to have. Not withstanding that there's several thousand people skilled in the arts that would have come up with the same or similar solutions to the problem set.

    --
    The cesspool just got a check and balance.
  2. Re:It may be obvious but by tambo · · Score: 3, Interesting
    As I am not a lawyer, it was not obvious to me what they were patenting.

    Let's start first with the definition of "obviousness." Patent law doesn't go by the common English or Webster's definitions of the term - it has a very technical meaning, refined by probably a thousand patent law cases. Many nuances. And unhelpfully, the definitive section on the topic is circularly defined.

    At least two reasons for the technicalities. First, virtually anything is "obvious" in hindsight. Second, what is "obvious" to one (unbiased) person may be completely non-obvious to another (unbiased) person, and the patent office would produce radically inconsistent results if examiners were permitted such subjectivity.

    - David Stein

    --
    Computer over. Virus = very yes.
  3. So they've patented by n6kuy · · Score: 4, Interesting

    ... automatic redirection to the "nearest" mirror?

    Brilliant!
    What a novel use of technology.

    Surely this is just amazing. Who ever woulda thunk that computers could do things for us automatically?

    --
    If you disagree with me on social issues, then it's pretty clear that you are a narrow-minded bigot.
  4. Re:Everything is obvious by Alomex · · Score: 4, Interesting

    I was doing web caching at the time (I had my hands very early on on the original hotspots paper by Akamai's founders). When I learned of the embedded elements redirection I found the Akamai idea totally non-obvious and far more reaching in terms of web caching than their hotspots contribution. Of course, once I saw it, all I could say was "what didn't I think of that, its so obvious!"

  5. By 1996 you could already BUY a system to do it... by kriegsman · · Score: 4, Interesting

    Well, it was pretty obvious then, at least to people in the business, especially considering that at least one earlier CDN patent (e.g., US Pat. 5,991,809, originally filed as provisional pat. 60/022,598, filed on July 25, 1996 , by me) had already been granted and therefore made completely public in 1997. Clearway Technologies (my company) was already selling a commercial off-the-shelf CDN implementation system starting in September of 1996. Akamai's success has been substantial, and I feel it is truly well-deserved, but they were not the first to invent a CDN, nor the first to patent it, nor the first to bring it to commercialize it.

    -Mark Kriegsman
    Founder, Clearway Technologies

  6. Re:I'm in trouble now. by Alsee · · Score: 4, Interesting

    The courts are accepting these so far.

    Yeah, lower US courts decided to start allowing software patents.

    However in the current Microsoft-AT&T case before the US Supreme Court the multiple justices were clearly skeptical of that behavior. In particular:

    JUSTICE BREYER: I take it that we are operating under the assumption that software is patentable? We have never held that in this Court, have we?

    MR. JOSEFFER [DOJ Atty]: No, but as I was saying before -

    JUSTICE BREYER: So what should we do here? Should, if we are writing this, since it's never been held that it's patentable in this Court

    I have read the Supreme Court rulings relating to software patents. The rulings were back in the early 80's or so, back before the lower courts went off on their software patent kick. It seems clear to me that the lower courts have ignored or directly violated several points of Supreme Court law in those rulings. It appears that the Supreme Court is looking to directly rule on the subject and reign in the aberrant lower courts.

    -

    --
    - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  7. I'll stand up for Akamai by Evets · · Score: 4, Interesting

    Edge caching in general is obvious. The implementation is not, and that's what this lawsuit is about.

    Limelight copied akamai's patented edge cache implementation, and violated enough of the patent to warrant this decision.

    I can see how a bunch of people jump on the "obvious" bandwagon, developing an edge cache for a single enterprise would be relatively easy to do. Developing an edge cache infrastructure that will work across hundreds and thousands of different enterprises with different business and process infrastructures with varying and often conflicting traffic load patterns is an entirely different problem.

    Let's look at the url rewriting aspect of it. The rewritten urls are specified to include popularity flag and use virtual hosts as a serial #. Something that would be obvious today, but in '98/'99 not so much.

    Let's look at geographic dispersion. What is your obvious geographic dispersion methodology? A database like MaxMind has to offer? Those were few and far between in 1999. They use a network map. Further, they also consider the load of their servers when returning dns responses - so we're not just talking about getting the closest server to the edge, we're talking about getting the closest server with the lowest load at the edge. There's also the problem that the dns request is in most cases not coming from the client machine, but from a geographically disparate dns cache. The akamai system redirects users to a closer server if one exists and that situation is discovered by the web server.

    There's also the situation that the network load of a particular server becomes too heavy while serving a particular request midstream (i.e. for audio and video). This patent covers switching the responsibility for handling a request to another server midstream.

    This patent also includes anti-DOS/DDOS technology - a no brainer today, but in 1999? Not so much.

    I wouldn't categorize Akamai as good or bad. I don't know much about the company itself. I can see the possibility of working around their patent to build a competitor - it's not an all-inclusive-only-we-can-do-CDN patent. But given the fact that limelight's foundation was built by a bunch of Akamai's ex-employees, it certainly isn't surprising that they chose the same path for resolving issues that Akamai did. And given Limelight's close ties with Microsoft, it's also not very surprising that they chose to emulate what they knew rather than innovating and improving upon the model.