当前位置:网站首页>Logical Address & Physical Address
Logical Address & Physical Address
2022-08-04 05:33:00 【学习溢出】
Logical Address (Virtual Address)
Address generated by CPU while a program is running is referred as Logical Address.
The logical address is a virtual address and can be viewed by the user.
The logical address is used like a reference, to access the physical address.
The logical address is mapped to its corresponding physical address by a hardware device called Memory-Management Unit (MMU).
The logical address must be mapped to the physical address before they are used.
MMU also uses logical address computing physical address.
Psyical Address
Physical Address identifies a physical location in a memory.
- The user can’t view the physical address directly.
Differences between Logical Address and Psyical Address
The fundamental difference between logical and physical address is that :
logical address is generated by CPU during a program execution
physical address refers to a location in the memory unit
Reference
https://techdifferences.com/difference-between-logical-and-physical-address.html
边栏推荐
猜你喜欢
随机推荐
【HIT-SC-MEMO4】哈工大2022软件构造 复习笔记4
sql常用函数
怎样才能转行成功?
Uos统信系统 本地APT源配置
自学网络安全你为什么一学就废?
学好网络安全看这篇文章让你少走弯路
虚幻引擎 5 完整指南[2022六月最新课程学习内容]
【HIT-SC-LAB1】哈工大2022软件构造 实验1
Pfsense漏洞复现(CVE-2021-41282)
并发概念基础:线程安全与线程间通信
(位操作符)按位与、按位或、按位异或
Arduino之ESP8266编程学习总结体会
POI及EasyExcel
沉浸式体验参加网络安全培训班,学习过程详细到底!
file editor
C语言结构体(必须掌握版)
枚举和联合(自定义类型)-C语言
Chapter One Introduction
基于语音识别的QT设计的csgo互动类视频游戏
【C语言】数组名是什么









