Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
The Internet Science

Vint Cerf on Internet Challenges 202

chamilto0516 writes "Phil Windley, a nationally recognized expert in using information technology, drove up to the Univ. of Utah recently hear this years Organick Lecture by Vint Cerf, one of the inventors of the Internet. In his notes, Vint talks about, 'Where is the Science in CS?' He also goes on to talk about real potential trouble spots with the Internet, but there is a bit on Interplanetary Internet (IPN). Apparently, the flow control mechanism of TCP doesn't work well when the latency goes to 40 minutes."
This discussion has been archived. No new comments can be posted.

Vint Cerf on Internet Challenges

Comments Filter:
  • Awful (Score:3, Insightful)

    by erick99 ( 743982 ) <homerun@gmail.com> on Wednesday April 20, 2005 @07:22PM (#12297702)
    What an incredibly poorly written article. There was good content but it was like jogging through a field of boulders......
  • by kid_wonder ( 21480 ) <public@kscottkle i n . c om> on Wednesday April 20, 2005 @07:47PM (#12297921) Homepage
    40 minutes = 2400 seconds
    Speed of light = 299,792.458 kilometers per second
    Distance from Earth to Mars: 55,700,000 kilometers (minimum) 401,300,000 km (maximum)

    Time of travel at speed of light to mars: 401,300,000/299,792.458 = ~1339 second

    Since Mars is supposedly the first place we're likely to go farther away than the moon it seems that we are fine for now.

    Right? Or is there not a way to send data in form of light, or do radio waves travel slower than light?

    Anyway, someone correct me here
  • by jgold03 ( 811521 ) on Wednesday April 20, 2005 @08:16PM (#12298119)
    I think people generally don't understand what computer science is. CS isn't a 4 year degree to learn how to program or set up a network. It's about having the theoretical background to be able to analyze and evaluate comptuter technologies. Classes like automata theory and theoretical data structure classes are necessary to be able to both 1) apply a real solution to a problem and 2) be able to argue the validity of that solution. There is a lot of science in CS.
  • by tsotha ( 720379 ) on Wednesday April 20, 2005 @10:15PM (#12298925)
    It is rather amazing that there appears to be a consensus among industry experts that there has not been any improvement in code quality over the past 30 years or so despite the development of a vast number of new tools and languages.

    I've always assumed this was a variation of "In my day, we had to walk 10 miles through the snow just to get the mail..." I've been in this business for 18 years or so, and while I don't think the actual code is any more clever than it used to be, the expectation in terms of time-to-market and quality have definitely changed.

    When I started slinging code you could release business software with no GUI and still compete. You could release software that didn't "play nice" with other applications. You could require users to load special drivers and put arcane commands in their OS configuration. There is simply a larger set of features that have become mandatory, i.e., things you have to have to pass the laugh-test. You may call it bloat, but the fact is I can't remember the last time I cracked a manual - my expectation is the sofware is lousy if I can't install and operate it without a manual.

    I don't see the quality changing any time soon. You can never completely test a non-trivial application, and finding those last couple of esoteric bugs incur an enormous cost. Would you really be willing to pay double the price for, say, MS Office if they removed half the remaining bugs? I wouldn't, especially if I can work around the problems.

  • by mi ( 197448 ) <slashdot-2017q4@virtual-estates.net> on Wednesday April 20, 2005 @11:12PM (#12299266) Homepage Journal
    That's what happened. Many major problems were either solved or proven unsolvable. "Tons" of Engineers were needed to make practical things (like wordprocessors) with those results, which lead most of CS departments to retool themselves to teach practical, rather than theoretical skills leading the few remaining Computer Scientists to lament: "Where is the Science in CS?"

    The most obvious indication of the problem -- my personal pet peeve -- is that nobody can define bit anymore... Even Wikipedia currently omits a crucial part in its definition [wikipedia.org] -- the two mutually exclusive states also need to be equally probable, otherwise data compressors stop working :-)

  • Re:Well, yeah. (Score:2, Insightful)

    by lamont116 ( 522100 ) on Thursday April 21, 2005 @12:24AM (#12299814)
    Is that why my RFC 1149 packets [faqs.org] keep disappearing?

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (5) All right, who's the wiseguy who stuck this trigraph stuff in here?

Working...