著者
丸山 伸 中村 素典 岡部 寿男 山井 成良 岡山 聖彦 宮下 卓也
出版者
一般社団法人情報処理学会
雑誌
情報処理学会論文誌 (ISSN:18827764)
巻号頁・発行日
vol.47, no.4, pp.1021-1030, 2006-04-15
被引用文献数
5

電子メールが広く利用されるようになるにつれて,メールを遅延なく即時に配送することが求められている.しかし,メール配送エージェント(MTA)に大量のメールが送りつけられて負荷がかかったときには,メールの配送に遅延が生じるだけでなく,MTA の運用の継続すら困難な事態となってしまう.このような高負荷時においても特定のメールを優先的に配送する技術が求められている.本論文では,メールが配送される直前に行われるネームサーバ(DNS)に対する問合せに着目し,DNS問合せのソースアドレスに基づいて信頼できる発信者からのメールを他のメールから分離し,遅延なく優先して配送する手法を提案する.まずDNS の問合せに対してその応答として毎回異なる回答を送り,回答したサーバにメールが送られてくるのを待つ手順を繰り返すことで,DNS 問合せ元のIPアドレスとメールの発信者との対応表を作成する.次に優先して配送するべきメールの基準に基づき,優先して配送するべきDNS 問合せ元の一覧「White DNS Server List」を抽出する.この表に基づいてメールの配送先を振り分けることで,大量のメールが配送されてくる際にも信頼できる発信者からのメールを他のメールとは独立したサーバで取り扱うことができ,遅延を引き起こすことなく配送できる.そのためのシステム構築方法を示すとともに,実験により有効性を確認した.Delivering e-mails without unnecessary delay is one of the very important issues as the spread of e-mail service and its use become very common. But in case that a "Mail Transfer Agent (MTA)" is heavily loaded by huge amount of mails sent to the MTA, not only the delay on mail delivery is inevitable but also managing the MTA service becomes difficult. Thus, a delivery method that treats legitimate mails with priority is requested. In this paper, we focus on the query to the "Domain Name Service (DNS)" which is usually processed just before the mail transfer, and propose a new delivery method which separates legitimate mails from others according to the source IP address of the DNS query. That is, employing a crafted DNS server which responds to each DNS query with separate IP address, and wait for incoming mails at each address, we get a correspondence table between a DNS query and the incoming mail. And we also show that we can lead legitimate mails to the separated mail servers by dynamically changing the DNS response based on this table, and deliver them with short delay even in the case that others servers are loaded by many other mails.
著者
渡部 郁恵 岡部 寿男 中村 素典
出版者
一般社団法人情報処理学会
雑誌
情報処理学会研究報告インターネットと運用技術(IOT) (ISSN:09196072)
巻号頁・発行日
vol.2007, no.3, pp.37-42, 2007-01-19

近年、双方向に映像・音声の伝送を行うTV会議システムのようなリアルタイム型アプリケーションが普及してきている。このようなシステムにおいて高品位映像を低遅延で伝送するには、広帯域な経路と、遅延やパケットロスの影響を抑える手法が必要になる。従来はパケットロスヘの低遅延の対策としてFECが使われているが、バースト的なパケットロスに対する耐性や狭帯域経路の利用に限界があった。そこで我々はこれまでFECとPacketPathDiversityによる冗長配送を組み合わせた方式を提案・実装してきた。さらに今回はTFRCのレート制御アルゴリズムを利用することにより、自動的に利用可能な帯域にあわせた冗長度で冗長配送を行うことで、ユーザの負担を軽減するとともに、不適切なレート設定によりネットワーク状況が不安定になるという問題を解決した。Recently, real-time applications like TV conferencing systems that interactively transmit image and voice are becoming widly used. These systems need broadband route and technique for curbing the influence of packet losses without unnecessary delay to transmit the high-definition video with low latency. Existing systems which use FEC as a measure against packet losses have limits in the tolerance to burst packet losses and the use of the narrowband route. Then, we have proposed and implemented a system which combined FEC with redundant transmission by Packet Path Diversity. In this paper, we have adopted the rate control algorithm of TFRC to set the sending rate automatically to the available bandwidth and have enabled to reduce the user's load and solve the problem that the network situation becomes unstable by the improper rate setting.