I know the virtual memory separates 2G(for kernel)/2G(for user) in Windo
Let me explicate it another way. Process X is running on machine A, and the same program is running as process Y on machine B. Does it matter if some global variable of your program takes same memory address on both machines? They are different! The same way, if that global variable is stored at XYZ location for one instance of process, another instance of process may have the same virtual address (XYZ) for that global variable.