Subnet Question

Discussion in 'Networks' started by helios, Mar 20, 2006.

  1. helios

    helios Bit Poster

    25
    0
    12
    Hi everyone,

    I have a hopefully easy questions about subnets. Basically, if I have a single domain at one physical location using Server 2003 as a DC, how do the IP addresses of each subnet get assigned, and how do I designate how each subnet gets its IP address? Can anyone give a physical/logical example of how it's done?


    thanks!
     
    Certifications: A+, Net+, 70-270
    WIP: MCSA:M
  2. zimbo
    Honorary Member

    zimbo Petabyte Poster

    5,215
    99
    181
    do you mean which parts of the domain get what IP address and who determines them?
     
    Certifications: B.Sc, MCDST & MCSA
    WIP: M.Sc - Computer Forensics
  3. helios

    helios Bit Poster

    25
    0
    12
    yeah, exactly that.
     
    Certifications: A+, Net+, 70-270
    WIP: MCSA:M
  4. zimbo
    Honorary Member

    zimbo Petabyte Poster

    5,215
    99
    181
    well the system administrator determines them. Its a process called subnetting - where you take your large network and split it into smaller more manageable networks. What determines what is the subnet mask. I think if you want more info and i think you should since you going for MCSA is google 'subnetting' or search here because there is a few threads on subnetting! 8)
     
    Certifications: B.Sc, MCDST & MCSA
    WIP: M.Sc - Computer Forensics
  5. Jakamoko
    Honorary Member

    Jakamoko On the move again ...

    9,924
    74
    229
    Certifications: MCP, A+, Network+
    WIP: Clarity
  6. simongrahamuk
    Honorary Member

    simongrahamuk Hmmmmmmm?

    6,205
    136
    199
    Like Zimbo says, google Subnetting and you will find the answers.

    What you have to think about is how you want the network to communicate. Is it a large network, where there are specific devices that link other parts of the network, or one where you simply want everything to be on the same subnet and talk to each other.

    8)
     
  7. zimbo
    Honorary Member

    zimbo Petabyte Poster

    5,215
    99
    181
    i forgot about that and i even got the cd! :blink
     
    Certifications: B.Sc, MCDST & MCSA
    WIP: M.Sc - Computer Forensics
  8. Bluerinse
    Honorary Member

    Bluerinse Exabyte Poster

    8,878
    181
    256
    Well I think you can explain roughly what happens even if you are not fully conversant with calculating the subnetting information.

    Lets just look at two common private IP ranges. 192.168.0.0 and 10.0.0.0

    You use routers to separate subnets, so for this example I will stick two NICs in a Windows server and set up RRAS (routing).

    I then configure one NIC with a static IP of 192.168.0.1 and the other with a static IP of 10.0.0.1

    Then in DHCP on the server, I set up two scopes. One for the 10.0.0.0 subnet, with a pool of IP addresses that allows sufficient for the number of clients I have, say 10.0.0.2 to 10.0.0.100 and do the same for the 192.168.0.0 scope.

    The DHCP server is clever enough to realise that a DHCP discovery (request for IP addy) coming via the 10.0.0.1 NIC, will need an available address in that range and the same is true for the other scope.

    It gets more complicated if a DHCP server does not reside on the actual subnet, that's where relay agents come into play.

    HTH :biggrin
     
    Certifications: C&G Electronics - MCSA (W2K) MCSE (W2K)
  9. helios

    helios Bit Poster

    25
    0
    12
    Thanks Bluerinse, that was actually the answer I was looking for. I understand the principles of creating the actual IP subnet, but I wasn't sure how it was actualyl deployed in a network... I didn't realise that the Server did it by NIC. So the routers that seperate each subnet run as DHCP relays...?? I'm just curious about the physical and logical setup once I have determied the IP addresses once I calculate the subnet

    thanks!
     
    Certifications: A+, Net+, 70-270
    WIP: MCSA:M
  10. _omni_

    _omni_ Megabyte Poster

    647
    10
    62
    not necessarily. unless they are configured to forward dhcp broadcasts, but i think many don't.
    which is why you can configure an rras server on the local subnet to forward dhcp broadcasts to a specified dhcp server on a different subnet.
     
    Certifications: MCSE 2003, MCSA:M
  11. Bluerinse
    Honorary Member

    Bluerinse Exabyte Poster

    8,878
    181
    256
    No, a DHCP relay agent is a separate device (according to Microsoft but they do exist in some multi-function routers) which has to reside on a subnet if there isn't a DHCP server. It relays DHCP packets to the subnet where the DHCP server is.
     
    Certifications: C&G Electronics - MCSA (W2K) MCSE (W2K)
  12. Clyde

    Clyde Megabyte Poster

    558
    15
    62
    actually there's the helper s/w on cisco routers that does exactly that. It seems to me that having the local router interface act as the relay makes perfect sense, as otherwise you'll need a w2k server and if you do that you may as well install dhcp in it anyhow!
     
    Certifications: A+, Network+, Security+, MCSA, MCSE
    WIP: MCITP
  13. Bluerinse
    Honorary Member

    Bluerinse Exabyte Poster

    8,878
    181
    256
    LOL true I suppose, unless you wanted to manage your scopes from one central DHCP server :rolleyes:
     
    Certifications: C&G Electronics - MCSA (W2K) MCSE (W2K)
  14. Clyde

    Clyde Megabyte Poster

    558
    15
    62
    er.. but with relays thats exactly what you'd do !
     
    Certifications: A+, Network+, Security+, MCSA, MCSE
    WIP: MCITP
  15. d-Faktor
    Honorary Member

    d-Faktor R.I.P - gone but never forgotten.

    810
    0
    39
    yes, but not when you deploy a windows box to relay and then decide you might as well host dhcp on it as you suggested, which is what bluerinse is getting at, i think. :tongue
     
  16. Clyde

    Clyde Megabyte Poster

    558
    15
    62
    oh yeah...

    *lol* I'm thinking router, he's thinking server

    ah well...
     
    Certifications: A+, Network+, Security+, MCSA, MCSE
    WIP: MCITP
  17. Bluerinse
    Honorary Member

    Bluerinse Exabyte Poster

    8,878
    181
    256
    Yup, I was just trying to keep the discussion on topic, as the OP is studying for his MCSA :biggrin
     
    Certifications: C&G Electronics - MCSA (W2K) MCSE (W2K)

Share This Page

Loading...
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.