in Operating System
1,669 views
4 votes
4 votes
True/False :

1)Several threads can share same physical address space.

2)Several threads can share same virtual address space.
in Operating System
by
1.7k views

3 Comments

Can share same virtual address space.
0
0
@anu can you help me? i have following doubts.

1. threads in same process share virtual address space, but are mapped into physical address in different places?

2. if so, how can a virtual address in same process be mapped into different physical memory locations?
0
0
can share a physical address space
0
0

1 Answer

1 vote
1 vote

Several threads of a common process share the same virtual address space as well as physical address space of the process because that's how they are able to access global data variables of the process.

Related questions