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

 



Forgot your password?
typodupeerror
Linux

Submission + - DRBD to be Included in Linux Kernel 2.6.33 (linux-magazine.com)

Anonymous Coward writes: "The long-time Linux kernel module for block replication over TCP, DRBD, has been accepted as part of the main Linux kernel. Amid much fanfare and some slight controversy, Linus as pulled the DRBD source into the 2.6.33 tree, expected to release February, 2010. DRBD has existed as open source and available in major distros for 10 years, but lived outside the main kernel tree in the hands of LINBIT, based in Vienna. Being accepted into the main kernel tree means better cooperation and wider user accessibility to HA data replication."

Comment Re:For those who don't understand... (Score 2) 169

Most (all?) Ethernet hardware reads in an entire packet, looks at it, then sends it on to a destination. This makes building routers and switching hardware fairly easy but extremely slow.


First, Ethernet doesn't forward packets. It forwards frames.
Most (all?) ethernet switches read just the destination MAC and start forwarding it, just as you've described in the next paragraph. If it can't, because there's no bridge table entry for the destination, it floods the frame.


Ethernet is also extremely sloppy--Any switch along the way is allowed to throw a packet away and wait for the originator to resend causing a HUGE hiccupp in the communication stream (Most if not all routers do this whenever an address is not in it's forwarding table yet).


Don't start confusing people with L2/L3 comparisons. Routers will drop a packet that it can't forward, but most routers unknowlegable people deal with will have some sort of a default route, so that never happens. In layer 2 land, however, frames are FLOODED when the destination is unknown.

IIRC the faster protocols see a "Routing" packet in the stream and set up forwarding hardware before getting the actual packet/stream, then wait until the end of the packet (or entire stream) to tear the route down again.


I think I might have an idea what you're talking about here, but it's hard to tell.

Comment At least some companies are on our side (Score 2, Insightful) 139

Though their motivations may not be so philanthropic, at least consumer electronics corporations are on the side of the people like you and I. After all, they know that consumers will not purchase crippled, copy-protected products. Hopefully, this will result in a somewhat more balanced result when laws are passed. Call me cynical, but I feel that the Hollywood lobby's advantage is quite large and the laws will likely get passed.

Slashdot Top Deals

Chemist who falls in acid is absorbed in work.

Working...