我有什么类型的内存模块 - DDR3 或 DDR 4 RAM?

Bid*_*ili 7 hardware ram

我想为我的笔记本电脑购买一个 RAM 模块。我使用了sudo lshw -short -C memory命令,我得到了这个信息。我知道我的 RAM 的一切,除了类型。我可以看到4GIB SODIMM Synchronous 2133 MHz,但我不知道我需要哪一个 -DDR3或者DDR4

来自 Google 研究的信息:DDR3 规范的起始速度为 800 MT/s(或每秒数百万次传输),有些甚至高达 2133。与此同时,DDR4 的起始速度为 2133 MHz。

cl-*_*box 11

执行时sudo lshw -class memory,您会收到类似于以下信息的信息:

 `*-memory
       description: System Memory
       physical id: 18
       slot: System board or motherboard
       size: 16GiB
     *-bank:0
          description: DIMM DDR3 Synchronous 1600 MHz (0,6 ns)
          product: CT102464BF160B.C16
          vendor: Conexant (Rockwell)
          physical id: 0
          serial: 118048000000
          slot: ChannelA-DIMM0
          size: 8GiB
          width: 8 bits
          clock: 1600MHz (0.6ns)
     *-bank:1
          description: DIMM [empty]
          product: [Empty]
          vendor: [Empty]
          physical id: 1
          serial: [Empty]
          slot: ChannelA-DIMM1
     *-bank:2
          description: DIMM DDR3 Synchronous 1600 MHz (0,6 ns)
          product: CT102464BF160B.C16
          vendor: Conexant (Rockwell)
          physical id: 2
          serial: 082048000000
          slot: ChannelB-DIMM0
          size: 8GiB
          width: 8 bits
          clock: 1600MHz (0.6ns)
     *-bank:3
          description: DIMM [empty]
          product: [Empty]
          vendor: [Empty]
          physical id: 3
          serial: [Empty]
          slot: ChannelB-DIMM1  
Run Code Online (Sandbox Code Playgroud)

在我机器的这个例子中,你可以看到模块是 DIMM DDR3 RAM。当无论出于何种原因命令无法为您提供足够信息时,另一种选择是在 BIOS 或模块本身中查找。在此处了解有关 DDR3 和 DDR4 RAM 的更多信息 ->

DDR3和DDR4的区别