Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-09-2010, 08:43 AM
|
#1
|
|
Member
Registered: Feb 2010
Posts: 143
Rep:
|
What is difference between Ip based server and Namebase Server?
Hi all experts!
What is difference between Ip based server and Namebase Server in (Linux)?
|
|
|
|
06-09-2010, 08:59 AM
|
#2
|
|
Guru
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 5,644
|
You'd need to explain in what context you saw those terms.
IP is the Internet Protocol address that the system has.
Name is the hostname/uname that a host has.
If you know the IP of a server it is faster to get to it via IP than by name. However, unless you only have a couple of servers to keep track of you typically want to use some form of name lookup as names are easier to remember than IPs (for most people).
So if you have a server with IP 192.0.1.0 and a name of ralph and you want to reach it by the name ralph from another server or device then you'd need to set up some form of name resolution. Built into UNIX/Linux is /etc/hosts where you equate the name with the IP. That works fine for individual systems but as you get more and more you don't want to update the /etc/hosts on every system. (Also if you have Windows or other devices they may not have a hosts file or not have it in the same location as UNIX/Linux). At that point you need to look at something like DNS or NIS so you have a central location for defining the lookups that you can have all of your devices interrogate for the name.
|
|
|
|
06-09-2010, 09:57 AM
|
#3
|
|
Member
Registered: Jun 2010
Posts: 34
Rep:
|
Almost all web servers nowadays host multiple web sites, or handle content for different domains. A name-based server serves several sites from the same IP address, and uses the site-name to determine what content to make available. IP-based servers map a different physical IP address for each site (although almost always to the same physical network card, or course).
In fact a server can take a mixed approach to this: serving some based n name, and some based on IP.
A common reason for using IP based serving is where you are using security certificates to verify the authenticity of your website (SSL technology - the https layer, used in e-commerce sites and so on). The certificate has to verify that the data you are looking at came from a machine that can be identified by it IP address and from a domain that matches the certificate, with the certificate itself having been issued by a known and respected certificating authority.
It's when this process falls over that your browser's anti-phishing layer kicks in and it starts complaining about mismatched certificates or unrecognised certifying bodies.
Last edited by tracertong; 06-09-2010 at 09:58 AM.
|
|
|
1 members found this post helpful.
|
06-10-2010, 12:24 AM
|
#4
|
|
Member
Registered: Feb 2010
Posts: 143
Original Poster
Rep:
|
i need more info in simple way please!
|
|
|
|
06-10-2010, 10:49 AM
|
#5
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,808
|
Quote:
Originally Posted by meandsushil
i need more info in simple way please!
|
Those are very simple explanations, especially if you've got a RHCT. Have you actually tried to look this up online?? And MensaWater asked you a question:
Quote:
|
You'd need to explain in what context you saw those terms
|
which you STILL haven't answered. If you won't provide details or answer questions, there's not much we can do for you.
|
|
|
0 members found this post helpful.
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:12 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|