ネットワークなどのお勉強メモ
× [PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。 ・IEEE802.1x ・必要となる機器 ・サプリカント ・オーセンティケータ ・認証サーバ ・EAP(Extensible Authentication Protocol) PPPでは,認証方式としてPAP,CHAPを使用する.そこで,これ以外の様々な ・サプリカントとオーセンティケータ間 ・EAPOLのMACフレーム DA || SA || Type(88-8E) ||データ :EAPOLフレーム(46-1500B)|| FCS(4B) ・データ(EAPOLフレーム) バージョン(1B) || タイプ(1B)|| データ長(2B)||データ(EAPパケット)(42-1496B) タイプ 1:EAPOL Start(通信の開始):EAP通信をはじめるときに使う. ※Windows附属のサプリカントはLANに接続しても自らEAPOL-Startメッセージを出さない. 2:EAPOL Logoff(通信の終了)
IEEE802.1xをもちいると,このキーフレームのしくみを利用して,無線LANクライアント ・EAPパケット コード(1B):EAPの4つのメッセージの種類を示す. ID(1B) 長さ(2B) タイプ(1B) データ ・オーセンティケータと認証サーバ間 ・EAPパケットを運ぶのに,サプリカントとオーセンティケータ間は ・認証の流れ ・WindowsXP附属のサプリカントが標準でもっている方式 ユーザー認証がおわったら,認証サーバは許可,拒否の判断をして,その結果を ・EAPでは4つのメッセージを使って認証情報をやりとりする. 認証結果の通知:Success(認証成功) or Failure(認証失敗)というメッセージが使用される. データ ・RADIUSによる認証システム ・RADIUSは,UDP上で動作するプロトコルである. ・RADIUSサーバには,あらかじめ認証対象となるユーザーの認証情報をデータベースとして ・IEEE802.1xでは,LANでRADIUSの仕組みを利用するにあたって,RADIUSの中核機能を ・RADIUSパケット ・コード ・識別子 ・認証符号 ・属性データ ・RADIUSで扱うデータは,「属性データ」とよばれている.属性とは,そのデータの種類をあらわした情報 ・サプリカントとオーセンティケータの間:EAPOLで EAPパケットをMACフレームにいれて運ぶ. ・IEEE802.1xでLAN特有の情報を通知するための仕組み ・VLAN番号を割り当てるときは,RADIUSサーバがオーセンティケータに ・Tunnel-Typeのデータ部分には,VLANを示す"13",Tunnel-Medium-Typeは ・EAP-MD5方式
・EAP-MD5(ユーザーID,パスワード) ・EAP-PEAP(SSLの仕組みを使う) EAP-PEAPでは,暗号化トンネルをつくるところまでは,SSLと同様. サーバにSSLと同様に”サーバ証明書”が必要.一方,クライアントにはサーバ証明書が ・EAP-TLS(お互いに証明書を交換する) PR
1.SPIとは
・Serial Peripheral Interface の略 ※メーカーの呼び方でSSI(Serial Synchronous Interface)とも呼ばれることもあるが, SPIの方が一般的です. SPIは、米国モトローラ社(現在フリースケール社)が提唱する3線式の同期式シリアル通信インターフェースです。 ・方式 (1)同期シリアル通信,3線式 ※データ出力信号SDO、データ入力信号SDI、クロック信号SCKの3本の信号で通信します。 ※シリアル・クロックSCKは単方向の信号で、マスタは出力、スレーブは入力です。 データの入出力信号はSDI(入力)とSDO(出力)の2つあり、それぞれ単方向の信号です。したがって、マスタとスレーブを接続する際は、マスタのSDIはスレーブのSDO、マスタのSDOはスレーブのSDIというようにクロス結線にする必要があります。 その他、スレーブ・セレクト信号SSはマスタが出力、スレーブが入力で、“L”レベルでアクティブ(選択状態)となります。複数のスレーブを接続する場合はマスタには複数のSS信号出力が必要で、スレーブ選択時は複数の中の一つだけがアクティブになります。 (2)通信機器同士がマスタ・スレーブという主従関係にあり,同一バス上に 複数のデバイスが容易に接続できる. ※基本的にはマスタ・デバイス一つに対してスレーブ・デバイスが一つが接続されるような形になりますが、スレーブ選択する信号(SS)をマスタからスレーブへ与えることで、複数のスレーブをバス接続することもできます。 ・仕組み SPIの原理はシフト・レジスタの原理そのものです。送信出力部はパラレル→シリアル変換型のシフト・レジスタで作られていて、マスタが生成するシフト・クロック(SCK;シリアル・クロック)でパラレル・データがシリアル信号に変換されます。一つのクロックで1ビット分の信号が出力されます。 受信部は、シリアル→パラレル変換型のシフト・レジスタで作られています。送信側から送られてきたシリアル信号を、マスタが生成するシフト・クロックでサンプリングして、パラレル・データに変換します。 ※シフトレジスタのMSBから出力する. ・通信速度 通信レートの規定はないようです.Max.1.5Mbpsほど. ・他の方式との比較 I2Cも,SPIと同様に同期式シリアルです.ただこっちは,スレーブのセレクトに アドレス指定で行います.あと,データ線(SDA)が双方向です. 通信レートには、標準モード(最大100kbps)とファースト・モード(最大400kbps)、高速モード(最大3.4Mbps)の三つが規定されています。
SNMPで管理されるネットワーク機器が、自分の状態を外部に知らせるために公開する情報のこと。RFC 1156として規定されているMIB1と、RFC 1213で規定されているMIB2があり、現在では後者を使うのが一般的。
TCP/IPネットワークにおいて、ルータやコンピュータ、端末など、ネットワークに接続された通信機器をネットワーク経由で監視・制御するためのプロトコル。制御の対象となる機器はMIBと呼ばれる管理情報データベースを持っており、管理を行なう機器は対象機器のMIBに基づいて適切な設定を行なう。 ・SerDes Framer Interface is abbreviated as SFI. Some commonly used SFI variants include: SerDes Framer Interface Level 5 or SFI-5 is a standardized Electrical Interface standard by the OIF for connecting a Sonet Framer component to an optical SerDes for OC-768 (40 Gbit/s).[1] Electrically, it consists of 16 pairs of SerDes channels each running at 3.125Gbit/s which gives an aggregate bandwidth of 50Gbit/s accommodating up to 25% of Forward Error Correction
・SingleCopyBroadcast
P2PEの例外として,下り通信に関してブロードキャ ストLLIDと呼ばれる特別なLLIDが定義されています. ONUは受信フレームがブロードキャストLLIDを持つ場合 は,無条件にそのフレームを取り込みます.メディアコ ンバータ(MC: Media Converter)などのP2Pシステム でブロードキャストフレームやマルチキャストフレーム を転送する際には,転送対象となるMCの数だけフレーム をコピーしてから個別にMCに送る必要があるため,コ ピーに処理時間を要し,帯域使用効率が低下するという問 題がありました.一方,GE-PONシステムではブロード キャストLLIDを使うことによりフレームをコピーするこ となく全ONUに転送可能なため,下り同報配信に適した システムであるといえます. 3. Multicast Distribution Technology One of the important factors in the triple-play ser- vice with GE-PON will be video distribution using mul- ticast technology. In addition to the LLID allocated to each ONU as introduced in Chapter 2, broadcast LLID defined for GE-PON allows all of the logical links to receive data. Broadcasting without frame-copying is enable to utilize the broadcast LLID. This method is called the SCB (Single Copy Broadcast) method and is used for multicast distribution based on the broadcast LLID as shown in Figure 4. In this case, frame filters above the RS layer should be implemented on the ONU as the multicast frame is distributed to all of the ONU. Notwithstanding the above, a certain means to effi- ciently and surely send frames to only the ONUs within the multicast group and a method to distribute encryp- tion keys for multicasting is essential for the establish- ment of secure multicast distribution. Multicast distribution requires filters to be installed on the ONUs so that only the ONUs within the multicast group receive the broadcast frames forwarded to all of the ONUs. For this particular purpose, we propose a method of group identification that combines the group control information with encryption technology. The encryption keys for multicasting are generated on the basis of the group control information by the OLT and shared by multiple ONUs that belong to a certain group. Any ONUs without the key cannot decrypt the data. In other words, multicast frames encrypted by means of the key are filtered at the ONUs which are not included in the multicast group. When the delivered frames are encrypted in this manner, the encryption function can also serve as identifiers. It must be noted, however, that encryption keys in the case of applying the encryption method to multicast communication should preferably be generated and delivered to ONUs by the OLT as shown in Figure 5, because the group control is executed on the OLT. Furthermore, use of a different encryption key (such as an encryption key for the existing unicast distribution) for the encryption of the encryption key information for multicast, as shown in Figure 6, can provide a safe means of communication with the ONUs. In this way, efficient and secure multicast distribu- tion systems can be realized by combining the SCB technology, which is one of the features of PON, with encryption technology and the group control method. With the recent remarkable progress in the infor- mation infrastructure, optical access service strategies based on the GE-PON for FTTH implementation are increasingly being introduced. Mitsubishi will continue aaaa to develop technologies for GE-PON systems to con- tribute to the use of FTTH in the future.
次のページ>>
|
カレンダー
カテゴリー
フリーエリア
最新コメント
最新記事
最新トラックバック
プロフィール
HN:
No Name Ninja
性別:
非公開
ブログ内検索
P R
カウンター
カウンター
カウンター
|