当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
以太网 ARP
2022在 Go (Golang) 中使用微服务的系统课程
给想要转行渗透测试人的忠告
基于语音识别的QT设计的csgo互动类视频游戏
跑跑飞弹室外跑步AR游戏代码方案设计
MySQL索引
selenium webdriver 防爬问题 C#
用PPAPI插件技术在Web上显示会议视频、桌面、PPT等
file permission management ugo
LeetCode_Dec_1st_Week
【HIT-SC-MEMO3】哈工大2022软件构造 复习笔记3
webrtc代码解读二:音视频播放同步过程
const int * a 与 int * const a 的定义与区别
【HIT-SC-MEMO2】哈工大2022软件构造 复习笔记2
LeetCode刷题
C语言对文件的操作(完整版)
复杂格式的json转递
基于Webrtc和Janus的多人视频会议系统开发4 - 改造信令交互系统完成sdp交换过程
LeetCode_Nov_4th_Week
Uos统信系统 DISK(RAID+LVM)