From owner-freebsd-questions@FreeBSD.ORG Sat Jun 23 05:42:55 2012 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DC51106564A for ; Sat, 23 Jun 2012 05:42:55 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from nk11p00mm-asmtp005.mac.com (nk11p00mm-asmtp005.mac.com [17.158.161.4]) by mx1.freebsd.org (Postfix) with ESMTP id 300B28FC12 for ; Sat, 23 Jun 2012 05:42:55 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from [17.153.51.159] (unknown [17.153.51.159]) by nk11p00mm-asmtp005.mac.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0M61005WSZRB3W60@nk11p00mm-asmtp005.mac.com> for freebsd-questions@FreeBSD.org; Sat, 23 Jun 2012 04:42:49 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.7.7855,1.0.260,0.0.0000 definitions=2012-06-23_02:2012-06-22, 2012-06-23, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1203120001 definitions=main-1206220384 From: Chuck Swiger X-Priority: 1 (Highest) In-reply-to: <3423267101-1670052078@intranet.com.mx> Date: Fri, 22 Jun 2012 21:42:47 -0700 Message-id: <60022DAD-AF66-4523-9A14-2168905358A9@mac.com> References: <3423267101-1670052078@intranet.com.mx> To: Jorge Biquez X-Mailer: Apple Mail (2.1084) Cc: freebsd-questions@FreeBSD.org Subject: Re: Off Topic. DNS, Android. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 05:42:55 -0000 On Jun 22, 2012, at 8:28 PM, Jorge Biquez wrote: > Hello. Hola! > I am sorry if the following 2 questions could sound too stupid. > > a) Normally any Domain name registered has to have 2 Nameservers. Some registry like the one responsible for .ORG requires 2 at least to propagate the domain. In teh case of .COM that is not a requirement, one nameserver could work. It's always a good idea to have at least two nameservers configured for any public domain, and best practice involves having nameservers located on different networks. > If for some reason I have 2 of them and one is configured to point to SERVER A , and the other to SERVER B. Differenet places, same configuration. Is there any preference over what is PRIMARY NAMESERVER or SECONDARY NAMESERVER? I mean, Primary is the one used mainly? No, DNS round-robin used on most platforms will rotate fairly evenly. And the traffic can be cached by other nameservers for a long(er) time by upping TTLs, if you wish to reduce network traffic load...at the tradeoff of making DNS changes take longer to be noticed, of course. Bigger sites might adjust DNS traffic onto server pools with a load-balancer which does liveness checks of the nameservers and could be told to adjust traffic routing in various ways. You can also do something similar via ipfw/natd's redirect_address (see RFC 2391). > b) I am looking for good list like this one for people developing, learning about Android Development. Any suggestion ? > I am trying to setup a Freebsd machine for developing for Android, if possible. Hmm. http://developer.android.com/sdk/index.html suggests that maybe the Linux distribution under FreeBSD's Linux emulation might be a possibility. Regards, -- -Chuck