グーグル
 

The 14 Point Web Hosting Checklist Webホスティングは、 14ポイントのチェックリスト
Here is a few things to look for when selecting a web hosting company.ここではいくつかのことを選択するときには、 Webホスティング会社を探すことです。 Some things at first do not s...最初は一部のものはないsを..

How to Choose a Web Hosting Company 方法は、 Webホスティング会社を選択する
Insider advice on how to choose the web hosting company that is right for your business or personal ...どのようにウェブは、お客様のビジネスや個人の権利をホストしている会社を選択する上での舞台裏のアドバイス...

Moving Up to Virtual Dedicated Hosting 仮想専用ホスティングに移動
When you're tired of the spam, performance worries, and reliability issues that go with shared web ...マークしているときに、パフォーマンスが心配で、信頼性の問題は、ウェブで共有する疲れた...

 

Fun with DNS: Three Useful Commands楽しいのDNS : 3つの便利なコマンド

Rank ランク Web Hosting Provider Webホスティングプロバイダ Features 特徴 Bonus Features ボーナスの特徴 Hosting Rating ホスティングの採点
1 1 Bluehost Bluehost ホストの採点-5つ星!
Editor's Choice Hosting エディタの選択ホスティング
Space: 1500Gb 容量: 1500Gb
Traffic: 15Tb 交通: 15Tb
Price: $6.95 価格: $ 6.95
Free Domain Forever, 無料ドメインは永久に、
Host Unl. ホストUnl 。 Domains, ドメイン、
$50 Yahoo Credit, $ 50 Yahooのクレジット、
$50 Google Credit $ 50のGoogleクレジット
Free Site Builder (NEW) 無料サイトビルダー(新規)
Host Rating: 98% ホストの採点: 98 %
2 2 AnHosting AnHosting ホストの採点-5つ星!
Most Reliable Hosting 最も信頼性の高いホスティング
Space: 500Gb 容量: 500GBの
Traffic: 5Tb, 交通: 5Tb 、
Price: $6.95 価格: $ 6.95
Free Domain Name,Free AD credit .E-commerce Enabled 無料ドメイン名、無料の広告クレジット。 eコマース可能
host 20 domains ホスト20のドメイン

Host Rating: 95% ホストの採点: 95 %
3 3 Startlogic Startlogic ホストの採点-4 .5スター!
Best Value Hosting ベストバリューホスティング
Space: Unlimited 容量:無制限
Traffic: Unlimited 交通:アンリミテッド
Price: $5.95 価格: $ 5.95

Unlimited GB Unlimited GB of Transfer Unlimited Domains GBのGBの転送の無制限無制限無制限ドメイン
FREE Domain 無料ドメイン
Easy Web Site Builder簡単にWebサイトビルダー
Google/Yahoo Credit 80USDグーグル/ヤフークレジット80USD


Host Rating: 95% ホストの採点: 95 %


Author: Dan Forootan 著者:ダンForootan

Article source: http://www.tile.net/ . 記事のソース: http://www.tile.net/ Used with author's permission. 著者の許可を得て使用されます。

The DNS is a distributed, hierarchical database where authority flows from the top (or root) of the hierarchy downward.は、 DNSは、分散、階層型データベースは、権威へ戻る階層の(またはルート)の下方からのキャッシュフロー。

When thinking of the structure of the DNS, imagine an inverted tree.ときは、 DNSの構造を、逆ツリーの想像思考。 Each branch of the tree is within a zone of authority; however, multiple branches of the tree can be within a single zone.ツリーの各支店の権限のあるゾーン内のですが、ツリーの複数の支店を1つのゾーンにすることができます。

The software (Bind being the most common) that stores domain name information is called a domain name server.このソフトウェア(バインドされて、最も一般的)は、店舗情報は、ドメインネームサーバーのドメイン名と呼ばれています。 A single name server can be authoritative for multiple zones.単一のネームサーバを複数のゾーンに対して権限をすることができます。 All zones have a primary master and a secondary master name server that provides authoritative responses for their zones.すべてのゾーンをプライマリゾーンに対して権限は、マスタとセカンダリのマスターネームサーバーの応答を提供している。

If you query a name server not authoritative for a particular zone, that name server will most likely have up-to-date information.あなたのクエリは、ネームサーバーは、特定のゾーンに対して権限はない、ネームサーバーの大半に、最新情報をしているものと見られる場合。 This is because zone information propagates throughout the Internet at regular intervals, and name servers cache zone information for which they are not authoritative.これは、定期的には、インターネット全体にゾーン情報を伝達し、信頼されていないのは、それをネームサーバーのキャッシュゾーン情報。

DNS Commands DNSのコマンド

There are three crucial commands that can put all the DNS information you need at your fingertips.それを簡単に必要なすべてのDNS情報を使うことができます3つの重要なコマンドがあります。 The way to use this article is to try each of the commands listed on a domain name, so you can see what the output looks like.この記事を使用する方法の各コマンドは、ドメイン名を記載しているので、出力がどのようなことを見ることができるようです。 Learn by doing!することにより、こちらをご覧ください!

Zone file database records divide DNS information into three primary types: NS (Name Server) records, MX (Mail Exchange) records, and A (Address) records.ゾーンデータベースのレコードファイルを3つの主な種類:研究会NS (ネームサーバー)レコードのMX (メール交換)レコード、およびA (アドレス)レコードをDNS情報を分けています。 NS records indicate the name servers. NSレコードは、ネームサーバーを示しています。 MX records indicate the hosts that handle e-mail delivery; the priority (pri) number indicates the order in which mail servers are used, with the lowest number receiving the highest priority. MXレコードのホストは、電子メールの配信、優先順位( PRIに)数を示すハンドルの最低数は、最優先では受信メールサーバーを使用しているため、を示しています。 The A (Address) records map hostnames to IP addresses, the real names of machines.は、 A (アドレス)レコードのホスト名をIPアドレスにマップは、マシンの本当の名前。

host 主人

This is the simplest of the DNS commands.これは、 DNSのコマンドの最もシンプルな方法です。 It is a quick way to determine the IP address of a hostname:これはホスト名のIPアドレスを特定するための簡単な方法です:

: host www.your-domain-name.com :ホストwww.your -ドメインname.com

The -a option will return all of the DNS information in verbose format. - aオプションは、すべての詳細な形式では、 DNSの情報が返されます。

: host -a www.your-domain-name.com :ホスト- www.your -ドメインname.com

Now that you know the IP address for www.your-domain-name.com, try a reverse lookup.今では、逆引き参照してくださいwww.your - name.comドメインのIPアドレスを知っている。

: host IP-ADDRESS :ホストのIPアドレス

dig (domain information groper) (ドメインの情報を痴漢)を掘る

This command gathers and returns DNS information in a format the name server can use directly.このコマンドを収集し、ネームサーバを直接使用できる形式でDNS情報を返します。 You will find it easy to query specific name servers with dig.あなたに会えるのは、特定のネームサーバーにクエリを掘ると簡単です。

You can quickly determine the Name servers of your host or any other host:瞬時にあなたのホストまたは他のホストのネームサーバを特定することができます:

: dig ns your-host.com :掘るnsのお客様- host.com

Then you check your (or another) website against the host's name servers:次に、あなたの(または別)は、ホストの名前のサーバーに対してのウェブサイトをチェック:

: dig www.your-domain-name.com @ns.your-host.com : www.yourを掘るドメイン- name.com @ ns.your - host.com

Dig can provide output that is in the same format as the zone file itself.掘るとしては、ゾーンファイル自体は、同じ形式では出力を提供することができます。 Here is how to get the whole zone file:ここにどのように全体のゾーンファイルを得ることです:

: dig any your-domain-name.com :掘るはお客様のドメイン- name.com

Here are the most useful dig query types: dig any (gathers all DNS information), dig ns (gathers name server information), dig mx (gathers mail exchanger information) and dig a (gathers network address information).ここで最も有用な掘るクエリの種類:任意の( )は、すべてのDNS情報を収集、掘る掘るているナノ秒( ) 、掘るMXのネームサーバ情報を収集( )メール交換情報を収集し、 (ネットワークアドレス情報収集を掘る) 。

The dig command can also do reverse lookups with output formatted for the zone file:また、掘るのコマンドの出力は、ゾーンファイルのフォーマットと逆引き参照を行うことができます:

: dig -x IP-Address :掘る- xのIPアドレス

nslookup NSルックアップ

You can use this tool as a single line command, or you can use it interactively, which distinguishes it from the other DNS commands.あなたは1行のコマンドとしてこのツールを使用するか、対話的には、他のDNSのコマンドから区別を使用することができます。 Once you have started nslookup, type set all to list the default options.一度NSルックアップを開始すると、タイプのすべてのデフォルトのオプションリストに設定してください。 As with dig you can choose the server (name server) you want to query, and you can decide the type of DNS information on which to focus.あなたは、サーバーは、照会する(ネームサーバ)を選択することができます掘ると同様に集中する場合は、 DNS情報の種類を決めることができます。

Just as you can issue commands to nslookup interactively, you can also change the initial defaults by starting a .nslookuprc file.同じようにコマンドを発行することができます対話NSルックアップするには、また。 nslookuprcファイルを起動して最初のデフォルト設定を変更することができます。 The format of the .nslookup is one command per line: 。 NSルックアップの形式は1行に1つのコマンドです:

set type=NS =研究会NSタイプを設定
set domain=srvns.your-host.com設定ドメイン= srvns.your - host.com
set timeout=10 = 10のタイムアウトを設定

Conclusion 結論

These three commands can provide you with most of the information you need about your domain names.これらの3つのコマンドを提供することができますお客様のドメイン名に関する必要な情報の大半。 They are powerful tools, and this article should provide you enough information to get started or offer a quick refresher if you already use these commands.これらのツールは、この資料では十分な情報を提供する必要があります開始するには強力であるか、またはすぐに補習を提供する場合は、すでにこれらのコマンドを使用します。

About the Author: についての著者:

Dan Forootan founded EZ Publishing, Inc. in 1998.ダンForootan EZ 出版社、 1998年に設立しました EZ Publishing's Small Business Web Hosting provides the essential tools for using the Web as a marketing tool. EZ公開の中小企業のWebホスティングをマーケティングツールとしてWebを使用するための不可欠なツールを提供します。 The package includes web hosting, the StreamSend permission-based email marketing solution.このパッケージはウェブ、 StreamSend許可ベースの電子メールマーケティングソリューションをホスティングされています Please email questions or comments about this article to articles@ezpublishing.com .質問やコメントをarticles@ezpublishing.comメールこの記事について Thank you.ありがとうございました。


Tags:タグ:
を収集

友達に


English translation German translation - Deutsche Übersetzung French translation - Traduction française Italian translation - Traduzione italiana Spanish translation - Traducción española Portuguese translation - Tradução portuguese Chinese translation - 中国翻译 Japanese translation - 日本翻訳 Korean translation - 한국 번역 Arabic translation - الترجمه العربيه
Copyright © 2003 DOMAIN NAME 著作権© 2003のドメイン名

get notified of new articles新しい記事の通知を受ける