373 views
0 votes
0 votes
Destination Subnet Mask Interface
128.75.43.0 255.255.255.0 Eth 0
128.75.43.0 255.255.255.128 Eth 1
144.16.68.0 255.255.255.0 Eth 2
144.16.68.64 255.255.255.224 Eth 3

On which interfaces will the router forward packets addressed to destinations 128.75.43.16 and 144.16.68.117 ?

a. Eth0 and Eth3

b. Eth1 and Eth3

c. Eth0 and Eth2

d. Eth1 and Eth2

1 Answer

Best answer
1 votes
1 votes

first Ip-128.75.43.16

subnet mask given as 255.255.255.0 and 255.255.255.128

=>(128.75.43.16 )&(255.255.255.0)=128.75.43.0

=>(128.75.43.16 )&(255.255.255.128)=>128.75.43.0

here we are getting two net id with different subnet mask so take that one which has greater subnet mask(means more number of 1's)=>Eth 1


second ip-144.16.68.117

subnet mask given as 255.255.255.0 and 255.255.255.224

=>(144.16.68.117)&(255.255.255.0)=144.16.68.0(matches with Eth 2)

=>(144.16.68.117)&(255.255.255.224)=144.16.68.96(not matches)

hence this implies Eth 2

so option (d) is correct.

selected by

Related questions

0 votes
0 votes
0 answers
1
thej911 asked Jun 17, 2023
403 views
If block contains 32 IP address which of the following is the first address of the block ?a. 10.0.0.16b. 10.0.0.32c. 10.0.0.160d. None of the above
0 votes
0 votes
1 answer
2
Hirak asked May 30, 2019
3,058 views
Which of the following is a public IP?10.15.14.12192.168.52.62173.32.1.1None
2 votes
2 votes
0 answers
3
Sambhrant Maurya asked Sep 16, 2018
742 views
A host in a subnet has the IP address 130.83.126.10. How many hosts can be addressed in the network?
1 votes
1 votes
1 answer
4