- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is Multiport Memory?
Multiport memory is a memory that helps in providing more than one access port to separate processors or to separate parts of one processor. A bus can be used to achieve this kind of access.
This mechanism applies to interconnected computers too. A multiport memory system uses separate buses between each CPU and each memory module.
Each processor bus is linked to each memory module. A processor bus includes three components as an address, information, and control lines. These components are required to connect with memory. The memory module has four ports and each port includes one of the buses.
A module should have internal control logic to check which port will have an approach to memory at any defined time. It can be assigning constant priorities to each memory port supports in resolving memory access conflicts.
The priority for memory access associated with each processor is generated with the physical port position that its bus appears in every module. Consequently, CPU1 has priority over CPU2, CPU2 has priority over CPU3, and CPU4 has the least priority.
The multiport memory organization has the advantage of a high transfer rate. This is because of several paths between memory and processors.
The only drawback is that it needs expensive memory control logic and more cables and connectors. Hence, this interconnection architecture is generally suitable for systems having a tiny number of processors.
- Related Articles
- What is Control Memory?
- What is Virtual Memory?
- What is Auxiliary Memory?
- What is Associative Memory?
- What is memory hierarchy?
- What is the Main Memory?
- What is Cache Memory? (Functions and Types of Cache Memory)
- What is Distributed memory MIMD Architecture?
- What is primary and secondary memory?
- What is Memory Leak in C/C++?
- What is Dynamic Memory Allocation in C?
- What is Memory Transfer in Computer Architecture?
- What is Memory Stack in Computer Architecture?
- What is Cache Memory in Computer Architecture?
- What is shared memory in the OS?
