↳
The hosts are on two different subnets. Replace one of the switches with a properly-configured router. Less
↳
the host which assign 192.168.100.5/30 and host 192.168.100.50/30 these subnet is not belong to same subnet Less
↳
The subnet being used only provides 2 useable address, .5 and .6 the .50 address is out of the range. If there are only switches and no router, swap out one switch with a router and re-configure the network addresses. Less
↳
Need to know subnetting off top of your head.
↳
The minimum addresses needed is 2 bits for 4 addresses 2^(# of addresses) = 2^2 which used for pint to point links. Max addresses can go as much as class A IP address /8 so for maximum bits is 32-8 = 24 bit Less
↳
If number of addreses required in a subnet is "N" , then you need 2 more (network and bcst addreses) in addition to "N". So "N+2" is rounded of to Next 2 to the power . For e.g if we need 64 addresses in a subnet then , 66 rounded to next 2 to the power is is 2**7 ie 128. so number of bits required is 7. Less
↳
Learning the course module of CCNA will be of good use for cracking the interview. Doing a certification in the same would be an added advantage. Also Google the most famous questions or most frequently asked questions for this job role. Less