Slashdot Mirror


How One Clumsy Ship Caused A Major Net Outtage

Ant writes "Here is an interesting world map of various Internet connections, showing how it took just one vessel to inflict the damage that brought down the internet for millions."

2 of 264 comments (clear)

  1. Re:Should be: How bad network design... by GreggBz · · Score: 0, Redundant
    Why or why does this keep getting repeated on Slashdot?!

    TCP/IP is specifically designed to recover from link outages, if it doesn't, you've got an improperly designed and/or operated (statically, as opposed to dynamically, routed) network.


    TCP/IP has nothing in it, specifically, to deal with outages and alternate routes.
    BGP is designed for this.
    Spanning Tree also. That's a layer 2 protocol usually only in LAN environments.

  2. Re:Should be: How bad network d by slashdotmsiriv · · Score: 0, Redundant

    "TCP/IP is specifically designed to recover from link outages, if it doesn't, you've got an improperly designed and/or operated (statically, as opposed to dynamically, routed) network"

    That would be BGP, the interdomain routing protocol. TCP/IP is designed to recover from packet losses not day-long link outages.