Secondary IP addressing doubt...

in CCNA & CCENT
hi all
i was studying for my CCNA-ICND exam and i was looking at the Secondary IP addressing concept. Its fairly easy to understand where u can assign a secondary ip subnet on a router and hv a bigger pool of addresses BUT what i fail to understand is that i learned in INTRO that 2 subnets HAD to be seperated by an IP router. doesnt this go against this rule?....any help would be great.
Thanks in advance!
i was studying for my CCNA-ICND exam and i was looking at the Secondary IP addressing concept. Its fairly easy to understand where u can assign a secondary ip subnet on a router and hv a bigger pool of addresses BUT what i fail to understand is that i learned in INTRO that 2 subnets HAD to be seperated by an IP router. doesnt this go against this rule?....any help would be great.
Thanks in advance!
:: PEACE ::
Comments
suppose 10.1.1.2 needs to send data to 10.1.1.3..that would go thru the router AND SO WOULD data to 10.1.3.1 (secondary subnet) ..so what does the earlier statement really mean?
Thanks,
That is why I mentioned routing process. If both subnets are connected to the same physical interface, using secondary interfaces, and a host in one subnet wants to communicate with a host in the other subnet, the data will be routed by the router's routing process. I.o.w. traffic will go into the physical interface into the router and be routed out the same physical interface.
That would not go thru the router. As both are on the same subnet (I assume you use a 255.255.255.0 mask) they can communicate directly (the source host will use ARP to resolve the IP address of the destination to a MAC address and start sending frames directly.) If 10.1.1.2/24 wants to communicate with 10.1.3.1/24 the source host will send traffic to its default gateway (interface on the router) which will forward it out the same physical interface but secondary.
I hope this helps,
Johan
....But the data would go thru the router wouldnt it?...assuming that there is no switch or any other device on the LAN and ALL the PC's are connected DIRECTLY to the router, something like a home-network. All Im trying to say is that router would serve as an intermediate medium when the data goes from 10.1.1.2 to 10.1.1.3 but wont do any routin table lookup. Is this true?
Forgive me if i sound like a newbie but thats cos i AM!! i really have no practical experience in networking just playing around with my internet router in my apartment is all i knew before studying for CCNA.
THANKS A TON!
Well there is a switch or hub
thanks so much man!