ورود

نسخه کامل مشاهده نسخه کامل : فرق رم های کامپیوترهای سرور با پی سی



mmm2
27-06-2010, 09:38
سلام دوستان
فرق بین رم های کامپیوترهای سرور با پی سی چیست ازنظر قیمت چقدر تفاوت دارند.

اگر اشتباه نکنم حافظه های پی سی non-ecc است ولی کامپیوترهای سرور ecc است

با تشکر

amd>intel
27-06-2010, 09:47
بله رمهای سرور دارای سیستم تشخیص و تصحیح میباشند که به نام Error-Correcting Code memory

mmm2
27-06-2010, 12:24
بله رمهای سرور دارای سیستم تشخیص و تصحیح میباشند که به نام Error-Correcting Code memory

یعنی روی pc این قابلیت نیست وایا روی سرعت هم تاثیرمی گذارد

Guts
27-06-2010, 12:56
یعنی روی pc این قابلیت نیست وایا روی سرعت هم تاثیرمی گذارد
بله ECC باعث میشه هم رم‌ها کندتر بشن هم یکمی گرون‌نتر ولی تو سرورها چون هدف اصلی امنیت اطلاعات و جلوگیری از Data loss هست از این نوع رم‌ها استفاده می‌شه.

amd>intel
27-06-2010, 13:16
بردهای عادی بایوسشون قابلیت ecc رو نداره

mmm2
27-06-2010, 14:21
بله ECC باعث میشه هم رم‌ها کندتر بشن هم یکمی گرون‌نتر ولی تو سرورها چون هدف اصلی امنیت اطلاعات و جلوگیری از Data loss هست از این نوع رم‌ها استفاده می‌شه.


منظور ازاینکه رم های ecc قابلیت تشخیص خطا دارند ایا رم های کامپیوترهای معمولی که این قابلیت را ندارند ایا در اطلاعات انها مشکل بوجود نمی اید

Guts
27-06-2010, 22:58
منظور ازاینکه رم های ecc قابلیت تشخیص خطا دارند ایا رم های کامپیوترهای معمولی که این قابلیت را ندارند ایا در اطلاعات انها مشکل بوجود نمی اید
کلاً ساختار رم‌هایی که ECC دارن متفاوته یه مقوله‌ای هست در مموری‌ها به نام Parity، در ماجول‌های Parity به غیر از بیت‌های اطلاعات در رم برای هر بایت یه بیت اضافه هم فقط برای Error Detection وجود داره که از روش چک Parity (یه روش خیلی سادست برای این‌که ببنین اطلاعات درسته یا نه) یا روش‌های پیچیده‌تر ECC استفاده می‌کنن برای خطا یابی. کلاً خطایابی یه بحث گستردست تو سخت‌افزار که من نمی‌خوام خیلی واردش بشم چون ربطی پیدا نمی‌کنه و البته از معلومات منم تا حد زیادی خارجه ولی تو درس معماری کامپیوتر یکمی در مورد این موضوعات می‌گن این Parity چک هم من از اون‌جا یادم بود.

amd>intel
28-06-2010, 08:13
ECC stands for "Error Correction Codes" and is a method used to detect and correct errors introduced during storage or transmission of data. Certain kinds of RAM chips inside a computer implement this technique to correct data errors and are known as ECC Memory.

ECC Memory chips are predominantly used in servers rather than in client computers. Memory errors are proportional to the amount of RAM in a computer as well as the duration of operation. Since servers typically contain several Gigabytes of RAM and are in operation 24 hours a day, the likelihood of errors cropping up in their memory chips is comparatively high and hence they require ECC Memory.

Memory errors are of two types, namely hard and soft. Hard errors are caused due to fabrication defects in the memory chip and cannot be corrected once they start appearing. Soft errors on the other hand are caused predominantly by electrical disturbances.

Memory errors that are not corrected immediately can eventually crash a computer. This again has more relevance to a server than a client computer in an office or home environment. When a client crashes, it normally does not affect other computers even when it is connected to a network, but when a server crashes it brings the entire network down with it. Hence ECC memory is mandatory for servers but optional for clients unless they are used for mission critical applications.

ECC Memory chips mostly use Hamming Code or Triple Modular Redundancy as the method of error detection and correction. These are known as FEC codes or Forward Error Correction codes that manage error correction on their own instead of going back and requesting the data source to resend the original data. These codes can correct single bit errors occurring in data. Multi-bit errors are very rare and hence due not pose much of a threat to memory systems.