Bob, making a DNS query by the application is a standardized procedure of
3GPP (3rd generation partnership project). All Mobile devices need to query
a DNS server installed in the VoIP network to find the address of the server
which will process their requests. This DNS server is under the control of
the VoIP service provider and provides the IP address of the VoIP server.

Devices are pre-configured with the domain name of their home network (
atlanta.com for example). They need to find the IP address of the server on
that domain by firing a DNS query. The DNS server's IP address is also
a configurable parameter in all soft clients.

My question was regarding this use case.

This procedure is standardized as the DNS/DHCP procedure of discovering the
outbound proxy server by the mobile client.

With this background, if I need to query a DNS server installed on a given
IP address on the network, is it technically feasible ? Or will the
operating system automatically resolve the next hop based on the resolv.conf
file (if it is configured there) if i try and send a request to atlanta.com?




On Wed, Feb 3, 2010 at 10:55 PM, Bob Kerns <[email protected]> wrote:

> I didn't mean that to be harsh, BTW. Knowing that an approach is out
> in left field, and why, is useful information. Some of the most useful
> information you can get, as a beginner, since it narrows the focus of
> what you have to learn, a lot!
>
> On Feb 3, 9:21 am, Bob Kerns <[email protected]> wrote:
> > Then you are doing something VERY strange.
> >
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to