Re: [algogeeks] Re: Network Question

2011-09-04 Thread sagar pareek
common yaar i m in a LAN so why to use NAT ??
please see once again the question and try to answer

On Sun, Sep 4, 2011 at 7:10 PM, aditya kumar
wrote:

>
> for communication with other n/w they use NAT .
> along with the i/p address port number is also stored in the table .
> On Sat, Sep 3, 2011 at 11:54 PM, sagar pareek wrote:
>
>> mask*
>>
>>
>> On Sat, Sep 3, 2011 at 11:54 PM, sagar pareek wrote:
>>
>>> ok i know it will match longest mask...but then it will always skip the
>>> ip of shorter mast if it has same ip address
>>>
>>>
>>> On Sat, Sep 3, 2011 at 10:15 PM, sukran dhawan 
>>> wrote:
>>>
 ya the longest mask matching will take place


 On Sat, Sep 3, 2011 at 9:17 PM, VIHARRI  wrote:

> I think the communication problem is just bcoz of longest prefix
> match...
>
> On Sep 3, 10:09 am, Vengadanathan  wrote:
> > ya both the subnet can exisit in the same network , but problem is
> > lack of communication between the two subnets ,because in routing
> > table of the router the record for  10.0.1.0/26 will be first then
> > record for 10.0.1.0/24 will be , so 10.0.1.0/26 will be given first
> > preference , so subnet 10.0.1.0/26 cannot communicate with
> 10.0.1.0/24
> > having same ip node more over packet sent within 10.0.1.0/24 will
> > reach 10.0.1.0/26 not to the nodes on the same network .. so
> > 10.0.1.0/24 can communicate with 10.0.1.0/26
> > but cannot communicate within itself ..
> >
> > On Sep 3, 9:38 am, bharatkumar bagana 
> > wrote:
> >
> >
> >
> >
> >
> >
> >
> > > all the addresses which come under second addr will also come under
> first
> > > 
> > > Can those 2 be exist in same LAN ?
> > > If yes , how can router decides to which subnet it has to pass
> through the
> > > incoming packet ..
> >
> > > On Fri, Sep 2, 2011 at 6:36 PM, aditya kumar
> > > wrote:
> >
> > > > their wont be any conflict in ip address . coz within dhcp
> assigns ip
> > > > adsress from the pool of available address and within the n/w
> (LAN) we need
> > > > to have unique ip address bt across the n/w (LAN) we can use same
> ip from
> > > > the pool of ip addresses .
> >
> > > > On Sat, Sep 3, 2011 at 1:56 AM, sagar pareek <
> sagarpar...@gmail.com>wrote:
> >
> > > >> It is urgent to get the answer thats why i m posting network
> question
> > > >> here... searching on net is not working
> >
> > > >>  HI !!
> > > >> I stuck on a question related to VLSM
> >
> > > >> Suppose we have two subnets as
> >
> > > >> 10.0.1.0/24   valid ip address can be 10.0.1.2
> >
> > > >> and
> >
> > > >> 10.0.1.0/26 here also valid ip address can be 10.0.1.2
> >
> > > >> now suppose we are using these two subnets in a LAN and having
> this ip
> > > >> (10.0.1.2) in both the subnets then is there any IP conflict
> will happen or
> > > >> not?
> >
> > > >> --
> > > >> **Regards
> > > >> SAGAR PAREEK
> > > >> COMPUTER SCIENCE AND ENGINEERING
> > > >> NIT ALLAHABAD
> >
> > > >>  --
> > > >> You received this message because you are subscribed to the
> Google Groups
> > > >> "Algorithm Geeks" group.
> > > >> To post to this group, send email to algogeeks@googlegroups.com
> .
> > > >> To unsubscribe from this group, send email to
> > > >> algogeeks+unsubscr...@googlegroups.com.
> > > >> For more options, visit this group at
> > > >>http://groups.google.com/group/algogeeks?hl=en.
> >
> > > >  --
> > > > You received this message because you are subscribed to the
> Google Groups
> > > > "Algorithm Geeks" group.
> > > > To post to this group, send email to algogeeks@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > algogeeks+unsubscr...@googlegroups.com.
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/algogeeks?hl=en.
> >
> > > --
> >
> > > **Please do not print this e-mail until urgent requirement. Go
> Green!!
> > > Save Papers <=> Save Trees
> > > *BharatKumar Bagana*
> > > **http://www.google.com/profiles/bagana.bharatkumar<
> http://www.google.com/profiles/bagana.bharatkumar>
> > > *
> > > Mobile +91 8056127652*
> > > 
>
> --
> You received this message because you are subscribed to the Google
> Groups "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>
  --
 You received this message because you are subscribed to the Google
 Groups "Algorithm Geeks" group.

Re: [algogeeks] Re: Network Question

2011-09-04 Thread aditya kumar
for communication with other n/w they use NAT .
along with the i/p address port number is also stored in the table .
On Sat, Sep 3, 2011 at 11:54 PM, sagar pareek  wrote:

> mask*
>
>
> On Sat, Sep 3, 2011 at 11:54 PM, sagar pareek wrote:
>
>> ok i know it will match longest mask...but then it will always skip the ip
>> of shorter mast if it has same ip address
>>
>>
>> On Sat, Sep 3, 2011 at 10:15 PM, sukran dhawan wrote:
>>
>>> ya the longest mask matching will take place
>>>
>>>
>>> On Sat, Sep 3, 2011 at 9:17 PM, VIHARRI  wrote:
>>>
 I think the communication problem is just bcoz of longest prefix
 match...

 On Sep 3, 10:09 am, Vengadanathan  wrote:
 > ya both the subnet can exisit in the same network , but problem is
 > lack of communication between the two subnets ,because in routing
 > table of the router the record for  10.0.1.0/26 will be first then
 > record for 10.0.1.0/24 will be , so 10.0.1.0/26 will be given first
 > preference , so subnet 10.0.1.0/26 cannot communicate with
 10.0.1.0/24
 > having same ip node more over packet sent within 10.0.1.0/24 will
 > reach 10.0.1.0/26 not to the nodes on the same network .. so
 > 10.0.1.0/24 can communicate with 10.0.1.0/26
 > but cannot communicate within itself ..
 >
 > On Sep 3, 9:38 am, bharatkumar bagana 
 > wrote:
 >
 >
 >
 >
 >
 >
 >
 > > all the addresses which come under second addr will also come under
 first
 > > 
 > > Can those 2 be exist in same LAN ?
 > > If yes , how can router decides to which subnet it has to pass
 through the
 > > incoming packet ..
 >
 > > On Fri, Sep 2, 2011 at 6:36 PM, aditya kumar
 > > wrote:
 >
 > > > their wont be any conflict in ip address . coz within dhcp assigns
 ip
 > > > adsress from the pool of available address and within the n/w
 (LAN) we need
 > > > to have unique ip address bt across the n/w (LAN) we can use same
 ip from
 > > > the pool of ip addresses .
 >
 > > > On Sat, Sep 3, 2011 at 1:56 AM, sagar pareek <
 sagarpar...@gmail.com>wrote:
 >
 > > >> It is urgent to get the answer thats why i m posting network
 question
 > > >> here... searching on net is not working
 >
 > > >>  HI !!
 > > >> I stuck on a question related to VLSM
 >
 > > >> Suppose we have two subnets as
 >
 > > >> 10.0.1.0/24   valid ip address can be 10.0.1.2
 >
 > > >> and
 >
 > > >> 10.0.1.0/26 here also valid ip address can be 10.0.1.2
 >
 > > >> now suppose we are using these two subnets in a LAN and having
 this ip
 > > >> (10.0.1.2) in both the subnets then is there any IP conflict will
 happen or
 > > >> not?
 >
 > > >> --
 > > >> **Regards
 > > >> SAGAR PAREEK
 > > >> COMPUTER SCIENCE AND ENGINEERING
 > > >> NIT ALLAHABAD
 >
 > > >>  --
 > > >> You received this message because you are subscribed to the
 Google Groups
 > > >> "Algorithm Geeks" group.
 > > >> To post to this group, send email to algogeeks@googlegroups.com.
 > > >> To unsubscribe from this group, send email to
 > > >> algogeeks+unsubscr...@googlegroups.com.
 > > >> For more options, visit this group at
 > > >>http://groups.google.com/group/algogeeks?hl=en.
 >
 > > >  --
 > > > You received this message because you are subscribed to the Google
 Groups
 > > > "Algorithm Geeks" group.
 > > > To post to this group, send email to algogeeks@googlegroups.com.
 > > > To unsubscribe from this group, send email to
 > > > algogeeks+unsubscr...@googlegroups.com.
 > > > For more options, visit this group at
 > > >http://groups.google.com/group/algogeeks?hl=en.
 >
 > > --
 >
 > > **Please do not print this e-mail until urgent requirement. Go
 Green!!
 > > Save Papers <=> Save Trees
 > > *BharatKumar Bagana*
 > > **http://www.google.com/profiles/bagana.bharatkumar<
 http://www.google.com/profiles/bagana.bharatkumar>
 > > *
 > > Mobile +91 8056127652*
 > > 

 --
 You received this message because you are subscribed to the Google
 Groups "Algorithm Geeks" group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


>>>  --
>>> You received this message because you are subscribed to the Google Groups
>>> "Algorithm Geeks" group.
>>> To post to this group, send email to algogeeks@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> algogeeks+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/algogeeks?hl=en.
>>>
>>
>>
>>
>> --
>> **Regards
>> SAGAR PAREEK
>

Re: [algogeeks] Re: Network Question

2011-09-03 Thread sagar pareek
mask*

On Sat, Sep 3, 2011 at 11:54 PM, sagar pareek  wrote:

> ok i know it will match longest mask...but then it will always skip the ip
> of shorter mast if it has same ip address
>
>
> On Sat, Sep 3, 2011 at 10:15 PM, sukran dhawan wrote:
>
>> ya the longest mask matching will take place
>>
>>
>> On Sat, Sep 3, 2011 at 9:17 PM, VIHARRI  wrote:
>>
>>> I think the communication problem is just bcoz of longest prefix
>>> match...
>>>
>>> On Sep 3, 10:09 am, Vengadanathan  wrote:
>>> > ya both the subnet can exisit in the same network , but problem is
>>> > lack of communication between the two subnets ,because in routing
>>> > table of the router the record for  10.0.1.0/26 will be first then
>>> > record for 10.0.1.0/24 will be , so 10.0.1.0/26 will be given first
>>> > preference , so subnet 10.0.1.0/26 cannot communicate with 10.0.1.0/24
>>> > having same ip node more over packet sent within 10.0.1.0/24 will
>>> > reach 10.0.1.0/26 not to the nodes on the same network .. so
>>> > 10.0.1.0/24 can communicate with 10.0.1.0/26
>>> > but cannot communicate within itself ..
>>> >
>>> > On Sep 3, 9:38 am, bharatkumar bagana 
>>> > wrote:
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > > all the addresses which come under second addr will also come under
>>> first
>>> > > 
>>> > > Can those 2 be exist in same LAN ?
>>> > > If yes , how can router decides to which subnet it has to pass
>>> through the
>>> > > incoming packet ..
>>> >
>>> > > On Fri, Sep 2, 2011 at 6:36 PM, aditya kumar
>>> > > wrote:
>>> >
>>> > > > their wont be any conflict in ip address . coz within dhcp assigns
>>> ip
>>> > > > adsress from the pool of available address and within the n/w (LAN)
>>> we need
>>> > > > to have unique ip address bt across the n/w (LAN) we can use same
>>> ip from
>>> > > > the pool of ip addresses .
>>> >
>>> > > > On Sat, Sep 3, 2011 at 1:56 AM, sagar pareek <
>>> sagarpar...@gmail.com>wrote:
>>> >
>>> > > >> It is urgent to get the answer thats why i m posting network
>>> question
>>> > > >> here... searching on net is not working
>>> >
>>> > > >>  HI !!
>>> > > >> I stuck on a question related to VLSM
>>> >
>>> > > >> Suppose we have two subnets as
>>> >
>>> > > >> 10.0.1.0/24   valid ip address can be 10.0.1.2
>>> >
>>> > > >> and
>>> >
>>> > > >> 10.0.1.0/26 here also valid ip address can be 10.0.1.2
>>> >
>>> > > >> now suppose we are using these two subnets in a LAN and having
>>> this ip
>>> > > >> (10.0.1.2) in both the subnets then is there any IP conflict will
>>> happen or
>>> > > >> not?
>>> >
>>> > > >> --
>>> > > >> **Regards
>>> > > >> SAGAR PAREEK
>>> > > >> COMPUTER SCIENCE AND ENGINEERING
>>> > > >> NIT ALLAHABAD
>>> >
>>> > > >>  --
>>> > > >> You received this message because you are subscribed to the Google
>>> Groups
>>> > > >> "Algorithm Geeks" group.
>>> > > >> To post to this group, send email to algogeeks@googlegroups.com.
>>> > > >> To unsubscribe from this group, send email to
>>> > > >> algogeeks+unsubscr...@googlegroups.com.
>>> > > >> For more options, visit this group at
>>> > > >>http://groups.google.com/group/algogeeks?hl=en.
>>> >
>>> > > >  --
>>> > > > You received this message because you are subscribed to the Google
>>> Groups
>>> > > > "Algorithm Geeks" group.
>>> > > > To post to this group, send email to algogeeks@googlegroups.com.
>>> > > > To unsubscribe from this group, send email to
>>> > > > algogeeks+unsubscr...@googlegroups.com.
>>> > > > For more options, visit this group at
>>> > > >http://groups.google.com/group/algogeeks?hl=en.
>>> >
>>> > > --
>>> >
>>> > > **Please do not print this e-mail until urgent requirement. Go
>>> Green!!
>>> > > Save Papers <=> Save Trees
>>> > > *BharatKumar Bagana*
>>> > > **http://www.google.com/profiles/bagana.bharatkumar<
>>> http://www.google.com/profiles/bagana.bharatkumar>
>>> > > *
>>> > > Mobile +91 8056127652*
>>> > > 
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Algorithm Geeks" group.
>>> To post to this group, send email to algogeeks@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> algogeeks+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/algogeeks?hl=en.
>>>
>>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to algogeeks@googlegroups.com.
>> To unsubscribe from this group, send email to
>> algogeeks+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/algogeeks?hl=en.
>>
>
>
>
> --
> **Regards
> SAGAR PAREEK
> COMPUTER SCIENCE AND ENGINEERING
> NIT ALLAHABAD
>
>


-- 
**Regards
SAGAR PAREEK
COMPUTER SCIENCE AND ENGINEERING
NIT ALLAHABAD

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this

Re: [algogeeks] Re: Network Question

2011-09-03 Thread sagar pareek
ok i know it will match longest mask...but then it will always skip the ip
of shorter mast if it has same ip address

On Sat, Sep 3, 2011 at 10:15 PM, sukran dhawan wrote:

> ya the longest mask matching will take place
>
>
> On Sat, Sep 3, 2011 at 9:17 PM, VIHARRI  wrote:
>
>> I think the communication problem is just bcoz of longest prefix
>> match...
>>
>> On Sep 3, 10:09 am, Vengadanathan  wrote:
>> > ya both the subnet can exisit in the same network , but problem is
>> > lack of communication between the two subnets ,because in routing
>> > table of the router the record for  10.0.1.0/26 will be first then
>> > record for 10.0.1.0/24 will be , so 10.0.1.0/26 will be given first
>> > preference , so subnet 10.0.1.0/26 cannot communicate with 10.0.1.0/24
>> > having same ip node more over packet sent within 10.0.1.0/24 will
>> > reach 10.0.1.0/26 not to the nodes on the same network .. so
>> > 10.0.1.0/24 can communicate with 10.0.1.0/26
>> > but cannot communicate within itself ..
>> >
>> > On Sep 3, 9:38 am, bharatkumar bagana 
>> > wrote:
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > > all the addresses which come under second addr will also come under
>> first
>> > > 
>> > > Can those 2 be exist in same LAN ?
>> > > If yes , how can router decides to which subnet it has to pass through
>> the
>> > > incoming packet ..
>> >
>> > > On Fri, Sep 2, 2011 at 6:36 PM, aditya kumar
>> > > wrote:
>> >
>> > > > their wont be any conflict in ip address . coz within dhcp assigns
>> ip
>> > > > adsress from the pool of available address and within the n/w (LAN)
>> we need
>> > > > to have unique ip address bt across the n/w (LAN) we can use same ip
>> from
>> > > > the pool of ip addresses .
>> >
>> > > > On Sat, Sep 3, 2011 at 1:56 AM, sagar pareek > >wrote:
>> >
>> > > >> It is urgent to get the answer thats why i m posting network
>> question
>> > > >> here... searching on net is not working
>> >
>> > > >>  HI !!
>> > > >> I stuck on a question related to VLSM
>> >
>> > > >> Suppose we have two subnets as
>> >
>> > > >> 10.0.1.0/24   valid ip address can be 10.0.1.2
>> >
>> > > >> and
>> >
>> > > >> 10.0.1.0/26 here also valid ip address can be 10.0.1.2
>> >
>> > > >> now suppose we are using these two subnets in a LAN and having this
>> ip
>> > > >> (10.0.1.2) in both the subnets then is there any IP conflict will
>> happen or
>> > > >> not?
>> >
>> > > >> --
>> > > >> **Regards
>> > > >> SAGAR PAREEK
>> > > >> COMPUTER SCIENCE AND ENGINEERING
>> > > >> NIT ALLAHABAD
>> >
>> > > >>  --
>> > > >> You received this message because you are subscribed to the Google
>> Groups
>> > > >> "Algorithm Geeks" group.
>> > > >> To post to this group, send email to algogeeks@googlegroups.com.
>> > > >> To unsubscribe from this group, send email to
>> > > >> algogeeks+unsubscr...@googlegroups.com.
>> > > >> For more options, visit this group at
>> > > >>http://groups.google.com/group/algogeeks?hl=en.
>> >
>> > > >  --
>> > > > You received this message because you are subscribed to the Google
>> Groups
>> > > > "Algorithm Geeks" group.
>> > > > To post to this group, send email to algogeeks@googlegroups.com.
>> > > > To unsubscribe from this group, send email to
>> > > > algogeeks+unsubscr...@googlegroups.com.
>> > > > For more options, visit this group at
>> > > >http://groups.google.com/group/algogeeks?hl=en.
>> >
>> > > --
>> >
>> > > **Please do not print this e-mail until urgent requirement. Go Green!!
>> > > Save Papers <=> Save Trees
>> > > *BharatKumar Bagana*
>> > > **http://www.google.com/profiles/bagana.bharatkumar<
>> http://www.google.com/profiles/bagana.bharatkumar>
>> > > *
>> > > Mobile +91 8056127652*
>> > > 
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to algogeeks@googlegroups.com.
>> To unsubscribe from this group, send email to
>> algogeeks+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/algogeeks?hl=en.
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>



-- 
**Regards
SAGAR PAREEK
COMPUTER SCIENCE AND ENGINEERING
NIT ALLAHABAD

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Re: Network Question

2011-09-03 Thread sukran dhawan
ya the longest mask matching will take place

On Sat, Sep 3, 2011 at 9:17 PM, VIHARRI  wrote:

> I think the communication problem is just bcoz of longest prefix
> match...
>
> On Sep 3, 10:09 am, Vengadanathan  wrote:
> > ya both the subnet can exisit in the same network , but problem is
> > lack of communication between the two subnets ,because in routing
> > table of the router the record for  10.0.1.0/26 will be first then
> > record for 10.0.1.0/24 will be , so 10.0.1.0/26 will be given first
> > preference , so subnet 10.0.1.0/26 cannot communicate with 10.0.1.0/24
> > having same ip node more over packet sent within 10.0.1.0/24 will
> > reach 10.0.1.0/26 not to the nodes on the same network .. so
> > 10.0.1.0/24 can communicate with 10.0.1.0/26
> > but cannot communicate within itself ..
> >
> > On Sep 3, 9:38 am, bharatkumar bagana 
> > wrote:
> >
> >
> >
> >
> >
> >
> >
> > > all the addresses which come under second addr will also come under
> first
> > > 
> > > Can those 2 be exist in same LAN ?
> > > If yes , how can router decides to which subnet it has to pass through
> the
> > > incoming packet ..
> >
> > > On Fri, Sep 2, 2011 at 6:36 PM, aditya kumar
> > > wrote:
> >
> > > > their wont be any conflict in ip address . coz within dhcp assigns ip
> > > > adsress from the pool of available address and within the n/w (LAN)
> we need
> > > > to have unique ip address bt across the n/w (LAN) we can use same ip
> from
> > > > the pool of ip addresses .
> >
> > > > On Sat, Sep 3, 2011 at 1:56 AM, sagar pareek  >wrote:
> >
> > > >> It is urgent to get the answer thats why i m posting network
> question
> > > >> here... searching on net is not working
> >
> > > >>  HI !!
> > > >> I stuck on a question related to VLSM
> >
> > > >> Suppose we have two subnets as
> >
> > > >> 10.0.1.0/24   valid ip address can be 10.0.1.2
> >
> > > >> and
> >
> > > >> 10.0.1.0/26 here also valid ip address can be 10.0.1.2
> >
> > > >> now suppose we are using these two subnets in a LAN and having this
> ip
> > > >> (10.0.1.2) in both the subnets then is there any IP conflict will
> happen or
> > > >> not?
> >
> > > >> --
> > > >> **Regards
> > > >> SAGAR PAREEK
> > > >> COMPUTER SCIENCE AND ENGINEERING
> > > >> NIT ALLAHABAD
> >
> > > >>  --
> > > >> You received this message because you are subscribed to the Google
> Groups
> > > >> "Algorithm Geeks" group.
> > > >> To post to this group, send email to algogeeks@googlegroups.com.
> > > >> To unsubscribe from this group, send email to
> > > >> algogeeks+unsubscr...@googlegroups.com.
> > > >> For more options, visit this group at
> > > >>http://groups.google.com/group/algogeeks?hl=en.
> >
> > > >  --
> > > > You received this message because you are subscribed to the Google
> Groups
> > > > "Algorithm Geeks" group.
> > > > To post to this group, send email to algogeeks@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > algogeeks+unsubscr...@googlegroups.com.
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/algogeeks?hl=en.
> >
> > > --
> >
> > > **Please do not print this e-mail until urgent requirement. Go Green!!
> > > Save Papers <=> Save Trees
> > > *BharatKumar Bagana*
> > > **http://www.google.com/profiles/bagana.bharatkumar<
> http://www.google.com/profiles/bagana.bharatkumar>
> > > *
> > > Mobile +91 8056127652*
> > > 
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[algogeeks] Re: Network Question

2011-09-03 Thread VIHARRI
I think the communication problem is just bcoz of longest prefix
match...

On Sep 3, 10:09 am, Vengadanathan  wrote:
> ya both the subnet can exisit in the same network , but problem is
> lack of communication between the two subnets ,because in routing
> table of the router the record for  10.0.1.0/26 will be first then
> record for 10.0.1.0/24 will be , so 10.0.1.0/26 will be given first
> preference , so subnet 10.0.1.0/26 cannot communicate with 10.0.1.0/24
> having same ip node more over packet sent within 10.0.1.0/24 will
> reach 10.0.1.0/26 not to the nodes on the same network .. so
> 10.0.1.0/24 can communicate with 10.0.1.0/26
> but cannot communicate within itself ..
>
> On Sep 3, 9:38 am, bharatkumar bagana 
> wrote:
>
>
>
>
>
>
>
> > all the addresses which come under second addr will also come under first
> > 
> > Can those 2 be exist in same LAN ?
> > If yes , how can router decides to which subnet it has to pass through the
> > incoming packet ..
>
> > On Fri, Sep 2, 2011 at 6:36 PM, aditya kumar
> > wrote:
>
> > > their wont be any conflict in ip address . coz within dhcp assigns ip
> > > adsress from the pool of available address and within the n/w (LAN) we 
> > > need
> > > to have unique ip address bt across the n/w (LAN) we can use same ip from
> > > the pool of ip addresses .
>
> > > On Sat, Sep 3, 2011 at 1:56 AM, sagar pareek wrote:
>
> > >> It is urgent to get the answer thats why i m posting network question
> > >> here... searching on net is not working
>
> > >>  HI !!
> > >> I stuck on a question related to VLSM
>
> > >> Suppose we have two subnets as
>
> > >> 10.0.1.0/24   valid ip address can be 10.0.1.2
>
> > >> and
>
> > >> 10.0.1.0/26 here also valid ip address can be 10.0.1.2
>
> > >> now suppose we are using these two subnets in a LAN and having this ip
> > >> (10.0.1.2) in both the subnets then is there any IP conflict will happen 
> > >> or
> > >> not?
>
> > >> --
> > >> **Regards
> > >> SAGAR PAREEK
> > >> COMPUTER SCIENCE AND ENGINEERING
> > >> NIT ALLAHABAD
>
> > >>  --
> > >> You received this message because you are subscribed to the Google Groups
> > >> "Algorithm Geeks" group.
> > >> To post to this group, send email to algogeeks@googlegroups.com.
> > >> To unsubscribe from this group, send email to
> > >> algogeeks+unsubscr...@googlegroups.com.
> > >> For more options, visit this group at
> > >>http://groups.google.com/group/algogeeks?hl=en.
>
> > >  --
> > > You received this message because you are subscribed to the Google Groups
> > > "Algorithm Geeks" group.
> > > To post to this group, send email to algogeeks@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > algogeeks+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/algogeeks?hl=en.
>
> > --
>
> > **Please do not print this e-mail until urgent requirement. Go Green!!
> > Save Papers <=> Save Trees
> > *BharatKumar Bagana*
> > **http://www.google.com/profiles/bagana.bharatkumar
> > *
> > Mobile +91 8056127652*
> > 

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Re: Network Question

2011-09-03 Thread priya ramesh
If there are two LANS, lan1 and lan2, both lans can make use of same
addresses.
however lan1 and lan2 must make use of NAT to comminicate with each other.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[algogeeks] Re: Network Question

2011-09-03 Thread Vengadanathan
yeah the ip's in a LAN must be unique to communicate between
them if u want to have subnet having ip address range of another
subnet or supernet try using NAT to resolve the issue  ...

On Sep 3, 10:35 am, bharatkumar bagana 
wrote:
> I didn't understand "so subnet 10.0.1.0/26 cannot communicate with
> 10.0.1.0/24
> having same ip node more over packet sent within 10.0.1.0/24 will
> reach 10.0.1.0/26 not to the nodes on the same network .. so
> 10.0.1.0/24 can communicate with 10.0.1.0/26
> but cannot communicate within itself .."
>
> what do u mean?
> In a n/w all the IP 's should be unique ? can there exist like this .. pls
> explain me detail y ...
>
> On Sat, Sep 3, 2011 at 1:09 AM, Vengadanathan wrote:
>
>
>
>
>
>
>
>
>
> > ya both the subnet can exisit in the same network , but problem is
> > lack of communication between the two subnets ,because in routing
> > table of the router the record for  10.0.1.0/26 will be first then
> > record for 10.0.1.0/24 will be , so 10.0.1.0/26 will be given first
> > preference , so subnet 10.0.1.0/26 cannot communicate with 10.0.1.0/24
> > having same ip node more over packet sent within 10.0.1.0/24 will
> > reach 10.0.1.0/26 not to the nodes on the same network .. so
> > 10.0.1.0/24 can communicate with 10.0.1.0/26
> > but cannot communicate within itself ..
>
> > On Sep 3, 9:38 am, bharatkumar bagana 
> > wrote:
> > > all the addresses which come under second addr will also come under first
> > > 
> > > Can those 2 be exist in same LAN ?
> > > If yes , how can router decides to which subnet it has to pass through
> > the
> > > incoming packet ..
>
> > > On Fri, Sep 2, 2011 at 6:36 PM, aditya kumar
> > > wrote:
>
> > > > their wont be any conflict in ip address . coz within dhcp assigns ip
> > > > adsress from the pool of available address and within the n/w (LAN) we
> > need
> > > > to have unique ip address bt across the n/w (LAN) we can use same ip
> > from
> > > > the pool of ip addresses .
>
> > > > On Sat, Sep 3, 2011 at 1:56 AM, sagar pareek  > >wrote:
>
> > > >> It is urgent to get the answer thats why i m posting network question
> > > >> here... searching on net is not working
>
> > > >>  HI !!
> > > >> I stuck on a question related to VLSM
>
> > > >> Suppose we have two subnets as
>
> > > >> 10.0.1.0/24   valid ip address can be 10.0.1.2
>
> > > >> and
>
> > > >> 10.0.1.0/26 here also valid ip address can be 10.0.1.2
>
> > > >> now suppose we are using these two subnets in a LAN and having this ip
> > > >> (10.0.1.2) in both the subnets then is there any IP conflict will
> > happen or
> > > >> not?
>
> > > >> --
> > > >> **Regards
> > > >> SAGAR PAREEK
> > > >> COMPUTER SCIENCE AND ENGINEERING
> > > >> NIT ALLAHABAD
>
> > > >>  --
> > > >> You received this message because you are subscribed to the Google
> > Groups
> > > >> "Algorithm Geeks" group.
> > > >> To post to this group, send email to algogeeks@googlegroups.com.
> > > >> To unsubscribe from this group, send email to
> > > >> algogeeks+unsubscr...@googlegroups.com.
> > > >> For more options, visit this group at
> > > >>http://groups.google.com/group/algogeeks?hl=en.
>
> > > >  --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Algorithm Geeks" group.
> > > > To post to this group, send email to algogeeks@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > algogeeks+unsubscr...@googlegroups.com.
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/algogeeks?hl=en.
>
> > > --
>
> > > **Please do not print this e-mail until urgent requirement. Go Green!!
> > > Save Papers <=> Save Trees
> > > *BharatKumar Bagana*
> > > **http://www.google.com/profiles/bagana.bharatkumar<
> >http://www.google.com/profiles/bagana.bharatkumar>
> > > *
> > > Mobile +91 8056127652*
> > > 
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Algorithm Geeks" group.
> > To post to this group, send email to algogeeks@googlegroups.com.
> > To unsubscribe from this group, send email to
> > algogeeks+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/algogeeks?hl=en.
>
> --
>
> **Please do not print this e-mail until urgent requirement. Go Green!!
> Save Papers <=> Save Trees
> *BharatKumar Bagana*
> **http://www.google.com/profiles/bagana.bharatkumar
> *
> Mobile +91 8056127652*
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Re: Network Question

2011-09-03 Thread sukran dhawan
even searching is efficient in trie !!

On Sat, Sep 3, 2011 at 12:40 PM, sagar pareek  wrote:

> yeah the same problem i  facing that if two same ip/s with diff subnets in
> same LAN can't create any problem??
>
>
> On Sat, Sep 3, 2011 at 11:05 AM, bharatkumar bagana <
> bagana.bharatku...@gmail.com> wrote:
>
>> I didn't understand "so subnet 10.0.1.0/26 cannot communicate with
>> 10.0.1.0/24
>>
>> having same ip node more over packet sent within 10.0.1.0/24 will
>> reach 10.0.1.0/26 not to the nodes on the same network .. so
>> 10.0.1.0/24 can communicate with 10.0.1.0/26
>> but cannot communicate within itself .."
>>
>> what do u mean?
>> In a n/w all the IP 's should be unique ? can there exist like this .. pls
>> explain me detail y ...
>>
>> On Sat, Sep 3, 2011 at 1:09 AM, Vengadanathan 
>> wrote:
>>
>>> ya both the subnet can exisit in the same network , but problem is
>>> lack of communication between the two subnets ,because in routing
>>> table of the router the record for  10.0.1.0/26 will be first then
>>> record for 10.0.1.0/24 will be , so 10.0.1.0/26 will be given first
>>> preference , so subnet 10.0.1.0/26 cannot communicate with 10.0.1.0/24
>>> having same ip node more over packet sent within 10.0.1.0/24 will
>>> reach 10.0.1.0/26 not to the nodes on the same network .. so
>>> 10.0.1.0/24 can communicate with 10.0.1.0/26
>>> but cannot communicate within itself ..
>>>
>>> On Sep 3, 9:38 am, bharatkumar bagana 
>>> wrote:
>>> > all the addresses which come under second addr will also come under
>>> first
>>> > 
>>> > Can those 2 be exist in same LAN ?
>>> > If yes , how can router decides to which subnet it has to pass through
>>> the
>>> > incoming packet ..
>>> >
>>> > On Fri, Sep 2, 2011 at 6:36 PM, aditya kumar
>>> > wrote:
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > > their wont be any conflict in ip address . coz within dhcp assigns ip
>>> > > adsress from the pool of available address and within the n/w (LAN)
>>> we need
>>> > > to have unique ip address bt across the n/w (LAN) we can use same ip
>>> from
>>> > > the pool of ip addresses .
>>> >
>>> > > On Sat, Sep 3, 2011 at 1:56 AM, sagar pareek >> >wrote:
>>> >
>>> > >> It is urgent to get the answer thats why i m posting network
>>> question
>>> > >> here... searching on net is not working
>>> >
>>> > >>  HI !!
>>> > >> I stuck on a question related to VLSM
>>> >
>>> > >> Suppose we have two subnets as
>>> >
>>> > >> 10.0.1.0/24   valid ip address can be 10.0.1.2
>>> >
>>> > >> and
>>> >
>>> > >> 10.0.1.0/26 here also valid ip address can be 10.0.1.2
>>> >
>>> > >> now suppose we are using these two subnets in a LAN and having this
>>> ip
>>> > >> (10.0.1.2) in both the subnets then is there any IP conflict will
>>> happen or
>>> > >> not?
>>> >
>>> > >> --
>>> > >> **Regards
>>> > >> SAGAR PAREEK
>>> > >> COMPUTER SCIENCE AND ENGINEERING
>>> > >> NIT ALLAHABAD
>>> >
>>> > >>  --
>>> > >> You received this message because you are subscribed to the Google
>>> Groups
>>> > >> "Algorithm Geeks" group.
>>> > >> To post to this group, send email to algogeeks@googlegroups.com.
>>> > >> To unsubscribe from this group, send email to
>>> > >> algogeeks+unsubscr...@googlegroups.com.
>>> > >> For more options, visit this group at
>>> > >>http://groups.google.com/group/algogeeks?hl=en.
>>> >
>>> > >  --
>>> > > You received this message because you are subscribed to the Google
>>> Groups
>>> > > "Algorithm Geeks" group.
>>> > > To post to this group, send email to algogeeks@googlegroups.com.
>>> > > To unsubscribe from this group, send email to
>>> > > algogeeks+unsubscr...@googlegroups.com.
>>> > > For more options, visit this group at
>>> > >http://groups.google.com/group/algogeeks?hl=en.
>>> >
>>> > --
>>> >
>>> > **Please do not print this e-mail until urgent requirement. Go Green!!
>>> > Save Papers <=> Save Trees
>>> > *BharatKumar Bagana*
>>> > **http://www.google.com/profiles/bagana.bharatkumar<
>>> http://www.google.com/profiles/bagana.bharatkumar>
>>> > *
>>> > Mobile +91 8056127652*
>>> > 
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Algorithm Geeks" group.
>>> To post to this group, send email to algogeeks@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> algogeeks+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/algogeeks?hl=en.
>>>
>>>
>>
>>
>> --
>>
>> **Please do not print this e-mail until urgent requirement. Go Green!!
>> Save Papers <=> Save Trees
>> *BharatKumar Bagana*
>> **http://www.google.com/profiles/bagana.bharatkumar
>> *
>> Mobile +91 8056127652*
>> 
>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to algogeeks@googlegroups.com.
>> To unsubscribe from this group, send email to
>> algogeeks+unsubscr...@googlegr

Re: [algogeeks] Re: Network Question

2011-09-03 Thread sagar pareek
yeah the same problem i  facing that if two same ip/s with diff subnets in
same LAN can't create any problem??

On Sat, Sep 3, 2011 at 11:05 AM, bharatkumar bagana <
bagana.bharatku...@gmail.com> wrote:

> I didn't understand "so subnet 10.0.1.0/26 cannot communicate with
> 10.0.1.0/24
>
> having same ip node more over packet sent within 10.0.1.0/24 will
> reach 10.0.1.0/26 not to the nodes on the same network .. so
> 10.0.1.0/24 can communicate with 10.0.1.0/26
> but cannot communicate within itself .."
>
> what do u mean?
> In a n/w all the IP 's should be unique ? can there exist like this .. pls
> explain me detail y ...
>
> On Sat, Sep 3, 2011 at 1:09 AM, Vengadanathan wrote:
>
>> ya both the subnet can exisit in the same network , but problem is
>> lack of communication between the two subnets ,because in routing
>> table of the router the record for  10.0.1.0/26 will be first then
>> record for 10.0.1.0/24 will be , so 10.0.1.0/26 will be given first
>> preference , so subnet 10.0.1.0/26 cannot communicate with 10.0.1.0/24
>> having same ip node more over packet sent within 10.0.1.0/24 will
>> reach 10.0.1.0/26 not to the nodes on the same network .. so
>> 10.0.1.0/24 can communicate with 10.0.1.0/26
>> but cannot communicate within itself ..
>>
>> On Sep 3, 9:38 am, bharatkumar bagana 
>> wrote:
>> > all the addresses which come under second addr will also come under
>> first
>> > 
>> > Can those 2 be exist in same LAN ?
>> > If yes , how can router decides to which subnet it has to pass through
>> the
>> > incoming packet ..
>> >
>> > On Fri, Sep 2, 2011 at 6:36 PM, aditya kumar
>> > wrote:
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > > their wont be any conflict in ip address . coz within dhcp assigns ip
>> > > adsress from the pool of available address and within the n/w (LAN) we
>> need
>> > > to have unique ip address bt across the n/w (LAN) we can use same ip
>> from
>> > > the pool of ip addresses .
>> >
>> > > On Sat, Sep 3, 2011 at 1:56 AM, sagar pareek > >wrote:
>> >
>> > >> It is urgent to get the answer thats why i m posting network question
>> > >> here... searching on net is not working
>> >
>> > >>  HI !!
>> > >> I stuck on a question related to VLSM
>> >
>> > >> Suppose we have two subnets as
>> >
>> > >> 10.0.1.0/24   valid ip address can be 10.0.1.2
>> >
>> > >> and
>> >
>> > >> 10.0.1.0/26 here also valid ip address can be 10.0.1.2
>> >
>> > >> now suppose we are using these two subnets in a LAN and having this
>> ip
>> > >> (10.0.1.2) in both the subnets then is there any IP conflict will
>> happen or
>> > >> not?
>> >
>> > >> --
>> > >> **Regards
>> > >> SAGAR PAREEK
>> > >> COMPUTER SCIENCE AND ENGINEERING
>> > >> NIT ALLAHABAD
>> >
>> > >>  --
>> > >> You received this message because you are subscribed to the Google
>> Groups
>> > >> "Algorithm Geeks" group.
>> > >> To post to this group, send email to algogeeks@googlegroups.com.
>> > >> To unsubscribe from this group, send email to
>> > >> algogeeks+unsubscr...@googlegroups.com.
>> > >> For more options, visit this group at
>> > >>http://groups.google.com/group/algogeeks?hl=en.
>> >
>> > >  --
>> > > You received this message because you are subscribed to the Google
>> Groups
>> > > "Algorithm Geeks" group.
>> > > To post to this group, send email to algogeeks@googlegroups.com.
>> > > To unsubscribe from this group, send email to
>> > > algogeeks+unsubscr...@googlegroups.com.
>> > > For more options, visit this group at
>> > >http://groups.google.com/group/algogeeks?hl=en.
>> >
>> > --
>> >
>> > **Please do not print this e-mail until urgent requirement. Go Green!!
>> > Save Papers <=> Save Trees
>> > *BharatKumar Bagana*
>> > **http://www.google.com/profiles/bagana.bharatkumar<
>> http://www.google.com/profiles/bagana.bharatkumar>
>> > *
>> > Mobile +91 8056127652*
>> > 
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to algogeeks@googlegroups.com.
>> To unsubscribe from this group, send email to
>> algogeeks+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/algogeeks?hl=en.
>>
>>
>
>
> --
>
> **Please do not print this e-mail until urgent requirement. Go Green!!
> Save Papers <=> Save Trees
> *BharatKumar Bagana*
> **http://www.google.com/profiles/bagana.bharatkumar
> *
> Mobile +91 8056127652*
> 
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>



-- 
**Regards
SAGAR PAREEK
COMPUTER SCIENCE AND ENGINEERING
NIT ALLAHABAD

-- 
You received this message because you are subscribed to the Google Group

Re: [algogeeks] Re: Network Question

2011-09-02 Thread bharatkumar bagana
I didn't understand "so subnet 10.0.1.0/26 cannot communicate with
10.0.1.0/24
having same ip node more over packet sent within 10.0.1.0/24 will
reach 10.0.1.0/26 not to the nodes on the same network .. so
10.0.1.0/24 can communicate with 10.0.1.0/26
but cannot communicate within itself .."

what do u mean?
In a n/w all the IP 's should be unique ? can there exist like this .. pls
explain me detail y ...

On Sat, Sep 3, 2011 at 1:09 AM, Vengadanathan wrote:

> ya both the subnet can exisit in the same network , but problem is
> lack of communication between the two subnets ,because in routing
> table of the router the record for  10.0.1.0/26 will be first then
> record for 10.0.1.0/24 will be , so 10.0.1.0/26 will be given first
> preference , so subnet 10.0.1.0/26 cannot communicate with 10.0.1.0/24
> having same ip node more over packet sent within 10.0.1.0/24 will
> reach 10.0.1.0/26 not to the nodes on the same network .. so
> 10.0.1.0/24 can communicate with 10.0.1.0/26
> but cannot communicate within itself ..
>
> On Sep 3, 9:38 am, bharatkumar bagana 
> wrote:
> > all the addresses which come under second addr will also come under first
> > 
> > Can those 2 be exist in same LAN ?
> > If yes , how can router decides to which subnet it has to pass through
> the
> > incoming packet ..
> >
> > On Fri, Sep 2, 2011 at 6:36 PM, aditya kumar
> > wrote:
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > > their wont be any conflict in ip address . coz within dhcp assigns ip
> > > adsress from the pool of available address and within the n/w (LAN) we
> need
> > > to have unique ip address bt across the n/w (LAN) we can use same ip
> from
> > > the pool of ip addresses .
> >
> > > On Sat, Sep 3, 2011 at 1:56 AM, sagar pareek  >wrote:
> >
> > >> It is urgent to get the answer thats why i m posting network question
> > >> here... searching on net is not working
> >
> > >>  HI !!
> > >> I stuck on a question related to VLSM
> >
> > >> Suppose we have two subnets as
> >
> > >> 10.0.1.0/24   valid ip address can be 10.0.1.2
> >
> > >> and
> >
> > >> 10.0.1.0/26 here also valid ip address can be 10.0.1.2
> >
> > >> now suppose we are using these two subnets in a LAN and having this ip
> > >> (10.0.1.2) in both the subnets then is there any IP conflict will
> happen or
> > >> not?
> >
> > >> --
> > >> **Regards
> > >> SAGAR PAREEK
> > >> COMPUTER SCIENCE AND ENGINEERING
> > >> NIT ALLAHABAD
> >
> > >>  --
> > >> You received this message because you are subscribed to the Google
> Groups
> > >> "Algorithm Geeks" group.
> > >> To post to this group, send email to algogeeks@googlegroups.com.
> > >> To unsubscribe from this group, send email to
> > >> algogeeks+unsubscr...@googlegroups.com.
> > >> For more options, visit this group at
> > >>http://groups.google.com/group/algogeeks?hl=en.
> >
> > >  --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Algorithm Geeks" group.
> > > To post to this group, send email to algogeeks@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > algogeeks+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/algogeeks?hl=en.
> >
> > --
> >
> > **Please do not print this e-mail until urgent requirement. Go Green!!
> > Save Papers <=> Save Trees
> > *BharatKumar Bagana*
> > **http://www.google.com/profiles/bagana.bharatkumar<
> http://www.google.com/profiles/bagana.bharatkumar>
> > *
> > Mobile +91 8056127652*
> > 
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>


-- 

**Please do not print this e-mail until urgent requirement. Go Green!!
Save Papers <=> Save Trees
*BharatKumar Bagana*
**http://www.google.com/profiles/bagana.bharatkumar
*
Mobile +91 8056127652*


-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[algogeeks] Re: Network Question

2011-09-02 Thread Vengadanathan
ya both the subnet can exisit in the same network , but problem is
lack of communication between the two subnets ,because in routing
table of the router the record for  10.0.1.0/26 will be first then
record for 10.0.1.0/24 will be , so 10.0.1.0/26 will be given first
preference , so subnet 10.0.1.0/26 cannot communicate with 10.0.1.0/24
having same ip node more over packet sent within 10.0.1.0/24 will
reach 10.0.1.0/26 not to the nodes on the same network .. so
10.0.1.0/24 can communicate with 10.0.1.0/26
but cannot communicate within itself ..

On Sep 3, 9:38 am, bharatkumar bagana 
wrote:
> all the addresses which come under second addr will also come under first
> 
> Can those 2 be exist in same LAN ?
> If yes , how can router decides to which subnet it has to pass through the
> incoming packet ..
>
> On Fri, Sep 2, 2011 at 6:36 PM, aditya kumar
> wrote:
>
>
>
>
>
>
>
>
>
> > their wont be any conflict in ip address . coz within dhcp assigns ip
> > adsress from the pool of available address and within the n/w (LAN) we need
> > to have unique ip address bt across the n/w (LAN) we can use same ip from
> > the pool of ip addresses .
>
> > On Sat, Sep 3, 2011 at 1:56 AM, sagar pareek wrote:
>
> >> It is urgent to get the answer thats why i m posting network question
> >> here... searching on net is not working
>
> >>  HI !!
> >> I stuck on a question related to VLSM
>
> >> Suppose we have two subnets as
>
> >> 10.0.1.0/24   valid ip address can be 10.0.1.2
>
> >> and
>
> >> 10.0.1.0/26 here also valid ip address can be 10.0.1.2
>
> >> now suppose we are using these two subnets in a LAN and having this ip
> >> (10.0.1.2) in both the subnets then is there any IP conflict will happen or
> >> not?
>
> >> --
> >> **Regards
> >> SAGAR PAREEK
> >> COMPUTER SCIENCE AND ENGINEERING
> >> NIT ALLAHABAD
>
> >>  --
> >> You received this message because you are subscribed to the Google Groups
> >> "Algorithm Geeks" group.
> >> To post to this group, send email to algogeeks@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> algogeeks+unsubscr...@googlegroups.com.
> >> For more options, visit this group at
> >>http://groups.google.com/group/algogeeks?hl=en.
>
> >  --
> > You received this message because you are subscribed to the Google Groups
> > "Algorithm Geeks" group.
> > To post to this group, send email to algogeeks@googlegroups.com.
> > To unsubscribe from this group, send email to
> > algogeeks+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/algogeeks?hl=en.
>
> --
>
> **Please do not print this e-mail until urgent requirement. Go Green!!
> Save Papers <=> Save Trees
> *BharatKumar Bagana*
> **http://www.google.com/profiles/bagana.bharatkumar
> *
> Mobile +91 8056127652*
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.