Ask a Question related to ASP Database, Design and Development.
-
Andy #1
IP or DNS in connection string - not critical
Hi,
My provider has provided me with an IP address and a DNS name to the SQL
server I use. Whilst both obviously work does anyone know if there is any
performance increase in using the IP address to avoid DN resolution?
I imagine any performance will be negligible.
Andy Guest
-
Critical Connection Key Help
We've been using Contribute in our school district for over five years. Yesterday, out of the blue, we started getting reports from users about a... -
need help with connection string
i keep reading that it is not secure to hard code the connection string to the server into my swf. so how can i get the string into my swf without... -
connection string
Hi there, I have recently changed the connection string on a site that was working perfectly. I used an OLE DB connection with this code: var... -
DB Connection String
Hi, I need to store the database connection string inside web.config file. What would be the best way to encrypt and decrypt it? Thanks, Ali -
Oracle DSN Less Connection String
Greetings.... Okay so far Dreamweaver MX connection to Oracle has left an awful bitter taste in my mouth.... I am trying a DSN Less Oracle... -
joker #2
Re: IP or DNS in connection string - not critical
If the DNS servers are under a DDoS attack you will notice it stop
working while the IP address will work so long as it doesn't change.
This means they both have advantages. DNS for changing the IP without
recoding & IP address for less susceptibility to DDoS attacks.
Andy wrote:
> Hi,
>
> My provider has provided me with an IP address and a DNS name to the SQL
> server I use. Whilst both obviously work does anyone know if there is any
> performance increase in using the IP address to avoid DN resolution?
>
> I imagine any performance will be negligible.
>joker Guest
-
joker #3
Re: IP or DNS in connection string - not critical
That is unless there are other things which I didn't think about.
joker wrote:> If the DNS servers are under a DDoS attack you will notice it stop
> working while the IP address will work so long as it doesn't change.
>
> This means they both have advantages. DNS for changing the IP without
> recoding & IP address for less susceptibility to DDoS attacks.
>
> Andy wrote:
>>>> Hi,
>>
>> My provider has provided me with an IP address and a DNS name to the SQL
>> server I use. Whilst both obviously work does anyone know if there is
>> any
>> performance increase in using the IP address to avoid DN resolution?
>>
>> I imagine any performance will be negligible.
>>joker Guest
-
Andy #4
Re: IP or DNS in connection string - not critical
Good point though.
"joker" <no-spam@netzero.com> wrote in message
news:uuF2i48bEHA.2816@TK2MSFTNGP11.phx.gbl...SQL> That is unless there are other things which I didn't think about.
>
> joker wrote:> > If the DNS servers are under a DDoS attack you will notice it stop
> > working while the IP address will work so long as it doesn't change.
> >
> > This means they both have advantages. DNS for changing the IP without
> > recoding & IP address for less susceptibility to DDoS attacks.
> >
> > Andy wrote:
> >> >> Hi,
> >>
> >> My provider has provided me with an IP address and a DNS name to the>> >> >> server I use. Whilst both obviously work does anyone know if there is
> >> any
> >> performance increase in using the IP address to avoid DN resolution?
> >>
> >> I imagine any performance will be negligible.
> >>Andy Guest
-
Jeff Cochran #5
Re: IP or DNS in connection string - not critical
On Thu, 22 Jul 2004 07:37:18 GMT, "Andy" <Please reply to the group>
wrote:
Especially since the DNS info gets cached anyway. Normally, use the>Hi,
>
>My provider has provided me with an IP address and a DNS name to the SQL
>server I use. Whilst both obviously work does anyone know if there is any
>performance increase in using the IP address to avoid DN resolution?
>
>I imagine any performance will be negligible.
DNS name (FQDN) because your provider may change the IP address in the
future.
Jeff
Jeff Cochran Guest



Reply With Quote

