Slashdot Mirror


Samsung Demos Future Memory Chips

Fletcher points to this story in CNET Asia, excerpting "The Korean electronics giant unveiled an 8-gigabit flash memory chip Monday based on the 60-nanometer process, as well as a 2-gigabit DDR DRAM chip based on the 80-nanometer process. Flash chips, which retain data after a host computer is turned off, are used in flash cards and cell phones, while DDR DRAM is used inside PCs."

177 comments

  1. Gigabit? by agent+dero · · Score: 2, Insightful

    Why aren't they using conventional storage standards, RAM, and disk space are all in megabytes (1024 vs 1000 debating aside) saying something is *bit (giga,mega,kilo) implies a rate connectivity doesn't it?

    --
    Error 407 - No creative sig found
    1. Re:Gigabit? by Anonymous Coward · · Score: 0

      it's all in the way you pronounce it.

      bit with a long i is, what?

    2. Re:Gigabit? by Billy69 · · Score: 4, Informative

      Generally ram/storage sizes on-die are given as bit sizes, and have been for a very long time. No, it doesn't indicate a data rate.

      --
      #include "disclaimer.h"
    3. Re:Gigabit? by GeckoX · · Score: 1, Insightful

      No shit, that's what I was thinking.

      Oh, wow, a 1 GB (not even really) storage card. Whoopdy doo shit. I hope the submitter is the one that is wrong, otherwise sheesh.

      --
      No Comment.
    4. Re:Gigabit? by Anonymous Coward · · Score: 1, Informative

      Once upon a time, not all machines used 8-bit bytes. Therefore, you bought your chips measured in bits, and used 8 chips for 8-bit machines, 7 chips for 7-bit machines, etc.

      Also, bits has never been used for bandwidth. that's bits per second, often shortened by the lazy and irresponsible.

    5. Re:Gigabit? by Short+Circuit · · Score: 5, Informative

      One gigabit is 128MB. Assuming a 64-bit memory bus width, one chip per bus bit, and 2 gigabits of storage per chip, you're talking about a 16GB DIMM.

      So the the terminology inclined, it is a significant advancement.

      A good summary of memory technology is here.

    6. Re:Gigabit? by Jeff+DeMaagd · · Score: 3, Informative

      Memory chips are most often rated in bits, it has been that way for decades, I think. Even the RAM sticks you buy have chips that are often rated in bits. Only when it is assembled into a memory module or card does the byte term get used to describe its capacity. Few end users use the bare chips so confusing the consumer isn't a concern..

      256megabit doesn't mean a rate, but the fact that it has 256 million bit cells.

    7. Re:Gigabit? by Epistax · · Score: 2, Interesting

      I think he means to say that when a measurement is given in ****bits, it's usually speed. There's no reason to give either storage or bandwidth in bits anymore, so why not make a convention between the two? OR at least stop using one. I don't care how many rods to the barrel my car gets.

    8. Re:Gigabit? by pcardno · · Score: 1

      Totally agree - people think of storage in terms of bytes, megabytes, gigabytes, terabytes and petabytes. Throwing "bits" in there is just confusing and seems designed to make people think they mean gigabytes.

      If you think back to the story a while back about people being able to read words with the letters jumbled as long as the first and last letters are correct and they know some of the context, this seems to take advantage of that - people's minds that are scan reading it will see "g....b..." in relation to storage and their mind will immediately associate it with gigabytes.

      --
      --- Band: Joey Ultra
    9. Re:Gigabit? by Anonymous Coward · · Score: 0

      I don't care how many rods to the barrel my car gets.

      More rods is better though, right?

    10. Re:Gigabit? by Billy69 · · Score: 5, Informative

      The manufacturers of the actual silicon will always use *bit for the size because they are developing something independant of architecture, and therefore *bit is the most relevant notation of size. On a PC it might be relevant to use 'quads' as a measurement, as all machine code and addressing is done in 32 bits, whereas on some older microcontrollers the addressing is in 4 bits, so that would be nibbles. Perhaps some technologies want single-bit accessability, as the storage is not used to store addresses/instructions/ASCII. Using *bit is the only truly platform independant measurement, because the 8-bit bytes is aribtary whilst the bit is indivisible.

      --
      #include "disclaimer.h"
    11. Re:Gigabit? by Epistax · · Score: 1

      Buy a hybrid car, now with 42% more rods!

      Typical reaction: Wow! That's almost 45%

    12. Re:Gigabit? by Xilman · · Score: 5, Informative
      Why aren't they using conventional storage standards, RAM, and disk space are all in megabytes (1024 vs 1000 debating aside) saying something is *bit (giga,mega,kilo) implies a rate connectivity doesn't it?

      They are using conventional storage standards. Memory chips have been measured in (multiples of) bits for decades. When I started paying attention, around 1980 or so, the state of the art was something like 4k or 16k bits for DRAM and those chips were 1-bit wide. Even 8-bit wide chips were, and still are, quoted with storage capacity in bits. Again from the early days, an EEPROM with 2048 words of 8-bits each was described as a 16k device.

      Further down in the article it is stated that "The flash chip is designed to let consumer electronics designers put up to 16 gigabytes of data on a single memory card". Note that they use the conventional units, bytes, for memory cards.

      Remember, different conventions in different fields. You may think its silly, but that's life and you'd better get used to it.

      And, since you ask: no, bits doesn't necessarily imply a rate connectivity. Raw connections are usually rated in bits per second but high level data streams, such as ftp download speeds, are often quoted in bytes per second. I do not know whether there is a parallel here between comms and storage in the different conventions used to specify what the raw technology gives you and what is built out of that technology. I would be interested to learn whether it is more than coincidence.

      Paul

      --
      Lasciate ogne speranza, voi ch'intrate
    13. Re:Gigabit? by Anonymous Coward · · Score: 0

      Asking for a clarification is now classed as a Troll?

    14. Re:Gigabit? by odie_q · · Score: 4, Informative

      First off, storage chip capacity is always measured in bits, and these chips are most likely (no, I haven't read the FA) 8Gib (eight gibibit, or 8x2^30 bits, i.e. 2^30 bytes or 1GiB). Look at your memory sticks and you will notice that they are equipped with mutliple memory chips, and the same goes for large capacity flash cards. This is not a 1GiB storage card, but a component that can be used to build large storage cards.

      What is new and interesting (for chip process nerds) about this is the 60nm process. Current chips are generally produced in a 130nm process. There are also 90nm chips in general production, and they're pretty much the shitnitz at the moment.

      --
      ...ceterum censeo Carthaginem esse delendam.
    15. Re:Gigabit? by Epistax · · Score: 1

      Is there addressing such that a byte is indivisible? That is, if they store 1 gig (1073741824*8 bits), they have 3 extra bits of address space to specify the exact bit of memory you want? Once you've extracted the memory whether you take a byte, or word (which of course can be any size depending on the computer) true, it's up to you to decide how to use it... but can you really ask for any individual bit? I'm surprised you can even ask for an individual byte (which I am now assuming you can do).

      So anyway I do see your point, but I could make the same argument that since gasoline is traded by the barrel we should use barrels instead of gallons when determining fuel quantities and efficiency.

    16. Re:Gigabit? by Zorilla · · Score: 1

      Hey, it worked for Super Nintendo.

      "32 megabits! Cool!"

      --

      It would be cool if it didn't suck.
    17. Re:Gigabit? by Billy69 · · Score: 2

      CNET Asia? general public? Erm, no. I'm a programmer, have been for year, I have always seen these developments advertised as *bit, I remember the breakthrough of the first megabit die. Such IT websites are catering to the IT populous.

      --
      #include "disclaimer.h"
    18. Re:Gigabit? by Billy69 · · Score: 0

      Well, firstly, some RAM chips are accessible by byte, some by 16 bits, many by 32 bits. Some (often called serial ram chips) do allow serial access. The die for the 8 gigabit chip may be interfaced in different was when it is packaged, so the bit is still the most sensible measurement. Secondly, your analogy doesn't work. :-)

      --
      #include "disclaimer.h"
    19. Re:Gigabit? by JayJay.br · · Score: 2, Informative

      I'll bite, just for today.

      RAM modules are usually "measured" in bytes. However, RAM chips are, and have always been, measured in bits. Mainly because it used to be common configuration in RAM modules to have 8 chips, and the module's total capacity in bytes would be the same as the chip's capacity in bits.

      RAM chips used to be referenced as something like "1x8x1M", which would be eight memory chips, each with one megabit, and accessing one bit of data at once.

      A 512MB RAM module usually is 8x8x512M.

      I'm sure I didn't get everything right, I'm working out of my memory right now, and work is a bit tight to do heavy fact-checking. Anybody pls correct if necessary.

    20. Re:Gigabit? by Grayputer · · Score: 2, Informative

      Yes BUT ... the general public is pretty stupid and would assume that a 2 gigabit flash chip advertized as 256 megabytes would mean 1 chip is all I need to upgrade from 128MB flash to 256MB flash. Needless to say that's not true (the chip is 2gbit x 1bit NOT 256mb x 8bits). In fact, in some applications you MAY need 9 or 10 of them to get 2 gigabytes of usable memory (parity or ECC memory applications).

      Plus as someone pointed out, claiming 256MB is not good marketing. The 'general public' is going to say, 'So what, I can get a 512MB card at best buy today, no big deal'.

    21. Re:Gigabit? by mikael_j · · Score: 1
      Not just the SNES, most console manufacturers do this to some extent, because Bigger Is Better(tm)...

      /Mikael

      --
      Greylisting is to SMTP as NAT is to IPv4
    22. Re:Gigabit? by Frennzy · · Score: 5, Interesting

      Actually, there are plenty of reasons to measure bandwidth in bits not bytes.

      When I size/plan/order circuits, I need to know raw throughput in bits/sec, because I may be ordering that circuit for a dedicated purpose, which can have significantly different overhead and efficiency than a different purpose.

      Whenever you see bandwidth measured in Bps (bytes per second) you are seeing, at best, an estimate. The reason is that people are concerned about *payload* when you mention bytes, not raw throughput.

      As overheard increases or decreases per packet (which can be caused by fragmentation, poor application design, etc), then the amount of payload data per packet changes, while the raw throughput does not. Try this as an exercise. Open up an FTP sire via MSIE, and transfer a large file from a decent server near you. Note how long it takes, and the data rate MSIE tells you that it comes in at. Now, open up an MS command prompt, and ftp to that same site, get the same file, and note how long it takes, and the data rate it tells you.

      Same site, same link, same file, same OS...two completely different download times/rates.

      When I order any circuit...I want to know what the actual bit rate of the line is. I don't want some marketing mumbo-jumbo about 'bytes per second'...I may not even use an 8 bit byte, or, they may use a different interpretation of 'kilo' and 'mega' when quoting data rates. Bit-rate is pure...because a bit is a bit is a bit, and a second is a second is a second.

    23. Re:Gigabit? by Anonymous Coward · · Score: 1, Interesting

      It may not be as significant as you think. Many chip designs make use of redundancy (think RAID but for memory chips, especially in the case of ECC RAM). I wouldn't count on picking up a 16GB or larger CF or SD flash cards anytime soon. However, this development does create that opportunity.

    24. Re:Gigabit? by angel'o'sphere · · Score: 3, Informative

      A single chip stores single Bytes. A DIM or SIM is a smal plate with 8 or more chips.

      On a chip you can address every bit individually, or chunks of 4 or 8 bits, depending on your fetch and cash strategy.

      However on a DIM/SIM you fetch from all chips one bit each, and those get combined to a byte, or a word or a long word, depending on your architechture and the architectue of the chip/DIM.

      The logic on the DIM/SIM is responsible for combining bits from different chips to the words, the processor wants.

      Depending on usage of he chip, I mean planned usage, the ship might be organized in arbitrary word sizes. A common word size on a chip can e.g. be 128 bit for video ram.

      All the above is "principle" only. Today I guess it is far more complicated.

      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    25. Re:Gigabit? by ckaminski · · Score: 1

      And ECC and parity memory definitely uses more than 8 bits to represent a byte.

    26. Re:Gigabit? by Epi-man · · Score: 1

      Why aren't they using conventional storage standards, RAM, and disk space are all in megabytes (1024 vs 1000 debating aside) saying something is *bit (giga,mega,kilo) implies a rate connectivity doesn't it?

      This is one thing that drives me nuts in the "IT" world. People get so lazy. When speaking, people (myself included I admit) will mention "100 megabit connections," but in order to talk about a rate, time must be involved. It is assumed that the rate is the given quantity per second. When reading any article, if there is discussion of a rate and the units are given without a time, move on to the next article, that one is not well written and probably not worth your time.

    27. Re:Gigabit? by Trekkie+Monster · · Score: 0

      If you add speed holes, though, you will improve acceleration by up to 2.7 furlongs/fortnight/fortnight. Which is almost 3.

    28. Re:Gigabit? by fitten · · Score: 2, Informative

      They are using conventional storage standards for RAM CHIPS.

      Putting the word "Byte" on it implies some layout. A memory chip is just a big array of bits and denotes mostly how big/small the chip has gotten. For example, if they say we've made a breakthrough and now are producing 1Tb memory chips using 60nm. This means that they have figured out a way to make a chip using 60nm that has 1Tb as a single unit. Later on, some company using the 1Tb chips can arrange them and design circuits with them to create any sort of layout that you want. They can use a 1Tb chip in a serial circuit to store 1Tb of information, or they can take a handful of these 1Tb chips (say 8 of them) and make a conventional 1TByte memory stick that is 8-bits wide, or whatever.

      Also, the chip manufacturor may make a memory chip that is 1Tb but each chip is addressed as 256G rows that are 4-bits wide (a nibble for us old timers) and call it a 256Gx4. That way, you take 8 of these chips and you make a 32-bit wide memory stick for 1TB of storage.

      It's all about the layout. To your PC, the layout is in bytes. To an individual memory chip, it is in bits.

    29. Re:Gigabit? by psetzer · · Score: 1

      This would be fine except for the tiny little problem that your DIMM would have 64+ chips somehow put onto it. Since I usually see ones with about a fourth as much, I'd expect to see a 4 gig stick. Four of those, and you'd have your 16 GB storage. Not bad considering that most of the people here are probably 512 to 1024 MB right now.

      --
      "Anyone who attempts to generate random numbers by deterministic means is living in a state of sin." -- John von Neumann
    30. Re:Gigabit? by Short+Circuit · · Score: 1

      The number of chips did strike me as a bit much. I figure this is just their proof-of-concept, though.

      We'll probably see wider such chips before we get to the 16GB DIMM stage. Remember that the actual die is normally much smaller than the ceramic (or plastic) package the pins stick out of.

    31. Re:Gigabit? by WeblionX · · Score: 1

      So they make hybrid gas / nuclear cars now?

      --
      (\(\
      (=_=) Bani!
      (")")
    32. Re:Gigabit? by Anonymous Coward · · Score: 0

      because a bit is a bit is a bit, and a second is a second is a second.

      That's only true based on what the definition of "is" is.

    33. Re:Gigabit? by Mikeydude750 · · Score: 1

      This isn't flash memory...this is DDR2 RAM.

      256MB chips? That IS something to talk about.

    34. Re:Gigabit? by Anonymous Coward · · Score: 0

      One reason memory chips are given in bits is that the organization of the memory is generally irrelevant to the density. That is, if I can make an 8 gigabit chip, it's all the same to me whether I package it as 8 gig x 1 bit wide, or 1 gig x 8 bits wide, or 256 MB x 32 bits wide.

      System designers care about the bit width as well as the total number of bits, and the desired width only occasionally happens to be 8. Quoting the size in bytes just means different math to figure out how many words you have.

    35. Re:Gigabit? by Grayputer · · Score: 1

      Actually the 'general public' doesn't understand the difference between 256MB chips and 256Mb chips. If you don't believe me, read some of the comments here and remember this is the 'technically informed' public not the general public.

      As to it being DDR vs. Flash, it is actually both if you read the article. I will admit to using 2Gb as the flash value when the article mentions 8Gb flash and 2Gb DDR. So I screwed up the size not the type, my bad. But hey this is /., I should get points for reading even SOME of the article :).

  2. 2GB is a lot on one stick of ram by pfguy · · Score: 0

    I'm just wondering when we're going to start putting in ram for the sake of having more ram. Won't more ram eventually become unnecessary with all the bottlenecks computers have?

    1. Re:2GB is a lot on one stick of ram by c_oflynn · · Score: 2, Informative

      Few things - first of all the ram chip is GigaBITs. 8 bits = one byte, so that ram chip is actually 0.25 GB of space.

      As well this is a ram chip, NOT a ram Stick. So you can have a number of this ram chip on one stick to make different sizes of ram sticks.

    2. Re:2GB is a lot on one stick of ram by Anonymous Coward · · Score: 0

      Ya, it's a decreasing margin of Usefulness. I doubt adding more ram to a system that has 8 GB of ram already would help. But a system with only 256 MB it would still help, and one with 64 MB definatly.

    3. Re:2GB is a lot on one stick of ram by Clover_Kicker · · Score: 1

      >I'm just wondering when we're going to start putting in ram for the
      >sake of having more ram. Won't more ram eventually become unnecessary
      >with all the bottlenecks computers have?

      man top
      man iostat
      man vmstat
      man netstat

    4. Re:2GB is a lot on one stick of ram by Short+Circuit · · Score: 2, Informative

      RTFA...they're talking about using the chips to fit 16 gigabytes on one DIMM.

    5. Re:2GB is a lot on one stick of ram by benhocking · · Score: 3, Informative

      Many people probably have more RAM than they need. However, certain operating systems tend to expand their needs to meet or exceed typical RAM configurations. Additionally, many of us in research really benefit from increased RAM, although you do need a 64-bit architecture before you can access more than 4 Gibibytes of it. For example, if you're doing large simulations, you benefit greatly from being able to keep everything in memory and not having to read/write to the hard drive.

      --
      Ben Hocking
      Need a professional organizer?
    6. Re:2GB is a lot on one stick of ram by Short+Circuit · · Score: 4, Informative

      Actually, increasing the RAM reduces the significance of other bottlenecks in a PC.

      For example, you can buffer transfers that would otherwise go to or from the hard drive, so you spend less time waiting on I/O.

    7. Re:2GB is a lot on one stick of ram by AndyBassTbn · · Score: 1

      Shit, 640k should be enough for anybody!

      --
      I hope the land around you yields, a crop like all the other fields, and then your waiting might make sense...
    8. Re:2GB is a lot on one stick of ram by c_oflynn · · Score: 1

      I did RTFA - the parent didn't. Thats what I was trying to say in my post, you could fit MORE than 2 GB on the RAM stick since its not a 2 Gb RAM stick, its a 2 Gb ram CHIP.

    9. Re:2GB is a lot on one stick of ram by Xilman · · Score: 1
      I'm just wondering when we're going to start putting in ram for the sake of having more ram. Won't more ram eventually become unnecessary with all the bottlenecks computers have?

      Perhaps, but not yet by a long way.

      For instance, I presently want to find linear dependencies in a sparse bit matrix which has something over 8.1 million rows and columns. Even with a sparse representation, the computation requires over 2 gigabytes of active memory. In my field of interest (integer factorization) having access to machines with several gigabytes is almost an entry requirement. There are a number of other fields which need much more RAM than this if the programs aren't to be paging themselves into torpidity. Numerical simulation and large database access are a couple of examples.

      Paul

      --
      Lasciate ogne speranza, voi ch'intrate
    10. Re:2GB is a lot on one stick of ram by swordboy · · Score: 4, Interesting

      Won't more ram eventually become unnecessary with all the bottlenecks computers have?

      No... err... rather, something will fundamentally change.

      Instead of having a hierarchy of memory (hard drive, ram, cache, etc), you'll see RAM and flash merge into a "universal memory". Everything will come on a single chip - processor and storage. RAM won't be required since the on board storage will be both quick and nonvolatile.

      Currently, as much as 75 percent of a processor's area is used for cache memory. This is a number that is increasing, too. This is because RAM is too electrically "distant" from the main processor to be of any high-performance use. The near-term solution has been to pile on lots of cache memory in order to make up for it.

      Recently, Ovonyx licensed their phase-change technology to Nanochip. Now, the phase-change technology is the same thing that is currently used in CD/DVD-RWs. With this implementation, they'll be programming and reading the material electronically instead of optically. Since they'll be doing it with MEMS and atomic probes, the density will reach levels of 1 terabit/square inch (125 gigabytes) and will do so very quickly. For more information, see HP's probe storage page. As a side note, HP and Nanochip are just a couple miles apart so it is rumored that Nanochip is hiding the HP plan at this point. Commercialization in 2006 isn't too far off. Also note that Microsoft is an investor in Nanochip as well. Bill Gates mentioned at Cebit that terabit chips will be here "very soon". Something to think about.

      --

      Life is the leading cause of death in America.
    11. Re:2GB is a lot on one stick of ram by Short+Circuit · · Score: 1

      (groan) Sorry...replied to the wrong comment. :(

    12. Re:2GB is a lot on one stick of ram by displaced80 · · Score: 2, Interesting

      Spot on.

      I think it'd be a real benefit for massive amounts of RAM to be commonplace, even for the home user. It'd free up system designers to do things a little differently.

      (please don't flame me for using the following as an example -- it's simply one system with which I'm familiar, and works in a way that would benefit from 'excessive' RAM)

      OS X's document-centric approach to applications means that you rarely need to close programs. The only on-screen overhead a running app has over a closed app is a small black triangle below/beside the app's Dock icon. After working like this for a while, you forget what 'application startup-time' is. Apps become just another widget to click - a service of the system rather than a mental context-switch (if you catch my drift).

      So, with oodles of RAM, your common apps and data are always a nanosecond or two away.

      (incidentally, this is why my puny 500MHz G3 iMac is still usable. It's stacked up with RAM to the point that my apps rarely get closed and are available with only a smige of lag. Certainly not as quick as new machines, but with a perceived speed that belies the machine's actual power).

      --
      What's the frequency, Kenneth?
    13. Re:2GB is a lot on one stick of ram by fermion · · Score: 1
      On would think, but not really. I mean I have a computer that has 10000X the amount of memeory of the first computer I owned, and 100000X the memory of the first computer I used. And it is still not enough.

      Memory gets used up in all OS. It allows to to cooler things faster. It allows us to worry about doing cool interfaces instead of writing cool small code. It allows us to write protable API with memory and CPU wasting layers.

      One can see the importance of memory with the way that some of the cheaper MOBO become useless. Many years ago I bought two machines with several months of each other. The first had a hard 384MB limit. The second has a 1GB limit. Both were towers. The first is now useless. The second is still in use. Go figure.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    14. Re:2GB is a lot on one stick of ram by RicktheBrick · · Score: 1

      What ever happened to rom memory? I thought that rom memory was easier to make than ram and was a generation ahead of it. So they should be making 8 giga bit rom chip than. Someone should be able to make a 8 giga byte rom chip than. With that much storage they should be able to put a full enclycopedia, dictionary and thesaurus and a operating system able to access both the internet and one's drives all on a rom chip. All programs than should be able to access these and I should be able to spell check this without any problems. I should be able to look up any word in both the encylopedia and dictionary without leaving this program and have the result instantly. I hope that with voice recognition I could do it without typing.

    15. Re:2GB is a lot on one stick of ram by imsabbel · · Score: 1

      You forget one thing: ROM is easier to do than RAM, BUT you need to know what to store on it during the creation process. you cant just store "black roms" and write them just in time.
      So EVERY update, every revision, every EVERYTHING would need a change in the produciton cycle, shipping times, ect)
      Its just not very practica, even more considering that 8Gb is just one GB, which is about 50c worth of hd space. Even the socket for the rom chip is more expensive...

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
    16. Re:2GB is a lot on one stick of ram by zycx · · Score: 1

      If you want to learn more about future memory technologies which could replace today's SDRAM and flash-memory try searching for "MRAM", "FeRAM" and "PCRAM". The latter is probably the most promising one due to the (expected) ease of design and manufacturing ("Samsung says that it will enter full-scale production with the technology in 2006").

      More information about phase-change (->PCRAM) materials can be found at E*PCOS website.

    17. Re:2GB is a lot on one stick of ram by Mybrid · · Score: 1

      Nice post, thanks.

  3. Good stuff, but currently they are prototypes by sczimme · · Score: 5, Insightful


    People tend to get excited about new products like these; in a separate but equally relevant phenomenon, they tend not to RTFA.

    From the article:

    Both chips, however, are prototypes. Companies just began this year to make chips on the 90-nanometer process. (The nanometer measurement refers to average feature sizes on the chips). Eighty-nanometer chips may not come for at least another year, and 65-nanometer chips won't debut until at least the end of 2005.

    In other words, 16GB flash MP3 players will not be available in time for Xmas.

    --
    I want to drag this out as long as possible. Bring me my protractor.
    1. Re:Good stuff, but currently they are prototypes by jmichaelg · · Score: 1
      People tend to get excited about new products like these; in a separate but equally relevant phenomenon, they tend not to RTFA.
      Yep, that pretty much describes me.

      e-had - a purely electronic holy war; i-had - much like an e-had, but it's portable
      You forgot bin-had - people who get excited without rtfa.

  4. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  5. You know... by Spazholio · · Score: 3, Funny

    "Flash chips, which retain data after a host computer is turned off, are used in flash cards and cell phones, while DDR DRAM is used inside PCs."

    This being Slashdot and all, one wouldn't think that needed to be said. =)

    1. Re:You know... by Celt · · Score: 1

      Agreed, I was just about to say the same thing
      After all this is "News for Nerds", if you don't know which is which you shouldn't be reading this site..

      --
      "WebTV: bringing the Internet into the shallow end of the gene pool since 1995" - Martin Bishop
    2. Re:You know... by Coneasfast · · Score: 1

      he also could have said 'flash cards are non-volatile, while DDRM is volatile'

      --
      Marge, get me your address book, 4 beers, and my conversation hat.
    3. Re:You know... by LousyPhreak · · Score: 1

      well abviously not everybody knows :)

      --
      -- Karma: beyond good and evil - mostly affected by posting political
    4. Re:You know... by Anonymous Coward · · Score: 0

      You would think so but lately all the blurbs seem to be dumbed down for some reason, its as though all the american geeks need to be further educated or something.

    5. Re:You know... by Anonymous Coward · · Score: 0

      Yup, I always love the geek ubermensche syndrome. This is why Linux will always be an also-ran on the desktop. Not because it is inferior, but because the geeks are too condescending to make the platform attractive to the general masses.

      (Why would you want to do THAT?! That's just plain stupid. You don't deserve to use our OS!)

    6. Re:You know... by ThogScully · · Score: 4, Interesting

      The more story submitters start adding simple explanations like that to article submissions, the closer this site gets to being something I can guide people to, normal people that is.

      Personally, I'm glad Fletcher wrote it that way.
      -N

      --
      I've nothing to say here...
    7. Re:You know... by inoffensif · · Score: 2, Funny


      Thank you for the clarification.

      I was convinced that DDR was related to the Dance Dance Revolution phenomenom, and couldn't quite make out what the hell the article was about

      --
      - you are sofa king weed todd did
    8. Re:You know... by hublan · · Score: 1

      ...something I can guide people to, normal people that is.

      Pray tell, which part of "News for Nerds" is it that confuses you?

      --
      My spoon is too big.
    9. Re:You know... by DChristensen · · Score: 0

      Who do you hate that badly? :D

      --

      --
      Mac OS X--Unix without the assholes^Whassles.

    10. Re:You know... by geekoid · · Score: 1

      If I wanted tech news for 'normal' people, I would go to CNN.
      I want it a high tech and obscure as possible..sometihg 16 year old trolls can't understand.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    11. Re:You know... by ThogScully · · Score: 1

      Are you suggesting I'm a 16-year old troll because I like that the story explains the summary terminology better than most?

      So long as tech news is only presented to the people who make it, the bulk of people out there will remain ignorant to the more important issues at play in the tech world. And if you don't think the knowledge presented in the tech world is at least marginally important to many people, then I think those 16-year old troll sites are probably just for you.
      -N

      --
      I've nothing to say here...
    12. Re:You know... by drinkypoo · · Score: 1

      It's amazing (well not amazing any more, just disturbing) that slashdot will explain the most trivial crap that we all understand, yet drop acroynms that even geeks don't know without expansion with complete impunity. Not only are most story submissions garbage, but the /. editors only seem to approve the absolute worst submissions. There are literally hundreds of examples of stories being submitted, then denied, and then a crappier story on the same subject with the same links being accepted. And of course, they're not actually editors because the submissions don't get edited before they show up on the site! I think we just ought to call them "story nazis" or something.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  6. DVD Quality? by Anonymous Coward · · Score: 2, Informative

    That 16GBs of memory translates into storage of up to 16 hours of DVD-quality video or 4,000 MP3 audio files (at 5 minutes per song).

    Can someone explain to me how 1GB/hr equates to DVD quality? Most DVD films I know of run at 2-4GB/hr...

    Sure, low-bitrate DVD is 1GB/hr or less, but is that true "DVD Quality?"

    1. Re:DVD Quality? by muyuubyou · · Score: 1

      Not really comparing apples-to-apples, but with modern codecs you can get in 1GB what MPEG2 does for DVD in 2-3GB.

    2. Re:DVD Quality? by Zorilla · · Score: 1

      I, also, have never understood the discreet VHS-esque categorizations of quality shown on DVD-R discs. Maybe it's under the same assumption as those who use DVD Shrink to get a dual layer disc to fit on a single layer disc and not think that any quality at all was lost.

      --

      It would be cool if it didn't suck.
    3. Re:DVD Quality? by Anonymous Coward · · Score: 0

      Perhaps, but then it's not really "DVD-Video", is it?

  7. SVCD on a chip by tomhudson · · Score: 4, Interesting
    an 8-gigabit flash memory chip
    Finally, an SVCD or KVCD movie on a keychain. Watch the MPAA have a holy shit on that.

    How soon to get 8 gigabytes, so we can put the original DVD? Probably 3 years.

    1. Re:SVCD on a chip by ImaLamer · · Score: 1

      That is 128 Megabytes, small movies.

    2. Re:SVCD on a chip by Anonymous Coward · · Score: 2, Informative

      <newbie-alert>

      Hello?! That's 2 gigabit per chip .

      Those chips are small and your Compact-Flash/DDR modules are usually made of many such chips.

    3. Re:SVCD on a chip by Anonymous Coward · · Score: 0
      Probably 3 years

      What about, like, NOW ?
      8 gigabytes = 8 chips of 8 gigabits each.
      Depending on the size and the packaging of the chips it should be quite straightforward to put 8 such chips on a stick.

    4. Re:SVCD on a chip by tomhudson · · Score: 1

      but these will be even smaller - easier to hide, etc.

    5. Re:SVCD on a chip by CyberKnet · · Score: 1

      Um... no it's not. It's 256 Megabytes.

      --
      Video meliora proboque deteriora sequor - Ovidius
    6. Re:SVCD on a chip by CyberKnet · · Score: 1

      Wow. let me crawl into a hole and die. Please accept my sincerest apologies, I am most certainly (and absolutely) wrong.

      --
      Video meliora proboque deteriora sequor - Ovidius
    7. Re:SVCD on a chip by Flammon · · Score: 1

      I'm just waiting for the day that I can just bring in my keychain into a movie rental store or heck a self serve kiosk at the local convenience store, download the movie onto my keychain and plug it directly into my TV to watch.

      • No DVD player
      • No discs
      • No late fees
      • No damage insurance

      Ya, I know, soon we'll be able to download the movies instead of going to the video store but this would be a nice feature for those who don't have broadband or need the movie to be portable.

    8. Re:SVCD on a chip by drinkypoo · · Score: 1
      Uh. 8 gigabits is 128MB? Let's try asking google what it thinks of that.

      Hey google, what's 8 gigabits in gigabytes? Hmm, google says "8 gigabits = 1 gigabytes". Not only did you only pay attention to the 2Gb flash and get it wrong when you said 128MB, since it's actually 256MB, but the comment you replied to specifically talks about "an 8-gigabit flash memory chip" which is 1GB.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  8. Usage as Hard Drives? by TheShadowHawk · · Score: 2, Interesting

    No I have not RTFA, but if the flash ram retains it's data when the PC is off, couldnt we use it as a hard drive substitute rather than a RAM substitute?

    That would be pretty cool... Press button on. WHIZZ... Logon screen is there! Nice.. :)

    --
    Friends don't let Friends use Internet Explorer.
    1. Re:Usage as Hard Drives? by arabagast · · Score: 1

      No I have not RTFA, but if the flash ram retains it's data when the PC is off, couldnt we use it as a hard drive substitute rather than a RAM substitute?

      well, this is mostly because flash drives have a limited amount of write cycles, making it useless after x writes. Perhaps there will be flash that doesn't wear out some day, but not yet.

      Burn, Burns, Ash

      --
      Doolittle : ...What is your one purpose in life?
      Bomb no.20 : To explode of course.
    2. Re:Usage as Hard Drives? by horrens · · Score: 1

      you already can have something like that, at a price tho I'd give my first born and left foot

    3. Re:Usage as Hard Drives? by Trigun · · Score: 0, Flamebait

      read/write times suck. But you could probably combo all of this with ram drives . A complete solid-state pc would be cool for inside the car.

    4. Re:Usage as Hard Drives? by Daniel+Ellard · · Score: 1
      Yes, and it will be sweet.

      The difficulty is that flash RAM currently isn't as fast as generic RAM and costs more, so it's not a cure-all.

      --
      Disclaimer: I work for a company, but I don't speak for them.
    5. Re:Usage as Hard Drives? by slackerboy · · Score: 2, Interesting

      if the flash ram retains it's data when the PC is off, couldnt we use it as a hard drive substitute rather than a RAM substitute?

      You mean like this ?

      --
      Things to do today: See list of things to do yesterday
    6. Re:Usage as Hard Drives? by StateOfTheUnion · · Score: 4, Insightful

      I think that Flash RAM has limitations as to the number of times it can be rewritten . . . the number of possible rewrites is high (10's of thousands or more), but a swapspace in a hard disk would eventually read/write flash RAM into oblivion . . .

    7. Re:Usage as Hard Drives? by double-oh+three · · Score: 2, Informative

      I think the price would be prohibitive. A 120-gig harddrive can be found at about 90 bucks, meanwhile flash memory is about a gig for 90 bucks.

      --
      "For years, I struggled with reality... but I'm happy to say I finally won out over it." -- Elwood P. Dowd
    8. Re:Usage as Hard Drives? by Anonymous Coward · · Score: 0

      My digital camera uses CF. Most brands I've seen use standard formats. But I don't look at the high end stuff. Still, you can get a 512Meg CF card for less than fifty bucks.

    9. Re:Usage as Hard Drives? by Anonymous Coward · · Score: 0

      Forget write limitations, I want to make a drive using this http://www.simtek.com/. nvSRAM, sram speeds and writes each bit to a flash cell when power is lost.

    10. Re:Usage as Hard Drives? by Anonymous Coward · · Score: 0

      It would be stupid to replace your hard drive with a flash drive... both are solid state memory devices and hard drives are faster and offer larger capacities.

      For that "instant on" feeling you would have to replace your RAM with a solid state memory module because your RAM is volitile memory which looses all data when it looses power.

      Of couse, its alot cheaper to setup your computer to Suspend to Ram and it has pretty much the same effect.

  9. Wow... not! by Anita+Coney · · Score: 0, Redundant

    I could take all my stolen music, warez AND porn wherever I go! Damn, it's only 8 gigaBITs. One gigabyte is nothing to get excited about. Heck, I've got a one gig CF card in my Canon PowerShot G2. Exactly why is this news?!

    --
    If someone says he and his monkey have nothing to hide, they almost certainly do.
    1. Re:Wow... not! by pesc · · Score: 2, Informative
      Heck, I've got a one gig CF card in my Canon PowerShot G2. Exactly why is this news?!

      Because your CF card has more than one chip inside?

      --

      )9TSS
    2. Re:Wow... not! by Anonymous Coward · · Score: 0

      It's a 8Gb chip, not a 8Gb card. A CF card usually contain more than one memory chip.

  10. obligatory: by zerocool^ · · Score: 2, Informative

    8 gigabits = 1 gigabyte
    2 gigabits = 256 megabytes

    And this was quoted from the article, which isn't talking about speed, which would be gigabits-per-second (sometimes abbreviated gigabits), this is size, as in (quote) Both chips hold far more data than current chips in their respective markets and are smaller, which should make them cheaper and more powerful than existing chips.

    Smaller, mabey. Higher capacity? No.

    Technological neophyte journalists.

    ~Wx

    --
    sig?
    1. Re:obligatory: by kahei · · Score: 1

      8 gigabits = 1 gigabyte

      I use a PDP-9, you insensitive clod!

      Seriously, there is a fair amount of non-8-bit hardware out there... That's why we have MIME types that speak of 'octets' rather than 'bytes'.

      --
      Whence? Hence. Whither? Thither.
    2. Re:obligatory: by c_oflynn · · Score: 3, Informative

      Could you point out where I can find a 256 MB RAM chip? I don't mean a ram stick with 8 or more ram chips, I mean just one ram chip.

      Ditto for the flash memory chips. Can't seem to find any 1GB flash chips (again not the drive, just the chip).

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

      Um you realize this is PER chip right? Currently ram BOARDS have multiple chips. IIRC my 512MB of DDR2 has 16 chips [8 per side] which are 32MB each.

      16x256MB = 4GB

      Just so you know... ;-)

    4. Re:obligatory: by Anonymous Coward · · Score: 0

      "Higher capacity? No."

      They definately are higher capacity compared to the current chips. I haven't seen even protytypes of the 8Gbit flash or 2Gbit DRAM chips.

    5. Re:obligatory: by Andy_R · · Score: 3, Funny

      You might just be in luck, for this very day I read an article about a Korean electronics giant unveiling a 2-gigabit DDR DRAM chip based on the 80-nanometer process.

      Now if only I could remember where I saw that article...

      --
      A pizza of radius z and thickness a has a volume of pi z z a
    6. Re:obligatory: by jandrese · · Score: 1

      Lucky thing most of that non-8 bit hardware is not hooked up to the internet. I mean when was the last time you actually used a PDP-9? It's not easy to keep those old dinosaurs working these days since replacement parts are getting extremely hard to find.

      --

      I read the internet for the articles.
    7. Re:obligatory: by Anonymous Coward · · Score: 0

      well now, do we point out that its not the journalists fault, but yours for being a d*ckwad?

      Next time try reading it slower, you might understand it better.

    8. Re:obligatory: by Anonymous Coward · · Score: 0

      It's not easy to keep those old dinosaurs working these days since replacement parts are getting extremely hard to find.

      Of course, you could implement one in a quarter of a $20 FPGA... and it would run 50 times faster! :-)

  11. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  12. DDR DRAM!! by essence · · Score: 1, Funny

    enough D's already!!

    1. Re:DDR DRAM!! by maxwell+demon · · Score: 1

      That many D's existed already years ago - the DD Disk!

      --
      The Tao of math: The numbers you can count are not the real numbers.
    2. Re:DDR DRAM!! by JBdH · · Score: 1

      Worse : HD DD Disk

    3. Re:DDR DRAM!! by Maul · · Score: 1

      Sixth Mix Plus!

      (Burning mod points)

      --

      "You spoony bard!" -Tellah

  13. RTFpostSubject by muyuubyou · · Score: 2, Informative

    He didn't mention 16 gigabytes anywhere. He said "2GB is a lot on one stick of ram."

  14. This is already fairly commonplace by sczimme · · Score: 1

    One can already buy Compact Flash to ATA adapters to use CF cards as hard drives. There are two primary drawbacks to this approach at the moment:

    CF cards tend to 'wear out' after a certain number of write cycles. Most estimates of lifespan range from 100K to 500K write cycles. (Working from memory - could be off a bit.)

    CF cards cost more per MB than traditional magnetic/rotating media drives. The cost means that the largest currently available cards may not be practical for most applications. However, CF-to-ATA adapters are nifty options for single purpose systems and homebrew firewalls.
    PS Go RTFA. Actually go read the Compact Flash FAQ and then go RTFA.

    --
    I want to drag this out as long as possible. Bring me my protractor.
    1. Re:This is already fairly commonplace by tiger99 · · Score: 1
      I think your life estimates are a bit optimistic. But, on the other hand, as CF cards are mapped like a hard disk to the OS, maybe bad sectors are marked to be avoided, in the same way, so with some loss of capacity as blocks fail, you might get 100k cycles.

      Serious industrial and aerospace users design for more like 10k cycles max, and even then don't use them in critical applications. One particular CF card manufacturer's claims, which I think you may have seen, are known to have no basis in fact whatsoever! The semiconductor chip manufacturers, and they are the people who should know, usually tell a more truthful story.

      To get good life it is generally accepted as necessary to spread the usage over the whole memory array, you don't want it to fill up from address 0, like a well defragged hard disk. In fact you want it to be as fully fragmented as possible, it has no effect on speed as there is no rotation or head movement.

      Nevertheless these new devices will be very interesting, I would like to be able to fit a huge Flash and a huge RAM in my PDA for example. With sensible usage for program storage, not constantly changing data, the life is more than adequate, but a swap file, for example, would probably kill it in under an hour. But it will be several years before the cost is acceptible, as is always the case. Even then, conventional hard disks are still improving, and will have the lead for as long as anyone can reasonably predict.

      But as they say, it is horses for courses.

  15. why is DRAM price not falling like flash? by peter303 · · Score: 3, Interesting

    I notice that DRAM prices, for the same technology, have stayed at their 2001 price level at $100 to $150 per gigabyte. During the same period flash memory has fallen from $300 per gigabyte to $80. I like to look for "odometer threshholds" when prices drop the next factor of ten (about every every five years). For example, hard disk fell below $1 / GB in 2003 and flash $100 / GB in 2004.
    I did read recently there was some price fixing in the DRAM market.

    1. Re:why is DRAM price not falling like flash? by brucmack · · Score: 2, Insightful

      I'm wondering if speed may be an issue in this case...

      In the flash memory market, capacity has more of an impact than speed, since the speeds are effectively fixed by the technology you're using the flash memory with. In the DRAM market, however, speed is much more of an issue. I might not need more capacity a year from now, but maybe I'd like to increase the speed of my memory instead.

      I tried finding some data to support this, but to no avail. I do remember buying DDR333 RAM a couple of years ago and having it drop to about half the price half a year later.

    2. Re:why is DRAM price not falling like flash? by Anonymous Coward · · Score: 0

      Take a look here.. this is a good place to check the "memory" spot market.. note, these are DRAM prices, not DIMM or memory stick or flash card prices..

      If you notice, the SDRAM "chips" (I'll use "chips" versus DRAM to avoid sounding like I have a stutter) cost about as much as DDR chips, and in some cases, even more.. how this relates to your question is, Flash capacity is coming up real fast, which leads to competition, which leads to price drops.. DDR, on the other hand doesnt have the sudden increase in rise of DDR output like Flash does (in fact, if you are familiar with the DDR spot market, the price has been steadily rising recently due to shrinking supply so the price should be going up as I type).. on the other hand, you have shrinking capacity for SDRAM (since most manufacturers would rather produce DDR wafers over SDRAM wafers) which has led to an increase in price from what many of us may remember paying for, say, a 256MB stick of SDRAM..

      To figure out a rough estimate of how much a stick of RAM will cost based on the spot price, take the DRAM price, say $4.78, multiply by 8 ($38.24), add like $1 for logic parts (caps, resistors, etc) and labor (significantly less if the memory module is manufactured in China).. and you arrive at a "cost" of about $39.24.. tack on 5-10% for profit.. $41-43 for a 256MB DDR module.. today

      In short, its all supply and demand..

    3. Re:why is DRAM price not falling like flash? by rugger · · Score: 2, Informative

      The reason DRAM prices have remained static (or have even risen a bit) and flash prices have fallen is because memory manufacturers have been moving a lot of their production off DRAM and onto flash ram.

      This means that the supply of DRAM remains fairly tight, and that prevents further price reductions. Meanwhile, a glut of flash ram is now developing, and the resulting oversupply is driving flash memory prices into the floor.

    4. Re:why is DRAM price not falling like flash? by madprof · · Score: 1

      RAM manufacturers, having suffered torrid margins in recent years, have found out that people tend to buy RAM priced at certain price points and not much in between. As there is no hugely compelling reason for people to start buying 1GB DRAM sticks the prices will stay there to recoup the maximum from their investment.
      Wait till we get a large OS revision from MS that makes half a gig of RAM the starter point and you'll see a shift.

    5. Re:why is DRAM price not falling like flash? by peter303 · · Score: 1

      This my hypothesis:
      Usually there is a gradual decrease in price after a new generation has been introduced. A new chip might start at $50 because of single source and yield issues, then drop over several years to about $2 or the rock bottom manufacturing price. The current generation dropped very fast about four years ago, to the $4 range. At the same time, the next generation has been slow to come to market, an rather long delay. Moore's law could be slowing down.

  16. Comment removed by account_deleted · · Score: 2, Interesting

    Comment removed based on user account deletion

  17. Not just MP3's anymore by cermanius · · Score: 2, Insightful

    How about a system that runs the OS off a flash chip, but not just like a handheld. Embed that little flash chip on a Mother Board for the OS and use that to boot the system and keep the system state even after power off.

    Mmmm... instant on computers maybe?

    --
    "Don't sweat the petty stuff and don't pet the sweaty stuff." -- by an Unknown Wise man.
    1. Re:Not just MP3's anymore by glass_window · · Score: 1

      Yes, Microsoft would love this, they could pre-install windows onto the flash chip and make sure it's write-protected. When the chip dies, you'd go buy a new copy of windows and MS would be rolling in the money. No need to worry about life cycles, as they would just let them all 'die out'.

    2. Re:Not just MP3's anymore by Jeff+DeMaagd · · Score: 2, Interesting

      Mmmm... instant on computers maybe?

      People seem to keep forgetting that flash memory is SLOW, even on just read, writes are often slower yet. I just bought a "4x" CF card, which apparently they want to rate it in terms of CD-R speed. 4x is 600 KB/s. Unless something changes, you will not like the results. To test it out, get Knoppix, put it on a CD and run it on a computer with a 4x read CD rom drive, assuming you can get one that old that can read CD-Rs.

      Also, flash is lucky to survive a million writes, hard drives can survive orders of magnitude more writes.

    3. Re:Not just MP3's anymore by cermanius · · Score: 1

      Oh I know how slow the stuff can be, I suppose it's just geeky wishful thinking.

      --
      "Don't sweat the petty stuff and don't pet the sweaty stuff." -- by an Unknown Wise man.
    4. Re:Not just MP3's anymore by Anonymous Coward · · Score: 0

      100,000+ reboots? that's about 300 years if you reboot daily.

      Oh wait we're talking about a microsoft OS .. umm ok fine it'll be a few months before the 100,000 reboots is used up.

    5. Re:Not just MP3's anymore by NerveGas · · Score: 1

      Whadaya mean?

      One of the nice things about Compact Flash is that it was designed to work on an IDE bus. That means that with a cheap, simple
      adapter, that compact flash card is now an IDE hard drive.

      As for keeping the system state, don't power off, use "suspend-to-RAM".

      steve

      --
      Oh, you're not stuck, you're just unable to let go of the onion rings.
  18. Memory Bits by bsd4me · · Score: 1

    As others have mentioned, memory parts are alomst always described in terms of bits, and always have been. I believe there are a few reasons for this.

    Not all computers use (or used) eight bit bytes. The PDP-10 (?) and a few IBM machines used nine bit bytes organized as 36 byte words. I also think there were a few machines with sub-eight bit bytes, but I can't think of any right now.

    I seem to recall memory some memory parts being available with data bus widths other than eight. Caffine hasn't kicked in, though, or I would be more sure about this.

    Also, because of error detecting and/or correcting memories (eg, parity, ECC, etc), the physical memory width may we wider that the logical width.

    --

    (S(SKK)(SKK))(S(SKK)(SKK))

    1. Re:Memory Bits by Waffle+Iron · · Score: 1
      I seem to recall memory some memory parts being available with data bus widths other than eight.

      One-bit wide chips used to be the most popular. If you assume that chips are sized small enough so that you always need at least as many chips per module as your machine's data width, then the lowest overall pincount (and least amount of address selection logic) is achieved by using one data bit per chip.

      Those conditions held from the 8-bit days through the early 32-bit days. Once chips got enough capacity so that a typical 32-bit module could be implemented with ~8 chips, 4-bit and wider chips became more popular.

  19. Geometries? by Colourspace · · Score: 1

    80 nm? 60 nm? Surely they mean 65nm and 90nm...

    1. Re:Geometries? by Bender_ · · Score: 1

      No, memory technology does not obey the logic roadmap.

  20. Article Fubared by Deliveranc3 · · Score: 1
  21. Can someone explain??? by harrkev · · Score: 2, Interesting

    Can someone explain why the FLASH memory is sooooo much larger than the DRAM chip? DRAM is just one cap and one transistor per bit, while the flash uses a MUCH more complicated structure for each bit. It involves at least two transistors per bit, one with a floating gate.

    For the same size die, I would expect that the DRAM would hold a little more than the FLASH. Either the FLASH die is huge compared to the DRAM die in this case, or I am missing something.

    Can anybody clue me in?

    --
    "-1 Troll" is the apparently the same as "-1 I disagree with you."
    1. Re:Can someone explain??? by harrkev · · Score: 1

      OK. I just RTFA. The FLASH uses a slightly smaller geometry. But I am still surprised by the large (fourfold) increase in the FLASH size comapred to the DRAM.

      --
      "-1 Troll" is the apparently the same as "-1 I disagree with you."
    2. Re:Can someone explain??? by TheShadow · · Score: 1

      Take a look at a DIMM... it usually has a bunch of chips on it. The 2GB DRAM will probably be on a DIMM of 8 DRAM chips... making the DIMM a 16GB DIMM.

      I'm assuming that the flash chips are much bigger (in physical size) because they are meant to be used alone (and will cost a lot more), but the DRAM chips are meant to be used in groups in a larger package.

      Then again, I might not know what the hell I'm talking about.

      --

      --
      "What do you want me to do? Whack a guy? Off a guy? Whack off a guy? Cause I'm married."
    3. Re:Can someone explain??? by pslam · · Score: 1
      OK. I just RTFA. The FLASH uses a slightly smaller geometry. But I am still surprised by the large (fourfold) increase in the FLASH size comapred to the DRAM.

      Possibly they can get away with larger die sizes on FLASH because they can get away with errors. Many blocks (up to 1% I think) of a FLASH die are allowed to be bad (but reallocated) at production time, whereas a single bad bit in SDRAM means that die goes in the bin. I guess that makes it possible to have good yields even with large die areas.

    4. Re:Can someone explain??? by Anonymous Coward · · Score: 0

      Just give it a little bit of thought.

      What happens to the contents of DRAM when the power goes off? That's right - it goes to the great bitbucket in the sky.

      What happens to the contents of Flash RAM when the power goes off? It sticks around.

      See the difference? So, the individual cells need a very different construction. I could explain the differences in construction and processes used, but unfortunately the explanation is too large to fit in the margin of this comment.

    5. Re:Can someone explain??? by Bender_ · · Score: 3, Informative

      The type of NAND Flash currently in use require just a single transistor to store two bits, either by the mirror-bit technology or by multilevel flash. A single NAND flash cell is 4F (F=smallest featuresize of the technology node). So it takes 2F to store one bit. Current DRAM cell sizes are 8F (or 6F with additional area sacrifice). Therefore the flash memory density is at least four times as high.

      In addition to that flash is MUCH easier to produce than dram.

    6. Re:Can someone explain??? by Bender_ · · Score: 2, Informative

      DRAM usually had redundant memory that is allocated during device test.

    7. Re:Can someone explain??? by Anonymous Coward · · Score: 0

      Samsung apparently will be using multi-level cell technology (storing 4 different amounts of charge on the floating gate) to get two bits in a single trasistor. Intel has been doing this in high volume on NOR flash for years. AMD has recently developed their mirror-bit technique using NROM to store charge on different sides of the floating gate which are isolated.

      As for production, DRAM is MUCH easier to produce than Flash. Flash has many more mask steps due to the fact that their are two gate structures (control gate and floating gate). There is a direct relationship between the number of mask steps and the number of defects in semiconductor production.

    8. Re:Can someone explain??? by Anonymous Coward · · Score: 0

      Almost all modern chips with large amounts of memory have redundancy, including DRAM, SRAM cache on processors as well as Flash. DRAM and processors allocate redundant memory elements during wafer sort using fusable logic. Flash doesn't need fusable logic to encode these repairs since it is, after all, non-volatile memory.

    9. Re:Can someone explain??? by Bender_ · · Score: 1

      The technique used by AMD is called mirror-bit. NROM is almost the same but covered by different patents. It was developed by Saifun and is for example applied by Infineon.

      It is vice versa DRAM is WAAAY more complex than flash. Have you ever thought about how to form a trench or stack capacitor? There are reasons why the ground rule for flash is already smaller than for DRAM. Modern flash does not use a real floating gate, but a quantum trap. This is formed by depositing a multilayer stack of oxide-nitride-oxide as the gate dielectric. This is actually a single process step and rather simple.

  22. that's certainly impressive... by zogger · · Score: 3, Interesting

    ....in a more/bigger/faster and more throw away culture. I'm impressed! But it's also depressing! How is that? Well, tell ya, this is like the horsepower wars out of Detroit in the 60's, more cubes and higher revs with higher compression. Ok as far as it went, but........it meant throw away cars, too.

    Tell ya whut I would be more impressed with technologically, if some RAM company wants to make a splash and show off some real branez. A smart and adaptive memory chip reader that you could stick in a ram slot like a daughtercard that you could then insert any mix or match multiple RAM sticks into and it would read and access and use them all.

    We are awash in so called "obsolete" RAM that is still functional. It used to be just a coupla decades ago we threw away stuff when it was broken. Now we throw away perfectly fine stuff, things that aren't broken, they are just "obsolete" although they might only be a few years old.

    Anyone see anything potentially wrong there? Same thing with CPUs. We have SMP mobos (and kernels), how about NON-SMP MO mobos, any braniacs got any examples of that, were you can mix and match older processors and keep using them? I know you can make a cluster whatsis with older boxes, I am talking a single machine that you could add tons of older oddball ram sticks to and plug in a variety of CPUs.

    To me, RAM and CPUs should be treated like drives and other peripherals, you should be able to daisy chain them better (different kinds, sizes, functions, etc) on a single machine.

    1. Re:that's certainly impressive... by Overzeetop · · Score: 1

      You don't hang around with many marketing folks, do you? ;-)

      --
      Is it just my observation, or are there way too many stupid people in the world?
    2. Re:that's certainly impressive... by geekoid · · Score: 1

      ".......it meant throw away cars, too."

      what? many of those cars were easy to maintain and keep going. It's now that we are approaching throwaway cars.
      There dificult to maintain and cheap.
      Something become throwaway when it it cheaper to replace then fix. I can buy a new car for 7 grand. granted it's the bottom of the line, but I could buy one every 5 years and always be under warrenty.

      " mix or match multiple RAM sticks into and it would read and access and use them all."
      yes, that would be cool, but after adjusting for timing, size, etc. . . thay would be too slow.

      "We are awash in so called "obsolete" RAM that is still functional. It used to be just a coupla decades ago we threw away stuff when it was broken."

      Actually we throw away useless and unwanted stuff. Most of which happens to be broken.

      "any braniacs got any examples of that, were you can mix and match older processors and keep using them?"

      again, it would be so slow nobody could use it. Probably slower then the slowest proc on the box. It has to do with the older technology. The only way to fix that would involve a time machine. If we had a time machine, we would just jeteson our trash to about 10billion years into the future and have done with it.

      "To me, RAM and CPUs should be treated like drives and other peripherals, you should be able to daisy chain them better (different kinds, sizes, functions, etc) on a single machine."

      yeah, you go with that.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    3. Re:that's certainly impressive... by mekkab · · Score: 1

      Uhm, just because they're on the same MOBO, doesn't mean you DON'T have a cluster. Me thinks you need a good education in Parallel processing.

      And for that matter, computer hardware design.

      Its great that you are jazzed about salvaging older parts; harness this energy to learning about computer design.

      P.S.- I threw out my maxxed out PowerMac 7200 dual booting to linux/Mac OS 8. Why? Too slow. I had other machines to work on at home. Love's labour's lost.

      --
      In the future, I would want to not be isolated from my friends in the Space Station.
    4. Re:that's certainly impressive... by zogger · · Score: 1

      most of my "spare" time and avaialable spare skill sweat during the day goes into trying to keep my coupla dozen small engine doo dads running for my work, along with the gasser vehicles. It never ends. All the bigger diesel stuff keeps on chugging, but small gas engines need a lot of TLC all the time. That's what I have been doing all day now besides at little break times surfing when I come in. Still hot out, even if it's september...... I cob or jury rig a lot of parts, save all the junkers to scrounge from.

      Interesting about the clustering aspect with dual and more CPUs.

      Why didn't you give away a working mac instead of trashing it? From what I remember a 7200 was fairly upgradeable and useful. Too slow for you might have been "wow, gots me a computer!" to someone else.

      Anyway, that's what I do with most of my junker x86 machines, they go to poor farm kids (after any needed repairs, etc) around where I live who don't have any computer at all.

    5. Re:that's certainly impressive... by mekkab · · Score: 1

      there's a special section at the sanitation commision around here; specifically for PC hardware. I drilled holes through the hard drives (MY data. MINE! ;) but people can root around 'till their hearts content and find a working pc. If someone knows anything at all about macs, they'll look in, see all the dimms and the processor still there, and give it a go at home.

      Interesting about the clustering aspect with dual and more CPUs.


      Thats what it is. Instead of using a LAN as the communications media, you are using a bus on the mobo to get data from one CPU to another.

      --
      In the future, I would want to not be isolated from my friends in the Space Station.
    6. Re:that's certainly impressive... by Knetzar · · Score: 1

      Well, imagine a system with many old CPUS (lets work with AMD K6-2s) verse a single AMD64. Assume that you can somehow build the cluster to get similar speed as the single chip. Now look at the amount of electricity that you're using. IIRC a modern proc doesn't use an order of magnatiude more power then older procs, but gets more then an order of magnature better performance (at least for the example chips I'm refering to). In addition there would be more hardware needed to connect the old chips. It's just cheaper to throw away your old stuff and start again.
      The same goes for harddrives, I bet very few people have use for a 250MB harddrive that was considered HUGE 8-10 years ago. If I need 250MB it'll be faster to just use a flash drive (and really, it'll be pretty cheap)

  23. How do they fit this? by Anonymous Coward · · Score: 2, Interesting

    Last I checked, most memory technologies required at least 1-T per bit. I don't know if that's true for flash technology, but still. 8Gb would be 8+ billion transistors not including decode logic and amplifiers. Wouldn't this make these flash chips have the highest transistor counts on the planet?

    Last I checked, the highest transistor counts we had were around 400-500 million. That's like 1/16 of what would be needed to do this. What am I missing?

    1. Re:How do they fit this? by Bender_ · · Score: 2, Informative

      Last I checked, most memory technologies required at least 1-T per bit. I don't know if that's true for flash technology, but still.

      Its currently at two bits per transistor. Search for "multi level flash", "mirror bit flash", "NROM"..

    2. Re:How do they fit this? by Sean+Johnson · · Score: 1

      Didn't the article also state that this memory technology is on a 60nm process? Last I checked, present chips are only using 90nm processes.

      --
      >>>>>> Chewie, take the professor in the back and plug him into the hyperdrive.
  24. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  25. Dual storage machine? by rreyelts · · Score: 2, Interesting

    I'm beginning to think I'd like to see machines where we have dual storage setups - use the hard disk for write-many-read-many data (general data files), and use the flash memory for write-limited-read-many data. For example, imagine installing your OS and programs to flash memory - booting times and program loading times would be nearly instantaneous. (/me drools) You'd just have the flash memory mounted like any other storage device, and maybe some "wlrm" flag available to applications so they could automatically prefer that storage for installations and steer away from it for write-many data files.

    This is what personal devices like ipods, etc... usually do. The operating system is stored in flash ram (so it can be upgraded in case something goes wrong), and data (i.e. your music) is stored on the hard drive.

    1. Re:Dual storage machine? by jhoger · · Score: 2, Interesting

      Once upon a time computers did boot their normal operating environment instantaneously. They had ROM mapped into the address space of the CPU. You turn on any TRS-80 Model 100, Color Computer, Commodore 64, etc. and your computer is ready to work because it's code is mapped into RAM much like a PC BIOS chip.

      Keep in mind though that when folks hook up a flash drive to their computer that they are not mapping it directly into RAM, rather they are layering on top a file system, so it's not going to be instantaneous.

      If you want instantaneous on a modern PC, you need to go for something like LinuxBIOS project, and replace the PC BIOS with a kernel.

    2. Re:Dual storage machine? by rreyelts · · Score: 1

      > They had ROM mapped into the address space of the CPU. You turn on any TRS-80 Model 100, Color Computer, Commodore 64, etc. and your computer is ready to work because it's code is mapped into RAM much like a PC BIOS chip.

      Absolutely - terminals work this same way - but you're not going to place your operating systems or programs into ROM, while you can place them into flash - and it should require almost zero change in any software at all, because the flash memory is going to look like any other storage device.

      > Keep in mind though that when folks hook up a flash drive to their computer that they are not mapping it directly into RAM, rather they are layering on top a file system

      That's exactly why it would require very little change to existing software.

      > so it's not going to be instantaneous

      It's effectively instantaneous compared to reading data off disk at a rate 1x10^6 x slower.

      > If you want instantaneous on a modern PC, you need to go for something like LinuxBIOS project, and replace the PC BIOS with a kernel.

      I'm talking about placing the entire operating system and most program files on the flash. Putting just a kernel on a memory-mapped chip won't achieve anything near the same effect.

    3. Re:Dual storage machine? by jhoger · · Score: 1

      Well, putting the OS into flash disk won't achieve what you want either... first the flash disk really does have a lot of overhead, which you shouldn't discount.

      However, if you look at a typical Linux system booting up it actually spends most of its time serially running init scripts, many of which are I/O bound in some way.

      The biggest bang for the buck I've heard of is running init through "make" and creating a makefile with correct dependencies for the init scripts so that they can be run in parallel. That plus Linuxbios could get you an instant-on box.

      Another way to do it, would be to tune a good "suspend to disk" type image to get the hardware brought up right. If you really thought it could work, you could even suspend to a flash disk, then always boot from the flash.

    4. Re:Dual storage machine? by rreyelts · · Score: 1

      > However, if you look at a typical Linux system booting up it actually spends most of its time serially running init scripts, many of which are I/O bound in some way.

      OMFG, yes. That's the entire point. Move the I/O off the hard disk, including both the tasks that are running and the I/O they are performing.

  26. Commo Units (OT) by Anonymous Coward · · Score: 0

    One thing to remember about comm rates is that Mega and kilo refer to 10^6 and 10^3, not 2^20 and 2^10, repectively.

    So a T1 line, which is around 1.5 Megabits/second is 1,536,000 bits / second, exactly.

    [Actually the T1 line speed is 1,544,000 bps, but the telco, um, borrows back a few thousand bps to do line monitoring and control. If you ever stick a digital logic analyzer on the Rx clock output of a CSU/DSU, you can see the dropped clock pulses. It plays holy hell with meeting jitter specs.]

  27. I don't need this by phyruxus · · Score: 2, Funny
    ...I already have 640k.

    QuakeIII is for... is for... oh who am I kidding, I need this like Bush needs credibility.

    --
    "A witty saying proves nothing." ~Voltaire
    "d'Oh!" ~Homer
  28. sleep? by guet · · Score: 1

    A Mac waking from sleep takes around 4 seconds to be fully functional (waiting for network etc) - is that not quick enough for you?

    I've had problems with hibernation on PCs, but never had a problem after waking from sleep on my iBook.

  29. component count != size by mangu · · Score: 1

    True, a RAM cell is just one capacitor and one transistor per bit. However, the capacitor needs a much larger area than the other components. Its capacitance must be much larger than any stray capacitances in the circuit, to hold the charge that represents the bit without any errors for the length of one refresh cycle.

  30. man, I can't wait until by geekoid · · Score: 1

    we can get a meg^H^H^HGiga^H^H^H^HTerraByte of ram!

    640 PetaBytes should be enough for anyone....well everyone, really

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  31. Re:2GB is a lot on one stick of ram. by auzy · · Score: 1

    This isn't always strictly true.. For eg, in Linux, after 896 megs, you need to enable large memory support, which slows things down.. Personally, I've got 1 gig, and I never reach past 500megs usage..

    Even with 10 gigs of ram, you'll still need stuff like swap anyway, for reasons described on http://kerneltrap.org/node/view/3202 ..

    Also, think about how you can access memory in a linear way with 4gigs of ram (which is a very large amount of memory pages), some of the operating systems internal data structures would be getting pretty hefty. Fortunately, one benefit from this will be that computer products will require more optimised access methods if the product is to succeed..

  32. This is why I read slashdot by shrikel · · Score: 1
    Flash chips, which retain data after a host computer is turned off, are used in flash cards and cell phones, while DDR DRAM is used inside PCs.

    I'm so glad to get useful computer tips like this. This is why I love this forum. You never know when some obscure technology will suddenly become crystal clear by means of a helpful, knowledgeable story poster. My spelling has improved because of Slashdot, too. Thanks, guys! You're real swell.

    Sincerely,

    A grateful IT professional.

    --
    Any sufficiently simple magic can be passed off as mere advanced technology.
  33. memwear by Doc+Ruby · · Score: 1

    I got one of those 1GB SD chips for $110 a couple of weeks ago, and now they're $94. That's a 10% drop in 10 days, and they're still dropping. And there's now a miniSD form, so 1GB the size of my fingernail, or 10GB the size of a stamp, is looking good. Samsung is driving down these prices. I'd love someone to get the power requirements down to the point where something like RFID could let me read them wherever they were stored in my apartment. I'd keep the data encrypted, and sticking them into every product I buy is another story. But these little memory chips are a miracle. If they did sew them into my garments with sales info, I'd erase them with my own device and wear my storage around, with encrypted backups of all my media literally at my elbow, wherever I go.

    --

    --
    make install -not war

  34. Re:Gigabit? (OT) by Magic5Ball · · Score: 1

    In communications, there are more protocol issues to worry about. For modems, there's baud--the number of changes in sound per second (handwaving), the bitrate--each change in sound can represent more than one bit, compression--for example, e-mail and HTML don't often need more than 7 bits to represent its highly non-random content and can be compressed, bits for error-detection/correction--because there is always line noise, etc. so any given byte in a communication may take 6-12 bits (handwaving) to transmit.

    Ethernet, token ring, and almost all other networks similarly add overhead to data in the form of headers describing the contents of packets which encapsulate user or application data.

    Plus, your data is probably encapsulated in some kind of protocol (SLIP, PPP, IP, TCP, UDP, etc...) which add their own headers and other structure to your data. Individual applications usually need their own headers (content-type/HTTP negotiation for your web browser, SSL, etc), adding more overhead.

    And of course, at each part of the communication stack, headers can be added or removed, packets repackaged and possibly reordered, etc. depending on what you are connecting to (the TCP/IP stack for an uplink is very special compared to the one in your Linksys). A poorly written TCP/IP stack in the OS does worse than a good one on the same network and network card (let's ignore PCI bus latency and software modems in the client machine).

    In short, pulsing a piece of wire or a fiber x times a second can have very little to the actual data transfer rate as experienced by the user, hence data-link bitrate doesn't translate into experienced bitrate in a particularly quantitative sense. On a wired connection, it is generally safe (handwaving) to assume that it takes 10-15 bits of physical layer to transmit a byte of user data for many applications.

    See: http://wks.uts.ohio-state.edu/sysadm_course/html/s ysadm-326.html and http://www.protocols.com/pbook/tcpip2.htm

    --
    There are 1.1... kinds of people.
  35. well, ya... by zogger · · Score: 1

    "To me, RAM and CPUs should be treated like drives and other peripherals, you should be able to daisy chain them better (different kinds, sizes, functions, etc) on a single machine."

    --ya, I'd like to have a mobo that had different sockets on it that fit different processors that are already out there by the billions. If there was a way to assign apps as you opened them to the appropriate processor, it would be nifty. Some apps don't need much at all and will run spiffy, others can take every cycle you can throw at them. I know they don't make anything like that, but I'd still like to see it somehow, maybe even a universal generic board that the entire CPU and socket was removable, like PCI slots, just plug and play different ones in, along with a similar deal with the RAM.

    I know not likely to happen, just would be neat, to me anyway.

  36. NAND and NOR flash and file systems by EmbeddedJanitor · · Score: 1
    There are generally two tyes of flash: NAND and NOR.

    NAND is very much like disk in that you read and write it in pages. NOR is random access. NAND writes/erases faster than NOR which makes it useful for file storage. NOR is most used for things like BIOS etc. Most Linux mobile devices use either JFFS2 or YAFFS file systems (goole will find) with flash because they are tuned for flash and are far more robust against power failure corruption etc than conventional file systems.

    NAND flash isn't as fast as rotating media for desktop applications (and can't do swap very well) so does not necessarily improve boot time.

    --
    Engineering is the art of compromise.