TechiWarehouse.Com


Top 3 Products & Services

1.
2.
3.

Dated: Apr. 03, 2012

Related Categories

Cisco Certifications
Microsoft Certifications
Networking In General
Windows Server OS

By Vivek Nayyar

Something About Computer Name

In any computer that runs any operating system of any platform, computer name plays an important role when it comes to its identification. Name that an administrator assigns to a computer must be unique for that computer in the entire network. In case, because of errors or deliberately, administrators assign identical names to 2 or more computers, all the computers with common names stop communicating with other computers in the network. In Microsoft Windows platform computer names are also known as hostnames. When administrators install Microsoft Windows operating systems on the computers, operating systems automatically generate random hostnames and assign those self-generated names to themselves. In client operating systems and pre-Windows 2008 network operating systems, Windows allowes users to specify hostnames during the installation process whereas in Microsoft Windows Server 2008 RTM/R2 operating systems names are automatically assigned to the computers during installation. After the successful installation administrators must change the computer names according to the planned naming conventions.

In order to change computer names in Windows Server 2008 operating systems administrators can either use traditional process in which they must reach System Properties box, by using several menus and mouse clicks, and follow the on-screen instructions to perform the task, or the easiest way to change computer names in Windows Server 2008 is through Initial Configuration Tasks window which provides instantaneous access to the System Properties box from where administrators can define new hostnames for the operating systems.

Types of Computer Names

In pre-Windows 2000 operating systems hostnames were known as NetBIOS names and could be maximum of 15 characters in length. These were single-label names (did not support periods '.') and were not DNS oriented. In order to simplify name resolutions for such NetBIOS names dedicated WINS servers were installed and configured in the networks.

After the release of Microsoft Windows 2000 and above operating systems, the names that administrators assign to the computers are known as hostnames which makes them DNS oriented so that name resolution process can occur through DNS servers. In order to make operating systems backward compatible, hostnames assigned to the computers become their NetBIOS names as well. Microsoft did this keeping in mind that in complex network setups pre-Windows 2000 operating systems might still be used and in such infrastructures Windows 9x operating systems can communicate with the advanced version of operating systems using their NetBIOS names.

Changing Computer Name

Administrators must follow the steps below in order to change computer names in Windows Server 2008 R2 operating systems:Change Computer Name

  1. Log on to Windows Server 2008 R2 computer with administrator account.
  2. Assuming that Initial Configuration Tasks window has already been disabled by the administrator click Start and click Run.
  3. On the opened Run command box type OOBE command and hit Enter key to re-open Initial Configuration Tasks window.
  4. Once opened, click Provide computer name and domain option under Provide Computer Information category.
  5. On the opened System Properties box make sure that General tab is selected and click Change button.
  6. On Computer Name/Domain Changes box type the new computer name in Computer name field and click OK button.
  7. On the appeared information box click OK button and back on System Properties box click Close.
  8. On the appeared box click Restart Now button to restart Microsoft Windows Server 2008 R2 operating system.

Now that you've gotten free know-how on this topic, try to grow your skills even faster with online video training. Then finally, put these skills to the test and make a name for yourself by offering these skills to others by becoming a freelancer. There are literally 2000+ new projects that are posted every single freakin' day, no lie!


Previous Article

Next Article


Metz's Comment
Well to learn the code itself, the best free onnile class not really a class though is w3school.com, You want to learn HTML and CSS first (HTML first, then CSS) there are also little quizzes on it , that you can take. You can also use it as a reference, and they have forums if you need debugin help.Then you wanna get a text editor (notepad++ for windows, espresso or coda for Mac). It's better if you use a raw code editor, but you can also use a WYSIWYG editor. (what you see is what you get) basically a visual way to make websites. Like dreamweaver and muse. Then you can move on to stuff like JavaScript , php, maybe some mysql. But if you know HTML, and you just want to know how to efficiently and properly make websites visit webdesign.tutsplus.com (for web designing tips) and net.tutsplus.com (for user interactivity and coding tips and tutorials) Also take a trip down to the bookstore and browse over some books, you don't have to buy them most bookstores have chairs for you to sit down and read their books.And just have patience. It takes a little while to learn this, but with patience and determination you can do it!By the way it's not called computer programming, that stuff is like java, and c+ much more difficult. What your talking about is called web developing. So consider yourself a web developer. Happy codings.
23 Mon Apr 2012
Admin's Reply: