Results 1 to 7 of 7

Thread: Networking Help

  1. #1

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Networking Help

    I have a few questions about networks.

    1. What exactly is a VLAN? I have googled several times, but i am not getting any good explanation and am getting different explanations from different sites.

    2. My DHCP gives out 192.168.1.x IP's which seems that most routers give out. Is this specific to home networks? Could i change it?

    3. Different Subnets? What exactly is a subnet? Why would i want to have different subnets on my network? And would my devices still work together?

    I tried looking for a general Networking tutorial that would explain everything, but I couldnt find one. I figured if i wanted to learn as much as i can about networking i could take a course at my uni, which i may end up doing.

    Any info would be help full

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Networking Help

    VLAN = Virtual Local Area Network.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  3. #3

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Networking Help

    I know what it stands for. What does it do? How can it help me?

  4. #4
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Re: Networking Help

    I'm going to post the short version. If you'd like more information on a certain topic, don't hesitate to ask.

    2. The IP-address that you get from your router is configured in the router.
    And yes, you can change it. This is particularly useful when chaining routers.
    There are basically three IP-ranges available for home networks.
    See: http://en.wikipedia.org/wiki/Private...address_spaces

    3. A subnet is a network in which you can directly communicate with other devices without the need of a router. In the case of 192.168.1.XXX your subnet-mask is probably 255.255.255.0.
    If you know how decimal <-> binary conversion works, I can give you a more detailed explanation, but what you basically need to know is that a '0' in a subnet-mask means that you have the full range of that byte available.
    So, staying with the 192.168 range:
    - A subnet-mask of 255.255.255.0 means you can have a network using IP-addresses between 192.168.1.1 and 192.168.1.254.
    - A mask of 255.255.0.0 means you can have a network using IP-addresses between 192.168.0.1 and 192.168.255.254
    On a side note, I always exclude x.x.x.0 and x.x.x.255 from the ranges as they have a specific role in networking.
    Delete it. They just clutter threads anyway.

  5. #5

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Networking Help

    2. I will read that after this post

    3. I read about subnet-masks briefly and the binary/decimal conversion. What would be the use of using 255.255.0.0 as apposed to 255.255.255.0? Simply more IP addresses? or something more complex?

  6. #6
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Re: Networking Help

    Nope, it's as easy as that. More IP-addresses, that can communicate with each other directly, that is.

    Basically you have 32 bits in an IPv4 address.
    The 255.255.255.0 mask also is referred to as a 24bit mask, signifying that the first 24 bits are static and your network identifier.
    That leaves you with 8 bits to make build a sub network with.
    Can you guess the alias for 255.255.0.0?
    Delete it. They just clutter threads anyway.

  7. #7

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Networking Help

    Quote Originally Posted by TheBigB View Post
    Can you guess the alias for 255.255.0.0?
    16 bit? I give up

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width