Slashdot Mirror


Professor Creates His Own Cisco Manual

yootje writes "ZDnet is running a story about a professor who made his own Cisco networking textbook, with 800 pages: "Computing instructor Matt Basham's suggestions for improving Cisco Systems' official training manuals fell on deaf ears for years. But he appears to have the networking giant's attention now." The professor made his book available for free on his website."

11 of 318 comments (clear)

  1. Still Wondering by swordboy · · Score: 5, Interesting

    I'm still wondering why the governments don't require free and "open source" text for public schools. In college, the professors used to change the text every semester so that the students couldn't sell the books back at the end of the semester (likely getting kick-backs from the text manufacturers, no doubt).

    If just one state would sit down and even purchase some good works and make them freely available for modification and distribution, then the cost of education would be greatly reduced. Profs would be free to make changes at it fits their style so long as those changes are re-posted to the public. Students could read the texts online and/or print them.

    What am I not seeing here?

    --

    Life is the leading cause of death in America.
    1. Re:Still Wondering by rpbailey1642 · · Score: 5, Informative

      You're exactly right about getting kick-backs, as well as the fact that they collect royalties for every book they put out. My Biology teacher is friends with the author of my Biology book (this is the reason that we use it, actually) and he has stated that to stay current with the class, you need the new book. Unless, you're really cheap, in which case, you'll need to know that Chapter Five is now Chapter Seven, and other trifle changes like that. At $100 a pop, these guys are milking college students (and their delicious scholarships) for as much as they can.

  2. Re:This should happen more often by MoonFog · · Score: 5, Insightful

    Sue him for what exactly? He wrote the book and unless he's plagiarised some of its content, then they wouldn't have much of a case. Given his profession, I'm sure he's more than capable of writing this book on his own.
    He's the owner of the material, and I seriously doubt that he can be sued for anything at all.

  3. as html by dncsky1530 · · Score: 5, Informative

    It's quite strange that it is not a PDF file.
    but is anyone wants the 5 meg html version it here

  4. Re:Eeeeek... by komejo · · Score: 5, Informative

    If you register at Lulu, the free download is a PDF.

  5. Re:This should happen more often by farzadb82 · · Score: 5, Informative
    "Java and .Net are ECMA standards"

    I don't know where you got your info from but Java is NOT ECMA standardized and as for .net, only the CLR and C# langauge are ECMA standardized.

  6. Re:Eeeeek... by Minwee · · Score: 5, Funny
    "It's a 5.1MB Microsoft Word file."

    So it's only three pages long? Somehow I expected more.

  7. Re:This should happen more often by BigBir3d · · Score: 5, Informative

    RTFA:

    <quote>Before publishing the book on his own, Basham said he had contacted Cisco Press about publishing it, but it wasn't interested. After his free book appeared online last week, however, the company contacted him via e-mail requesting a meeting to discuss the program at St. Petersburg College.

    Company spokeswoman Goodwin said that Cisco is always looking for ways to improve the program.

    She said that although instructors are required to teach the Cisco Academy curriculum, they are welcome to supplement it as necessary. She also emphasized that none of the Cisco Academy students are required to buy any of the textbooks from Cisco.

    "Cisco has a long-standing relationship with St. Petersburg College," she said. "And we have a process-oriented quality assurance program with the (Cisco) Academy where we work collaboratively with institutions to solicit feedback. We are continually making improvements based on customer needs."</quote>

    Cisco obviously thinks this is as cool as most of us think it is.

  8. Re:This should happen more often by amaffew · · Score: 5, Interesting

    Thanks guys...I am not a lawyer but have spent several years studying copyright and internet law...I even got the opportunity to lead a session at Harvard Law School one summer. Heck, one of the professors there, Johnathon Zittrain, even downloaded the book...he's an old-school chat room moderator turned internet lawyer...he and his colleagues have even taking pro-bono work to fight for open source rights. I think I have sufficiently covered my assets with respect to the book...it has actually been out for three years and I haven't heard anything so far. Besides I put some really specific phrases in there that help cast aside their chances. Thanks again. I will go out and read all the posts too. You should see the one on www.macpro.se that appeared in swedish! Gratis lärobok för Ciscos kurser Thanks again Matt PS if you download the book shoot me an email and let me know where you are located...I am keeping track on a map. Bashamm@spcollege.edu

  9. PDF File by sagenumen · · Score: 5, Informative

    I converted the MS Word to a PDF and it is available on my school's server. They are going to hate me:

    http://www.lehigh.edu/~mlt3/textbook.pdf

  10. Re:This should happen more often by k98sven · · Score: 5, Insightful

    How did this seriously strange view of IP law get modded up?

    You don't need permission from anybody to publish an API. There is no special copyright law covering API specifications.

    Perhaps you are thinking of trade-secret status?
    Well, if something has been publicly published, it doesn't doesn't get trade-secret status. And that goes even if they put some silly 'license' on their documentation.
    (See for instance the BSDi case, where the Unix sources were found not to have trade-secret status without even being public, but simply because they had been seen by so many people. And that is despite the fact that they even had written agreements with all of them.)

    You don't have to get a license to publish an original book on anything, ever.

    Do you know what a license is? A license is permission from a rights-holder to exercise an otherwise exclusive right.

    For copyright, that means performing, reproducing and creating derivatives of copyrighted material.

    For patents, that means the right to manufacture and use the invention.

    For trade-secrets, that means the right to divulge and use commercially the trade secret.

    Now, if I chose not to publish my API secret, then it may be a trade-secret, in which case you may not have the right to publish it if you happen to be 'in' on it. APIs can however be reverse-engineered. You can reverse-engineer an API without any trade-secret knowledge (i.e. 'clean-room') and publish that, that is perfectly legal.

    Perhaps you think that the API itself can be copyrighted, and that a description of the API is a derivative work? Well, that's a theory, but very dubious legally.

    Under copyright law, code is separated into the "expressional" and "functional" parts, and APIs reasonably always fall into the latter part, and are therefore not copyrightable. In case law, good room is generally given for compatibility code, being functional. (Again, you can see the BSDi case, where it was found that header files describing the same Unix API were not infringing)

    If the API itself is not copyrighted, something which has yet to be seen, the description of the API cannot be a derivative work.
    Naturally, the description itself can be copyrighted, including the official description, (e.g. the API specification) but anyone can write their own description.