MCP Ia1 Que
MCP Ia1 Que
Distributed Architecture: In distributed architecture, each processor has its own local
memory and communicates with other processors through a network. It is typically used in
large-scale systems or clusters, where processors are geographically distributed and share
data over a communication network.
Comparison:
1. Memory Access: Symmetric memory systems offer shared, uniform access to memory,
whereas in distributed systems, each processor has local memory with remote memory
access handled via inter-process communication.
2. Scalability: Distributed systems are more scalable since they can add more nodes with
independent memory, while symmetric systems face challenges in scaling as the memory
becomes a bottleneck.
2.
3.