Networking - Subnetting - Discussion

Discussion Forum : Subnetting - Subnetting (Q.No. 3)
3.
A network administrator is connecting hosts A and B directly through their Ethernet interfaces, as shown in the illustration. Ping attempts between the hosts are unsuccessful. What can be done to provide connectivity between the hosts?
  1. A crossover cable should be used in place of the straight-through cable.
  2. A rollover cable should be used in place of the straight-through cable.
  3. The subnet masks should be set to 255.255.255.192.
  4. A default gateway needs to be set on each host.
  5. The subnet masks should be set to 255.255.255.0.
1 only
2 only
3 and 4 only
1 and 5 only
2 and 5 only
Answer: Option
Explanation:
First, if you have two hosts directly connected, as shown in the graphic, then you need a crossover cable. A straight-through cable won't work. Second, the hosts have different masks, which puts them in different subnets. The easy solution is just to set both masks to 255.255.255.0 (/24).
Discussion:
26 comments Page 3 of 3.

Derek mercado said:   1 decade ago
I too am confused as it seems they both have the same subnet mask (x.x.x.240) while i agrees the they are different subnets eg .20 is in subnet .16 and .201 is in subnet .192 they clearly share the same subnet mask x.x.x.240 because it states it in the example and it states in the answer that the hosts have different subnet masks, maybe I am not understanding it correctly.

Daisy said:   1 decade ago
The series is as follows:

192.168.1.0, valid host(1 to 14).
192.168.1.16, valid host(17 to 30).
192.168.1.32, valid host.
.
.
.
.
192.168.1.192 (193 to 206).
192.168.1.208.
192.168.1.224 ().
192.168.1.240.. hence the given IP address of both host falls in different subnets.

C.R.Nishanth said:   1 decade ago
The Increment (or) Block size is 16, which means the IP Address range will be 192.168.1.0 to 192.168.15.255 if you can see the IP Addresses 192.168.1.20 & 192.168.1.201 falls in between the IP Address. Hence, the IP Address 192.168.1.20 & 192.168.1.201 having mask 255.255.255.240 can communicate.

Can anyone explain clearly why the Answer shows the Masks are different. Please Help?
(1)

Alooma said:   1 decade ago
But looking at the mask address they are both on the same mask address 255.255.255.240, please explain.

Shivani Jain said:   1 decade ago
As AND operation of IP address and Subnet mask gives us the Network address. In this case network address is different with given subnet address.

But when subnet mask (255.255.255.0) is used same network address will obtained and hence both will be on same network.

Nathi said:   1 decade ago
Please explain why would the two hosts be in different sub nets as they both have the 255.255.255.240 and also wouldn't they belong in the same IP range?. Please explain?.


Post your comments here:

Your comments will be displayed after verification.