Logical Organization (逻辑组织) 计算机系统中的主存总是被组织成线性 的或一维的地址空间,此空间由一系列 字节或字组成。辅存在物理层上也是按 类似方式组织的。这种方式叫文件的逻 辑组织。 逻辑组织带来许多好处: 1. Modules can be written and compiled independently(可以独立地写或编译模 块)
Logical Organization (逻辑组织 ) • 计算机系统中的主存总是被组织成线性 的或一维的地址空间,此空间由一系列 字节或字组成。辅存在物理层上也是按 类似方式组织的。 这种方式叫文件的逻 辑组织。 • 逻辑组织带来许多好处: 1. Modules can be written and compiled independently( 可以独立地写或编译模 块 )
2. Different degrees of protection given to modules(read-only, execute-only) (可以给不同的模块不同的保护级别) 3. Share modules(使得模块可以被多个 进程共享)
2. Different degrees of protection given to modules (read-only, execute-only) (可以给不同的模块不同的保护级别) 3. Share modules(使得模块可以被多个 进程共享)