Author Topic: Networking gurus of GATT, I seek your assistance.  (Read 5308 times)

Offline Spazosaurus

  • Dr. Herp Derpington
  • Administrator
  • Akatsuki
  • *****
  • Posts: 7685
  • Country: tt
  • Chakra 52
  • Referrals: 3
    • View Profile
    • The Awesome Company
  • CPU: i5 3470
  • GPU: GTX 780
  • RAM: 8GB Corsair
  • Broadband: Blink 2Mb + Flow 20Mb
Networking gurus of GATT, I seek your assistance.
« on: July 27, 2009, 03:35:43 PM »
Im not really a networking expert, trying to be. A little assistance please. No need to laugh at the noob.

The following question is posed to me...






Now I understand the /28 after the IP address is the extended address, aka the subnet, which in this case is 255.255.255.240 after you convert from binary. Other than that, i've got no idea how you determine what IP address you should use.

Help me please.
« Last Edit: July 27, 2009, 03:41:10 PM by Captain Awesome »

Carigamers

Networking gurus of GATT, I seek your assistance.
« on: July 27, 2009, 03:35:43 PM »

Offline SPK

  • Ancient
  • Sannin
  • *****
  • Posts: 2654
  • Country: 00
  • Chakra 16
  • You ever wonder why we're here...?
    • Glorious PC Gaming Master Race.
  • Referrals: 0
    • View Profile
  • CPU: AMD FX 8320
  • GPU: Sapphire Radeon 7870 2GB
  • RAM: 2 x 4GB Kingston HyperX DDR3-1333.
  • Broadband: Flow.
  • Steam: spk1983tt
Re: Networking gurus of GATT, I seek your assistance.
« Reply #1 on: July 27, 2009, 04:00:19 PM »
Answer is B. :)
Nagamete iru dake ja, itsumademo te ni dekinai...nagamete iru dake ja, kimi no mono ni wa naranai...

ssssssSSSSSSS...That's a nice everything you got there....SSSSSSS.

Offline Spazosaurus

  • Dr. Herp Derpington
  • Administrator
  • Akatsuki
  • *****
  • Posts: 7685
  • Country: tt
  • Chakra 52
  • Referrals: 3
    • View Profile
    • The Awesome Company
  • CPU: i5 3470
  • GPU: GTX 780
  • RAM: 8GB Corsair
  • Broadband: Blink 2Mb + Flow 20Mb
Re: Networking gurus of GATT, I seek your assistance.
« Reply #2 on: July 27, 2009, 04:01:27 PM »
That it is, but HOW? Explain.

Offline SPK

  • Ancient
  • Sannin
  • *****
  • Posts: 2654
  • Country: 00
  • Chakra 16
  • You ever wonder why we're here...?
    • Glorious PC Gaming Master Race.
  • Referrals: 0
    • View Profile
  • CPU: AMD FX 8320
  • GPU: Sapphire Radeon 7870 2GB
  • RAM: 2 x 4GB Kingston HyperX DDR3-1333.
  • Broadband: Flow.
  • Steam: spk1983tt
Re: Networking gurus of GATT, I seek your assistance.
« Reply #3 on: July 27, 2009, 04:10:10 PM »
Oh...

Well, for the server has to reside in the specific subnet as the local router (I'm going to leave out the first 3 octets, and refer to the final octet in the IP address, since that's where the subnet will differentiate in this case), which is 62.

Using the subnet mask of 255.255.255.240, that leaves 16 addresses in total per subnet (256-240 in this example.)

In any subnet, typically 2 addresses are reserved - the subnet address (first address in the subnet), and the broadcast address (last address in the subnet).

The address of the router is your hint, being 62. Since there are 16 addresses per subnet, you can count each subnet in groups of 16 -> so first subnet is from 0-15, second one is 16-31, third one is 32-47, forth subnet is 48-63. In the 4th subnet, we can see that the router address falls in that range, so that will be the subnet to focus upon.

Now, given the reserved address issues, we will know that 48 is the subnet address, 63 is the broadcast address, so only addresses 49-62 are valid addresses. From your given options, only B falls in that range, hence being your final answer.

Hope that sheds some light.

...anyone hiring for IT lecturers btw? I could use the work (and pay) right now :( ...
« Last Edit: July 27, 2009, 04:13:43 PM by SPK »
Nagamete iru dake ja, itsumademo te ni dekinai...nagamete iru dake ja, kimi no mono ni wa naranai...

ssssssSSSSSSS...That's a nice everything you got there....SSSSSSS.

Offline W1nTry

  • Administrator
  • Akatsuki
  • *****
  • Posts: 11329
  • Country: tt
  • Chakra 109
  • Referrals: 3
    • View Profile
  • CPU: Intel Core i7 3770
  • GPU: Gigabyte GTX 1070
  • RAM: 2x8GB HyperX DDR3 2166MHz
  • Broadband: FLOW
  • Steam: W1nTry
  • XBL: W1nTry
Re: Networking gurus of GATT, I seek your assistance.
« Reply #4 on: July 27, 2009, 04:15:09 PM »
This should help:
http://www.mindflip.com/inet/tcpip/subnets.html
Also check out Solarwinds Subnet Calculator.

So you're doing variable length subnetting. Doing CCNA by chance? :)

As quickly as I can, basically you have a /28 subnet or 255.255.255.240 subnet mask. Inherently this means you have roughly 14 addresses or a 16 address space (e.g. 192.168.0.0-192.168.0.15). You can't use the first and last IP addresses as these are the Subnet and Broadcast addresses thus 192.168.0.0 is the subnet address and 192.168.0.15 is the broadcast address. Thus 1-14 are the USEABLE IP addresses. Now if you break a Class C address space usign a /28 address mask then every 16 addresses is a different subnet. Thus:
Subnet                       Useable IPs                      Broadcast IPs
192.168.0.0/28               1-14                              15
192.168.0.16/28             17-30                             31
192.168.0.32/28              33-46                            47
192.168.0.48/28              49-62                            63
192.168.0.64/28              etc

If you follow what i've been doing you'll get it.


Carigamers

Re: Networking gurus of GATT, I seek your assistance.
« Reply #4 on: July 27, 2009, 04:15:09 PM »

Offline Spazosaurus

  • Dr. Herp Derpington
  • Administrator
  • Akatsuki
  • *****
  • Posts: 7685
  • Country: tt
  • Chakra 52
  • Referrals: 3
    • View Profile
    • The Awesome Company
  • CPU: i5 3470
  • GPU: GTX 780
  • RAM: 8GB Corsair
  • Broadband: Blink 2Mb + Flow 20Mb
Re: Networking gurus of GATT, I seek your assistance.
« Reply #5 on: July 27, 2009, 04:25:05 PM »
Thanks a mill SPK and W1ntry, I think I have the basic idea now. I am sitting here now trying to make it stick.

Muchas gracias gentlemen :)

+1 SPK today, +1 W1n tomorrow.

Btw, its Implementing, Managing, and Maintaining a Windows Server 2003 Network Infrastructure, MCSA cert.

One other question...

2^4 - 2= Number of hosts per subnet. How do we figure out number of possible subnets again?
« Last Edit: July 27, 2009, 04:30:27 PM by Captain Awesome »

Offline W1nTry

  • Administrator
  • Akatsuki
  • *****
  • Posts: 11329
  • Country: tt
  • Chakra 109
  • Referrals: 3
    • View Profile
  • CPU: Intel Core i7 3770
  • GPU: Gigabyte GTX 1070
  • RAM: 2x8GB HyperX DDR3 2166MHz
  • Broadband: FLOW
  • Steam: W1nTry
  • XBL: W1nTry
Re: Networking gurus of GATT, I seek your assistance.
« Reply #6 on: July 27, 2009, 04:28:00 PM »
Thanks a mill SPK and W1ntry, I think I have the basic idea now. I am sitting here now trying to make it stick.

Muchas gracias gentlemen :)

+1 SPK today, +1 W1n tomorrow.

Btw, its Implementing, Managing, and Maintaining a Windows Server 2003 Network Infrastructure, MCSA cert.

Funny I just sold the whole set of MCSE books XD in fact just today I emailed the quote for that same book... PS why I get +1 tomorrow?

Offline Arcmanov

  • Administrator
  • Akatsuki
  • *****
  • Posts: 10642
  • Country: tt
  • Chakra 126
  • Gamer/Enthusiast
    • :n64: :gcn: :dreamcast: :xbox360: :computer:
  • Referrals: 1
    • View Profile
    • Arcmanov's rig
  • CPU: Intel Core i7 5820K @ 4.3 GHz
  • GPU: 2 x [Gigabyte] GeForce GTX 1070
  • RAM: 4 x 8GB G.Skill.TridentZ RGB DDR4-2400
  • Broadband: :flow:
  • MBL: LG V20
  • Origin ID: Arcmanov
  • PSN: Arcmanov
  • Steam: Arcmanov
  • XBL: Arcmanov
Re: Networking gurus of GATT, I seek your assistance.
« Reply #7 on: July 27, 2009, 04:32:34 PM »
Lawd...killer explanation.  I feel I could take some official Network+ lessons from allyuh yes. :)
Systems United Navy - Accipiens ad Astra


Offline Spazosaurus

  • Dr. Herp Derpington
  • Administrator
  • Akatsuki
  • *****
  • Posts: 7685
  • Country: tt
  • Chakra 52
  • Referrals: 3
    • View Profile
    • The Awesome Company
  • CPU: i5 3470
  • GPU: GTX 780
  • RAM: 8GB Corsair
  • Broadband: Blink 2Mb + Flow 20Mb
Re: Networking gurus of GATT, I seek your assistance.
« Reply #8 on: July 27, 2009, 04:32:39 PM »
Ayeee I thought it was only 1 karma action per day. Didnt realise it was one per user. +1 today.

The books aint no scene as they are easily available in e-book form, much easier to handle and search.

What is the formula for determining the number of subnets again?


Offline SPK

  • Ancient
  • Sannin
  • *****
  • Posts: 2654
  • Country: 00
  • Chakra 16
  • You ever wonder why we're here...?
    • Glorious PC Gaming Master Race.
  • Referrals: 0
    • View Profile
  • CPU: AMD FX 8320
  • GPU: Sapphire Radeon 7870 2GB
  • RAM: 2 x 4GB Kingston HyperX DDR3-1333.
  • Broadband: Flow.
  • Steam: spk1983tt
Re: Networking gurus of GATT, I seek your assistance.
« Reply #9 on: July 27, 2009, 04:42:24 PM »
I assume the answer you are looking for, unless if I have misunderstood the question, would be:

Number of subnets = 2 n - 2 (where n = number of bits set aside for subnetting)

Assuming that you are using Zero Subnet Rule, of course. If not, then forget the * -2 * part of the equation...
« Last Edit: July 27, 2009, 06:47:18 PM by SPK »
Nagamete iru dake ja, itsumademo te ni dekinai...nagamete iru dake ja, kimi no mono ni wa naranai...

ssssssSSSSSSS...That's a nice everything you got there....SSSSSSS.

Offline Spazosaurus

  • Dr. Herp Derpington
  • Administrator
  • Akatsuki
  • *****
  • Posts: 7685
  • Country: tt
  • Chakra 52
  • Referrals: 3
    • View Profile
    • The Awesome Company
  • CPU: i5 3470
  • GPU: GTX 780
  • RAM: 8GB Corsair
  • Broadband: Blink 2Mb + Flow 20Mb
Re: Networking gurus of GATT, I seek your assistance.
« Reply #10 on: July 27, 2009, 05:15:13 PM »
Man, do I love this site or what. Cant find a decent explanation for this ish for nun online dread (at least one I can understand)

SPK, I see u used 256-240 to determine the number of subnets. Is that a rule? 256 - (number of used bits converted to decimal form)? Just like you can calculate it using 2^number of used bits?
« Last Edit: July 27, 2009, 05:30:57 PM by Captain Awesome »

Offline Arcmanov

  • Administrator
  • Akatsuki
  • *****
  • Posts: 10642
  • Country: tt
  • Chakra 126
  • Gamer/Enthusiast
    • :n64: :gcn: :dreamcast: :xbox360: :computer:
  • Referrals: 1
    • View Profile
    • Arcmanov's rig
  • CPU: Intel Core i7 5820K @ 4.3 GHz
  • GPU: 2 x [Gigabyte] GeForce GTX 1070
  • RAM: 4 x 8GB G.Skill.TridentZ RGB DDR4-2400
  • Broadband: :flow:
  • MBL: LG V20
  • Origin ID: Arcmanov
  • PSN: Arcmanov
  • Steam: Arcmanov
  • XBL: Arcmanov
Re: Networking gurus of GATT, I seek your assistance.
« Reply #11 on: July 27, 2009, 05:20:37 PM »
I assume the answer you are looking for, unless if I have misunderstood the question would be:

Number of subnets = 2 n - 2 (where n = number of bits set aside for subnetting)

Assuming that you are using Zero Subnet Rule, of course. If not, then forget the * -2 * part of the equation...

My hero.  :notworthy:

I aint fooling nobody...I'm not a networking super-pimp either, so the 'lessons' here are welcome.
Systems United Navy - Accipiens ad Astra


Offline Spazosaurus

  • Dr. Herp Derpington
  • Administrator
  • Akatsuki
  • *****
  • Posts: 7685
  • Country: tt
  • Chakra 52
  • Referrals: 3
    • View Profile
    • The Awesome Company
  • CPU: i5 3470
  • GPU: GTX 780
  • RAM: 8GB Corsair
  • Broadband: Blink 2Mb + Flow 20Mb
Re: Networking gurus of GATT, I seek your assistance.
« Reply #12 on: July 27, 2009, 05:33:48 PM »
Yea boy, rem SPK IS a lecturer eh, so is like a classroom experience he giving yuh. w1n eh too backward heself.

Offline SPK

  • Ancient
  • Sannin
  • *****
  • Posts: 2654
  • Country: 00
  • Chakra 16
  • You ever wonder why we're here...?
    • Glorious PC Gaming Master Race.
  • Referrals: 0
    • View Profile
  • CPU: AMD FX 8320
  • GPU: Sapphire Radeon 7870 2GB
  • RAM: 2 x 4GB Kingston HyperX DDR3-1333.
  • Broadband: Flow.
  • Steam: spk1983tt
Re: Networking gurus of GATT, I seek your assistance.
« Reply #13 on: July 27, 2009, 06:45:13 PM »
SPK, I see u used 256-240 to determine the number of subnets. Is that a rule? 256 - (number of used bits converted to decimal form)? Just like you can calculate it using 2^number of used bits?

Well, (256-240) was used to determine the number of addresses per subnet. It's a little CCNA-derived trick I learned some time back, since each octet has 256 values: 0-255. It's a shorthand route to allow quick calculations. Another method would be to use the number of host bits, and determine the number of addresses available, but it can lead to issues when it comes to dealing with larger subnets.

Officially, you'd break down the subnet mask into binary, determine the number of subnet bits being used, and use Boolean calculations from there.

However, you have to make sure you double-check your calculations, especially when it comes to dealing with Class B-type IP addresses.

Nagamete iru dake ja, itsumademo te ni dekinai...nagamete iru dake ja, kimi no mono ni wa naranai...

ssssssSSSSSSS...That's a nice everything you got there....SSSSSSS.

Offline Spazosaurus

  • Dr. Herp Derpington
  • Administrator
  • Akatsuki
  • *****
  • Posts: 7685
  • Country: tt
  • Chakra 52
  • Referrals: 3
    • View Profile
    • The Awesome Company
  • CPU: i5 3470
  • GPU: GTX 780
  • RAM: 8GB Corsair
  • Broadband: Blink 2Mb + Flow 20Mb
Re: Networking gurus of GATT, I seek your assistance.
« Reply #14 on: July 27, 2009, 08:18:09 PM »
And you're out of a job...why?

What is special about the class B addresses though?

Offline SPK

  • Ancient
  • Sannin
  • *****
  • Posts: 2654
  • Country: 00
  • Chakra 16
  • You ever wonder why we're here...?
    • Glorious PC Gaming Master Race.
  • Referrals: 0
    • View Profile
  • CPU: AMD FX 8320
  • GPU: Sapphire Radeon 7870 2GB
  • RAM: 2 x 4GB Kingston HyperX DDR3-1333.
  • Broadband: Flow.
  • Steam: spk1983tt
Re: Networking gurus of GATT, I seek your assistance.
« Reply #15 on: July 27, 2009, 08:56:37 PM »
It's not a case of being special per se, it's just that values can be a little less straightforward...

Eg: State the subnet and broadcast addresses of the following IP address:

145.12.63.13 /22

Also, state the number of usable IP addresses in the above subnet.

I'm out of a job because....I suppose my skills are not required in the market at this time...and that a person with a BSc behind their name means that they can do a better job... *shrugs*
« Last Edit: July 27, 2009, 09:03:28 PM by SPK »
Nagamete iru dake ja, itsumademo te ni dekinai...nagamete iru dake ja, kimi no mono ni wa naranai...

ssssssSSSSSSS...That's a nice everything you got there....SSSSSSS.

Offline W1nTry

  • Administrator
  • Akatsuki
  • *****
  • Posts: 11329
  • Country: tt
  • Chakra 109
  • Referrals: 3
    • View Profile
  • CPU: Intel Core i7 3770
  • GPU: Gigabyte GTX 1070
  • RAM: 2x8GB HyperX DDR3 2166MHz
  • Broadband: FLOW
  • Steam: W1nTry
  • XBL: W1nTry
Re: Networking gurus of GATT, I seek your assistance.
« Reply #16 on: July 28, 2009, 10:33:11 AM »
If you want to understand VLSM better, I suggest reading the first few chapters of any CCNA texts. The Sybex is particularly good and once you've run it through you'll have a very thorough understanding of subnetting. Also shame I couldn't add meh 2c too, iman was working till 1am this morning and didn't get back to the interweb till now XD. Perhaps this is the start of an IT tutoring thread.

Offline SPK

  • Ancient
  • Sannin
  • *****
  • Posts: 2654
  • Country: 00
  • Chakra 16
  • You ever wonder why we're here...?
    • Glorious PC Gaming Master Race.
  • Referrals: 0
    • View Profile
  • CPU: AMD FX 8320
  • GPU: Sapphire Radeon 7870 2GB
  • RAM: 2 x 4GB Kingston HyperX DDR3-1333.
  • Broadband: Flow.
  • Steam: spk1983tt
Re: Networking gurus of GATT, I seek your assistance.
« Reply #17 on: July 28, 2009, 01:25:33 PM »
If you want to understand VLSM better, I suggest reading the first few chapters of any CCNA texts.

Agreed. Personally, I prefer the Cisco Press books to the Sybex, but that's just me.
Nagamete iru dake ja, itsumademo te ni dekinai...nagamete iru dake ja, kimi no mono ni wa naranai...

ssssssSSSSSSS...That's a nice everything you got there....SSSSSSS.

Offline Spazosaurus

  • Dr. Herp Derpington
  • Administrator
  • Akatsuki
  • *****
  • Posts: 7685
  • Country: tt
  • Chakra 52
  • Referrals: 3
    • View Profile
    • The Awesome Company
  • CPU: i5 3470
  • GPU: GTX 780
  • RAM: 8GB Corsair
  • Broadband: Blink 2Mb + Flow 20Mb
Re: Networking gurus of GATT, I seek your assistance.
« Reply #18 on: July 29, 2009, 12:17:04 PM »
People, I have another question...





Again, I know the answer, but im trying to figure out how they arrived at it.

Your assistance is much appreciated as usual.

Offline W1nTry

  • Administrator
  • Akatsuki
  • *****
  • Posts: 11329
  • Country: tt
  • Chakra 109
  • Referrals: 3
    • View Profile
  • CPU: Intel Core i7 3770
  • GPU: Gigabyte GTX 1070
  • RAM: 2x8GB HyperX DDR3 2166MHz
  • Broadband: FLOW
  • Steam: W1nTry
  • XBL: W1nTry
Re: Networking gurus of GATT, I seek your assistance.
« Reply #19 on: July 29, 2009, 12:34:17 PM »
Based on the ideology behind the last one, I am at a glance thinking the answer is A. Simple reason being that the Main office has an IP address 10.10.11.x - It's important to know that the 3rd octet is 11 not 10 as is in the Server 1 address space. Remember how subnets work 255==11111111 it also means that all parts of that octet MUST match.

If I have an address 172.16.1.x 255.255.255.0 - It means the first 3 octet MUST match i.e. 172, 16, 1
If the subnet mask was 255.255.0.0 - This means the first 2 octets MUST match i.e. 172, 16

Since the 3rd Octet in the example you gave does NOT match this suggest that the 3 octet in the MASK could be a 0 meaning 255.255.0.0
Likewise we can go to even a class A 255.0.0.0 meaning ONLY the FIRST octect MUST match.
10.1.1.0/8 (10.1.1.0 255.0.0.0) can communicate with EVERYTHING below it, meaning once the FIRST octet is 10, that's all that matters.
10.1.1.0/8 can directly communicate with ANY IP between 10.0.0.1-10.255.255.255

Now strictly speaking from a NETWORKING perpective, this is USUALLY NOT the practive. The answer could then be C - 129 is the 1st IP address in the 255.255.255.128 subnet. Thus 10.10.10.222 can speak to 10.10.10.129. Normally ROUTERS segment networks and ROUTE data between subnets, thereby elliminating the need to have LARGE subnet masks like class B and Class A.

Hope this helps
« Last Edit: July 29, 2009, 12:36:27 PM by W1nTry »

Carigamers

Re: Networking gurus of GATT, I seek your assistance.
« Reply #19 on: July 29, 2009, 12:34:17 PM »

 


* ShoutBox

Refresh History
  • Crimson609: yea everything cool how are you?
    August 10, 2022, 07:26:15 AM
  • Pain_Killer: Good day, what's going on with you guys? Is everything Ok?
    February 21, 2021, 05:30:10 PM
  • Crimson609: BOOM covid-19
    August 15, 2020, 01:07:30 PM
  • Shinsoo: bwda 2020 shoutboxing. omg we are in the future and in the past at the same time!
    March 03, 2020, 06:42:47 AM
  • TriniXjin: Watch Black Clover Everyone!
    February 01, 2020, 06:30:00 PM
  • Crimson609: lol
    February 01, 2020, 05:05:53 PM
  • Skitz: So fellas how we go include listing for all dem parts for pc on we profile but doh have any place for motherboard?
    January 24, 2020, 09:11:33 PM
  • Crimson609: :ph34r:
    January 20, 2019, 09:23:28 PM
  • Crimson609: Big up ya whole slef
    January 20, 2019, 09:23:17 PM
  • protomanex: Gyul like Link
    January 20, 2019, 09:23:14 PM
  • protomanex: Man like Kitana
    January 20, 2019, 09:22:39 PM
  • protomanex: Man like Chappy
    January 20, 2019, 09:21:53 PM
  • protomanex: Gyul Like Minato
    January 20, 2019, 09:21:48 PM
  • protomanex: Gyul like XJin
    January 20, 2019, 09:19:53 PM
  • protomanex: Shout out to man like Crimson
    January 20, 2019, 09:19:44 PM
  • Crimson609: shout out to gyal like Corbie Gonta
    January 20, 2019, 09:19:06 PM
  • cold_187: Why allur don't make a discord or something?
    December 03, 2018, 06:17:38 PM
  • Red Paradox: https://www.twitch.tv/flippay1985 everyday from 6:00pm
    May 29, 2018, 09:40:09 AM
  • Red Paradox: anyone play EA Sports UFC 3.. Looking for a challenge. PSN: Flippay1985 :)
    May 09, 2018, 11:00:52 PM
  • cold_187: @TriniXjin not really, I may have something they need (ssd/ram/mb etc.), hence why I also said "trade" ;)
    February 05, 2018, 10:22:14 AM

SimplePortal 2.3.3 © 2008-2010, SimplePortal