<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>専用サーバー＆WEB制作サポート &#187; サーバー用語</title>
	<atom:link href="http://support.6web.ne.jp/archives/category/words/feed" rel="self" type="application/rss+xml" />
	<link>http://support.6web.ne.jp</link>
	<description>専用サーバーとホームページ管理者向けのチップス集</description>
	<lastBuildDate>Tue, 27 Dec 2011 05:18:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ポート番号</title>
		<link>http://support.6web.ne.jp/archives/107</link>
		<comments>http://support.6web.ne.jp/archives/107#comments</comments>
		<pubDate>Mon, 21 Dec 2009 09:59:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[サーバー用語]]></category>
		<category><![CDATA[サーバー管理]]></category>
		<category><![CDATA[ポート]]></category>
		<category><![CDATA[番号]]></category>

		<guid isPermaLink="false">http://support.6web.ne.jp/?p=107</guid>
		<description><![CDATA[

&#160;
ポート番号
サービス
説明


TCP
20,21
FTP
&#160;


TCP
22
SSH
&#160;


TCP
23
TELNET
&#160;


TCP
25
SMTP
メール送信サービス


UDP
53
DNS
ドメインネームサービス


UDP
67,68
DHCP
ネットワーク情報割当


TCP
80
HTTP
WWWサービス


TCP
110
POP3
メール受信サービス


TCP
143
IMAP
メール受信サービス


TCP
443
HTTPS
暗号化したWWWサービス


TCP
587
&#160;
メール送信のサブミッションポート。スパム対策で使用されている。


]]></description>
			<content:encoded><![CDATA[<table width="520" border="1" cellspacing="0" cellpadding="0">
<tr>
<th bgcolor="#FFFFCC" scope="col">&nbsp;</th>
<th bgcolor="#FFFFCC" scope="col"><span class="style2">ポート番号</span></th>
<th nowrap="nowrap" bgcolor="#FFFFCC" scope="col"><span class="style2">サービス</span></th>
<th nowrap="nowrap" bgcolor="#FFFFCC" scope="col"><span class="style2">説明</span></th>
</tr>
<tr>
<th scope="row">TCP</th>
<td>20,21</td>
<td>FTP</td>
<td>&nbsp;</td>
</tr>
<tr>
<th scope="row">TCP</th>
<td>22</td>
<td>SSH</td>
<td>&nbsp;</td>
</tr>
<tr>
<th scope="row">TCP</th>
<td>23</td>
<td>TELNET</td>
<td>&nbsp;</td>
</tr>
<tr>
<th scope="row">TCP</th>
<td>25</td>
<td>SMTP</td>
<td>メール送信サービス</td>
</tr>
<tr>
<th scope="row">UDP</th>
<td>53</td>
<td>DNS</td>
<td>ドメインネームサービス</td>
</tr>
<tr>
<th scope="row">UDP</th>
<td>67,68</td>
<td>DHCP</td>
<td>ネットワーク情報割当</td>
</tr>
<tr>
<th scope="row">TCP</th>
<td>80</td>
<td>HTTP</td>
<td>WWWサービス</td>
</tr>
<tr>
<th scope="row">TCP</th>
<td>110</td>
<td>POP3</td>
<td>メール受信サービス</td>
</tr>
<tr>
<th scope="row">TCP</th>
<td>143</td>
<td>IMAP</td>
<td>メール受信サービス</td>
</tr>
<tr>
<th scope="row">TCP</th>
<td>443</td>
<td>HTTPS</td>
<td>暗号化したWWWサービス</td>
</tr>
<tr>
<th scope="row">TCP</th>
<td>587</td>
<td>&nbsp;</td>
<td>メール送信のサブミッションポート。スパム対策で使用されている。</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://support.6web.ne.jp/archives/107/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UDP</title>
		<link>http://support.6web.ne.jp/archives/105</link>
		<comments>http://support.6web.ne.jp/archives/105#comments</comments>
		<pubDate>Mon, 21 Dec 2009 09:45:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[サーバー用語]]></category>
		<category><![CDATA[サーバー管理]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[UDP]]></category>

		<guid isPermaLink="false">http://support.6web.ne.jp/?p=105</guid>
		<description><![CDATA[UDPとは、User Datagram Protocol の略で、コネクションレス型プロトコルです。
コネクションを管理しないので、レスポンスは早いのですが、通信相手がデータを正常に受け取ったかどうかは分かりません。
UDPの代表的なサービスに、DNSやDHCPがあります。
]]></description>
			<content:encoded><![CDATA[<p>UDPとは、User Datagram Protocol の略で、コネクションレス型プロトコルです。<br />
コネクションを管理しないので、レスポンスは早いのですが、通信相手がデータを正常に受け取ったかどうかは分かりません。<br />
UDPの代表的なサービスに、DNSやDHCPがあります。</p>
]]></content:encoded>
			<wfw:commentRss>http://support.6web.ne.jp/archives/105/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TCP</title>
		<link>http://support.6web.ne.jp/archives/103</link>
		<comments>http://support.6web.ne.jp/archives/103#comments</comments>
		<pubDate>Mon, 21 Dec 2009 09:39:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[サーバー用語]]></category>
		<category><![CDATA[サーバー管理]]></category>
		<category><![CDATA[TCP]]></category>
		<category><![CDATA[ポート]]></category>

		<guid isPermaLink="false">http://support.6web.ne.jp/?p=103</guid>
		<description><![CDATA[TCPとは、Transmission Control Protocol の略で、1対1の通信を行うコネクション型プロトコルのことです。
主なTCPを使ったサービスに、HTTP、SMTP、POP3、FTP、SSHがあります。
]]></description>
			<content:encoded><![CDATA[<p>TCPとは、Transmission Control Protocol の略で、1対1の通信を行うコネクション型プロトコルのことです。<br />
主なTCPを使ったサービスに、HTTP、SMTP、POP3、FTP、SSHがあります。</p>
]]></content:encoded>
			<wfw:commentRss>http://support.6web.ne.jp/archives/103/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>コールドスタンバイ</title>
		<link>http://support.6web.ne.jp/archives/90</link>
		<comments>http://support.6web.ne.jp/archives/90#comments</comments>
		<pubDate>Mon, 21 Dec 2009 09:20:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[サーバー用語]]></category>
		<category><![CDATA[サーバー管理]]></category>

		<guid isPermaLink="false">http://support.6web.ne.jp/?p=90</guid>
		<description><![CDATA[本番稼働機と同じ構成の予備機を用意しておきます。
ただし、ホットスタンバイの様なデータの同期はとらずに電源OFFの状態で待機させておきます。ラックのスペースは、2台分必要です。
コールドスタンバイは、一般的には、データの書き換えのないFWやルータで行われています。
「1日前のデータですが」という但し書きが付いて、WWWサーバーやメールサーバーなどでもコールドスタンバイが行われていることもあります。
]]></description>
			<content:encoded><![CDATA[<p>本番稼働機と同じ構成の予備機を用意しておきます。<br />
ただし、ホットスタンバイの様なデータの同期はとらずに電源OFFの状態で待機させておきます。ラックのスペースは、2台分必要です。<br />
コールドスタンバイは、一般的には、データの書き換えのないFWやルータで行われています。<br />
「1日前のデータですが」という但し書きが付いて、WWWサーバーやメールサーバーなどでもコールドスタンバイが行われていることもあります。</p>
]]></content:encoded>
			<wfw:commentRss>http://support.6web.ne.jp/archives/90/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ホットスタンバイ</title>
		<link>http://support.6web.ne.jp/archives/88</link>
		<comments>http://support.6web.ne.jp/archives/88#comments</comments>
		<pubDate>Mon, 21 Dec 2009 09:05:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[サーバー用語]]></category>

		<guid isPermaLink="false">http://support.6web.ne.jp/?p=88</guid>
		<description><![CDATA[本番稼働機と同じ構成の予備機を同期させ、本番稼働機にトラブルがあった場合に、すぐに予備機を本番稼働機として使用できる状態のこと。
運用としては、最も手間がかかり、一般的にコストもかかります。
本番稼働機がデータベースサーバーであるときなど、更新が頻繁なものほど、予備機との同期方法が運用上の課題となります。
]]></description>
			<content:encoded><![CDATA[<p>本番稼働機と同じ構成の予備機を同期させ、本番稼働機にトラブルがあった場合に、すぐに予備機を本番稼働機として使用できる状態のこと。<br />
運用としては、最も手間がかかり、一般的にコストもかかります。<br />
本番稼働機がデータベースサーバーであるときなど、更新が頻繁なものほど、予備機との同期方法が運用上の課題となります。</p>
]]></content:encoded>
			<wfw:commentRss>http://support.6web.ne.jp/archives/88/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

