Author Topic: Networking gurus of GATT, I seek your assistance.  (Read 6291 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
Re: Networking gurus of GATT, I seek your assistance.
« Reply #20 on: July 29, 2009, 01:21:23 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


I understand up to this part.

I even understand that 255.255.255.129 is the first valid address in the 128 subnet. What I dont understand is the relationship between the ip 10.10.10.222 and the subnet 255.255.255.128. Is it because its one of the options in the question?

Carigamers

Re: Networking gurus of GATT, I seek your assistance.
« Reply #20 on: July 29, 2009, 01:21:23 PM »

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 #21 on: July 29, 2009, 01:58:01 PM »
Essentially every IP address in a given subnet is capable of communicating with each other. So let's use the 128 subnet /25.
192.168.1.1/25 can ping every IP address between 192.168.1.2-192.168.1.127 however EVEN if say a PC was configured with 192.168.1.129/25 was on the SAME SWITCH they would NOT be able to talk to each other because of the subnet mask.

I said that 129 CAN communicate with 222 because it is an IP address within its own subnet meaning 129-254 can talk to each other.

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 #22 on: July 29, 2009, 03:22:14 PM »
Please bear with me. I still dont understand how a subnet could be arrived at if the extended address is not given.


If I understand what I know correctly, 255.255.255.128 gives you a total of 2 subnets, each having 126 usable hosts. How does this fit in with the IP address of 10.10.10.222?

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 #23 on: July 29, 2009, 05:50:43 PM »
Not a problem. The router acts as the gateway for that LAN segment, like the gateway IP in windows. (Please forgive me if I go too simple, I am just trying to be as clear as I can). The gateway IP of any network device is the address through which unknown destination IPs are sent. A device can only communicate directly with another device on the same subnet. When it tries to send to another subnet, it will send it to the gateway IP.

The router has the gateway IP of 10.10.10.129. So when 10.10.10.222 tries to send a packet to 10.10.11.x, this is no longer in it's subnet and as such it wil forward all packets destined to 10.10.11.x to 10.10.10.129. Which will in turn forward it to 10.10.11.x on another interface it may have on the same subnet or it will route it via alternative IP schemes to the router that sits on the 10.10.11.x network.

If 10.10.10.222 was required to DIRECTLY communicate with 10.10.11.x the subnet is how that would be accomplished. In NORMAL environments though traffic for different subnet are usually ROUTED using a Layer 3 device such as a router so that it does not HAVE to have a large subnet mask.

The inherent benefit of using seperate subnets and routers is that it breaks up both collision and broadcast domains. Of course the downside is more overhead and increased latency. With the power of routers today though, that is pretty minimal save in very high utilization situations.
« Last Edit: July 29, 2009, 05:54:40 PM by W1nTry »

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 #24 on: July 31, 2009, 03:33:39 PM »
So tell me if my logic is correct here...

We can pretty much ignore the main office in this scenario because its on a totally different subnet, meaning that the branch office and main office routers would take care of any traffic going to and fro between the main office and branch office.

Assuming that 255.255.255.128 is the subnet mask for server 1, that means that there can be a max of 2 subnets with 126 hosts per right? So if that's the case, you have server 1 with an ip of 10.10.10.222 and the branch office can have any ip address between 10.10.10.129 and 10.10.10.255, except of course 10.10.10.222?

They didnt put any computers in the branch office, which making me wonder.

Any holes in that logic?
« Last Edit: July 31, 2009, 03:37:53 PM by Captain Awesome »

Carigamers

Re: Networking gurus of GATT, I seek your assistance.
« Reply #24 on: July 31, 2009, 03:33:39 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 #25 on: July 31, 2009, 04:32:59 PM »
That's pretty much it, yeah.
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 #26 on: July 31, 2009, 06:07:36 PM »
Yay meeee

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 #27 on: July 31, 2009, 06:24:38 PM »
A router is it's namesake, a 'router' routes traffic between its interfaces. Necessarily the interfaces MUST be on different subnet, otherwise if the interfaces were to have the same ip or reside on the same subnet it'd be called a switch XD

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 #28 on: August 06, 2009, 11:35:53 AM »


192.168.1.64/26

4 subnets, 64 (62) hosts per subnet.

0-64 (1-63)
65-128 (66-127)

192.168.1.64 is the broadcast address. Am I to think that in a case where the network address is the last ip in the subnet, you have to use the next subnet? I dont know how to ask that question.

192.168.1.64 is part of the first or second subnet? How and why?





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 #29 on: August 06, 2009, 11:56:06 AM »
Alright in this e.g. the subnets are 64 addresses
0-63
64-127
etc

That being said the first IP is the subnet IP and the last IP is the Broadcast IP, thus, 1-62 are USEABLE IP addresses. 64 is the SUBNET address of the 2nd subnet in this scheme. 65-126 are the useable IP addresses and 127 is the Broadcast address of the .64 subnet.

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 #30 on: August 06, 2009, 12:06:20 PM »
Had now seen this, W1n has it spot on.

Usable addresses in the first subnet would have been from 1-62 (0 and 63 are subnet and broadcast addresses for the specific subnet respectively).
Usable addresses in the second subnet would have been from 65-126 (64 and 127 are subnet and broadcast)
Third subnet from 129-190 (128 and 191 are subnet and broadcast) etc etc etc...

For the specific answers in the question:

A - Usable address in 1st subnet.
B - Broadcast address in 1st subnet.
C - Usable address in 2nd subnet.
D - Usable address in 4th subnet.
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 #31 on: August 06, 2009, 12:08:09 PM »
Orrr ok I understand. My mistake was to count an extra host, i.e. 0-64 is really 65 addresses right?

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 #32 on: August 06, 2009, 01:01:11 PM »
Yup, that's correct.
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 #33 on: August 06, 2009, 01:13:22 PM »
You guys are the best. Chakra iymc

Carigamers

Re: Networking gurus of GATT, I seek your assistance.
« Reply #33 on: August 06, 2009, 01:13:22 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