Logical Subnets and Superscopes

Hi all
I've been reading up on multiscopes etc.., and have a question and hope it can be explained a bit clearer.
From my understanding, supercopes would be created if we want to supply IP addresses to machines on a different phyiscal subnet or logical subnet from.
What If I had subnet A which has a single dhcp server and subnet A contained 2 multinets (B and C).
I create 2 seperate scopes for each multinet. When these machines are booted up, how do does the dhcp server know which scope to use for each of the pcs? since they are on same physical site (just different logical subnets)?
make sense?
Thank You
I've been reading up on multiscopes etc.., and have a question and hope it can be explained a bit clearer.
From my understanding, supercopes would be created if we want to supply IP addresses to machines on a different phyiscal subnet or logical subnet from.
What If I had subnet A which has a single dhcp server and subnet A contained 2 multinets (B and C).
I create 2 seperate scopes for each multinet. When these machines are booted up, how do does the dhcp server know which scope to use for each of the pcs? since they are on same physical site (just different logical subnets)?
make sense?

Thank You
Do just once what others say you can't do, and you will never pay attention to their limitations again.
Comments
Your DHCP server would first use the ip addresses of your first scoped and then continue with the ip addresses on your second scope.
If you need a machine to have a particular ip you would have to set an ip reservation on your dhcp server.
If it is your purpose to have separate logical networks on the same physical network, you use VLAN's.
I'm starting to confuse myself I think! sorry!
I have a single DHCP server with multiple (3) scopes and a single nic, but no supernet. As long as you properly configure the DHCP relay agent, you will not have any problems. Also, a DHCP server is not authoritative based on subnets, it's authorized on a domain wide basis. Once you setup a scope, it will beging passing out the IP's in that scope - there is no further authorization involved once the server is authorized on the domain.
Also, the reason why you can use scopes is cause your clients are on differnet segments. If the clients are on the same segment with different network ids, you need to place them in a superscope.
http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/cnet/cncb_dhc_opoj.mspx?mfr=true
No problem. I suspected as much, but thought better safe than sorry to avoid confusion, chaos, fear and destruction of the universe as we know it....
I do admit I should have chosen a better word than authoritative since DHCP there is an authorization that needs to take place in the DHCP Console.
Check out the link Royal, I think it explains that this (the DHCP negative acknowledgement message or DHCPNAK) only happens when you have 2 or more DHCP servers on the same subnet. In which case, you would create a superscope configured the same at all servers. It's possible that's what you were saying and I just didn't catch it right.
But this one will be my own, so it wont be wrong
This article fully explains my reasoning behind why you'd need a superscope if you are using multiple network ids when the DHCP server has only 1 interface on one of the subnets.
http://www.cramsession.com/articles/files/dhcp-server-superscopes-9172003-0848.asp
The routers that connected the other segment were configured with a DHCP Helper IP which let the DHCP server know which network ID the client should obtain the address for. That client would then receive an IP from that scope.
Not sure why that cramsession article stated that you'd need a superscope if your DHCP server has a single nic with single ip and it's going to have multiple segments. It's clearly not the case.