当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
JUC锁框架——CountDownLatch、CyclicBarrier和Semaphore
JUC并发容器——跳表
淘宝分布式文件系统存储引擎(一)
0--100的能被3整出的数的集合打乱顺序
[Development miscellaneous][Debug]debug into kernel
使用cef离屏渲染技术实现在线教育课件和webrtc视频回放融合录制
指针运算相关面试题详解【C语言】
EL expression
你要悄悄学网络安全,然后惊艳所有人
Treating as key frame since WebRTC-SpsPpsIdrIsH264Keyframe is disabled 解决
淘宝分布式文件系统存储(二)
网络安全学习的三大不可取之处
通用解决端口占用问题
Usage of SFTP
基于语音识别的QT设计的csgo互动类视频游戏
20170729
基于Webrtc和Janus的多人视频会议系统开发6 - 从Janus服务器订阅媒体流
win10下mediasoup搭建过程中的一些坑记录
结构体内存对齐-C语言
LeetCode_Nov_3rd_Week