AceNik's Portal

Update To All Your Tech Fads Begins Here !!!!!
Featured Posts

Java Runtime Environment 1.6.0.13

Java Plug-in technology, included as part of the Java 2 Runtime Environment, Standard Edition (JRE), establishes a connection between popular browsers and the Java platform. This connection enables applets on Web sites to be run within a browser on the desktop. Java allows applications to be down

Continue to read more...

Seagate Dishes Out Momentus XT HDD, World’s Fastest 2.5-Inch HDD

Seagate Dishes Out Momentus XT HDD, World’s Fastest 2.5-Inch HDD

Offering 250GB, 320GB and 500GB options, Seagate's hybrid Momentus XT HDD is allegedly the world's fastest 2.5-inch drive for laptops (breaking their previous record), and comes in at a shade over 100 bucks. The hybrid drive is 80 per cent faster than the usual 7,200rpm drive, and up to 100 p

Continue to read more...

K-Lite Codec Pack Full 4.7.0

K-Lite Codec Pack Full 4.7.0

K-Lite Codec Pack is a collection of codecs and DirectShow filters. Those components are needed for encoding and decoding various audio and video formats. This Codec Pack is designed as a user-friendly solution for playing all your movie files. Full contains everything you need to play all the com

Continue to read more...

University Claims to Have Developed World’s First Flexible Touchscreen Display

University Claims to Have Developed World’s First Flexible Touchscreen Display

ASU's Flexibile Display Center and military partners have developed the very first display with a flexible touchscreen. Mainly designed for military applications, the screen is made out of glass strong enough to withstand the battlefield. Instead of using solid glass for the touchscreen, the

Continue to read more...

Ferrari Gets a Limited Edition Motorola Milestone

Ferrari Gets a Limited Edition Motorola Milestone

As if owning a Ferrari wasn’t enough of a status symbol, the company has tasked Motorola with a custom deco of the original Milestone to slide into pockets lined with one hundred dollar bills. The phone looks pretty delicious in Ferrari red, but if you are hoping to get your hands on it you migh

Continue to read more...

Windows Live Messenger 2009 v14.0.8064.0206 & A-Patch 143b2

Windows Live Messenger 2009 v14.0.8064.0206 & A-Patch 143b2

The Windows Live Suite has been updated to 14.0.8064.0206 from v14.0.8050.1202. Currently there isn’t any information on changes. As usual you can get it through the Windows Live Installer “web edition” or “full edition” with  sizes of 1.09MB and 133.57MB. And if you want to get the st

Continue to read more...

Russia Wants Nuclear-Powered Rocket to Go to Mars

Russia Wants Nuclear-Powered Rocket to Go to Mars

The space race is on again: The Russians are planning a nuclear-powered spacecraft that will get them to Mars faster than Duck Dodgers in the 24 and a half century. Space Agency chief Anatoly Perminov promises a design by 2012: The project is aimed at implementing large-scale space exploration prog

Continue to read more...

E-MU Pipeline Wireless Audio Transmitter/Receiver Lightning Review

E-MU Pipeline Wireless Audio Transmitter/Receiver Lightning Review

The Gear: E-Mu's Pipeline low-latency wireless music system, which lets you cut the cord on your guitar-and-amp rig for about $200, or add portable wireless connections to your home sound system. The Price: Each module costs $100, and you need at least two to make things happen, so you're looking a

Continue to read more...

Even Your Cat Can Create an App with Google App Inventor

[youtube]http://www.youtube.com/watch?v=8ADwPLSFeY8&feature=player_embedded[/youtube] At least that’s what I thought was going to happen within the first 5 seconds of this video. Google’s gone ahead and released the App Inventor, a DIY app creation tool that literally requires you to possess

Continue to read more...


SSDs and Why You Wish You Had One

Speed. Toughness. Efficiency. Silence. That’s why we want solid-state drives in our computers. But we worry about the zoom-zoom performance degrading over time, and the fact that SSDs might eventually wear out. Here’s what you need to know about ‘em.

Why Solid-State Drives Are Awesome (Or At Least, Better Than Hard Drives)

To understand what’s great about SSDs, let’s start with HDDs (you know, old-fashioned hard drives). On a basic level, a hard disk drive works thusly: Inside is a magnetized recording surface called a platter that spins around really fast, with a head that zooms across disk to read and write data—think kinda like a record player, except the head never touches the surface, ’cause that would be very, very bad. So, you can see the problem with hard drives: They’re fragile (don’t drop your computer) and they’re slow to access stuff because the head has to physically move to where the data is.

With an , on the other hand, we’re talking straight silicon. What’s inside is a bunch of flash memory chips and a controller running the show. There are no moving parts, so an doesn’t need to start spinning, doesn’t need to physically hunt data scattered across the drive and doesn’t make a whirrrrr. The result is that it’s crazy faster than a regular hard drive in nearly every way, so you have insanely quick boot times (an old video, but it stands), application launches, random writes and almost every other measure of drive performance (writing large files excepted). For a frame of reference, General Manager of SanDisk’s SSD group, Doron Myersdorf, says an equivalent hard drive would have to spin at almost 40,000rpm to match an SSD. And, you can drop it—at least, a little.

Secrets of the SSD

Typically, what you’ve inside an SSD is a bunch of NAND flash memory chips for —the same stuff found in memory cards and USB thumb drives—along with a small cache of DRAM, like you’d find on most current hard drives. The DRAM is also flash memory, but the difference between the two is that the memory is non-volatile, meaning the data it holds won’t go poof when it loses power, while the faster DRAM is volatile memory, so “poof” is exactly what happens to DRAM data when the power goes out. That’s fine because it’s the faster DRAM is just for caching things, holding them temporarily to make the whole system work faster.

So, let’s talk a bit about flash memory itself. I’ll try to keep it straightforward and not lose you, because it’s key to the benefits and problems with solid-state storage.

Flash memory is made up of a bunch of memory cells, which are made up of transistors. There are two basic kinds of memory: With single-level cell (SLC) memory, one bit of data is stored per cell. (Bits, the basic building block of information, if you recall, have two states, 0 or 1.) The SLC type is fast as hell and lasts a long time, but it is too expensive for storing the dense amounts of data you’d want in a personal computer. SLC memory is really only used for enterprise stuff, like servers, where you need it to last for 100,000 write cycles.

The solution for normal humans is multi-level cell memory. Currently, up to 4 bits can be stored per cell. “Multi-level” refers to the multiple levels of voltage in the cell used to get those extra bits in. MLC SSD drives are much cheaper than SLC but are, as I mentioned, slower, and can wear out faster than their pricier counterpart. Still, for now and going forward into the foreseeable future, all of the SSDs you could come close to owning are of the MLC variety.

The Bad Stuff

Structurally, flash memory is divided into blocks, which are broken down further into pages. And now, we get into one of the major problems with flash. While data can be read and written at the individual page level, it can only be erased at the larger block level. In other words, suppose you have a 256k block and a 4k page, and you want to erase just one page worth of data, you have to erase the whole block, and then write all the rest of the data back to the block.

This is a huge problem, for one, because MLC flash memory wears out after 10,000 write cycles. Two, as the drive fills up, performance significantly degrades. (Anandtech has a pretty great illustration, amidst a massively deep dive on SSDs you should read if you’re interested at all, showing this.) That’s because without free blocks to write to, you’ve gotta go through that intensive erase and rewrite cycle, which, as you’d imagine, entails a lot of overhead. Problem numero three is that, according to SanDisk CEO Eli Harari, there’s “a brick wall” in the near future, when storage at the chip level could stop increasing in the not-too-distant future.

Mitigating the Bad Stuff

The thing is, you actually probably still want an SSD in your next computer, to make it run awesomer. Because where there are problems, there are sorta solutions. Remember how I mentioned up above the other major component in an SSD, besides the flash memory, is the controller? They’re a big part of what differentiates one company’s SSD from another’s. The controller is the secret sauce, as SanDisk’s Myersdorf told me. Because the game, for now, is all about managing flash better, both physically and logically. In other words, it’s about algorithms.

The first standard technique for long flash-memory life is wear leveling, which is simply not writing to the same area of the drive over and over again. Instead, the goal is to fill up the entire drive with stuff before you have to start erasing blocks, knowing that erasing and re-writing will use up precious cycles. The problem of “Write amplification”—say you have a 1MB document that ends up causing 4MB worth of writes to the drive because of the whole block and pages problem described above, where you wind up reading, erasing and re-writing a bunch of extra blocks and pages—that is being lowered, says Myersdorf, because drive management is shifting from being block-based to page-based. More granular algorithms with caching and prediction means there’s less unnecessary erasing and writing.

The biggest thing is what’s called TRIM. As you probably know, when you delete something from your computer, it isn’t instantly vaporized. Your OS basically just marks the data as “Hey it’s cool to pave over this with new stuff.” Your hard drive has no real idea you deleted anything. With the TRIM function, when you delete something, the OS actually tells the SSD, “Hey you can scrub this crap.” The SSD dumps the block to a cache, wipes the pages with the stuff you want gone, and copies the stuff you want to keep back to a new block, leaving you with clean pages for the next time you want to write something to the disk. This means better performance when you’re saving new stuff, since it handles the read-erase-rewrite dance ahead of time. Windows 7 supports TRIM, and Myersdorf says Windows 8 will be even better for solid-state storage.

As for busting through the brick wall of limited storage, the number of electrons that can reside in a cell, increasing flash memory storage at a pace faster than Moore’s Law, right now, Toshiba, who invented NAND flash, is currently the chip capacity king. The company just announced a new 64GB NAND flash module that combines 16 4GB NAND chips. This would seem to be closing in on that wall, which we don’t want them to do, because we want the dollar-to-MB ratio to keep dropping. Myersdorf is optimistic (despite his boss’s gloomy pronouncement), “There have been several walls in history of the industry—there was transition to MLC, then three bits per cell, then four—every time there is some physical wall, that physics doesn’t allow you to pass, there is always a new shift of paradigm as to how we make the next step on the performance curve.”

Okay, the big question then: When are SSDs gonna get seriously affordable? A 160GB version of one of the one of the most acclaimed SSDs, Intel’s X25, retails for $470. OCZ’s Colossus is a verifiable brick of solid-state storage, and the 1TB model has an MSRP of $2200, though it’s going for much more. By contrast, a 1TB WD old-fashioned hard drive is like a hundred bucks on a bad day. Myersdorf says it’s hard to say when the SSD’s dollar-to-byte ratio is going to go down absolutely, mostly because of supply and demand, but he did predict that a lot of “mainstream” laptops are gonna have 256GB SSDs in the next 18 months. Oh good, I’ll be due for a new laptop right around then.

If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: , ,

Related posts

Other News:

Loading...