The Data dependency hazards are of 4 types.
1.RAR :Read After Read (This is not harmful as only read operations are performed.)
2.RAW :Read After Write(This may create problems and needs to be handled.)
3.WAR :Write After Read(A naming conflict. Not hazardous if sequential execution takes place)
4.WAW : Write After Write(A naming conflict. Not hazardous if sequential execution takes place)
VIEW OUR SPECIAL PAGE FOR SEM 7 STUDENTS - sem 6 java codes
1.RAR :Read After Read (This is not harmful as only read operations are performed.)
2.RAW :Read After Write(This may create problems and needs to be handled.)
3.WAR :Write After Read(A naming conflict. Not hazardous if sequential execution takes place)
4.WAW : Write After Write(A naming conflict. Not hazardous if sequential execution takes place)
VIEW OUR SPECIAL PAGE FOR SEM 7 STUDENTS - sem 6 java codes
No comments:
Post a Comment
Note: only a member of this blog may post a comment.