Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

There are various standards for hostnames from complex to simple. This standard tries to achieve the following,

  • Easy to use.
  • Have consideration of "tying" machines together (for example, web to apps).
  • Provide meaningful grouping when sorted in a list.

Samples

We start by providing some example models and see how the naming works as the system evolves.

Web Application Model

Here is a fictional registration system that would be Internet facing. As such, it will require a web server and an application server. The budget is small so the database will also reside with the application.

Phase 1

The system starts small and begins with a registration system.

HostnameDescriptionNaming Convention
SO1Host system for Registration SystemUse a 2-3 letter convention to describe the host's main function. In this case, we foresee the host system will be dedicated to small online applications.
RGH1V10WEBRuns Apache Web Server

RG = Registration
H1= Hardware 1
V = Virtual server
10 = The first virtual server with allowance for relation to a corresponding server, in this case just one application server
WEB = Function

RGH1V10APPRuns Tomcat Application Server and HypSQL Database Server.

This has both an application and database. Because the database is portable and more easier to move, we make the judgment call to name the system APP after the more primary and long term function of the server.

The convention follows but notice the V10.

10 = First virtual server for the specified function and it visually and via sorting will correspond to the Web Server.

At this point the hostnames are not too bad. Their real value comes when the system needs to grow.

Phase 2

The system grows and requires a second application server to manage the load. As in many cases, the application is the bottle neck so a second web server is not needed. Here is how it will look in a sorted list,

...

The convention naturally sorts well. Now let's add something new to the mix.

Phase 3

There is need for a new system for migrating users to tokens which we'll call MG for migration. The system is low budget and considered temporary. As such, the customer wants to reuse the web server.

 

Services Model

This is an example of web and application servers that would grow over time.

HostnameDescription
IM1Host system running VMs. IM standing for Identity Management
IMH1V1 
IMH1V2 

...

HyperSQL

  • No labels