Slashdot Mirror


U.S. Military To Create Its Own Internet

An anonymous reader writes "The New York Times today reports 'The Pentagon is building its own Internet, the military's world wide web for the wars of the future. ... The Pentagon calls the secure network the Global Information Grid, or GIG. Conceived six years ago, its first connections were laid six weeks ago. It may take two decades and hundreds of billions of dollars to build ...' Members of a consortium formed 9/28 include Boeing; Cisco Systems; Factiva (Dow Jones and Reuters); General Dynamics; Hewlett-Packard; Honeywell; I.B.M.; Lockheed Martin; Microsoft; Northrop Grumman; Oracle; Raytheon; and Sun Microsystems."

364 comments

  1. Skynet anyone by Ultra+Magnus · · Score: 5, Funny

    Who here did not immediately think of skynet when they read this.......

    1. Re:Skynet anyone by brilinux · · Score: 1

      Actually, the thing that I first thought was ... Microsoft is not on that list! Is military intelligence getting better?

    2. Re:Skynet anyone by brilinux · · Score: 1

      Oh, crap, Microsoft is on the list ... hiding after Lockheed. I guess that our previous assumption about military intelligence was right after all.

    3. Re:Skynet anyone by koniosis · · Score: 1

      There is a system called Skynet already, now in its 5th incarnation, its a satellite comms system for the military.

      --
      I spent ages trying to think of sig, but never did :(
    4. Re:Skynet anyone by Fyre2012 · · Score: 1

      totally the first thing i thought of!

      This so-called 'Internet' also reminds me of something like a Dyson sphere concept, overseeing the activities above the Internet from a birds eye view.

      Neet idea, now if only i trusted the US.mil

      Just one more way for them to snoop on the world for the advancement of our capitalist overlords personal interests.

      --
      This is not the greatest .sig in the world, no. This is just a tribute.
    5. Re:Skynet anyone by koniosis · · Score: 2, Informative

      Link to Skynet5.

      --
      I spent ages trying to think of sig, but never did :(
    6. Re:Skynet anyone by EtherAlchemist · · Score: 3, Funny


      Our government couldn't build Skynet if they tried. My first thought when I read this, having worked for the DLA/DoD and Army, was "It will cost three times what they say it will, be done 10 years late (which won't matter because it will have become obsolete 2 years from now) and run Windows XP."

      --
      R(k)
    7. Re:Skynet anyone by Anonymous Coward · · Score: 0

      My first thought when I read this, having worked for the DLA/DoD and Army, was "It will cost three times what they say it will, be done 10 years late (which won't matter because it will have become obsolete 2 years from now) and run Windows XP."

      My first thought when I read this, having not worked for the DoD, was that someone with brains will tell them that a WinXP setup won't cut it, and they'll replace it with a custom AdaOS on top of custom hardware costing twice again what it originally cost, never getting finished, and unmaintainable by anyone not both in the DoD now and over the age of 60.

      --
      I advocate the use of Ada.

    8. Re:Skynet anyone by EtherAlchemist · · Score: 1


      ...someone with brains will tell them that a WinXP setup won't cut it, and they'll replace it with a custom AdaOS

      We can hope! I use the XP reference as a dating indicator. The article says it would take at least another 20 years to get it working. In the age of NT4, the system I was using- which was installed brand new 3 months before I started on it, was Windows 3.11. One of the other systems was a mainframe networked by satellite to the Philipines. Our terminals were the good ol green on black. Ahh, the good ol days.

      --
      R(k)
    9. Re:Skynet anyone by crashfrog · · Score: 5, Funny

      I figured they were doing it so that the President's mention of the "Internets" looked prescient instead of stupid.

      Lookin' out for the Commander in Chief, I guess.

      --
      I never have frustrations, the reason is, to wit:
      If at first I don't succeed, I quit!
    10. Re:Skynet anyone by krymsin01 · · Score: 1

      Where I work, we STILL use the good ol green on black.

      --
      stuff
    11. Re:Skynet anyone by TheLittleJetson · · Score: 2, Informative

      actually i thought arpanet.

    12. Re:Skynet anyone by spektr · · Score: 5, Funny

      Microsoft is on the list ... hiding after Lockheed.

      Including Microsoft is a straightforward decision. I guess they figured that at some point they'll need a supplier of mine sweeping software, so they picked the leading one.

    13. Re:Skynet anyone by faqmaster · · Score: 1

      Hmm, so may our Dear Leader GWB knew what he was talking about when he said "the internets."

      --
      Are you...Are you some kind of genius?
      No, ma'am, I'm just a regular Slashdot reader.
    14. Re:Skynet anyone by Tufriast · · Score: 1

      "December 11th, 11:11:11 2011 Skynet Goes Live."

      --
      Help me, help you. - Jerry McGuire
    15. Re:Skynet anyone by HiThere · · Score: 2, Informative

      Has the AdaOS actually ever gotten off the ground? If it has, and the OS is working properly, then many of the following comments may not apply, but the last time I saw it, it was still early in the design phase.

      Ada has lots of nice features, but if you don't need them (and you usually don't) then there are better choices. I include both Eiffel and D (Digital Mars D). There are probably others.

      The problem with Eiffel is that the community is unfriendly to library developers, but the DoD could handle THAT. It's small enough to just be taken over. (And if you base the code with a fork off of SmartEiffel, it's FOSS, so you can adapt it as you choose.)

      The problem with D is that it's too new. It's still short of version 1.0, and it's therefore missing many needed libraries (but work is proceeding rapidly).

      Both include garbage collectors, which even Ada2005 doesn't appear to include. (And you can turn off both garbage collectors when you need to.)

      D is more similar to C/C++, being in a sense (the designer's sense [Walter Bright]) the properly designed successor to C. Unlike C++ it doesn't attempt to maintain compatibility with C, and this allows it to avoid many of C++'s shortcomings.

      Personally I would consider D a superior choice, but either would be superior to Ada. The code to accomplish identical functions is much shorter, e.g.

      OTOH, Ada is clearly superior to either C or C++ from an error detection and prevention standpoint. (So are both D and Eiffel.)

      If, however, you need the specialized features of Ada, it is incomparable. But almost nobody does. And if you don't need them, the overhead is about a factor of 2 in the LOC count. (D, OTOH, is nearly as compact as Python, partially because it borrows many of the control constructs from Python. (But NOT the space sensitive indentation! Thankfully.)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    16. Re:Skynet anyone by HiThere · · Score: 2, Interesting

      You mean DARPA-net?

      That was one good design, but I think the original design team has left. I don't know where they went, though. Certainly not to the internet. They wouldn't have approved of anything with the current number of centralized vulnerabilities.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    17. Re:Skynet anyone by KarmaMB84 · · Score: 1

      I thought we already had the Internet and Internet 2? :p

    18. Re:Skynet anyone by Anonymous Coward · · Score: 1, Informative

      Has the AdaOS actually ever gotten off the ground? If it has, and the OS is working properly, then many of the following comments may not apply, but the last time I saw it, it was still early in the design phase.

      Dunno. You're probably right about it, but that's how Ada programs are supposed to work anyway: design, design, design, design, write the perfect code. :-)

      Ada has lots of nice features, but if you don't need them (and you usually don't) then there are better choices. I include both Eiffel and D (Digital Mars D). There are probably others.

      Ada allows lower level manipulation than either Eiffel or D. They're really designed for different purposes, but Ada is a lot more flexible (at the cost of being more complicated, but not by much).

      D is more similar to C/C++, being in a sense (the designer's sense [Walter Bright]) the properly designed successor to C. Unlike C++ it doesn't attempt to maintain compatibility with C, and this allows it to avoid many of C++'s shortcomings.

      Any language with a garbage collector won't succeed C. Doesn't matter whether you turn it off or not, it's still too bloated for some of the places C needs to run. Ada compares to C in these places, it's just far more unpopular (and has syntax that I hate).

      Personally I would consider D a superior choice, but either would be superior to Ada.

      It depends on what your purpose is. If you just need to scratch out a cheap, quick program to accomplish some purpose, then ksh or perl might be the right tool for the job. If you're going to write a program that you intend to be in use for the next 40 years, and hundreds of people will examine the code over its lifetime, then code clarity is more important and Ada is your tool. D and Eiffel fall somewhere in the middle.

      If, however, you need the specialized features of Ada, it is incomparable. But almost nobody does. And if you don't need them, the overhead is about a factor of 2 in the LOC count.

      A side effect of Ada is often claimed to be ``code correctness.'' The idea is that it's cheaper in the long run to write the code correctly the first time and have to debug it less later on. Would Microsoft not benefit from taking a little longer to write Windows and then needing half as many coders to maintain it for the next 10 years?

      But NOT the space sensitive indentation! Thankfully.

      Yes, this is a horrible feature. I personally believe that scripting languages would benefit from a more verbose (and thus more exact) syntax, but spacing isn't any part of that.

    19. Re:Skynet anyone by jc42 · · Score: 1

      You mean DARPA-net?

      Nah; they're going to call it "milnet", and use the .mil domain. ;-)

      (This has gotta be one of the oldest dups around. After all, the military has had its clone of the Internet several decades ago, long before it was called "the Internet". And where do people think the funding for the old ARPAnet came from? And what do you think the military did with all that code developed by university and contracting-firm hackers?)

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    20. Re:Skynet anyone by ElBorba · · Score: 1

      (D)ARPA-Net really DID become the internet... It was the first really large network infrastructure investment that I know of, and the "protocol" developed, while certainly in good part a scavenging of other pre-existing technology, provided the moment of clarity nececssary to hurdle the application gap.

      What I thought when I read this wasn't arapanet, it was NEW INTERNET. Darpa-Net became Arpa-Net which became something else and ultimately (No thanks to Al Gore) mutated into the public domain we know now as "The Internets" (GW). So, with all this talk lately of the extensible limits of the Net being close at hand, and drawing conclusions based solely on historic precedents, aren't we seeing the development of the next generation?

      Don't RTFA me, because I did, and it's rather vague and very short on meaningful details. I even dug a little deeper and continued only to ponder...

      --
      "The Borba"
    21. Re:Skynet anyone by Anonymous Coward · · Score: 0

      Let me guess Gov. Swartz... suggested it to Bush.

    22. Re:Skynet anyone by evilmousse · · Score: 1


      >Who here did not immediately think of skynet when they read this.......

      but... skynet is software! we should be blaming p2p!

    23. Re:Skynet anyone by ComputerSherpa · · Score: 2, Funny

      Bah. Anything can be a minesweeper...once.

      --
      Information wants to be anthropomorphized!
    24. Re:Skynet anyone by Anonymous Coward · · Score: 0

      Damn ! u stole my punch line!

    25. Re:Skynet anyone by urlgrey · · Score: 1

      This was one of the few 'funny' posts on /. I acutally literally laughed out loud (LLOL, for the uninitiated) after reading.

      Thanks for the laugh. ;-)

      ---

      --
      Running 'Nix is like owning a Lightsaber. It's "a more elegant weapon for a more civilized time."
    26. Re:Skynet anyone by bot24 · · Score: 1

      Why why why?! The US government can't build a secure network, and why would it be useful? Why would you, the leader of a country, want the United States, a country with a history of misdirected violence, to build a network in your country that would allow them to attack you easier?

    27. Re:Skynet anyone by stor · · Score: 1

      Who here did not immediately think of skynet when they read this.......

      *raises hand* To tell you the truth, I immediately thought: "Freedom Net"

      Cheers
      Stor

      --
      "Yeah well there's a lot of stuff that should be, but isn't"
    28. Re:Skynet anyone by freakmn · · Score: 1

      xyzzy,[ENTER],[LEFT-SHIFT]

      --
      warning: This post is likely to contain gobs of dripping sarcasm. Consume at your own risk.
    29. Re:Skynet anyone by Stepping+Razor · · Score: 1

      military intelligence is an oxymoron

  2. Deja Vu by GordoSlasher · · Score: 5, Funny

    Maybe they could call it Arpanet

    1. Re:Deja Vu by tdemark · · Score: 5, Funny

      Can we mod the whole project "(-1, Redundant)"?

    2. Re:Deja Vu by Anonymous Coward · · Score: 5, Funny

      I hear it will be using SIPP-over-PELP (Secret Invasion of Privacy Protocol over Population Enumeration and Location Protocol). This allows network users to know who you are and what you're doing. The good news is that Microsoft GIG Explorer hasn't passed secuirty muster and the Pentagon is recommending use of Firefox for the time being.

    3. Re:Deja Vu by Anonymous Coward · · Score: 0

      Maybe they could call it Arpanet

      Or maybe MILnet? MILnet has been around for quite a long time.

    4. Re:Deja Vu by Jeremiah+Cornelius · · Score: 4, Insightful

      Then they can safely shutdown "our" Internet. No more discovering stolen elections, or Fallujah casualties in the U.S.S.A.

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    5. Re:Deja Vu by gilrain · · Score: 1

      Honestly! I'm predicting the next story: U.S. Military Impressed With Success of the Highway System, Researching Versions For Own Use.

    6. Re:Deja Vu by shis-ka-bob · · Score: 1
      This is more than a joke. In the Gulf war, the military had its own network of satelites. But where did the President go for news? CNN.

      There are a bunch of good reasons for the military to have its own mobile infrastructure, but I certainly hope that they leverage existing technology rather than 'reinventing' a family of similar, but not quite compatible, technologies. I hope that we will see that this internet and our Internet are sufficiently similar that inovation can travel in both directions. There have been thousands of RFC's, representing the work of tens of thouands of engineers that went into developing Internet. COTS hardware, existing protocols and BSD-based solutions (I'm guessing that the GPL wouldn't be attractive to the DoD or its contractors) would go a long way to controlling costs and reducing the time to market.

      --
      Think global, act loco
    7. Re:Deja Vu by burns210 · · Score: 2, Informative

      Well, ya, but ARPA is now DARPA. Shouldn't it be the DARPANET?

    8. Re:Deja Vu by Jeremiah+Cornelius · · Score: 1
      Were you born retarded or did years of Slashdot make you that way?

      Come back, and check with me in 10 years. Unless your brainwashing is still in effect, that is...

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    9. Re:Deja Vu by TummyX · · Score: 1

      ROFL

      Yes. The evil vast right wing conspiracy has brainwashed innocent normal geeks who believe in conspiracy theories left right and centre and replaced them with rational thinkers.

    10. Re:Deja Vu by TummyX · · Score: 1

      Yes. Did you know that divine spiders from Allah are defeating the Americans in Fallujah to such an extent that they're having to drop body bags (of soldiers) from planes into lakes.

      If it wasn't for the internet, we wouldn't have been informed of this!

      Damn the USSA and Bushitler!!!!

    11. Re:Deja Vu by TummyX · · Score: 1

      Damn, got the link wrong (it's all Bushitler's fault).

      Transcript

      Video

    12. Re:Deja Vu by Anonymous Coward · · Score: 0

      Only on Slashot can this tripe be modded insightful. I never would have saw the connection if it were not for your mindless dribble.

    13. Re:Deja Vu by cold+fjord · · Score: 2, Interesting
      They are building a war fighting and intelligence network. I doubt that they will want civilians, activists, and nuts on "their" internet which will carry intelligence data, military orders, and other information. "Our" internet, with all of the crackpots, porn sites, and conspiracy theorists is safe.

      Isn't is amazing what you can pick up when you actually read an article, even the first couple of paragraphs?

      The Pentagon is building its own Internet, the military's world wide web for the wars of the future.

      The goal is to give all American commanders and troops a moving picture of all foreign enemies and threats - "a God's-eye view" of battle.

      This "Internet in the sky," Peter Teets, under secretary of the Air Force, told Congress, would allow "marines in a Humvee, in a faraway land, in the middle of a rainstorm, to open up their laptops, request imagery" from a spy satellite, and "get it downloaded within seconds."

      And a couple of others later on...
      John Garing, strategic planning director at the Defense Information Security Agency, now starting to build the war net, said: "The essence of net-centric warfare is our ability to deploy a war-fighting force anywhere, anytime. Information technology is the key to that." ...

      That is the vision of the new web: war machines with a common language for all military forces, instantly emitting encyclopedias of lethal information against all enemies. ...

      The bandwidth requirements seem bottomless. The military will need 40 or 50 times what it used at the height of the Iraq war last year, a Rand Corporation study estimates - enough to give front-line soldiers bandwidth equal to downloading three feature-length movies a second.

      I doubt that there will be election data on there either. By the way, how to you throw an election over the internet when the voters use punch cards, like 73% of Ohio? TCP/CHAD?

      U.S.S.A.

      U.S.S.A.??? ... Unhappy Socialists Slandering America?
      --
      much of left-wing thought is a kind of playing with fire by people who don't even know that fire is hot - George Orwell
    14. Re:Deja Vu by Jeremiah+Cornelius · · Score: 1
      By the way, how to you throw an election over the internet when the voters use punch cards, like 73% of Ohio? TCP/CHAD?

      By using Diebold's GEMS tabulation software, to count all votes and maintain the official system of record.

      A chimp has been trained to exploit weaknesses in this software, who's vulnerability teeters from the negligent towards the deliberate.

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    15. Re:Deja Vu by jc42 · · Score: 1

      Hmmm ... How much credibility should we give to a source that runs IIS and delivers their video clips in WMV format? Sure looks like they're enthralled to a giant corporation with headquarters in the Great Satan's homeland.

      Actually, if you look at a few of their other things, some are clearly labelled as satire. It looks like a lot of the others are satirical in part, too, sorta like a Middle-Eastern Daily Show. Some do look quite serious. I wonder how well a cultural outsider could tell the difference?

      I keep thinking it could be interesting to learn a bit of Arabic ...

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    16. Re:Deja Vu by meta+coder · · Score: 1

      but now they'll use hosts.xml

    17. Re:Deja Vu by jc42 · · Score: 2, Interesting

      They are building a war fighting and intelligence network. I doubt that they will want civilians, activists, and nuts on "their" internet ...

      Understandable, but ultimately foolish. Consider that during Gulf War I, we had the fun news stories explaining why the military had turned off the errors in the GPS, because they found that they couldn't get delivery of the mil-grade GPS equipment they needed, so they started buying them from civilian commercial sources.

      Also, at least in the early (ARPAnet) days, the mil guys rightly figured out that neither they nor the corporate world was ever going to develop the sort of network that they needed, so they farmed out most of the work to academic hackers. Lots of military folks won't admit it openly, but there was back then understanding (in ARPA) that this was a much more effective way of getting everything tested by people who didn't have to follow orders. We'll probably find (after the fact) that the military network is riddled with holes that every two-bit spy knows how to walk through. But the P2P guys on the open Internet will have become uncrackable by anyone (even the 25th-century security experts in the entertainment industry).

      If the DoD folks had any brains, they'd be doing their stuff over the public Internet, and challenging the world's hackers to crack their communications. And they'd publish their code. Then they'd know about problems before the insanity of battlefield conditions. But I wouldn't put a lot of money on them being that sensible.

      By the way, how to you throw an election over the internet when the voters use punch cards, like 73% of Ohio? TCP/CHAD?

      Nah; we learned that back in 2000. You just use the courts to block recounts. Then it doesn't matter if there's an audit trail. It seems that the Dems go along with this as happily as do the Reps. Even if someone does an audit and reports the frauds, it still doesn't matter. The media just ridicules the paranoid theories without ever bothering to investigate, and everyone is happy that The System Worked.

      U.S.S.A.??? ... Unhappy Socialists Slandering America?

      Nah; my keyboard stutters, too. Well, mine doesn't repeat 2-char strings, but I'm typing this on a PowerBook. I'd bet that MS has keyboards that can frustrate its users with N-char repeats like this. If not, maybe you can special-order them online. Think of all the typing time it could save.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    18. Re:Deja Vu by firefox2501 · · Score: 1

      I wish the pentagon would recommend Firefox. They force us to use IE because like everything else, they have Microsoft on the mind. Damn near all of the services are run on MS boxes and it annoys the piss out of those of us that know that there are better products out there.

    19. Re:Deja Vu by Anonymous Coward · · Score: 0

      By the way, how to you throw an election over the internet when the voters use punch cards

      Thats easy, you wait until whoever is counting them types the number into a computer, and THEN you use Teh Intarweb to take over.

    20. Re:Deja Vu by mrchaotica · · Score: 1

      That's what all those Wi-Fi routers and Pringles cans are for...

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    21. Re:Deja Vu by cold+fjord · · Score: 1

      By using Diebold's GEMS tabulation software, to count all votes and maintain the official system of record.

      A chimp has been trained to exploit weaknesses in this software, who's vulnerability teeters from the negligent towards the deliberate.


      There are two types of errors that could occur, either of which would be relatively easy to detect by trained chimps.

      Input errors - Does the number of votes cast, in this case with punch cards, match what is in the system.

      Addition errors - Do the totals add correctly.

      Trying to bias either of those seems to be an invitation to prison time. It is too easy to detect by means of paper, pencil, and an hour or two of time. Just look at Ohio's results. They are broken out by county. It wouldn't be hard to check the addition, and check the reported figures to see if they match the source reports. I would be surprised if the various political parties don't go over the results anyway. Political Scientists certainly do.

      No, the least likely place to catch fraud is as the ballots are cast by the dead, repeat voters, felons, etc. Playing around with totals and simple addition is far too risky.

      That doesn't mean nobody will try it though. People do stupid things all the time.

      --
      much of left-wing thought is a kind of playing with fire by people who don't even know that fire is hot - George Orwell
    22. Re:Deja Vu by cold+fjord · · Score: 1

      If the DoD folks had any brains, they'd be doing their stuff over the public Internet, and challenging the world's hackers to crack their communications. And they'd publish their code. Then they'd know about problems before the insanity of battlefield conditions. But I wouldn't put a lot of money on them being that sensible.

      Not going to happen. That would mean giving up the best security means out there: air gap - as in the two networks never overlap. The military will use every practical means to enhance their security. Silly hacker challenges won't be one of them.

      You just use the courts to block recounts. ... The media just ridicules the paranoid theories without ever bothering to investigate, and everyone is happy that The System Worked.

      Not quite. There were numerous unofficial recounts after the election in 2000. Almost all of them reported that Bush really did win.

      --
      much of left-wing thought is a kind of playing with fire by people who don't even know that fire is hot - George Orwell
    23. Re:Deja Vu by stor · · Score: 1

      The good news is that Microsoft GIG Explorer hasn't passed secuirty muster and the Pentagon is recommending use of Firefox for the time being.

      What's all this mindless bashing of IE about, anyway? IE is perfectly safe to use if you manually type in all URLs. Everyone knows that. ;)

      Cheers
      Stor

      --
      "Yeah well there's a lot of stuff that should be, but isn't"
    24. Re:Deja Vu by True+Grit · · Score: 1
      in this case with punch cards,

      And when there are no punch cards to go back and double check? The parent's concern about GEMS may not be that much of a threat, as long as there is a paper trail to follow, but the point in many of the disputed vote results and the reason for the concerns of many, have to do with the fact that there is no paper trail in most of these new "electronic voting systems".

      Sure there are better ways to do this than with punch cards, but getting rid of the paper trail altogether is a dangerously bad idea.
    25. Re:Deja Vu by True+Grit · · Score: 1
      Not quite. There were numerous unofficial recounts after the election in 2000. Almost all of them reported that Bush really did win.


      And why do I have this sneaking suspicion, that if Bush were the one who lost because a court barred a recount that you would have a problem with that?

      Sorry, but don't mistake suspicion about these new voting procedures and the federal court's newly declared role in state voting, with whining from the losing side. First the federal courts have no business involving themselves in the election processes within a state, that they did in 2000 was a colossal mistake in legal judgement on their part that our country will suffer for until their actions are eventually overturned by a future SCOTUS, and second, voting processes without verifiability only lead to a lack of belief in the entire democractic process, which is so dangerous for a democracy that avoiding it is in the best interests of all political parties and persuasions.

      Unfortunately, shortsightedness like yours (by assuming everyone who has a problem with these events are just disgruntled Dems), is only making the problem worse, just look at the growing polarization, rather than unification, in this country after the election.
    26. Re:Deja Vu by TFGeditor · · Score: 1

      " I'm predicting the next story: U.S. Military Impressed With Success of the Highway System, Researching Versions For Own Use." No, no, no. The next story (or thread) will be: Rain Predicted, /.ers blame Bush/Diebold

      --
      Ignorance is curable, stupid is forever.
    27. Re:Deja Vu by Annoying · · Score: 1

      The first rule of beaurocracy is "If you don't spend your entire budget this fiscal term it will be cut in the next one, always spend everything you have and request an increase next term."

      Does this whole dumb idea make sense yet?
      Of course they will reinvent the wheel, they will make it just compatible enough to work so they can actually impliment it as an ongoing project to suck up excess funding while providing a marginal (or even purely theoretical) improvement.

  3. Haven't they done something like that already? by Anonymous Coward · · Score: 0

    I seem to vaguely remember someting familiar from like 30 years back.. called ARPAsometing, with later evolved in the Intersomething..

  4. Again? by TheLibero · · Score: 1

    I thought they already did that with the current web!

    --
    "Evil thrives when good men do nothing"
    1. Re:Again? by Anonymous Coward · · Score: 0

      Yes, but using an existing system doesn't burn taxdollars nearly as fast. ;)

    2. Re:Again? by 0racle · · Score: 1

      Then mean educational institutions an corporations took it over so their mummy is going to buy them another one.

      --
      "I use a Mac because I'm just better than you are."
    3. Re:Again? by Antony-Kyre · · Score: 1

      (The following comment is meant to be funny.)

      Step one, build private internet for the military.
      Step two, trash current Internet via some method.
      Goal, to get rid of the voice of the People, one step closer to global domination via control rather than force.

    4. Re:Again? by hazem · · Score: 2

      Yeah, I thought they were called NIPRNet and SIPRNet.

    5. Re:Again? by freitasm · · Score: 1

      Web != Internet.

  5. no spam by awfulshot · · Score: 1

    hoorah. i just need to join the army.. :/

    1. Re:no spam by karniv0re · · Score: 2, Funny

      Easy there killer. It's hooah, not hoorah.

      We National Guardsmen try to use that "word" as little as possible. It has that annoying habbit of reminding us that we're not civilians anymore. :-(

    2. Re:no spam by frog23 · · Score: 1

      but also no pr0n! So, are you really sure?

    3. Re:no spam by Marvelicious · · Score: 1

      No, it actually comes from the Corps and its Hurrah! Not to be confused with Woo Hah! - which generally comes from Busta Rhymes...

      --
      Send whiskey and fresh horses!
    4. Re:no spam by Mikail · · Score: 5, Informative

      No, actually it is "hooah" in the Army. It was originally short for "Heard, Understood and Acknowledged."

      --
      If life is a waste of time and time is a waste of life, let's all get wasted and have the time of our lives.
    5. Re:no spam by pipingguy · · Score: 5, Funny


      I always thought hooah was the New England word for prostitute.

    6. Re:no spam by Anonymous+Writer · · Score: 1

      Not to be confused with Woo Hah! - which generally comes from Busta Rhymes

      Strange. I was thinking Al Pacino.
      I just googled this up...

      • Wooha! - not about Busta Rhymes or Al Pacino.
    7. Re:no spam by Anonymous Coward · · Score: 0

      well mod me offtopic, but in point of fact hooah is used by the army, while the Navy typically puts in a Y, hoo-ya. We just have to be different...

    8. Re:no spam by Anonymous Coward · · Score: 0

      Hoorah (often heard as 'oorah) is a USMC thing.

    9. Re:no spam by needacoolnickname · · Score: 1

      I see the military subscribes to the same poor use of english as the educational institutions teaching the 3 Rs... Reading, Writing, and Arithmatic.

    10. Re:no spam by Catbeller · · Score: 1

      "Reading, Writing, and ArithmAtic."

      O, sweet justice.

    11. Re:no spam by needacoolnickname · · Score: 1

      Damn that trying out Firefox over Safari! And me thinking I have just been spelling properly for the past two days.

      This US education done me good!

    12. Re:no spam by Forbman · · Score: 1

      Both are used.

      "Hooah" is more a singular, guttoral sound.

      "Hoo-Rah" is the military equivalent of "yeee-haw!", two different sounds, often used to help indicate increased levels of false motivation, artificial morale, etc. It's more like, "We're all fired up, yee-awww!"

      You can be "hooah", but not "hoo-rah". But if the General asks you how the food is, you loudly say, "Hoo-Rah!" with the biggest shit-eatin' grin you can muster, because that's what you've been eating in the field for however long it's been.

      Funny watching military training shows on TV, all that false morale stuff just isn't there in the real training (i.e., not ROTC advanced camp or basic training or Ollie North doing a news feed for Fox News)...

      Speaking of which, how is Col. Hackworth these days? Maybe he's just a little to not-on-the-bus (i.e., critical) for the news networks to have on the air?

    13. Re:no spam by TFGeditor · · Score: 1

      You're both wrong. It is "reading, 'riting, and 'rithmatic." Sheesh! Illiterate clods!

      --
      Ignorance is curable, stupid is forever.
  6. Military Music Sharing Network by Anonymous Coward · · Score: 0

    I think they just a secure network so that the RIAA can't spy on their stash of Duran Duran.

  7. well, prepare for a robocracy by mikethebends · · Score: 1

    Is it obvious to anyone else that this will be the system that becomes sentient and takes over the world?

    Like the Pentagon could ever control such technology once it gets super-advanced.
    We can only pray that the Overlord has more use for as as slaves than as corpses.

    1. Re:well, prepare for a robocracy by softspokenrevolution · · Score: 3, Funny

      I don't think we have anything to worry from the Pentagon's newly aware computer system. I mean, all it's going to do is adopt the bureaucratic mindset. All it's going to worry about is what defnse contractor it's going to work for after retirement.

    2. Re:well, prepare for a robocracy by mikethebends · · Score: 1

      All it's going to worry about is what defnse contractor it's going to work for after retirement.

      Isn't that worse? We don't need a self aware, Godlike computer system that wants nothing more than to boost Halliburton's profits.

    3. Re:well, prepare for a robocracy by tukkayoot · · Score: 4, Interesting
      A computer network isn't an AI, so I'm not sure what the problem is. The Internet and other computers/machines/devices have already pervaded modern society to such an extent that a malicious, sufficiently advanced AI could cause serious problems for us no matter what. Things like missle launch controls ideally should not be connected directly to the outside world in any manner, and hopefully that's not what's happening with this military network (I haven't RTFA yet). But this idea is useful, the only question to me, is if it's not terribly wasteful and if it's really necessary. A more closed, security-conscious network for global communications for use by the military makes sense, whether you are trying to protect yourself from human hackers or AI hackers. Though I would assume that an AI hacker would probably be able to defeat just about any highly digital security system.

      At least that's how I see it.

    4. Re:well, prepare for a robocracy by Jhan · · Score: 1

      I guess we will all have to prepare for ROBOTIC_LIBERATION . (Please follow the link, it's über-cool!)

      --

      I choose to remain celibate, like my father and his father before him.

    5. Re:well, prepare for a robocracy by cinemabaroque · · Score: 2, Interesting

      Anybody been paying attention to the mind machine interface? From computer chips that can connect to nerves to allowing quadrapalegics to use computers via electrodes in their brains the advancement of the mind machine interface seems to be advancing at a solid clip. As compared to the stagnation of AI research over the last four decades (especially in regards to a true intelligence as opposed to solving complicated math problems like chess) there is a significant gap. I think that by the time a real AI gets out into the internet and tries to wreak havoc it'll have to deal with a ton of bio-mechanical human intelligences on their home turf. Just my two cents.

      --
      00010111 always try everything twice
    6. Re:well, prepare for a robocracy by mintrepublic · · Score: 2, Funny

      Just so long it doesn't take over Cheyenne Mountain and Rosie O'Donnell!

    7. Re:well, prepare for a robocracy by Marvelicious · · Score: 1

      I dunno, a godlike computer system might actually be farsighted enough to understand that the corporate-profit-heavy-damn-the-small-guy aproach will eventually cause the colapse of our society. After all, you would asume that a self aware computer system would be somewhat intelligent unlike our leaders!

      --
      Send whiskey and fresh horses!
    8. Re:well, prepare for a robocracy by jacksonj04 · · Score: 1

      Sentient isn't a problem. But eventually someone will hook their laptop into it. Then bluetooth to their phone, and decide that being able to check their home email from work would be nice.

      A few people do this, suddenly there's milnet traffic over public network, and public traffic over military. Simply changing a protocol isn't going to help. It'll just end up as an extension of the internet.

      --
      How many people can read hex if only you and dead people can read hex?
    9. Re:well, prepare for a robocracy by Anonymous Coward · · Score: 0

      very nice!

      i wish i had my usual rock star mod points...

      *golf applause*

    10. Re:well, prepare for a robocracy by mrchaotica · · Score: 1
      ... sufficiently advanced AI could cause serious problems for us no matter what. Things like missle launch controls ideally should not be connected directly to the outside world in any manner...
      On the bright side, you can always just tell it to play Tic-Tac-Toe with itself...
      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    11. Re:well, prepare for a robocracy by nr · · Score: 1

      Impressive! Vic 20 is cool..

  8. So by dmomo · · Score: 5, Insightful

    You just need one computer on there internet that's connected to one computer on "our" Internet, then it's one network; i.e. the Internet!

    1. Re:So by BlueCodeWarrior · · Score: 1

      So...what if this new 'internet' isn't using the same protocol to communicate as the current one is? Plus, there's one other thing...imagine this new internet is the same size as our current one...and there is one computer connecting the two...I have a feeling the conncetion would be a bit slow. Can you say 'Slashdotted?'

    2. Re:So by AKAImBatman · · Score: 1

      So...what if this new 'internet' isn't using the same protocol to communicate as the current one is?

      Actually, that was sort of the point of the first Internet. It took incompatible networks and allowed them to interoperate via an "in-between" protocol. This "feature" of the internet is why you see so much cruft in sendmail. It used to have to deal with address like "Starbase773!BubbaShrimp!Blake8!Bob@bitnet.net"!!!

    3. Re:So by Anonymous Coward · · Score: 0

      So what happens if I connect to there internet instead of their Internet?

      Or, in otherwords, just shut up.

    4. Re:So by kfg · · Score: 1

      . . .with address like "Starbase773!BubbaShrimp!Blake8!Bob@bitnet.net"!!!

      Ah, the "Good Old Days" when you could use lines like, "Hey baby, what's your bang address?"

      KFG

    5. Re:So by Ralph+Wiggam · · Score: 2, Interesting

      Any computers holding "secret" or "top-secret" data cannot be connected to public networks in any way, under current procedures. It's the only unhackable way to do it (without sneaking into a secure building), and they know that. They call it an "airwall".

      Because of rules like this and a million others, it costs a lot of money to make anything secret. The ammount of information being classified as secret is skyrocketting.

      -B

    6. Re:So by HiThere · · Score: 2, Insightful

      Yeah. But the amount of information that actually qualifies as being Secret is increasing less than logrithmically.

      Much of what gets classified as Secret is done so on a CYA basis. Sometimes politically, sometimes economically, sometimes personally. (Well, always personally, but sometimes that is "sort of" justifiable on a larger basis.)

      N.B.: I don't have any current inside information, I'm merely assuming that trends from the past have continued. And one of the factors was "If nobody can see what you did, nobody can criticise it."

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    7. Re:So by Bitsy+Boffin · · Score: 1

      Yea, it's a shame bang-paths didn't hang around for the internet boom, it would have made for some interesting water cooler talk

      "Yea, so I banged her, and she banged me back, then Fred, you remember Fred, yeah well he banged us both.."

      --
      NZ Electronics Enthusiasts: Check out my Trade Me Listings
    8. Re:So by mattyrobinson69 · · Score: 1

      Unless they use protocols which can not be routed on the internet. Plus, it would have to be one hell of a connection (i spose ISP's could provide it though, aslong as its not illegal to do so under the terms of connection to the gov's wan.

    9. Re:So by Anonymous Coward · · Score: 0

      >... internet ...
      as in sqrt(-1)?

    10. Re:So by twitter · · Score: 1
      So...what if this new 'internet' isn't using the same protocol to communicate as the current one is?

      The machine on both networks won't know the difference.

      It's virtually impossible to make a separate network, especially a large one. Someone, somewhere will inadvertently bridge the two.

      --

      Friends don't help friends install M$ junk.

  9. Again? by Chess_the_cat · · Score: 1

    Didn't they already do this?

    --
    Support the First Amendment. Read at -1
  10. Dupe! by Swedentom · · Score: 5, Funny

    This story was posted 30 years ago. ;-)

    --
    Sig Nature
    1. Re:Dupe! by nicnak · · Score: 5, Insightful

      Although it's funny to say that this is just a rehashing of the creation of DARPA net again, it's going to be more than that.

      The US military has seen what their creation has turned into with the internet and now they want to be able to leverage that for their own use. But at the same time they have seen how a robust system like the internet can still be overwhelmed by DOS attacks and worms/viri. In order to have a system that they can be sure will not be compromized when they need it most, they are forced to create a seperate system.

      However even with trying to create a completely seperate network they will run into problems. Satallites could be shot down. Microwave links could be jammed. Encryption could be broken and misinformation could be injected to the network.

      Given the current state of incompetence in the armed forces, I can assure you that this project will be late and over budget, and will not accomplish all the things they want it to.

      Oh well, that seems to be the status quo in the US.

    2. Re:Dupe! by MindStalker · · Score: 1, Insightful

      Incompetence? Ok I admit a lot of things are over budget, but please find us a military anywhere in the world that can accomplish half of what we can. Now I admit, we don't go throwing around the threat of nukes as much as some countries and that does leave us at a disadvantage.

    3. Re:Dupe! by Anonymous Coward · · Score: 0

      Incompetence? Ok I admit a lot of things are over budget, but please find us a military anywhere in the world that can accomplish half of what we can.

      The incompetence level is fairly high in our current armed forces, and I would cite examples but I'm kind of not allowed to do that. However, I will say this. The incompetence level is similar in level in the US Armed forces as it is in Corporate America.

      The lesson to be learned from this? Either the larger an organization becomes the more grossly inefficient it beomes OR the larger an organization becomes the more incompetent members it will attain thus adding to the overall incompetence of the organization (my personal favorite of the two).

      A chain is only as strong as it's weakest link.

      Or, in some cases, a network is only as fast as it's slowest uplink.

    4. Re:Dupe! by amRadioHed · · Score: 2

      See the enormous number of civilian casualties in Iraq? There have been many thousands, though the exact number is impossible to come by. I would call that incompetence. Any military success we have is by brute force and a whole lot of money.

      --
      We hope your rules and wisdom choke you / Now we are one in everlasting peace
    5. Re:Dupe! by Pantero+Blanco · · Score: 2

      Isn't SIPRnet pretty much the same thing? Or have I misunderstood something?

    6. Re:Dupe! by Nutria · · Score: 4, Insightful

      Any military success we have is by brute force and a whole lot of money.

      Pretty much all military success by brute force and a whole lot of money.

      I can guarantee you, though, that if the 1944-era US military had to take Falluja, the city would be rubble, and all of the civillians would be dead or refugees.

      --
      "I don't know, therefore Aliens" Wafflebox1
    7. Re:Dupe! by WinterSolstice · · Score: 1

      What, like London? Dresden? Paris?

      I think you're wrong. When both sides like to blow stuff up, it is a bit worse. Terrorists gain nothing by blitzkreig tactics.

      I do think this new ARPA Mark 2 is pretty funny, though.

      -WS

      --
      An operating system should be like a light switch... simple, effective, easy to use, and designed for everyone.
    8. Re:Dupe! by HiThere · · Score: 1

      Sort of. There are several factors in operation.

      One is that when people are being taken advantage of, they don't behave efficiently.

      One is that when you give some people control over power, they will use it for their own ends instead of (or in addition to) accomplishing the task for which you delegated the power to them.

      One is that people tend to protect their friends, even if the friend is incompetent. (It's GOOD to feel superior to someone.)

      One is that the longer an organization exists, the further it will drift from the purpose for which it was originally set up.

      So, yeah, there's lots of inefficiencies, depending on just what and how you are measuring. But the bigger problem is wrongly directed energies. And the biggest problem is that the organization is doing what IT wants to do, not what you want it to do.

      If there's a solution, it has to start near the core. Power has to stop being delegated. Control has to become decentralized. Think of neural nets, or the internet. Centralizations create vulnerabilities, and they are EXTREMELY rarely needed. Generally only in interface situations, as in control of the effector mechanisms. (Multi-read, single write. Generalize!)

      Just how are you going to design your programs to work efficiently on the coming generations of multi-processor computers? This may give clues to how this can be solved. The internet is a fantastic model. We can see not only it's strengths, but also it's weaknesses. And crackers simulate the self-centeredness of human actions (simulate?) that the design will need to deal with.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    9. Re:Dupe! by phoebusQ · · Score: 0, Redundant

      You have no idea what you're talking about. I've been there, I'm going back in January, and I take offense to your blanket statement about the force that I take pride in being part of. Civilian casualties are a consequence of WAREFARE IN GENERAL, not of incompetence of the military. Our military produces the lowest civilian casualty rates of any in the world.

    10. Re:Dupe! by Anonymous Coward · · Score: 1, Informative

      I can guarantee you, though, that if the 1944-era US military had to take Falluja, the city would be rubble, and all of the civillians would be dead or refugees.

      As opposed to this?
      Or this?
      Or this?
      Or this?
      Or this?
      Or this?
      Or this?
      Or this?

    11. Re:Dupe! by SeaFox · · Score: 1
      The US military has seen what their creation has turned into with the internet and now they want to be able to leverage that for their own use. But at the same time they have seen how a robust system like the internet can still be overwhelmed by DOS attacks and worms/viri. In order to have a system that they can be sure will not be compromized when they need it most, they are forced to create a seperate system.

      ...and with Microsoft getting in on the ground floor, we can be sure there will be no problems with that.

    12. Re:Dupe! by kikta · · Score: 1

      And what's the problem in any one of those pictures?

      Did you see civilians being targeted? Were you surprised that some Americans died? Or some innocent Iraqis did? That suspected insurgents get cuffed & detained? That when the military conducts operations, we blow shit up and kill people?

      Are you honestly surprised that any of these things happen in a conflict? If you are, you need to bone up on how the freedom you enjoy came about, becuase it wasn't with nice words & good intentions.

      Bad things happen - it would be nice if they didn't have to happen, but sometimes they do.

    13. Re:Dupe! by Anonymous Coward · · Score: 0
      But at the same time they have seen how a robust system like the internet can still be overwhelmed by DOS attacks and worms/viri.

      The word is viruses people! Get it right. It's the ignorant and "l33t h4x0rz" who use the (nonexistent) words "viri" or "virii".
    14. Re:Dupe! by amRadioHed · · Score: 1

      I'm sorry if my comments were offensive to you. I understand that the US military is probably the most efficient military that has ever existed, but sadly that title is much like "Most Honest Politician Ever". Congratulations... but don't think there isn't still an enormous amount of room for improvement.

      The problem is that I can't dismiss civilian casualties as just a consequence of warfare in general. Especially in this particular war. We are supposedly there to save the people of Iraq from the tyranny they have been living under (at least that is the administration's story now that no WMD's or legitimate ties between Sadaam and attacks against the US have been found). If that is truly the mission, than every single civilian casualty is a failure to meet that goal and hence should be seen as an unacceptable error. Civilian lives should be defended every bit as much as you would defend the lives of the men and women you are fighting with. If they are not, then what exactly is being fought for?

      --
      We hope your rules and wisdom choke you / Now we are one in everlasting peace
    15. Re:Dupe! by MindStalker · · Score: 1

      Yes, but when the civilians are being used as human shields by the enemy I really don't see any way around casualties. Yes, I guess we could take the idea that they are hostages, and sit around and negotiate and wait for their release. But thats what got us into this problem with falusia (spelling?) in the first place.

  11. ISP by manon · · Score: 1

    I never thought the Pentagon would become a ISP. Would they use Cable or DSL?

    --
    42 + 1 = 42
    1. Re:ISP by Drantin · · Score: 1

      Satellite, RTFA...

      --
      Actio personalis moritur cum persona. (Dead men don't sue)
  12. Good, then they can stop snooping our internet by Ars-Fartsica · · Score: 1, Interesting

    Go ahead Uncle Sam, your net will end up being crappier than the privately funded net, and maybe just maybe then you can just spy on your own employees instead of the rest of us. NAH. In any case, this will end up being an inflexible white elephant with the same type of administration you expect from the DMV. After a few years the govt will realize the public internet is actually superior and more redundant and .mil will magically reappear.

    1. Re:Good, then they can stop snooping our internet by Aggrajag · · Score: 1

      I think you are wrong. The conractors will have money thrown at them to build the network without having to think about the competition as there is none.

      Look at Sweden where the local government has built fiber to pretty much everywhere and they are renting it to ISPs very cheaply and it works. You can get a 10 megabit connection with less than 30 euros.

    2. Re:Good, then they can stop snooping our internet by October_30th · · Score: 1

      Shush... the fact that governments - and not only dog-eat-dog-capitalism - achieve useful and economical high-tech goals is such a foreign concept to these people that a sudden exposure to contrary evidence might bring their ideological world crashing down on them. So be careful. ;)

      --
      The owls are not what they seem
    3. Re:Good, then they can stop snooping our internet by Aggrajag · · Score: 1

      Thanks for the warning!

      Hienosti juotu Glenfiddich!

    4. Re:Good, then they can stop snooping our internet by Ars-Fartsica · · Score: 1

      IRS DMV CIA FBI INS DOE...you will find more corruption, pollution, graft, waste and inefficiency hiding behind govt three letter acronyms than anything in the private sector.

    5. Re:Good, then they can stop snooping our internet by October_30th · · Score: 1
      Enron? WorldCom? Halliburton? Pacific Gas and Electric Company? It's also better not to forget about pork-barrel companies like Boeing and Lockheed.

      But don't too upset. I'm sure dog-eat-dog-capitalism works rather well, too - at least for the shareholders.

      --
      The owls are not what they seem
    6. Re:Good, then they can stop snooping our internet by Anonymous Coward · · Score: 0

      you're both being silly. What exists in the USA at the moment is corporatism, not capitalism. Corporatism is where the distinction between state and corporation is blurred, and government power is used for corporate ends and vice versa. Enron was a symptom of this.

      And (re grandparent) it's deeply silly to use the corruption in a corporatist government in the USA as an argument that the government is more corrupt than a corporation - when they are the SAME THING.

      This project is just pork for corpies. Stop paying your taxes until we have separation of corp and state.

    7. Re:Good, then they can stop snooping our internet by Ars-Fartsica · · Score: 1
      Enron? WorldCom? Halliburton? Pacific Gas and Electric Company?

      Firstly, PGE is quasi-governmental, so you are only proving my point.

      WorldCom, Enron?... Not even a shadow of the government graft. Not even 10% long term. It took us three years to uncover WorldCom's graft....in a century the govt still operates like a robber baron without restraint.

  13. No need to reinvent the wheel by Average_Joe_Sixpack · · Score: 2, Funny

    Gopherspace is still available

  14. the internets!!! by morcheeba · · Score: 5, Funny

    Well, that explains the quote from Bush's debate:

    BUSH: Thanks. I hear there's rumors on the Internets that we're going to have a draft.

    1. Re:the internets!!! by Anonymous Coward · · Score: 0

      damn o_-
      You beat me to the punch!

    2. Re:the internets!!! by AKAImBatman · · Score: 1

      You know, THERE IS A SECOND INTERNET. Has everyone already forgotten about Internet 2?!?

    3. Re:the internets!!! by dattaway · · Score: 3, Funny

      Bush did order the draft.

    4. Re:the internets!!! by micromoog · · Score: 1

      That's true. However, that's not what Bush was talking about when he wrongly pluralized "Internet".

    5. Re:the internets!!! by Anonymous Coward · · Score: 1, Funny

      Since Al Gore created the first Internet, at least now Bush wull have one that he can call his own.

    6. Re:the internets!!! by AKAImBatman · · Score: 1

      How do you know? I heard him say it, and I admit it was pretty funny. But he is the Commander in Chief, and is briefed on everything that might be relevant to the country, it's economy, and it's security. Seeing as he's probably not one to have used "The Internet" much, he may not have realized (in the split second that he uttered it) how silly "internets" sounds to the common person.

      Or maybe he just screwed up. He wasn't "wrong", though. :-)

    7. Re:the internets!!! by Anonymous Coward · · Score: 0

      Except if you read your own link, you'd see that Internet2 isn't a project to build a second internet, but rather a project to deploy advanced internet technologies by starting with universities and research institutions.

    8. Re:the internets!!! by kasperd · · Score: 1
      Has everyone already forgotten about Internet 2?!?

      Did you actually read what that page says before posting the link?
      It does not aim to create a new network separate from the Internet but to ensure that new applications and technologies are deployed to the existing Internet.
      --

      Do you care about the security of your wireless mouse?
    9. Re:the internets!!! by Alkivar · · Score: 1

      Everyone keeps forgetting about the http://www.internet2.edu/ educational/scientific high speed network

      on another note isnt this what MILnet was designed for?

    10. Re:the internets!!! by AKAImBatman · · Score: 1

      Indeed. The Internet2 consists of a super-set of technologies that are currently independent from the existing internet. i.e. The two networks are connected, but not all internet applications are compatible with Internet 2. Which is really too bad. I'd love to use a pipeline or two.

    11. Re:the internets!!! by heybo · · Score: 1

      Actually you are ON MILnet right now. The orginal idea was in the 60's (yes I was there but I don't remember) you could by a few well place missle shots knock out all communications say from coast to coast. This wasn't a good thing. This gave birth to the idea of Grid Networks where if one node was knocked out traffic would automatically route through another node. Yes orginally this was called MILnet. Later the military saw that it couldn't pull this off by itself so DARPA funded ARPnet and connected schools to the system and funded these schools to come up with the technology to make it work. (Students will work for free) This all got started with less than $500,00.00. This all became ARPnet. Later when it went commerical it became the Internet.

      Yes boys and girls this was way before the www too. We had fun little aminals back then like gopher and fun search engines like WAIS and the only mice were scurrying around in the barracks. We even untarred tarballs from real tapes!

      Yes there still is a MILnet (*.mil) all the secure communications run point to point over tunneled connections, but it does run on the same backbone as we do. Its not a different Internet but as always part of this one.

      People tend to think of the Internet as the World Wide Web but it is and always has been more than web sites and email. Its a communications framework now made up of thousands of networks.

      Yea now you can call me an Old Fart!

      Happy Grid Computing!

    12. Re:the internets!!! by Anonymous Coward · · Score: 0

      Draft Jenna!

      http://www.enjoythedraft.com/target.php

    13. Re:the internets!!! by nacturation · · Score: 3, Insightful

      But he is the Commander in Chief, and is briefed on everything that might be relevant to the country, it's economy, and it's security. Seeing as he's probably not one to have used "The Internet" much, he may not have realized (in the split second that he uttered it) how silly "internets" sounds to the common person.

      So probably about as silly as "it is economy, and it is security" sounds to the common person? :)

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    14. Re:the internets!!! by slaad · · Score: 1

      The man is an idiot and he can't speak to save his life, don't get me wrong. But couldn't that just be a contraction "internet is"?
      The statement: "I hear there's rumors on the Internet is that we're going to have a draft." It's still really bad grammar, but it makes sense in Bush's particular dialect..

      --


      ~Warning!~ The above is encrypted using rot676!
  15. I guess they do not want this very secure... by marshmeli · · Score: 1, Funny

    they are working with Microsoft...

  16. Waaah! by Tablizer · · Score: 2, Funny

    All that new pr0n, and we can't touch it

    1. Re:Waaah! by Anonymous Coward · · Score: 0

      Hmmm... I'm not sure if I want to see those humiliation pics of naked men in piles and domina in military suit doesn't turn me on either.

      I'll let them keep their pr0n in their own network.

  17. Will history repeat itself? by toetagger1 · · Score: 5, Insightful
    "Its Worldwide Military Command and Control System, built in the 1960's, often failed in crises. A $25 billion successor, Milstar, was completed in 2003 after two decades of work. Pentagon officials say it is already outdated: more switchboard than server, more dial-up than broadband, it cannot support 21st-century technology.

    And they honestly don't think it will be the same storry again this time?

    --
    who | grep -i blond | date cd ~; unzip; touch; strip; finger; mount; gasp; yes; uptime; umount; sleep
    1. Re:Will history repeat itself? by Mavakoy · · Score: 1

      It could well be. But if they design the infrastructure correctly it won't be a problem. They could lay fibre between the command centres and then use gigabit localy - that should cover most bandwidth requirements. Not sure about the crypto they'd be using though - probably something hideously classfied...

      Then again, that would involve a govenment spending money instead of going with the lowest bidder.

    2. Re:Will history repeat itself? by timeOday · · Score: 2, Funny

      Good point. Instead I suggest they just wait until the ultimate version of everything is available at WalMart so they only have to buy it once.

    3. Re:Will history repeat itself? by Guppy06 · · Score: 1

      "Its Worldwide Military Command and Control System, built in the 1960's, often failed in crises."

      Well, duh! They forgot the third C in C3: communications. :)

    4. Re:Will history repeat itself? by Forbman · · Score: 1

      ...but they don't need to lay fibre, at least in the US. The problem is, how do you protect the fibre between installations? Sure, most of it will be underground, but there will probably be demarks outside of military installations, where amplifiers, conditioners, etc. are located.

      Unless the telcos start killing off technicians after they're done working for them, the knowledge will be out there, waiting to be pieced together.

      We won't know much about it, but those who want to really know (i.e., China) will know more about it than anyone would feel comfortable about. That knowledge then becomes a tradeable commodity. "Hey, Mr. bin-Laden, if you could get a team here, in this obscure location in Colorado, you shut down about half of MCI's main backbones across the country. Oh, and a couple of 'mil-net' fibre backbones go through here as well."

      Or, even scarier, "Hey, you minion of David Koresh, if you really want to settle a score, blow this building up in downtown Chicago. It's the funny skyscraper without windows, a few blocks north of the Sears Tower. Screw blowing up the federal buildings, etc. Blow this one up, and you'll definitely get their attention. Even better, coordinate a similar attack in Denver and Boise, and you put a serious bollux in US telecomms. Let all your bank robber fiends know about it, too."

    5. Re:Will history repeat itself? by mrchaotica · · Score: 1

      The way for them to succeed is to not over-design it -- instead of mandating a particular technology for the whole thing, they should just start building it now with fibre and gigabit as you say, and then use better stuff on the new parts as they build them.

      And then once they're done, go back to the beginning and upgrade, in the same way.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  18. This is news now? by s.fontinalis · · Score: 2, Informative

    DISA (Defense Information Systems Agency) issued RFI's on this in 2002. In Decembver of 2003, DISA confirmed they'd contracted Juniper, Cisco, Sycamore and Ciena to provide equipment for this network. Total business is about $100 to each of the 4 through 2005. Now wouldn't it have been nice for some oversight on this 2 years ago?

    1. Re:This is news now? by miltimj · · Score: 1

      Total business is about $100 to each of the 4 through 2005

      Wow, they must be feeling extremely patriotic and generous, because I wouldn't even do the work for a hundred bucks...

      --
      "Truth is not decided by majority vote" consensus gentium -- Norman Geisler
    2. Re:This is news now? by s.fontinalis · · Score: 1

      I see you are not familiar with standard federal government budgeting - they leave the zeros off. It depends on the agency how many they leave off. Interior, HHS, they usually leave off three. DOD leaves off 6 - so that's 100 million each. Congress usually leaves off 9 - they only speak in billions.

  19. Doh! by Anonymous Coward · · Score: 0

    Now we know what Al was talking about.

  20. Ouch... by Pinkoir · · Score: 1

    ...I wouldn't want to be that computer when the military decides to read slashdot.

    -Pinkoir

  21. Micro$oft and Ci$co? by Anonymous Coward · · Score: 0

    So much for it being secure........

  22. Private network != Internet by cbreaker · · Score: 1

    They are planning on building their own network. It's no more "Internet" then my home network when it's unplugged from the cablemodem.

    Just because you plug two computers together over a WAN link doesn't mean you have an "internet." There's only on Internet, and it's a loosly coupled network of networks.

    Gosh, reporters can be so lame.

    --
    - It's not the Macs I hate. It's Digg users. -
    1. Re:Private network != Internet by Anonymous Coward · · Score: 0

      Learn the difference between internet and Internet. Hint: it's in the first letter.

    2. Re:Private network != Internet by phaze3000 · · Score: 1

      Actually, the article is just using 'internet' in its original sense - a collection of inter-connected networks. It's only since the early '90s that the 'Internet' came to be the collection of networks it is today.

      --
      Blaming GW Bush for the Iraq war is like blaming Ronald McDonald for the poor quality of food.
    3. Re:Private network != Internet by Anonymous Coward · · Score: 0
      Blaming GW Bush for the Iraq war is like blaming Ronald McDonald for the poor quality of food.

      Uh, how come?

      Or are you saying that Iraq war should be blamed on the general population? The fact that crap fast-food is being sold could be seen as a symptom of an ignorant and lazy population. Are you saying that the war in Iraq is the same? That GWB is just doing what the people who voted for him want?

  23. Wars of the Future by Anonymous Coward · · Score: 0

    Ah - it's good to see that America is preparing for future invasions by further beefing up its already horrifyingly powerful Murder Machine. Killing the children of today...tomorrow! U!S!A! U!S!A!

  24. Article must be a fake! by boaworm · · Score: 1

    The dont listen SCO anywhere! :-)

    --
    Probable impossibilities are to be preferred to improbable possibilities.
    Aristotele
    1. Re:Article must be a fake! by Anonymous Coward · · Score: 0

      It is there, right between MS and SUN.

  25. Just wait a decade or two by Anonymous Coward · · Score: 0

    ...and average citizens will start using it, just like we use the Internet and GPS. Then the military will move on to the next big project.

    Unlike bombs and bullets, building infrastructure is never wasted.

  26. Looks like they are gathering plenty of opinions by Anonymous Coward · · Score: 0
  27. Long time... by FiReaNGeL · · Score: 5, Insightful

    If it takes two decades to build, will it be relevant/secure/useful when completed? Where were we two decades ago? With the ever-evoluting nature of tech, I sure hope they planned ahead...

    In anyway, it'll sure be costly. From the article :

    "Providing the connections to run the war net will cost at least $24 billion over the next five years - more than the cost, in today's dollars, of the Manhattan Project to build the atomic bomb. Beyond that, encrypting data will be a $5 billion project."

    That's just the running cost, not the hardware/implementation cost (which may rise up to 200 billions). How many social problems could we cure/relief with that kind of money in the world? I know War = Power, but Kindness = Respect too. Yeah, I live in Canada.

    1. Re:Long time... by VoidWraith · · Score: 1

      The US Government really likes throwing money into the military. Also, have you noticed that Bush doesn't seem to want any respect? Don't expect anything good globally from him, especially not in this term when he doesn't have to deal with re-election.

    2. Re:Long time... by baywulf · · Score: 1

      How else can we provide welfare to corporations. Perhaps we can cut all education funding and divert all social security taxes to these kinds of endevors.

    3. Re:Long time... by DarthVeda · · Score: 1

      The obvious solution to social problems is money.

    4. Re:Long time... by Anonymous Coward · · Score: 0

      How many social problems could we cure/relief with that kind of money in the world?

      What are you, a communist? That's not the government's job. Republicans want a minimal government, which means cutting everything. Except the military. Can't pour enough billions into that.

      What kind of anti-American scum would propose reducing spending on the military? Don't you support our troops?

    5. Re:Long time... by killjoe · · Score: 1

      We don't care about kindness and respect. Just obey our will and give us any natural resources we need. Otherwise just shut up and sit down... Bitch.

      --
      evil is as evil does
    6. Re:Long time... by david614 · · Score: 1

      Yeah... and it is obvious that our (U.S. citizen here) money has to be given away to others to solve problems of their making...

      --
      ELITISM: It's always lonely at the top. Uninvited company is rarely welcome.
    7. Re:Long time... by Anonymous Coward · · Score: 0

      Yes... we all know how much money helps social problems. The government's primary role is to protect it's people. Government hand-outs have only made social problems worse. Most homeless people in america are homeless by choice, things like wellfare just make it easier for them to live without contributing to society. They're like leeches, sucking money from the government. Other social programs like our anti-drug campaigns haven't helped the target problems either.

      How many social problems could we cure/relief with that kind of money? Zero.

    8. Re:Long time... by Anonymous Coward · · Score: 0

      that would actually be better use of that money.

    9. Re:Long time... by ksheff · · Score: 1

      How many social problems could be cured?

      None.

      It never really solves anything. It just creates a bureaucracy. If you know anything about social program bureaucracies, then you will realize that their main goal is to sustain their own existence by not solving the problem at hand.

      At least this sort of spending will have spin-offs that can be used by everyone else.

      --
      the good ground has been paved over by suicidal maniacs
    10. Re:Long time... by lerxstz · · Score: 1

      Your post sums up quite nicely why the U.S. is despised by most countries on the planet. I could go on, but I think your cowardly post (brave american indeed) says it all. I try not to blame your whole country though. I realise it's only the republicans that are like you.

      --
      I chose to end my comments, not with a rim shot, but a long decaying F#7sus4
    11. Re:Long time... by Daniel+Dvorkin · · Score: 1

      How many social problems could be cured?

      None.


      If you take that viewpoint, fine ... substitute "growing the economy by leaving the money in the hands of the people who earn it" instead of "spending money on schools/healthcare/the environment/etc." The point is, that from both the liberal and libertarian viewpoints, this looks a lot like a boondoggle-in-the-making.

      At least this sort of spending will have spin-offs that can be used by everyone else.

      Maybe so. OTOH, it won't if either of two things happens: the tech stays classified and thus unavailable for civilian applications, or it's an unworkable mess that lags far behind what's available in the civilian market when it's finally complete. Considering who the major players are, I'd say both outcomes seem likely.

      --
      The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
    12. Re:Long time... by Anonymous Coward · · Score: 0

      What kind of anti-American scum would propose reducing spending on the military? Don't you support our troops?

      Yeah, I got a big yellow ribbon magnet I bought at Wal-Mart on my car...

    13. Re:Long time... by Anonymous Coward · · Score: 0

      Your post sums up quite nicely why the U.S. is despised by most countries on the planet.

      Why should we care if others despise us? If you could ever get that into your head, you'd realize that our actions are self-beneficial and have nothing to do with another other country. Actions that don't benefit the USA are superfluous and go against the principles of conserving scarce resources.

      I could go on, but I think your cowardly post (brave american indeed) says it all.

      As could everyone else. At least you're intelligent enough to realize that the politics of a country aren't ever so simple as one sentence, but as for your attack of my courage, it could only be based on the fact that I don't have a Slashdot account to post with, which means exactly nothing. A Slashdot moniker isn't equivalent to a Congressional Medal of Honor. Any fool can get one, as you have proved. Would you go farther? Would you post your real name, current location, social security number, driver's license number, home address, phone number, children's names, blood type, etc. on the Internet? No? Neither would anybody else with common sense. Anonymity on the Internet is basic common sense.

      I realise it's only the republicans that are like you.

      And you speak of my bravery? You have absolutely no information to base that comment on. The political positions I stated before are similar to those of George Washington or John Adams, who were not Republicans, but instead of remarking on that, you resorted to the popular attack on political belief where you would have the most people supporting you.

      Don't imagine that your cheap Internet sniping is actual political commentary. It's quite easy to stand with your friends to point and mock, but it amounts to nothing in the real world.

  28. zomg hax0r! by sockonafish · · Score: 4, Funny

    If you need me, I'll be hacking the GIGson.

    1. Re:zomg hax0r! by Netmaster · · Score: 0

      Yes, and in only three tries! 'cus that's what they do television.

    2. Re:zomg hax0r! by PipsqueakOnAP133 · · Score: 1

      Microsoft: The GIG is up!

      Everybody else: Up? As in online? Or as in we're royally fucked?

      Microsoft: Uh..... shit.

  29. Computerized Suits by TheFlyingGoat · · Score: 3, Insightful

    This is a logical step considering the military suits they're designed come with a computer built in. A secure network will be required for tracking and communicating with soliders on the battlefield. You obviously wouldn't want them on any public network.

    A small side-note: I doubt www content will be a primary usage of the network. Possibly some voice-over-IP applications and a ton of proprietary stuff.

    --
    You have enemies? Good. That means you've stood up for something, sometime in your life. --Winston Churchill
    1. Re:Computerized Suits by miltimj · · Score: 1

      You're absolutely correct about VoIP and proprietary apps... specifically, battle tracking systems, (tracking friendly and enemy positions), but the article also mentioned live video feeds.

      Currently, the data network piggybacks off the digital voice network (using IP).

      --
      "Truth is not decided by majority vote" consensus gentium -- Norman Geisler
    2. Re:Computerized Suits by Scoria · · Score: 1

      Hey, I appear to have a new freak. ;-)

      This is a logical step considering the military suits they're designed come with a computer built in.

      If I were a soldier, I would be interested in minimizing the amount of weight that I would be required to carry. Additionally, if your integrated computer were to fail (or become riddled with bullet holes) in the desert, you would be required to employ alternate methods of communication and navigation, thus rendering your device irrelevant.

      However, "friend or foe" identification, idealistically presuming that the implementation were reliable and secure, might ultimately prove to be invaluable. Less idealistically, of course, a poor implementation would remain trivial to compromise: An adversary would merely assault a soldier and use his beacon.

      A small side-note: I doubt www content will be a primary usage of the network. Possibly some voice-over-IP applications and a ton of proprietary stuff.

      No, hopefully not. If the "secure" network were capable of accessing the World Wide Web, then that would render it much more vulnerable to attacks originating from the public Internet. It would become an extension of that network.

      Ultimately, a printed map is not vulnerable to electromagnetic attacks, nor can it be "jammed." It cannot exhaust an internal power supply, and a severe downpour cannot disrupt its connectivity. Let us hope, then, that our military would only deploy something comparably rugged.

      --
      Do you like German cars?
    3. Re:Computerized Suits by gotih · · Score: 1

      are these things for real? magazines are always talking about them a lot of our military isn't even properly equipped. seems like the improvements we should be making are less technological.

      --

      fear is the mind killer
    4. Re:Computerized Suits by Lord_Dweomer · · Score: 1
      I dunno, sometimes I honestly think we'd have a better shot at winning this war if we let some 15 year old top of the ladder Starcraft Tourney winner command them all.

      Of course we'd probably suffer some big losses because he kept trying to do a marine rush...

      --
      Buy Steampunk Clothing Online!
    5. Re:Computerized Suits by HiThere · · Score: 1

      Do remember that this is the military that switched from general purpose steel helmets (that could also be used as cooking pots) to lighter fiberglass composite helmets. That were only helmets, but were better helmets. (And didn't something similar happen to bayonets, or were they just dropped?)

      Expect things to evolve more in the direction of single purpose, but GOOD at that purpose. Perhaps a map made of the still up-coming "electronic paper". You would need to plug it into a communicator to update it, but it couldn't be jammed when the power was off. You couldn't write on it (or at least not usefully). And it wouldn't update itself in real time. Only when you were at the base-station. But if it had a battery it might be able to display several "pages" at several different levels of magnification. (OTOH, that additional flexibility might come at the cost of making it jammable. So carry a copy of the map without the battery pack for backup.

      Just my WAG, though. I've no inside info.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    6. Re:Computerized Suits by HiThere · · Score: 1

      How about BOTH.

      Yes, the military has been sent over underequipped. Drastically underequipped. But this doesn't translate into nobody having the good stuff. Things aren't spread out evenly. Sometimes things go to people who are believed to need it the most. Sometimes they go to those with the most political pull (here I'm using the phrase in a generic way that has nothing to do with elections). Think of the "Old Boy Network". The military has several such. Access to supplies is a potent power, so this tends to get traded for other things of value.

      N.B.: This comment is based upon the presumption that the current was is similar to prior wars. This is the way the army has worked for a long time, but when supplies are short it becomes more noticible.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    7. Re:Computerized Suits by Forbman · · Score: 1

      ...any access to the "outside" would probably (hopefully) be done through proxy servers. This would keep the editorial control aspect of it in the military's hands.

      Printed maps are good for physical geography (except perhaps in an area that lacks discernable topographical features...), but not much else. That gravel road looks like it might go near where you need to go, but it's not on your map. Do you take it and risk getting side-tracked (or worse... we're talking military land-nav here, which implies some sort of combat or combat-training risk), or do you keep pounding through the brush/trees?

      One learns this quickly enough doing land-nav excercises. Try hiking through the woods with a 1:150 000 map (like a DeLorme atlas book) compared with a 1:24 000 map or 1:7 500 map...

      Plus, maps aren't very helpful at night or if you can't see out of the forest of trees that you are in when you need to answer the critical "where are we" question.

    8. Re:Computerized Suits by lachlan76 · · Score: 1

      Plus, maps aren't very helpful at night or if you can't see out of the forest of trees that you are in when you need to answer the critical "where are we" question.

      We have GPS for that purpose. How is putting the map in a computer going to help?

  30. Pentagon to Internet: by Catiline · · Score: 2, Funny

    Come out of the office with your routers where we can see them! The GIG is up!

  31. When launched... by Anonymous Coward · · Score: 0

    The GIG is up!

    In Soviet America, the Internet surfs you!

  32. The cost by cmad_x · · Score: 0
    Providing the connections to run the war net will cost at least $24 billion over the next five years - more than the cost, in today's dollars, of the Manhattan Project to build the atomic bomb. Beyond that, encrypting data will be a $5 billion project. Hundreds of thousands of new radios are likely to cost $25 billion. Satellite systems for intelligence, surveillance, reconnaissance and communications will be tens of billions more. The Army's program for a war net alone has a $120 billion price tag. Over all, Pentagon documents suggest, $200 billion or more may go for the war net's hardware and software in the next decade or so.
    And guess who's gonna pay for that... in taxes...
  33. Nice, but will it have its own by Man+in+Spandex · · Score: 1

    goatse?

  34. Internet in the Sky by tji · · Score: 1

    Yes, we already have the arpanet -> Internet.. The article does not have a lot of specifics, but the do mentioned "Internet in the Sky". And, I have seen previous articles talking about satellite to satellite communications. Basically, it's a grid of satellites connected by lasers for high speed communications. It would connect to terrestrial networks, and presumably support communication down to mobile nodes - such as jets and military vehicles.

    It's a powerful concept.. military grade ubiquitous networking. Complete communication / synchronization / status / tracking of military forces.

    1. Re:Internet in the Sky by CokeFiend · · Score: 1

      Only thing is... 98% of the sattelites in the sky right now are owned by corporations. The military is going to want their own network, which is just going to cost us more money. Too bad we never here stories about the the federal government spending 3 billion dollars to actually better the world instead of destroy it.

      Crap like this is the reason over 30% of my hard earned paycheck goes to the government!

    2. Re:Internet in the Sky by qurk · · Score: 1

      I don't have a problem with tax dollars going to the military. I did hear someone complaining about the $300 million probe that crashed into the desert, saying that money could have been used in a more useful way. $300 million is a lot of money, but theres a lot of good science to be gained :) The fact that NASA scientists have been learning a lot from the crashed probe hasn't hit the front page like the crash did.

    3. Re:Internet in the Sky by LiquidCoooled · · Score: 1

      Can sharks survive in space?

      --
      liqbase :: faster than paper
  35. Sad tale. by esconsult1 · · Score: 0
    First our aircraft manufacturers (Boeing) are slowly transitioning out of the civilian travel space, when will the software companies similarly transition?

    Is it a foregone conclusion that non-stop war is seen as our inevitable futures? And if that is the conventional wisdom, will large corporations (Microsoft, Boeing, et al) then press for wars so that they can sell their wares?

    Very saddening. Very bleak futures.

    1. Re:Sad tale. by DeepHurtn! · · Score: 1
      *Will* large corporations press far wars...?

      It's a pretty bleak present, if you ask me.

    2. Re:Sad tale. by timeOday · · Score: 1
      Is it a foregone conclusion that non-stop war is seen as our inevitable futures?
      Honestly, I think so.

      If you remember, before 911 we were all getting worked up about China. There was a lot of concern about weaponry sold to China, distributed intelligence gathering, industrial espionage, security at the national labs, etc. We even bombed their embassy in Belgrade (officially that was an accident).

      Then 911 hit and we don't care about China anymore.

      Why? It seems we have a certain amount of concern and money set aside for conflict, and we have to spend it somewhere. The fact is there is *always* some reason to start a war somewhere. It might not be a great reason, but if you drill it into peoples' heads many of them will buy it.

    3. Re:Sad tale. by danielobvt · · Score: 1

      How sure are you that we don't care about China? Just because you don't hear it in the news doesn't mean that it isn't a concern. It just means that the news people got bored with the whole thing and have moved on to something else (because modern news media sometimes reminds me of someone with ADD). With 1.2 billion or so people, a rapidly increasing need for world resources, a strong and agressively modernizing military, large ethnic groups in other countries (which make easy targets for espionage recruiting), and a strong technical base, I would bet a fair amount of money that China remains high on a number of planners minds.

  36. So George W Bush was right all along... by Eshock · · Score: 0, Redundant

    There really are multiple internets.

  37. Hmm... by digitalgimpus · · Score: 1, Redundant

    They should let ARPA oversee the project.

    Since it will be some type of a network.. they should call it ARPAnet...

    It will cost billions because the idea of a decentralized network is a brand new concept. They may need to tap some nerds at MIT etc. for help.

  38. Imagine by Anonymous Coward · · Score: 0

    Imagine a new recruit using GIG, he's exhausted, hungry, and extremely weak from the relentless battle between his company and the enemy stationed a few miles away. The troop needs to infaltrate an enemy complex and obtain precious data.

    His objective is to take out the enemy's guard tower to provide an easy path for his comrades, so he pops out his laptop and loads up GIG to download satellite images for an aerial view of the complex. A message pops up, it says 'FREE PLAYSTATION 2!', the unknowing recruit clicks on this malicious message which then comprimises his system and his mission. By this time the enemy has spotted them.

  39. Nothing new...Just repackaged! by beaststwo · · Score: 4, Insightful
    DOD and some of the services already run their own "Internets" and have for many years. This is another round of building that great new network that will be the ultimate IT answer for the next few eternities (Note: in reality, 1 eternity unit is roughly about 6 months of human time).

    What they haven't addressed is how this great network will be used to better defend the nation or reduce the cost of doing so.

    Paul Strassman, a regular columnist for Computerworld, often presents studies of profitability of companies that heavily invest in IT versus those that don't. His studies tend to indicate that comapnies that invest larger percentages of sales tend to have lower profit margins, indicating that perhaps those companies are investing in technology in ways that aren't optimal.

    Why should Government be any different? Didn't President Eisenhower warn about the "Defense-Industrial Complex" and the risk of Government buying non-optimal stuff to assist industry profit margins. So why should large-dollar Government-Industry partnerships be any more effiecient than what Paul Strassman sees in the private sector?

    1. Re:Nothing new...Just repackaged! by Anonymous Coward · · Score: 0

      You mean like the $11B missile defense system that has never worked once anytime ever in every single trial and test it's had?

      Oh darnit. Here I am, forgetting that hemmoraging money is a vital task in the War On Terror(tm)! I'll just escort myself to gitmo for that little outburst...

    2. Re:Nothing new...Just repackaged! by beaststwo · · Score: 1
      I would state that hommoraging money seems to be the American Way. After all, when the War On Terror(tm) started, how was the nation mobilized for war? By being told to go shopping!

      Buy some junk, defeat a terrorist...Makes America strong!

      In my 20+ years in the IT business, I've seen obscene amounts of money spent on IT with little or no idea of what benefit it would bring or how it would be used. I'm sure that made America strong as well.

  40. Can't Al Gore do it again? by AtariAmarok · · Score: 1, Troll

    The man who said that he created the Internet while in Congress can do this one, can't he? He served in the military, after all (and no Texas ANG dodging; no throwing away of medals either!)

    --
    Don't blame Durga. I voted for Centauri.
  41. This is probably redundant by the time I post... by El+Icaro · · Score: 1

    but what are the chances of the public taking over when it's built? Many of todays technologies and discoveries were developed by the military with other intentions. I know many things will have changed in the 'decades' it will take to build this.

    The idea of being in a rainforest and downloading por on the fly seems amazing.

  42. You people overreact... by MHobbit · · Score: 1

    Come on, it's just their own secure internet, it's not like it's going to be sentient and going to take over the world. ... I don't notice any innuendos... yet...

    --
    Debugging? Klingons do not debug. Bugs are good for building character in the user.
  43. Machine Consortium by ilyagordon · · Score: 0

    Judging by past experiences, they won't know how to use it even after building it.
    Then a terrorist will blow it up.
    Then they'll rebuild it, but no one will believe that it works even after it's used, prompting Congressional hearings.
    Then Jodie Foster will get passed over for the Oscar.

    --
    People seem to love modding me down for pointing out their stupidity and arrogance...
  44. Reminds me of BITNET by kherr · · Score: 1

    This reminds me of BITNET, an alternate attempt at creating a network. While never using it directly, I remember BITNET protocols being funky, email being handled differently and BITNET mostly just not adapting to new protocols or the internet very well. What started out as an idea to be a new type of network ended up becoming brittle and outdated. Different does not mean better. Good luck, Government, on your defense contractor-driven project where nothing can be changed without a minimum of 18 months of project management and millions of dollars.

  45. Already exists. by Hobart · · Score: 5, Informative
    What the slashdot headline seems to be describing:
    Wikipedia article on SIPRNET
    The government's page on it
    What the actual article seems to be referring to:
    http://ges.dod.mil
    --
    o/~ Join us now and share the software ...
  46. About time by Anonymous Coward · · Score: 0

    they got the internets! Oh wait

  47. In other news ... by ssand · · Score: 1

    ... AOL, after reporting to cut off some of their high speed internet, has reported they have acquired a contract for "lightning speed dialup" for the military.

  48. Greetings professor Falken by Anonymous Coward · · Score: 0

    ...would you like to play a game?

  49. Overestimating bandwidth requirements? by miltimj · · Score: 0

    From TFA:

    The bandwidth requirements seem bottomless. The military will need 40 or 50 times what it used at the height of the Iraq war last year...

    I agree with this statement, but...

    ...enough to give front-line soldiers bandwidth equal to downloading three feature-length movies a second.

    Okay, so that's about 100Gb/sec or so? For one, this implies that front-line soldiers can download (with the current data network) one feature length movie every 15 seconds or so (2 Gb/sec), which is absolutely laughable. Maybe 15 hours... (and what format are they talking about anyway?)

    Secondly, an individual soldier needs no where near that much information. It's even doubtful that, say, a battalion-level command post would need that much information exchange.

    --
    "Truth is not decided by majority vote" consensus gentium -- Norman Geisler
    1. Re:Overestimating bandwidth requirements? by coofercat · · Score: 1

      Yebbut... If they can download more films than they can actually watch, then it could easily lead to a nice sideline of DVD distribution in war zones. Just imagine what Vietnam, Afganistan and Iraq would look like now with decent DVD distribution? There'd be no insurgents anywhere, except "doing it the US way", couch-potatoing watching endless (propaganda) DVDs.

      Any spare bandwidth after all that could be used by front line soldiers to play Day of Defeat. I guess with all those dollars knocking around, they could create maps that look just like their real surroundings.

      The most advanced army in the world? Maybe, but possibly not the most productive ;-)

    2. Re:Overestimating bandwidth requirements? by simon_clarkstone · · Score: 1
      ...enough to give front-line soldiers bandwidth equal to downloading three feature-length movies a second.

      Secondly, an individual soldier needs no where near that much information. It's even doubtful that, say, a battalion-level command post would need that much information exchange.

      I think they were talking about the total requirements, not the requirements per soldier.

      --

      C:\>spell -b slashdot_submission.txt
      Bad command or file name.
  50. Money Sink by TheMeuge · · Score: 0

    I don't understand how no one sees that this is nothing but yet another project designed to sink public money into private pockets. Sort of money laundering of a sort.

    1. Re:Money Sink by TheMeuge · · Score: 0, Offtopic

      What xxxx modded me 'overrated' before any rating was applied?

  51. Microsoft? by compbrain · · Score: 1

    Why does the goverment continually include Microsoft in its secure networks?

    --
    print 'Hello world!';
    http://compbrain.net
    1. Re:Microsoft? by Anonymous Coward · · Score: 0

      Two words: "lowest bidder"

    2. Re:Microsoft? by timmyf2371 · · Score: 1

      Maybe they weren't too impressed with the Morris worm spread via Unix-based systems back in the 1980s and have voted with their feet and chosen a new supplier.

      --

      Backup not found: (A)bort (R)etry (P)anic
  52. Uh oh... by ansleybean · · Score: 1

    Here we go again! *laugh track and wacky music*

  53. Place your bets... by Hobadee · · Score: 1

    ...so... how long until this becomes public? Place your bets now!

    --
    ...Had this been an actual emergency, we would have fled in terror, and you would not have been informed.
  54. hang on to your wallets by Anonymous Coward · · Score: 0

    This just sounds like the perfect plan to channel $200 billions of tax payers money into the wallets of numerous contractors.

    That's one way of boosting the economy, but a rather f*cked up one if you ask me...

  55. Oh, really? by doctrinaire · · Score: 1

    The military just wants their own private pornography collection, like any other sex-starved people would.

  56. A Small-Scale Version of this Already Exists by Dak+RIT · · Score: 5, Insightful
    The military already has its own, albeit extremely slow, internet it calls "SIPRNET" (it's basically a secure network that spans the entire globe where the US Military is, and only handles classified information). The US Military actually uses two networks on the battlefield at the same time, NIPRNET (connected to the Internet), and SIPRNET, which is only for classified information.

    The NYT article talked about how soldiers of the future will have a "bird's eye view" of the battlefield in their own HMMWV, although something similar exists today as well. There are a few competing programs in the military right now, such as C2PC, which allow commanders and other soldiers to monitor in real time the location of friendly and enemy units, as well as sorties, terrain, etc. (although the location of enemy units of course isn't 100% accurate). Many many HMMWVs in Iraq right now (I drove a HMMWV in Iraq with this installed) have basic systems installed so that commanders and troops can monitor the same information on a battlefield in real time and coordinate with one another.

    I'm sure this new system will be far more advanced and provide much more detailed information than the current one, but don't think that soldiers don't have some of this technology right now either.

    1. Re:A Small-Scale Version of this Already Exists by KrisJon · · Score: 2, Informative

      The only real news here is that someone has finally forced a single standard. You'd be suprised how many different communication systems DoD uses and all the work that has to go into making them all talk to each other. Now everyone's going to be TCP/IP (with a mandated change to V6 looming) and VOIP. Hopefully much easier to talk to everyone.

      As far as the other things like giving the grunts more toys to break and throwing metric buttloads of money into commercial sattelite time, these things have all been in the works, now we have a nice easy to pronouce TLA to call all of it.

      Luckilly the powers that be have cut out a large portion of the red tape. Some of these systems were slated to be on a 25 year timeline. Now they're all supposed to be done in five. This was the problem with most of the systems: you'd get a 1980's system fully fielded in 2000. That's only about 13 Moore's Law doublings or 8192 times crappeir than what you could just go out and purchase commercially. Even now they plan to make improvements to systems _as they field them_. So the first units look nothing like the last ones. Of course, they'll have to go back and upgrade the older ones, but it's a nice feedback loop.

    2. Re:A Small-Scale Version of this Already Exists by Forbman · · Score: 1

      No, upgrading in this case means pushing the "old" tech onto national guard/reserve/rear echelon units as the 82nd, 101st, SOC get the new stuff, unless those units happen to be from politically important congressional districts.

      The USMC is slightly better at deploying new stuff across the board, because it is smaller and just more unified in purpose and focus. It doesn't have a bunch of rear-area commands that think they are as important as the sharp end of the spear to misallocate resources.

      -From a non-Marine

    3. Re:A Small-Scale Version of this Already Exists by Anonymous Coward · · Score: 0

      just for the record, but SIPRNet does handle unclass data, it's not just for classified data. They often have special one way connections to the unclassified side so that data can be piped to class side. Sometimes its just a pain to have to switch computers to read the news (which can often be related to your job functions).

    4. Re:A Small-Scale Version of this Already Exists by KrisJon · · Score: 1

      Not for everything: The new backbone systems (JNN, BBN, or whatever they're being called this week) are being fielded to the Reserves as well. The priority right now is to those units going back to Iraq. And they're supposedly based on what SOC uses.

      Not so sure about individual radios. Regardless of which units are getting them first, I'd buy some stock in Harris (HRF) if I were you.

    5. Re:A Small-Scale Version of this Already Exists by Anonymous Coward · · Score: 0

      Now everyone's going to be TCP/IP

      Yeah, sure. Don't hold your breath. TCP/IP doesn't work for everything, and you can be sure that the guys doing the fighting will take something that works over something with all the cool acronyms. Everything will need to be interoperable with TCP/IP systems at some point, but that doesn't mean that everything will be TCP/IP.

      Luckilly the powers that be have cut out a large portion of the red tape. Some of these systems were slated to be on a 25 year timeline. Now they're all supposed to be done in five. This was the problem with most of the systems: you'd get a 1980's system fully fielded in 2000. That's only about 13 Moore's Law doublings or 8192 times crappeir than what you could just go out and purchase commercially.

      If you did it right, a system designed in the 70s could be providing a useful service well past 2010. And just because things are faster now, that doesn't mean you can just buy something that will do the same job better commercially (many military systems have no commercial equivalent, even if the basic functions seem similar), and fielding alone can take decades (but interoperability must be maintained).

  57. Oi vey v2 by Anonymous Coward · · Score: 0

    Hopefully by the time these 2 decades have passed, the EU and/or China will have become strong enough superpowers to keep the US in check, and we won't have to put up with any more of their senseless wars that don't seem to benefit anyone other than US corporations and the right-wing warhawks they're in league with.

    Yes, I know, -1 Flamebait, but I promise you at least 90% of the world is wishing the same thing. Well, maybe not many will be wishing for China as the new global superpower, but personally I'd settle for that if it meant a balance of power. Anything to keep the US from flouting its military might around unchecked.

    (rewritten to post AC)

  58. Finally! by Grey+Tomorrow · · Score: 2, Insightful

    I was getting really impatient for Skynet.

  59. Seems like a waste of infastructure. by Jagasian · · Score: 1

    It seems like a complete waste of resources. They would be better off making the current Internet more reliable, faster, efficient, less expensive, and more secure.

    1. Re:Seems like a waste of infastructure. by Anonymous Coward · · Score: 0

      "Making the current Internet more reliable, faster, efficient, less expensive, and more secure" is not an objective of government.

  60. Sad Really by WindBourne · · Score: 1

    When you think about it, it is the unifying nature of the internet that makes it really useful. Slowly but surely, I think that we will see more side nets with a disconnect from the internet happening. In particular, I suspect that the burden of patents will hasten the break-up.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  61. Pentagon's Intranet/Extranet by powermung · · Score: 1

    Will give whole new meanings to .com BOOM! AND BUST!

  62. No competition = no growth by Ars-Fartsica · · Score: 1
    Sure, the first iteration will be great. Then the funding will be curtailed to a "maintainence" level, and within a few years it will be vastly inferior to the regular internet, and vastly less reliable. People fund infrastructure when it is new and shiny but when the new construction is done, no one wants to pay for upkeep. The regular internet avoids this dilemma with competition and the profit motive.

    Trust me, in a decade, military types will be calling this thing a clunker government project.

  63. take 2 by dirvish · · Score: 1

    Didn't they do this allready? You know...the original internet...

  64. Interesting in concept, but some concerns by gzearfoss · · Score: 1

    It's logical that they wouldn't want this on the regular internet. Even if they could guarantee the encryption they use is unbreakable, a sufficiently large DDOS attack on the central servers could still wreak havoc on the system.

    My concern with the system is when and where authentication would take place. Would it be every time when the "marines in a Humvee, in a faraway land, in the middle of a rainstorm" need a single map? This seems like overkill, especially if time is critical. Perhaps once per reboot? Then, if a laptop would be captured or stolen, it could be used to allow an enemy access to the stored spy imagery on the system.

  65. Already been done... by dshaw858 · · Score: 1

    I think that the military/government already has made it's own internet... D/ARPA? It just expanded a little bit more than the military had originally planned. I'm not really sure how this differs from a giant intranet, but maybe I'm just not seeing the big picture.

    - dshaw

  66. OH CRAP! by NeoGeo64 · · Score: 0, Redundant

    Skynet is being formed! Oh NOES!!11

  67. What? no PRON on GIG? by Anonymous Coward · · Score: 0

    I can see this new network is not going to be use much until there are PRONs.

  68. Thank God! by JamesP · · Score: 1

    Microsoft is there...

    I mean, we all have the right to a backdoor on their net...

    --
    how long until /. fixes commenting on Chrome?
  69. Re:individual soldier needs no where near that by zmollusc · · Score: 0

    Really? How many wide spectrum (infra red, visual etc) live video feeds from his buddies and their sighting systems would an individual soldier find useful while getting ready to change position under fire?

    --
    They whose government reduces their essential liberties for temporary security, receive neither liberty nor security.
  70. p2p by Anonymous Coward · · Score: 0

    They created a new one because they cannot share their mp3's with the current internet.

  71. I Remember When There Were Other Networks by Greyfox · · Score: 1
    I used to hang out on bitnet for a while. And I found my old bang-path (agtoa!greyfox@uunet.uu.net, back when I didn't know anything... although I DID manage to configure UUCP...) Networks not connected to the Internet were fairly common back then.

    I don't like the players in this one though. I'd think that the perfect company to build this would have been Data General. They had a B2 secure UNIX and really had it together as far as security went. Unfortunately, IBM probably dismantled all of that when they bought the company.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  72. Sounds like the beginnings of Skynet by wsgeek · · Score: 0, Redundant

    ....from The Terminator. When does it gain consciousness again? 2024?

  73. Re:What? no PRON on GIG? by Anonymous Coward · · Score: 0

    What do you mean there won't be "pron" on GIG?

  74. Will the military never learn... by Anonymous Coward · · Score: 4, Interesting

    This is the military equivalent of saying "Here's a $200 billion program to Make The World A Better Place". As with so many other military programs, it throws insane quantities of money at a real problem, with a timeline so long that the solutions will be obsolete before they hit the field, without paying attention to recent successes.

    The most successful information sources to the troops in the field in Operation Iraqi Freedom were from agencies who left the alphabet soup of military interoperability acronyms behind, and built effective web interfaces (almost on the fly) which were ideal for their customers on the ground in Iraq.

    Army logistics tracking system allowed troops to request and track their re-supply orders via satellite phone as if it was FedEx. The smarter intel systems are looking to amazon.com style customer relationship management systems as the appropriate model.

    This was all taking place in an environment where laptop computers in the field were still considered "unauthorized" by the military (fortunately, an edict ignored by commanders). Some of the best Command and Control information systems used were improvised in the months before the war by a few smart techies at the Corp level out of necessity using COTS equipment, since none of the divisions in the initial action had been upgraded to trailers-full of "ruggedized" computer systems of the last multi-multi-billion dollar information system program, Force XXI.

    The military has to learn to embrace technological FLEXIBLITY and allow a Bazaar-style of advancement among it's agencies. _READ_ some of this GIG proposal... http://ges.dod.mil/articles/netcentric.htm
    if you were constrained to those "Common Operating Environment" mandates, and what will be thousands of pages of specifications and acronyms, you'd never want to develop a line of code again. And noone will, except for the half dozen programmers at over-priced defense contractors who will be well paid to live and breath these standards for the next 20 years.

    -bcg

    1. Re:Will the military never learn... by dingDaShan · · Score: 1

      Yes, of course you know what is best for the military. Your first hand experience has served you well. You have spent your whole life in the military and know all about the current state of technology. You know for SURE that they do everything inefficiently. You also know for SURE that this project will be over budget and take way too long, and will be obsolete when completed. Well my question then is: Should the military do nothing?

    2. Re:Will the military never learn... by Anonymous Coward · · Score: 0

      Some of the best Command and Control information systems used were improvised in the months before the war by a few smart techies at the Corp level out of necessity using COTS equipment

      And this sort of thing is a nightmare when it comes to sustainment. Sure it works today, but who's going to make sure it works tomorrow? The people who put it together will be working in industry as soon as they can get out of the military, and the equipment will probably disappear in no time. Meanwhile, the higher-ups are wondering why the new guys can't get things done, and they'll start buying up any random stuff that looks like it will fill their need for something that hasn't been properly expressed on the requirements side...

      The goal of all this future planning is to minimize the amount of on the fly engineering that will be needed and maximize the distribution of information services. Yes, this means standards, acronyms, and a big price tag. It also means that the result will be robust, interoperable, and sustainable. This reduces costs in equipment, manpower, and time and improves effectiveness of operations. There is no quick fix.

  75. Hey tards by Anonymous Coward · · Score: 0

    You're all whining about how they should use the existing internet. This military thing is NOT going to be an internet. The correct word is "network". what, do you expect them to exchance secret battle plans over public internet router that anyone, without too much hassle, can view? This military netwrok is for military communication, not Slashdot posts and World of Warcraft.

  76. Ultimately, a printed map by zmollusc · · Score: 0

    is out of date. The military tend to alter the landscape as it goes along. I think an up to date minefield map would be useful.

    --
    They whose government reduces their essential liberties for temporary security, receive neither liberty nor security.
  77. Consortium... by Alphanos · · Score: 1

    Members of a consortium formed 9/28 include Boeing; Cisco Systems; Factiva (Dow Jones and Reuters); General Dynamics; Hewlett-Packard; Honeywell; I.B.M.; Lockheed Martin; Microsoft; Northrop Grumman; Oracle; Raytheon; and Sun Microsystems."

    Because Microsoft are the guys you want to talk to when building a totally secure military network...

    --
    Alphanos
  78. OT: Your sig by Anonymous Coward · · Score: 0
    Blaming GW Bush for the Iraq war is like blaming Ronald McDonald for the poor quality of food.

    Because they are both clowns or because they are both symbols of US corporations?

  79. Google won't show any Lynndie England pics by Anonymous Coward · · Score: 0
    While looking for information on Lynndie England for the above post, I just realized that Google won't show you any hits on Lynndie England pictures.

    Google has gone Evil, I suppose.

  80. Al Gore getting his job back! by el_nino-2000 · · Score: 1

    If he can take the initiative to create one Internet... why not two? What better person to hire too, he's done it once before! Maybe this new Internet will have better protocols

  81. There is already a network of this type! by Anonymous Coward · · Score: 1, Interesting

    It's called Orion (well Raytheon's part are).

    I have walked through their security systems by connecting to IIS (on NT4) running on a remote site and examined exchange (5.5) mailboxes containing classified communications due to one of the numerous URL parsing bugs in IIS4. This was a few years back so it's probably better now.

    Be very afraid - these guys don't know how to keep a secret safe. They get given a large manual and after that they're a sysadmin.

    You aint seen me! right!

  82. Yeah right by Anonymous Coward · · Score: 0

    Sure, the first iteration will be great. Then the funding will be curtailed to a "maintainence" level Like the government approved and regulated GSM standard in Europe? How's your cellphone network coming along, by the way?

  83. You'd be surprised by HBI · · Score: 1

    Most applications nowadays are web apps in the military. Partially it was a rush to keep up to date. Since most work ends up being done by contractors, the military can't stay very far behind any longer, and expect to have contractor coders. Another reason was a desire to link into mandated centralized authentication mechanisms. So, a lot of the traffic is web traffic, it's just 443 rather than 80. There are relatively few http sites, since the regs call for any site that implements authentication of any sort to use SSL.

    The GIG is basically a name. Not much is really changing about the military networks - the borders are having even more defense added, but they were already pretty heavily defended. The interconnects are being sped up, but once again, they were pretty fast already, what i've seen is incremental improvements. IPV6 compatible hardware is being substituted for that which isn't. A really aggressive date for total conversion (2006) is out there. I'm sure some satellites are going to be lofted to provide overseas connectivity, since the govt is leasing private satellite bandwidth to provide overseas connectivity due to the previously noted problems with existing links.

    Probably the biggest change is that strict accountability up and down the line is being organized, so that if someone runs a rogue host that is not compliant with relevant regulations and standards, the system is shut down, either by contacting the owning organization to do so or having the next higher organization in the hierarchy shut them down. In the past, there was probably a resistance to just pulling the cable on people - no longer.

    To be honest, this is probably my last post on the topic here. I'm tired of educating anti-American jerks. They can just keep on mouthing off all by themselves while knowing nothing. This whole article and the posters therein have been the biggest bucket of idiots I have heard from in a long time. Nothing personal to the parent poster - that's why I replied to you rather than one of them.

    --
    HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
  84. Read your own comment again... by Ars-Fartsica · · Score: 1

    Did the EU build and fund the GSM network? No, they just sold the licenses. The network described here is funded by the govt and contracted via govt procedures. Look for $10,000 ethernet cables attached to the bills for this project.

    1. Re:Read your own comment again... by Anonymous Coward · · Score: 0

      The GSM standard was decided in the negotiations between the governments (to rule out useless competition between standards from the beginning) and the building of the infrastructure was heavily funded from the national public funds.

  85. Could create great innovations! by 0xC0FFEE · · Score: 1
    At first thought it was nothing more than a WAN. But they are way bigger, more mobile. They need reliable (redundant), mobile (non-localized), secure and fast communications. In other words, it's likely that the specs of the current system are below their requirements and the only solution is to start from scratch.

    It's probably akin to what you can achieve with only bricks and mortar. If you want to go to the next level, you have to go with new materials and new building techniques. If they want to use technology as an important battle force, they probably need the rethink most of their current comm building blocks. What they are envisioning is probably going to be way more than a database of all the maps and building blueprints existing. What I mean is that it's probably going to be something more than just support material for aiding during combat.

    Maybe this will spur new technologies in the same way the original ARPANet did and have vast ramifications into our lives 10 or 20 years down the road.

  86. Exactly. Public net will be far superior long term by Ars-Fartsica · · Score: 1

    This will turn into another pork project that pays out nicely in round one than is forgotten, underfunded, and administered by DMV rejects.

  87. Almost... by Anonymous Coward · · Score: 2, Informative
    The SIPRNET is similar to what is being proposed, but 'not exactly'. Every machine on the SIPRNET has to be classified as Secret; I'm guessing the GIG will not be. It will probably wind up being exactly what the NIPRNET currently is, except sites won't be tied together via normal telco clouds with normal gateways to the 'real' Internet.

    On a side note, the DISA site I work at has seen no long term planning schedules for this GIG network. My guess is it will lose steam long before it becomes its own 'Internet'.

    1. Re:Almost... by Anonymous Coward · · Score: 0
      After reading about this I get the distinct impression that this is a "Rummy pet/doctrine-project"... So if he quits...

  88. NIPRNET? by Anonymous Coward · · Score: 0

    I didn't know RCA was involved in military networks!

  89. Marines say OORAH, and the Army says HUAA by Anonymous Coward · · Score: 0

    The Corps battle cry / official noise is "OO-RAH", while the Army one is "HUAA".

  90. Why not just upgrade the Internet? by argoff · · Score: 1


    Really good network technology already exists, and the military simply can not out compete the market.

    Keeping the Internet working is already a national security concern anyhow, and it would be allot more cost effective to beef up, and add real security and redundancy to what is already out there than to start from scratch.

    Other things like encrypted sattelite data, could be distributed allot more effetcively and redundantly with a good p2p network than than zillion bits of bandwidth.

  91. Hideously off-topic, but... by Chmcginn · · Score: 1

    That GWB is just doing what the people who voted for him want?Well, 50% of the people who bothered to vote seem to think he was doing a good job, so... yeah, I think he is.

    --
    Have you been touched by his noodly appendage?
  92. Al Gore? by Atmchicago · · Score: 2, Funny

    Where's Al Gore in that list? After all, he did invent the first internet, he could give some useful tips and what not.

    --

    You can lead a horse to water, but you can't make it dissolve.

  93. Sound familiar? by bigberk · · Score: 1

    If this doesn't sound familiar, then you've forgotten a little bit of Internet history. Our current Internet started as ARPAnet, an effort between the government, universities. What happened since then?? I think it's safe to say that business people/marketers made sure a damn useful resource went down the toilet. Weak software and too many bums on this Internet have made the government smarten up that they need their own network for reliability sake.

  94. 20 years and hundreds of billions???? by 3seas · · Score: 1

    perhaps we need an X prise for it to bring the price down and get it done now???

    I'm a tax payer..... I don't approve of such a spending of money, expeciall considering such money and effort could be better spent on What the World Really Wants and as such reduce the need for anti-terrorism terrorism.....

    People do things for reasons, even if they have to borrow or take the reason from others like this one for 9/11"... so lets instead simply remove the reasons and excuses that only support such terrorism groups to grow...

    So yeah, 20 years and hundreds of billions of taxpayers dollars can most certainly be better spent...than building a government owned and controlled private internet payed for by those not allowed to use it...

    1. Re:20 years and hundreds of billions???? by space_jake · · Score: 0

      Terrorism is totally hyped up. It was so much better in the version 1.3 beta.

  95. $24 billion for fiber lines? by gotih · · Score: 0, Flamebait

    seems like they need better software and remote equipment. not $24 billion for fiber links. the article mentions that $24 billion is more than the manhattan project, ajusted for inflation.

    the military is claiming that it lost its world-wide technological superiority when the Internet caught on internationally, 1996-ish. to make up for this loss they want to buy a faster private network with more bandwidth "enough to give front-line soldiers bandwidth equal to downloading three feature-length movies a second." to start this, they will spend $24 billion dollars to build "new net connections" which seem to be fiber connects (this doesn't include the satellite connects).

    sounds like an enormous government handout to me.

    [The Pentagon's] Worldwide Military Command and Control System, built in the 1960's, often failed in crises. A $25 billion successor, Milstar, was completed in 2003 after two decades of work. Pentagon officials say it is already outdated: more switchboard than server, more dial-up than broadband, it cannot support 21st-century technology.

    so why not just lease fiber and build the system gradually? then you don't have to worry that in 20 years you will be stuck with an obselete network.

    they talk about military intelligence a lot, like this thing is going to deliver to our troops tons of intelligence in amazing ways. first, i'm doubtful that we have enough intelligence to utilize all this fiber bandwidth. second, most of the intelligence should probably be cached close to the satellite connection. the real weak link in millitary IT infrastructure is in links with the troops and software/hardware/human interfaces.

    --

    fear is the mind killer
    1. Re:$24 billion for fiber lines? by gotih · · Score: 1

      this is flamebait? i proposed an alternative to spending an absurd amount of money on a concept (build "cutting edge technology" over 20 years) which has twice failed and it gets modded down as flamebait? eh, ok.

      --

      fear is the mind killer
  96. An internet, and The Internet by GQuon · · Score: 1

    The Internet, you know this global TCP/IP network, is made up of several networks. Some of those networks are also internets. (Interconnected internetworks).

    --
    Irene KHAAAAAAN!
  97. Skynet or an orbiting Maginot Line? by Ralph+Spoilsport · · Score: 1
    Or Both?

    What is the sense in this? One extrapolation is the Skynet model. Of course, it wouldn't become sentient and send T-1000's out to kill Kill KILL!!! But it could become a dangerous tool of global nuclear terror in the hands of a neocon admin gone mad with power (stipulating that the present regime isn't...yet...).

    On the other hand, the really scary deal is the 9/11 example, where massive destruction is done with $30 worth of box cutters and a score of fanatic assholes. In which case, such an expenditure (like the anti-missile defence nonsense) becomes something very much like the Maginot Line.

    Only time will tell, but my personal preference would be for the US to abandon its Global Empire for a more sustainable and attainable role as a regional power similar to Orwell's Oceania, only without Big Brother fascism and oppression.

    If the USA went that way (which I believe it will, just out of economic necessity) it wouldn't have to spend over time untold and useless trillions on defence and defence related items, like this Maginot Skynet deal.

    RS

    --
    Shoes for Industry. Shoes for the Dead.
  98. SPIRNET anyone? by PierceLabs · · Score: 1

    The government had its own military classified internet years ago. What's different about this one?

    1. Re:SPIRNET anyone? by Simulant · · Score: 1


      Who the fuck knows? The article is bullshit.

      They say the first connections were laid six weeks ago but I worked next door to a GIG site for the last year and a half and monitored most of the circuits that passed through it and several other sites.

      I never got the executive briefing on what, exactly, the GIG is supposed to be but from the ground level it appears to be just another acronym; this one describing the sum total of the military's disparate networks (there are quite a few) and the military's (piss-poor) efforts to manage them. A GIG site is just a room full of your standard military network equpment.. routers, switches (mostly Foundry, in Europe anyway), crypto boxes, satellite & microwave... etc., and they function prety much as you'd expect.

      The article provides no useful information other than the price tag.

      Windows 200x w/Active Directory is/will be the primary NOS on the IP side of the house, btw.

      And the operation of the GIG is almost entirely outsourced to contractors & non-military agencies.

    2. Re:SPIRNET anyone? by Simulant · · Score: 1


      One last thought....

      It's all about spending money on ubiquitous and secure bandwith.

      Something we can all appreciate, but these guys are spending an order of magnitude more than what most of us would pay, given the same circumstances.

  99. pr0n by Lord_Dweomer · · Score: 0
    So...are they taking care of ALL of the soldiers needs with this? *cough*pr0n*cough*

    Of course, since they want to keep it protected, they'll need to use internally created pr0n sites.

    "Cadet Winters, nice rack, report to the base photographer at 0800! Thats an order!"

    --
    Buy Steampunk Clothing Online!
  100. Problem with viruses, maybe? by Anime_Fan · · Score: 1

    Hmmm... I wonder if they're thinking along the lines of my own Swedish military, constructing their own intranet whose only link to the public is a mail-server.

    Let's just hope they spend enough money on a fast hardware-crypto, so U.S. troops in the middle east aren't stuck with 120,000 men sharing 1Mbit of secure bandwidth ^_^

    It's a great thing, not being connected to the internet, and having firewalls (FreeBSD-based) all over the place. Especially when doing tech support, since this means we have no viruses on FMIP, despite the fact that Windows clients are used.

    A note about the firewall... It's creators believed a slimmed-down OS would be the most secure, so the kernel is slimmed and unused applications gone. Also, I don't know why they didn't choose OpenBSD instead of free, but then again, this was 1997... *Sigh*

  101. Good old government efficiency by NitsujTPU · · Score: 1

    Conceived six years ago, its first connections were laid six weeks ago. It may take two decades and hundreds of billions of dollars to build

    Uhmm, Congress... Seriously, cut this out. Do you think that any business could ever operate this way? What do you plan on doing with a hundred billion dollar WIRED network in TWENTY YEARS. You have way better things to do with your money than this.

    Please, stop. Send us to Mars. Do something that we'll get something out of.

  102. Cynical, But Not Necessarily Paranoid by chaoticset · · Score: 0, Troll

    Yeah, and once they've appropriated all the decent backbones due to "national security", there won't be a problem with people being overly informed.

    Also, that pesky filesharing problem they were having will seem to just disappear...

    --

    -----------------------
    You are what you think.
  103. Don't ascribe the incompetence of one person to an entire military! We have the best, strongest military in the world!

    --
    Hear recorded Slashdot headlines on your phone! New service beta testing. Just call (248) 434-5508
  104. Hmm.. by Mephie · · Score: 1

    Certainly explains the "Ask Slashdot" story below this one on the front page, eh?

  105. secure... until... by howajo · · Score: 1

    6 hours later a 14 year old in starbucks hacks it, post it, and the next day you can google it.

  106. Hundreds of billions of dollars..... by Anonymous Coward · · Score: 0

    They are spending "hundreds of billions of dollars" on something that is gunna be brought down by some pimple faced 16 year old with a dell running Windows ME within 3 years! way to go pentagon!!! waste more $$ that could go to our damn busted economy

  107. So what will they name their search engine? by sl4shd0rk · · Score: 1

    GIGgle?

    --
    Join the Slashcott! Feb 10 thru Feb 17!
  108. ...in the sky! by Anonymous Coward · · Score: 0

    when they have it installed on planes or satellites/space stations, it will be called "The great GIG in the Sky!"

  109. What a waste of tax payer money by Billly+Gates · · Score: 1

    Funny how the conservatives call a mother living off welfare for $300 a month irresponsable while we spend billions of dollars which we dont have due to our deficit to applease lobbiests from the tech industry.

    How much labor will go to India anyway not trickle back to the US economy on our tax dollars?

    1. Re:What a waste of tax payer money by Anonymous Coward · · Score: 0

      If your mother is so poor why don't you help her out a little, sonny? Bitching, complaining and begging for me and other random folks to send her donations is a lost cause.

  110. Fine By Me by Anonymous Coward · · Score: 0

    As long as us taxpayers have full access to it as well.

  111. Tax dollars funding US Hi-tech research by Simon · · Score: 3, Insightful

    This just looks like another case of using US taxpayer money to fund US high-tech industries/corporations. I mean, the US government can't say "Hey, let's just hand over $24 billion to these high-tech corporations". People won't accept that, but they can say "The military needs $24 billion to build a new superduper network thingy to fight terrorists or whatever". People won't blink an eyelid at that: "That stuff sounds complicated! What would we know!".

    Either way the money goes to the same place. Whether the military gets a new network or not is irrelevant. The corporations get to use the money to fund their R&D (or line their pockets) safe in the knowledge that a regular "welfare" cheque will be coming in from the US government. Any inventions/products can then be brought onto the so-called 'free' market. Except this time everything will be properly patented, trade-secret-ed or whatever, unlike Internet version 1.

    --
    Simon

    1. Re:Tax dollars funding US Hi-tech research by Forbman · · Score: 1

      So what exactly is your point? Is it just the US that does this, and hence, a threat to the "free market" that is the EU?

      Is throwing $$$ at supercomputer research and deployments of American supercomputers and clusters for US Government use somehow an unfair subsidy against Fujitsu and Hitachi?

      Why doesn't the EU, under the guise of "academic-corporate research", do something similar?

      Boo hoo.

  112. MICNET by Anonymous Coward · · Score: 0

    They might have well said "Military Industrial Complex to have its own internet".

    Ike was never so right. To see an American president warn against the concentration of power in the military's and their contractors hands is in hindsight, unbelievable. He really saw, very early on, that things were slipping out of the hands of democracy and into plutocracy, that has now commenced its descent into lootocracy.

    The "consortium" reads like a laundry list of players that have been gouging Americans for money and young lives to finance their corrupt extragovernment.

  113. Secure Network Software by Bob+Munck · · Score: 2, Interesting
    I notice that the word "software" appeared exactly twice in the article. That's appropriate, because the military doesn't have the foggiest idea how to build software. I say this as someone who has worked both on the WWMCCS upgrade fiasco and on a multi-year, multi-prime-contractor, multiple-hundreds-of-millions-of-dollars program to improve the way DoD does software. We didn't; I think there's a pretty fair chance we actually made it worse.

    The other thing the military doesn't do is security. They think you make your systems secure by classifying the source code. It's always a race to the bottom to find which is worse, system reliability or system security. This doesn't bode well for an attempt to build a HUGE secure, reliable network.

    My prediction: they'll burn through tens of billions of dollars, chew up the careers of a large number of programmers and managers, and the whole idea will fade away around 2010 or so. One good thing; the coding cannot possibly be outsourced.

  114. Yippty do-dah who cares.... by Cnik70 · · Score: 1

    Wow...their own network.... millions and billion spent to do exactly what a 12 year old could do with one trip to CompUSA. ..but this now gives us the answer to what Bush was referring to when he said 'internets' during the debates. www.sorryeverybody.com

    --
    -Cnik
    1. Re:Yippty do-dah who cares.... by shadowsurfr1 · · Score: 1

      That's the best anti-bush website I've seen. Ever.

  115. Hmmm I've been looking for a good network... by Deliveranc3 · · Score: 1

    for all that guantanamo bay bondage porn.

  116. Forget the conspiracy teory... by Anonymous Coward · · Score: 0

    Actually the just have better porn and don't want to share it with us "civilians".

  117. How about no. by Charcharodon · · Score: 4, Interesting
    Not only no but hell no. Not even in my wildest dreams would I ever think that. Actually it would be nice to simply have access to some of the nicer things such as IM and the extra bandwidth a system upgrade would bring without worring about the few 100,000 hack attempts the main firewall gets every day.

    Anyone who thinks the military is as cool and ultramodern as on tv and the movies is an idiot. Let me put it in a more proper persective for you.

    Palm/retnal scanners...nope...
    Ultra fast internet connections, nope.
    Top of the line computers...sure....from 1998. Fiber optic networks...nope...coax and 10bT baby!
    Instant file recovery and easy to use multi department integrated data basses...in your dreams buddy.
    Super geek wunderman IT guys that maintain and protect our networks....hahahahahahahahahahhahaha..tears..haha hahahahahahahahahaha...tears.... Let's put it this way I got an email the other day asking me whether or not I had submitted my paperwork to have the email account I've been using for the last 5 years.
    Neeto torpeedo technical orders with revolving 3D diagrams of equipment and buildings with intergrated sensors that can be controlled remotely on a really cool laptop/palmtop....err no. Bust out the TO books and get a wagon...yes I said a wagon we use them to carry tools and the 30lbs of books we need to do our work.
    Sealed room containing an alien body...that one is true...well ok to be honest it's made out of rubber but it is in a SAR access only area... is that good enough?

    An all powerfull multi-branch force combining sentient software/hardware matrix that will destroy the world by taking over all the weapons in the military. No but I do have to run Adaware everday to clean off all the crap from people surfing the net and playing flash games on government computers to keep it from crashing when I check my email. Not quite as scary as Skynet, but it does annoy the piss out of me.

  118. My first thought was of Sauron by shis-ka-bob · · Score: 1
    In the the article, Mr. Hamre said:
    We want to know all things at all times everywhere in the world? Fine. Do we know what this staring, all-seeing eye is that we're going to put in space is? Hell, no.
    My first thought was that we were about to build our own All Seeing Eye. At times, the War on Terrorism does seem like The Battle of Evermore. But its hard for me to see Bush as Sauron or Bin Laden as Gandalf (but the beard and robes help with the later.)
    --
    Think global, act loco
  119. As a matter of fact, forget the Internet by JimE+G · · Score: 1, Funny
    Oh no room for Military huh! Fine. I'll go build my own internet, with blackjack and hookers. In fact forget the internet and the blackjack. Eh screw the whole thing.

    Actually, that makes me realize something. The military had an Internet, and then we made our own. With blackjack and hookers.

  120. OK: how long before.... by farmkid · · Score: 1

    Jerry Pournelle gets in trouble for bragging that he has access...

    http://www.stormtiger.org/bob/humor/pournell/lis t. html

  121. Um, Didn't they aready invent the internet? by THESuperShawn · · Score: 1

    (ok, I have nothing else to say, but I have to meet the chaacter limit. I already made my point in the subject).

    --
    Repant. Thy end is sheer.
  122. Wouldn't it just be an 'internet' by Ingolfke · · Score: 1

    not THE Internet?

  123. strength in numbers by Doc+Ruby · · Score: 1

    What a great way to funnel all that Internet infrastructure investment into a system useful only for destroying capital, rather than building it. Making the public Internet stronger and building advanced cryptography and protocol architectures to secure organization command/control/communications data doesn't make America stronger - reinventing the wheel with trillions of Pentagon tax dollars makes us stronger!

    --

    --
    make install -not war

  124. Non-news by Yea-but... · · Score: 4, Informative

    Not sure what was more amazing, the story or the reactions I've read. Some of you seem to get the joke, but most of you are clueless. The DoD has had it's own isolated networks (yes, several, and they are actually isolated and independent from the W3) for a long time. The GIG is old news. DoD is refining updating it and will go on refining it and may even call it something different in the future. The new consortia (Net-Centric Operations Industry Consortium - NCOIC) is still trying to figure out it's own charter and mandate. It's all based on big money and it costs lots to join. There's a foundation (Net-Centric Operations Industry Foundation - NCOIF) that predates it and it has within it the Association For Enterprise Integration (AFEI - www.afei.org). This one is trying to be all inclusive (low cost of membership and all sizes of companies welcome. More the open model even if some of the same bigger players are involved in both. There's lots of this sort of stuff going on and it's been going on for a long time. I will conceed that many of the important DoD web sites that used to be visible are now protected and restricted access, but there's still lot of information in the public domain... if you're looking. Something you might be more concerned about is the waste of time and effort as different parts of the DoD try to protect their rice bowls. They are not all on the same page, and it's going to continue to cost more than it should for the functionality that gets deployed. I guess that's not a new story either... ;-)

  125. Diddn't they already do this? by nberardi · · Score: 1

    If I remember right they already did this. And we are now using it's predisesor.

  126. No, not Skynet. But real-time strategy games.. yes by Anonymous Coward · · Score: 0

    This is a step toward the pinnacle of managing an army. Eventually part of the pentagon will be converted to 24/7 "Lan-Party" where commanders will come in and sit at a computer, select their troops with a mouse, and click a spot on a bird's eye view on the terrain at which point the soldiers will hear in their helmets "proceed to coordinates blah blah..." Of course it is up to the soldiers to say something cheesy in response like "fire it up", "I long for combat", or "My life for Aui.. I mean Earth"

  127. Microsoft? Not likely by Anonymous Coward · · Score: 0

    There won't won't be much microsoft involved in this. DoD is quickly becoming a pure J2EE shop. Trust me.

  128. Privacy by Anonymous Coward · · Score: 0

    I hate the fact that the US Governement is trying to spy on everyone. Now they wont to be able to do it more efficently? Anyone who supports this is an idiot.

  129. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  130. How to Hack the Vote: the Short Version by Jeremiah+Cornelius · · Score: 2, Interesting
    How to Hack the Vote: the Short Version
    11/13/2004

    Chuck Herrin, CISSP, CISA, MCSE, CEH

    Author's Note - For anyone who is curious, I have put together this shortened document that will show you exactly how easy it is to break into Diebold's GEMS software, which is the software used to tabulate regional voting results. This software runs on regular Windows machines and counts the votes from multiple precincts that may have used touch screens (which have their own problems), optically scanned punch cards, or other balloting methods. It is responsible for the accurate reporting of tens of millions of votes cast using many different types of ballots.

    That's right - even if you used the older systems like punch cards, your vote can still be Hacked when the numbers all come together. Wanna see how easy it is?

    I am going to show you, step by step and with screenshots, how an attack against our election system could very easily steal a Statewide or even a National election without leaving a trace. This attack would be easy to carry out, difficult to detect, and exert enormous influence on the results, leaving the humble voter coldly left out of the decision-making process.

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  131. Bush Invented the Internet by spartan · · Score: 1

    This is just so later on, when everything migrates to GIG, Bush will be able to say that he, instead of Al Gore, 'invented' the Internet.

  132. No, W was jelaous by Trinition · · Score: 1

    George W. was still jealous from the last election because Al Gore invented the last Internet, so he wanted one he could call his own.

  133. whos military base? by cana5ta · · Score: 1

    New system hacked:

    all U base R belong 2 us - literally!

    from the heart...

    Roses are #FF0000
    Violets are #0000FF
    chown -R you ~/base

  134. Hooah by juksey · · Score: 1

    Actually the roots of the term Hooah are unknown. There has been speculation that the term Hooah originated in WWII, When troops were told about particularly dangerous missions and they would reply with "Who, us?" As far as an actually definition, http://www.amc.army.mil/amc/rda/rda-ap/hooah.html does a good job defining it, it means alot more than Heard, Understood, and Acknowledged.

    1. Re:Hooah by Mikail · · Score: 1

      Ah, well, what do I know. I'm from Indiana and can't tell people wtf a "Hoosier" is...

      --
      If life is a waste of time and time is a waste of life, let's all get wasted and have the time of our lives.
  135. I didn't think of that. by phoenix321 · · Score: 1

    There was another term that instantly sprung into my mind:

    pork barrel

    Nothing else, sorry. They don't get VPNs with insane key sizes and military strength cryptography over commodity hardware, they will get their own fiber lines, different equipment, different signalling, different anything. Made up to mil spec. Just like the ARPANET. But different. And expensive.

    Of course this network will still be heavily encrypted, because no one knows who will be wiretapping somewhere, but different nonetheless. Did I mention expensive? ;)

  136. Didn't this happen already? by The+Foo · · Score: 0

    Didn't we do this already? Called it something like...DARPANET?

    I'm not suprised that microsoft is in on it.

    --
    http://www.macinhack.com
  137. How secure can it be if Microsoft has a par in it? by Anonymous Coward · · Score: 0

    Let them prove they know how to be secure by cleaning up their 27% of the Internet where 99.999% of all the viruses play.

    Then let them be apart of this 'secure' network.

  138. I hope this isnt like NMCI by Anonymous Coward · · Score: 0

    I was a contractor and worked on the NMCI contract, which is the navy marine corp intranet. Seeing how this project was run, I would be pretty worried about how well the system acctually works. The goverment has not gotten a good value for the money with NMCI.

  139. NY Times Gets it WRONG AGAIN! by Anonymous Coward · · Score: 0

    The original article that I read about this stated the new network was to be WIRELESS. Nowhere in NYT's article did I see this mentioned. This newspaper has proven its not even worth the paper to wipe my a$$ with!

    ~me

  140. This is such a waste of funds by tyrione · · Score: 2, Interesting

    Instead of redoing the ailing national power grid that would bring in many more jobs than this hidden gem--intelligent I know but not for general use nor for improving the ailing economy.

    Is it just me or does The Pentagon think it has a blank check on all matters? Before anyone notes that there will be jobs done may I remind everyone this doesn't improve our security, for the general public. It makes sure that the Government can spy on its citizens more securely.

    Too bad so many idiots voted for the Dems and Reps instead of The LP that wants to scale back government to its original intent and coordinate with the private sector to reinvigorate this pathetic economy.

    Would we want to build a canal system to protect against floods and drought in the Midwest? Nope! We'll just charge more to the public and keep racking up a debt that will always accrue since Nature will always flood and bring droughts to the Midwest.

    Do we want to invest in high-speed cargo railsystems to reduce heavy machinery on highways and make the transportations of products more efficient? Nope! We would rather offer funds to revamp the highest maintenance approach to highway restoration.

    Do we want to build consumer commuter lightrails to reduce wasted congestion and traffic? Nope! We'd rather build a top secret Internet called GIG!!

    Can people finally acknowledge they are complete door knobs and don't realize they aren't getting shit for a return on their investment via their vote?

  141. And for a bit of fun... by Biomechanical · · Score: 1
    Okay, so it's a real-time "god's eye-view" of the battlefield for military men to monitor theatres ala Command and Conquer style interfaces.

    From the article:

    [T]he Pentagon is building its own Internet, the military's world wide web for the wars of the future.

    The goal is to give all American commanders and troops a moving picture of all foreign enemies and threats - "a God's-eye view" of battle.

    This "Internet in the sky," Peter Teets, under secretary of the Air Force, told Congress, would allow "marines in a Humvee, in a faraway land, in the middle of a rainstorm, to open up their laptops, request imagery" from a spy satellite, and "get it downloaded within seconds."

    I'm picturing something like...

    Son-of-General (sitting in front of dead computer): `Aw crap, now how am I gonna play Age of Wonderous Dominions 2015 Extreme? I know! Dad!'
    General (sitting in his study using a computer hooked into GiG): `What son?'
    SoG: `I can't play my computer games dad? Can I use your computer?'
    G: `I keep telling you son, this is a tool, not a toy. You can't play those games on here.'
    SoG: `PleaseDadpleaseDadpleaseDadpleaseDad!'
    G: `Of'er crying... Alright.'
    SoG: `Thanks Dad!'

    [Meanwhile out in the battlefield during a relatively quiet period...]

    Sargeant: `Er, men, we've got new orders. It seems we have to,' (reads palmtop), `act like romans and attack the rampaging goth hordes. And Jackson,'
    Jackson: `Sah!'
    S (still reading palmtop): `Go shoot that tree.'
    J: `Sah!' {blamblamblam}

    --
    His name is Robert Paulsen...
  142. The best source for Iraqi prisoner pron by Anonymous Coward · · Score: 0

    Yay.

  143. God's-eye view by FrandGunk · · Score: 2, Insightful

    Robert J. Stevens, chief executive of the Lockheed Martin Corporation, the nation's biggest military contractor, said he envisioned a "highly secure Internet in which military and intelligence activities are fused," shaping 21st-century warfare in the way that nuclear weapons shaped the cold war.

    Every member of the military would have "a picture of the battle space, a God's-eye view," he said. "And that's real power."

    Man this Robert J. Stevens is one twisted puppy.

    I suppose in his world God is on his side, and the killing of others is all O.K. as long as they are infidels, civilians and combatants alike.

    Crusaders... start your engines.

    --
    Sig em Duke !
  144. Obligatory by Sensible+Clod · · Score: 1

    I for one welcome...actually, no. No I don't.

    --

    The difference between spam and poop is that you don't have to dig through septic tanks looking for real food. -- Me
  145. call it big dumb network by twitter · · Score: 1
    You just need one computer on there internet that's connected to one computer on "our" Internet, then it's one network; i.e. the Internet!

    True, and with all of those big dumb companies on the list, especially M$, you can expect the same old M$ on the desktop and the same old nightmare on the network. The thing will quickly be filled with all the worms and bot nets that infect the public network the rest of us use. Indeed, because most of those companies are slow, dumb and targeted by worm makers as repositories for reinfection, we can imagine that this big dumb network will will serve to infect the rest of us who are quickly moving away from that kind of thing.

    --

    Friends don't help friends install M$ junk.

  146. Commuter lightrail? No thanks. by Anonymous Coward · · Score: 0

    I'll take my cozy Suburban over your hippie train any day of the week.

  147. "three feature-length movies a second..." by Anonymous Coward · · Score: 0

    Quotith the article "enough to give front-line soldiers bandwidth equal to downloading three feature-length movies a second."

    Whatever.. Whats its upload like? Eh.

  148. Bureaucracy in Action by Anonymous Coward · · Score: 1, Informative

    The problem with ANY government project is that it's done by government contractors -- who don't really have a stake in the project's ultimate success or efficiency. Has anyone here ever eaten at a civilian-run military "dining facility"? They are horrible. The civilians have no stake in providing a good product, people get "fed", they get paid. Go to a military-run DFAC and you'll have decent food because they have an interest in their fellow servicemembers' food not sucking.

    Government contracting needs serious reform, but no one wants to do it because the government and big business are having one giant sex party.

    $5 billion for setting up encryption? The military's done some good things with adapting to an environment where off-the-shelf merchandise often can fill certain military needs. What's wrong with IPsec using AES? And is a worldwide private network REALLY neccessary or is it just another way for the Republicans to pay off their wealthy contractor friends? The project itself is ludicrous and unneccessary. It could be done a lot cheaper on private, secure VPNs on the Internet.

    We have enough issues as it is. During Operation Iraqi Freedom, troops resorted to using their embedded journalist's satellite phones because their communication systems failed. How about we work on something like better strategic planning for theater-wide communication systems THAT WORK.

  149. Retrolutions by sydbarrett74 · · Score: 1

    History repeats itself...does that mean shag carpet and leisure suits are coming back too?

    --
    'He who has to break a thing to find out what it is, has left the path of wisdom.' -- Gandalf to Saruman
  150. Otherland! by Hyperhaplo · · Score: 0

    They are going to build Otherland and live forever!

    --
    You have a sick, twisted mind. Please subscribe me to your newsletter.
  151. Agreed. Market forces... by Anonymous Coward · · Score: 0

    Agreed. Arpanet had a good idea, but I'm not sure the military can compete with a global marketplace in terms of updating it's private network to match the Internet.

    Unless, of course, greedy corporations continue to manipulate the net into becoming a top-down aymmetric service for consumers, rather than a true network.

  152. just hire some real nerds already.... by Sharik · · Score: 1

    And they would have long ago had such a network, using nothing but opens source apps, and costing tax payers little... But we can't have that now can we?

    --
    "Nationalism is an infantile disease. It is the measles of mankind." Albert Einstein
  153. You'll have to fight the new S.S. by Jeremiah+Cornelius · · Score: 1
    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  154. Good idea, maybe a bit too ambitious by LANjackal · · Score: 1

    Don't fight harder, fight smarter. Good concept. But bandwidth equivalent to 3 full-length movies per second to soldiers on the front line? Unless we plan to fly a cloud of satellites focused on every point on the planet, I don't see that happening any time soon. Rather than a God's eye view, maybe the Pentagon should aim to perfect the bird's or airship's eye view for now.