1,707 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.

1 Answer

1 votes
1 votes

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

0 votes
0 votes
1 answer
4
Ramayya asked Jan 7
187 views
Which of the following multithreading model is followed in Linux OS?One User Thread mapping to One Kernel ThreadMany User Threads mapping to One Kernel ThreadOne User Thr...