- Since all the processors share the same address space, it is possible for more than one processor to cache an address at the same time.(coherence issue).
- If one processor updates the data item without informing the other processor, inconsistency may result and cause incorrect execution.(consistency issue).
- To solve this problem we suggest below two cache coherence protocols
1. Snoopy protocol
2. Directory protocol
2. Directory protocol
0 comments:
Post a Comment