著者
渡辺 義明 渡辺 健次 江藤博文 只木 進一
出版者
一般社団法人情報処理学会
雑誌
情報処理学会論文誌 (ISSN:18827764)
巻号頁・発行日
vol.42, no.12, pp.2802-2809, 2001-12-15
参考文献数
12
被引用文献数
19

大学の教育と研究を支援するため、キャンパス全域に公開端末や情報コンセント、無線LAN等の配備が進んでいる。我々は、このような不特定多数が多様な端末を接続して利用するネットワーク環境に適用可能な、利用者認証と利用記録を行うためのゲートウェイシステムOpengateを開発した。本システムは、閉鎖状態の端末からゲートウェイを通過するWebアクセスと行うと認証画面が表示される平易なインタフェースを持つ。認証にはPOPやFTPサーバが利用できる。認証後には端末へJava Appletを送って利用終了を監視する。このような方法により、ゲートウェイシステムの設定だけで、個人持参のPCから固定設置のWeb専用端末まで、多様な端末群を利用者の事前設定なしに制御できる。本システムはすでに、学内において約9ヶ月にわたり支障なく稼働している。To Support educational and research activities,a lot of "terminals for public use,""network sockets" and "wireless LAN" are implemented in the whole area of the campus. We have developed a gateway system named "Opegate" to authenticate and record users in such an open network environment.When an user accesses from a terminal in closed state to any web site through the gateway system,the system returns the page for authentication.To authenticate the user,POP and FTP servers are applicable.After the authentication,the system sends Java Applet to the terminal and watchs the usage.The setup procedure is needed only for gateway System.Without any setup of each terminal, the system controls wide variety of terminals,from web specific terminals for public use to personal PCs connected to network socket or wireless LAN.The system has been working for 9 months in our campus.
著者
江藤 博文 山本 高広 新井 康平
出版者
Japan Society of Photogrammetry and Remote Sensing
雑誌
写真測量とリモートセンシング (ISSN:02855844)
巻号頁・発行日
vol.39, no.3, pp.14-20, 2000

A method for Earth observation satellite image database retrieve based on indexing of the spatial features extracted from the imagery data is proposed. In order to extract edges from the imagery data, the well known relaxation method and the thining algorithm are used. From the edges, spatial features, line, arc as well as circle are extracted. The proposed method is compared to the generalized Hough conversion method. It is found that the proposed method allows to extract arbitrary spatial features intentionally while the generalized Hough conversion method does not because the control parameters of the method is not enough. It is also found that the required computer resources are almost compatible. Using such spatial features, the portion of images with such features are retrieved from the imagery data.
著者
松原 義継 大谷 誠 江藤 博文 渡辺 健次 只木 進一
雑誌
研究報告インターネットと運用技術(IOT)
巻号頁・発行日
vol.2011, no.8, pp.1-6, 2011-07-08

電子メールサービスは,インターネット利用における基本的なサービスの 1 つである.その重要性から,電子メールサービスには,管理コストを削減しつつ安定性と十分な性能を要求される.このような要求に応えるための 1 つの方法としては,外注サービスを選択することがある.佐賀大学では,電子メールサービスを提供するためプライベートクラウドを使い始めた.本稿では,仕様の概要および外注化までの過程を議論する.併せて,外注化の評価および課題も報告する.Electronic mail (e-mail) services have been one of fundamental services in the Internet use. Their importance requires stability and sufficient performance with cost reduction. One of methods for responding such requirements is to select out-sourcing services. Saga university started to use a private-cloud service for providing e-mail service. This report discusses the outline of the specifications and the process of the out-sourcing. The evaluation and operational status are also reported.
著者
渡辺 義明 只木 進一 渡辺 健次 江藤 博文 大谷 誠
出版者
佐賀大学
雑誌
基盤研究(C)
巻号頁・発行日
2005

本研究では、佐賀大学で開発しキャンパス全域で運用しているネットワーク利用者認証システムOpengateを基に、改良を行った。1.IPアドレスに基づいてネットワークの開放と閉鎖を行っているため、IPv6通信に対応するには、利用端末のIPv4とIPv6との両アドレスを検知する必要があったが、これを実現する仕組みを工夫してIPv4/IPv6両対応とした。2.利便性と安定性の向上のために数多くの改訂を行った。例えば、XML形式の設定ファイルで統一的に制御できるようにした。また特別な設定を必要とする利用者に対する別設定ができるようにした。さらに汎用な及びセキュアな認証プロトコルも利用できるようにした。3.従来は利用終了の即時検知を実現するためにJavaAppletを利用していた。しかしJavaVMが標準実装から外れるようになったため、JavaScriptがAjax処理を繰り返してサーバとの間にTCPコネクションを維持する方式を考案し実装した。4.Java Servlet環境を利用してOpengateと同様な基本機能を実装した。結果として充分に代替できるシステムとなりうることが分かった。実運用システムの実現は今後の課題である。5.開発システムをオープンソースプログラムとして公開した。また導入利用者や開発協力者の利便性を図るため、プロジェクトをSourceForge.netに登録した。国内外に導入事例が広がっている。