Slashdot Mirror


User: obidex

obidex's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:Allocation on The 69/8 Networking Problem · · Score: 2, Informative

    care to explain that one?

    each entry requires (at the very minimum) prefix, netmask and nexthop. this is before you remember it's bgp, and has to hold a whole host of other shit (communities, as-path, metric, localpref, weight, origin etc).

    i make that:

    2^24
    = 16777216 /24s
    16777216*96
    = 1610612736 bits for prefix,mask,nexthop
    1610612736/8
    = 201326592 bytes for the very basics

    You can safely double that (at the very least) to factor extra bgp overhead gubbins. Take a third off for route compression, and double that figure if you wanna run soft reconfiguration inbound. That comes out on the sunny side of half a gig for just your bgp table.

    also, remember that your $12 stick of RAM will cost $1500 if you're buying ram direct from a router vendor (many refuse to support devices unless you use their propriatory labelled RAM). add on 50 meg for the OS itself and a random amount for your IGP and you're talking about needing a router with a gig of ram.

    then think how long it'll take for you to learn this 200 meg routing table. bgp convergence is bad at the best of times, but adding 200 mbyte overhead when you start a bgp session is just ridiculous.

    there's a reason why route aggregation is a good thing. and it's precisely because of the 'inherent cost and/or complexity of management'

    HTH & HAND

  2. uk mirror on Star Wars II (Attack of the clones) Trailer · · Score: 1

    mirror up at http://dangermouse.pod4.org/breathing.mpg for those of you without starwars.com membership :)

  3. why bother? on In Search of the Best Programmable Universal Remote? · · Score: 1

    remote controls are so 90s. the way forward is pc control. for a little under $25 you can buy all the pieces you need to emulate any infa-red control you have, and you get the satisfaction of being able to script your own interface to your life.

    at one point, i had a libretto 60ct equipped with a modified irda port controlling my tv, my lights, my blind, my vcr, my dvd player, my cd player [...] (you get the poiny).

    i think the real argument these days is not how to control your equipment, but finding new and exciting equipment to control. remote-activated dimmer switches are seriously the best invention in the history of the universe.

    this being true though, i do own a cambrideg audio a+ lcd remote, and it's remarkably good for its price. it's so satisfying to be able to hit a single button which ramps up the volume on the tv, dims the lights, draws the blind, and switches the stereo to surround sound mode...

    mmmm mmmmm

  4. /. effect in action! on Microsoft Worms and Global Routing Instability · · Score: 2, Informative