Main memory and DASD



IBM OS/370, MVS, OS/390, Linux, TPF, VM/CMS, VM/ESA, VSE/ESA, z/VM, z/VSE, z/OS, z/OS.e etc...

Main memory and DASD

Postby silambarasan » Sun Jun 26, 2011 2:23 pm

we have 16EB main memory then why we need DASD ?
silambarasan
 
Posts: 2
Joined: Fri Jun 24, 2011 7:58 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Main memory and DASD

Postby BillyBoyo » Sun Jun 26, 2011 2:49 pm

1) It is unlikely that you have all that memory.
2) What if someone powers down.
3) Why hold long-term storage in short-term storage area.
4) etc.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: Main memory and DASD

Postby NicC » Sun Jun 26, 2011 10:46 pm

Do you know what 'DASD' is?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: Main memory and DASD

Postby steve-myers » Mon Jun 27, 2011 9:30 am

silambarasan wrote:we have 16EB main memory then why we need DASD ?
You may have that much virtual storage, but is unlikely you have more than a few dozen gigabytes real storage.

The problem with most real storage is its contents won't survive losing power. In fact most real storage is DRAM, which only retains data for a few seconds. There is a constant background process running all the time to read DRAM and immediately restore what was just read. That's what DASD is for: to retain data for the long term.

There has been some talk on the trade press about holding data in storage rather than on disk, and this reduces the need for data base management systems. Nonsense. The database management works somewhat differently, but it's still there.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times


Return to Operating Systems

 


  • Related topics
    Replies
    Views
    Last post