スライド タイトルなし

Size: px
Start display at page:

Download "スライド タイトルなし"

Transcription

1 (8) - (1) IETF SIP/SDP katto@katto.comm.waseda.ac.jp

2 (TCP/IP ) AV ( ) AV RTCP ( ) ( ) ( )

3

4 ( ) SMIL RTP / RTCP ( ) HTTP UDP (TCP) TCP (UDP) IP

5 (1) ISDN PHS Q.931 SS7 Q.931 SETUP ( ) CALLPROC ALERT ( ) CONNECT ( ) IAM ( ) SETUP ( ) ALERT ( ) ACM ( ) ANM ( ) CONNECT ( ) DISC ( ) REL ( ) REL ( ) DISC ( ) REL ( )

6 (2) ( ) ( )

7 (3) SS7 (CCITT No.7 ) SS7 ( ) ( ) ( ) Signalling System No.7

8 (1) CAP ( ) end-to-end CAP ( ) OPEN ( ) OPEN ( ) ( )

9 (2) ( ) ( ) SS7 ITU-T H.320, H.324

10 (1) ( ) ( + )

11 (2) ( ) ( ) ( ) diffserv + MPLS?

12 (3) IETF SIP/SDP, ITU-T H.323

13 (1) (1) PC-PC (2) PC- (3) -

14 (2) PC-PC

15 (3) - SS7 SS7 ( )

16 ( ) ISDN SS7 ( ) ( ) PHS ( TCP/IP ) N.A. ( )

17 IETF SIP/SDP

18 IETF IP SDP SMIL RTP / RTCP SIP HTTP UDP (TCP) TCP (UDP) IP

19 SIP (1) ( ) SIP ( ) SIP Request / Response SIP ( ) (LDAP ) (proxy) (redirect) SIP ( ) RFC2543: Session Initiation Protocol

20 SIP (2) SIP ( ) INVITE C->S MUST ACK C->S MUST INVITE OPTIONS C->S MUST BYE C->S MUST (proxy) SHOULD ( ) CANCEL C->S MUST (proxy) SHOULD ( ) REGISTER C->S RECOMMENDED RFC2543: Session Initiation Protocol

21 SIP (3) SIP ( )... HTTP/1.1 (Reason Phrases) 1xx S->C 100 : Trying 180 : Ringing 2xx S->C 200 : OK 3xx S->C 4xx S->C 5xx S->C 6xx S->C 300 : Multiple Choices 301 : Moved Permanently 302 : Moved Temporarily 305 : Use Proxy 400 : Bad Request 401 : Unauthorized 403 : Forbidden 404 : Not Found 407 : Proxy Authentication Required 500 : Internal Server Error 501 : Not Implemented 600 : Busy Everywhere RFC2543: Session Initiation Protocol

22 SIP (4) SIP-URL SIP sip : host [ : port ] ( ; url-parameters) or (IP + ) sip: j.doe@big.com sip: j.doe@big.com;transport=tcp sip: j.doe@big.com;maddr= ;ttl=15 sip: :1234@gateway.com;user=phone sip: alice@register.com;method=register RFC2543: Session Initiation Protocol

23 SIP (5) SIP (1) SIP-URL SIP/2.0 Request = Method space Request-URI space SIP-Version CRLF * ( general-header request-header entity-header ) CRLF [ message-body ] SIP/2.0 Response = SIP-version space Status-Code space Reason-Phrase CRLF *( general-header response-header entity-header ) CRLF [ message-body ] RFC2543: Session Initiation Protocol

24 SIP (6) SIP (2) general-header = Accept Accept-Encoding Accept-Language Call-ID Contact CSeq Date Encryption Expires From Record-Route Timestamp To Via request-header = Authorization Contact Hide Max-Forwards Organization Priority Proxy-Authorization Proxy-Require Route Require Response-Key Subject User-Agent response-header = Allow Proxy-Authenticate Retry-After Server Unsupported Warning WWW-Authenticate entity-header = Content-Encoding Content-Length Content-Type message_body = Session Description (SDP: ) RFC2543: Session Initiation Protocol

25 SIP (7) (1) Client Server SDP INVITE ( ) 100 Trying 180 Ringing 200 OK SDP ACK ( ) BYE 200 OK

26 SIP (8) (2) Client Server C->S: INVITE SIP/2.0 Via: SIP/2.0/UDP kton.bell-tel.com From: A. Bell To: T. Watson Call-ID: CSeq: 1 INVITE Subject: Mr. Watson, come here. Content-Type: application/sdp Content-Length:... v=0 o=bell IN IP s=mr. Watson, come here. c=in IP4 kton.bell-tel.com m=audio 3456 RTP/AVP SDP SDP INVITE ( ) 100 Trying 180 Ringing 200 OK ACK ( ) SDP S->C: SIP/ Trying Via: SIP/2.0/UDP kton.bell-tel.com From: A. Bell <sip:a.g.bell@bell-tel.com> To: T. Watson <sip:watson@bell-tel.com> ;tag= Call-ID: @kton.bell-tel.com CSeq: 1 INVITE Content-Length: 0 BYE 200 OK RFC2543: Session Initiation Protocol

27 SIP (9) (3) Client Server S->C: SIP/ Ringing Via: SIP/2.0/UDP kton.bell-tel.com From: A. Bell To: T. Watson ;tag= Call-ID: CSeq: 1 INVITE Content-Length: 0 SDP INVITE ( ) 100 Trying 180 Ringing S->C: SIP/ OK Via: SIP/2.0/UDP kton.bell-tel.com From: A. Bell <sip:a.g.bell@bell-tel.com> To: <sip:watson@bell-tel.com> ;tag= Call-ID: @kton.bell-tel.com CSeq: 1 INVITE Contact: sip:watson@boston.bell-tel.com Content-Type: application/sdp Content-Length:... v=0 o=watson IN IP s=i'm on my way c=in IP4 boston.bell-tel.com m=audio 5004 RTP/AVP 0 3 SDP 200 OK ACK ( ) BYE 200 OK SDP RFC2543: Session Initiation Protocol

28 SIP (10) (4) Client Server C->S: ACK SIP/2.0 Via: SIP/2.0/UDP kton.bell-tel.com From: A. Bell To: T. Watson ;tag= Call-ID: CSeq: 1 ACK SDP INVITE ( ) 100 Trying 180 Ringing ( ) C->S: BYE sip:watson@boston.bell-tel.com SIP/2.0 Via: SIP/2.0/UDP kton.bell-tel.com From: A. Bell <sip:a.g.bell@bell-tel.com> To: T. A. Watson <sip:watson@bell-tel.com> ;tag= Call-ID: @kton.bell-tel.com CSeq: 2 BYE 200 OK ACK ( ) BYE SDP 200 OK RFC2543: Session Initiation Protocol

29 ACK SIP (11) A INVITE OK INVITE OK REGISTER ( ) query OK response INVITE INVITE OK B SIP

30 ACK A SIP (12) INVITE INVITE B moved OK moved OK INVITE INVITE OK INVITE SIP REGISTER ( ) query moved response INVITE SIP

31 SDP (1) SDP SDP (IP ) ( ) RTP RFC2347: Session Description Protocol

32 SDP (2) Session description Time description Media description v= (protocol version) o= (owner/creator and session identifier). s= (session name) i=* (session information) u=* (URI of description) e=* ( address) p=* (phone number) c=* (connection information - not required if included in all media) b=* (bandwidth information) One or more time descriptions z=* (time zone adjustments) k=* (encryption key) a=* (zero or more session attribute lines) Zero or more media descriptions t= (time the session is active) r=* (zero or more repeat times) m= (media name and transport address) i=* (media title) c=* (connection information - optional if included at session-level) b=* (bandwidth information) k=* (encryption key) a=* (zero or more media attribute lines) RFC2347: Session Description Protocol

33 SDP (3) SDP v=0 o=katto IN IP s=sdp Sample i=sdp Sample Description (Jiro Katto) c=in IP /127 t= a=recvonly m=audio RTP/AVP 0 m=video RTP/AVP 96 a=rtpmap:96 MP4V-ES/90000 a=fmtp:96 profile-level-id=1 Version Origin Session Name Information Address Connection Time Attributes Media Media Attribute Attribute (0) ID ( ) ( ) ( RTP ) ( RTP ) ( ) ( ) RFC2347: Session Description Protocol

34 SDP (4) RTP PT PT encoding audio/video clock rate channels (packet type) name (A/V) (Hz) (audio) 0 PCMU A G721 A GSM A PCMA A G722 A MPA A G728 A JPEG V H261 V MPV V MP2T AV dynamic

35 SDP (5) (MPEG-4 Visual ) / Simple Profile/Level 1, rate=90000 (90kHz) m=video 49170/2 RTP/AVP 98 a=rtpmap:98 MP4V-ES/90000 a=fmtp:98 profile-level-id=1;config=000001b b PT (96 127) Core Profile/Level 2, rate=90000 (90kHz) m=video 49170/2 RTP/AVP 98 a=rtpmap:98 MP4V-ES/90000 a=fmtp:98 profile-level-id=34 MIME / [/ ] Advance Real Time Simple Profile/Level 1, rate=90000 (90kHz) m=video 49170/2 RTP/AVP 98 a=rtpmap:98 MP4V-ES/90000 a=fmtp:98 profile-level-id=145

36 SDP (6) SDP SIP (Session Initiation Protocol) RTSP (Realtime Streaming Protocol) SAP (Session Announcement Protocol) MEGACO (Media Gateway Control Protocol) (offer/answer) (retrieval) (announcement) (gateway control)

37 SIP/SDP ethereal

38 (1) SIP INVITE SIP ( ) INVITE SIP ( ) SIP ( ) or

39 (2) RTP v=2 P X CSRC M SSRC CSRC (list) ( ) CSRC CSRC CSRC SSRC ( 16) SSRC

40 (3) SSRC#1 SSRC#2 SSRC#M SSRC#N MCU ( ) SSRC#k SSRC#k NAT

41 SDPng

42 SDPng (1) SDP XML SDPng SDP Definitions Session Potential / Actual Configurations Media Constraints Session Attributes

43 SDPng (2) Definitions: <def> <audio:codec name="audio-basic" encoding="pcmu" sampling="8000" channels="1"/> <audio:codec name="audio-l16-mono" encoding="l16" sampling="44100" channels="1"/> <rtp:pt name="rtp-avp-0" pt="0" format="audio-basic"/> <rtp:pt name="rtp-avp-11" pt="11" format="audio-l16-mono"/> </def>

44 SDPng (3) Configurations: Definitions <cfg> <component name="interactive-audio" media="audio"> <alt name="avp-audio-0"> <rtp:session format="rtp-avp-0"> <rtp:udp addr=" " rtp-port="7800" rtcp-port="7801"/> </rtp:session> </alt> <alt name= AVP-audio-11"> <rtp:session format="rtp-avp-11"> <rtp:udp addr=" " rtp-port="7800" rtcp-port="7801"/> </rtp:session> </alt> </component> </cfg>

45 SDPng (4) Constraints: Configurations <constraints> <par> <use-alt ref="avp-audio-0" max="5"> <use-alt ref="avp-video-32" max="1"> </par> </constraints> AVP-audio-0 (PCMU) 5 AVP-video-32 (MPEG Video) 1

46 SDPng (5) Session Attributes: <conf> <owner id="foobar" version="1" nettype="in" addrtype="ip4" addr=" "/> <session name="an SDPng seminar"> This seminar is about SDPng... <info xlink:href=" <contact <contact </session> <time start=" " stop=" "> <repeat interval="7d" duration="1h"/> <repeat interval="7d" duration="1h" offset="25h"/> </time> <info name="interactive-audio" function="speaker"> Audio stream for the different speakers </info> </conf>

47 SDPng (6) SIP/SDPng SDPng INVITE SIP/2.0 From: A <sip:a@example.com> To: B <sip:b@example.com> Call-ID: 1234@hostA.example.com CSeq: 1 INVITE Contact: <sip:usera@ > Content-Type: application/sdpng Content-Length: 685 <def> <audio:codec name="audio-basic" encoding="pcmu" sampling="8000" channels="1"/> <rtp:pt name="rtp-avp-0" pt="0" format="audio-basic"/> </def> <cfg> <component name="interactive-audio" media="audio"> <alt name="avp-audio-0"> <rtp:session format="rtp-avp-0"> <rtp:udp role="receive" endpoint="a" addr=" " rtp-port="7800"/> </rtp:session> </alt> </component> </cfg> <conf> <owner user="a@example.com" id=" " version="1" nettype="in" addrtype="ip4" addr=" "/> <session name="sdpng questions"> </session> <info name="interactive-audio" function="voice"> Telephony media stream </info> </conf> SDPng Client INVITE ( ) 100 Trying 180 Ringing 200 OK ACK ( ) BYE 200 OK Server SDPng

48 SDPng (7) SDPng stream server SDPng + SDPng stream SDPng SDPng SDPng SDPng metadata server MPEG-7 Semantic Web SDPng...

スライド タイトルなし

スライド タイトルなし (8 - (1 (SIP E-Mail: katto@waseda.jp (TCP/IP AV ( ( AV RTCP SMIL RTP / RTCP ( HTTP UDP (TCP TCP (UDP IP ( ( ( (1 ISDN PHS Q.931 SS7 Q.931 (2 ( SETUP ( IAM ( SETUP ( CALLPROC ALERT ( ACM ( ALERT ( CONNECT

More information

スライド タイトルなし

スライド タイトルなし 画像情報特論 -IP 電話 インターネット電話 情報理工学専攻甲藤二郎 E-Mail: katto@waseda.jp IP 電話 IP 電話 統計資料 IP 電話 (830 万 ) Feb.2006 総務省資料 IP 電話 統計資料 Mar.2006 総務省資料 音声通話品質評価指 クラス A クラス B クラス C R 値 (ITU-T G.107) >80 >70 >50 end-end 遅延

More information

TS-1009

TS-1009 TS-1009 Technical Specification on Call Interface for SDP Media Negotiation through Provider s SIP Networks(MPEG4-Visual) 2005 8 10 THE TELECOMMUNICATION TECHNOLOGY COMMITTEE 2 3 4 1.0 2005 8 10 [1] "SIP:

More information

図解でわかるVoIPのすべて - IP電話の技術から構築まで -

図解でわかるVoIPのすべて - IP電話の技術から構築まで - VoIP VoIP 2003 2003 9 10 1 IP VoIP VoIP 11301J101 VoIP(Voice over Internet Protocol) VoIP IP IP IP 3 1. IP 2. VoIP 3. QoS 4. IP 4 IP IP 5 1.1 IP IP IP IP VoIP VoIP 6 1.2 IP - - - - - 7 1.2 IP - - - - 8

More information

スライド タイトルなし

スライド タイトルなし 画像情報特論 (8) - セッション制御 (1) インターネット電話 (SIP と H.323) 2004.06.18 情報ネットワーク専攻甲藤二郎 E-Mail: katto@waseda.jp シグナリング シグナリング 前回までの講義項目 (TCP/IP+ ディジタル圧縮 + アダプテーション ) に従って インターネット AV プロトタイプは作成可能 ( メディアレベル ) キャプチャ &

More information

企業SIP網Q-sig⇔SIP間インタフェース仕様

企業SIP網Q-sig⇔SIP間インタフェース仕様 JJ-22.09 企業 SIP 網におけるマルチメディア ( 画像 ) 接続に関する技術仕様 Technical Specifications on multimedia-connection Between Private SIP Networks 第 1 版 2010 年 5 月 26 日制定 社団法人情報通信技術委員会 THE TELECOMMUNICATION TECHNOLOGY COMMITTEE

More information

スライド タイトルなし

スライド タイトルなし (10) - (3) IETF RTSP 2002.06.25 E-Mail: katto@katto.comm.waseda.ac.jp (1) & WWW cf. CDN (Content Delivery Network) (2) WWW (3) HTTP WWW (1) (1) HTTP HTTP ( HTTP ) (HTTP ) (SureStream ) (TCP ) HTTP (RTSP,

More information

untitled

untitled 1 2 4/12 4/19 (1) 3 4 5 4/26 5/10 5/17 (2) 4 6 7 8 9 10 11 12 5/24 5/31 6/7 6/14 6/21 6/28 7/5 (1) (2) 13 7/12 Unicast Broadcast Multicast 1 1 Video/Audio broadcast (TV/adio etc.) Video Conferencing DVTS

More information

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ 2 : TCP/IP : HTTP HTTP/2 1 / 22 httpget.txt: http.rb: ruby http get Java http ( ) HttpURLConnection 2 / 22 wireshark httpget.txt httpget cookie.txt ( ) telnet telnet localhost 80 GET /index.html HTTP/1.1

More information

VoIPチュートリアル

VoIPチュートリアル VoIP Tutorial 2002. 7.26 Y.Tanaka / JT 0. VoIP EX PSTN EX VoIP GW IP Network GW IP VoIP (Voice over IP) cf. IP (IP Telephony) VoIP TS: Time Slot TS VoIP IP / HLR fixed network EX mobile network EX 090-...

More information

SIP SDP(Session Description Protocol) RTSP(Real-time Streaming Protocol) RTP(Real-time Transport Protocol) IP 1 [1] 1: IP RTP(Real-Time RFC1889 Transf

SIP SDP(Session Description Protocol) RTSP(Real-time Streaming Protocol) RTP(Real-time Transport Protocol) IP 1 [1] 1: IP RTP(Real-Time RFC1889 Transf C4 higa@comm.eng.osaka-u.ac.jp 1 IP 1.1 1. IP IP 2. 1.2 1.2.1 IP IP (Internet Protocol telephone) IP VoIP(Voice over Internet Protocol) IP IP (Network Access Control) IP IP (Call Control) (Terminal Control)

More information

untitled

untitled 6 1 2 3 4 5 6 7 8 9 10 11 12 13 4/12 4/19 4/26 5/10 5/17 5/24 5/31 6/7 6/14 6/21 6/28 7/5 7/12 (1) (2) (1) (2) VoIP YahooBB TV YahooBBTV 3Mbps RealTime-NTT BB VoIP VoD YahooBBTV KDDI TV Sharecast VoIP

More information

untitled

untitled SIP SIP ( ) www.softfront.co.jp sakaguchi@softfront.co.jp 2004/12/02 2004 Softfront. All rights reserved. 030618 v1.0 SIP 1 SIP Session Initiation Protocol IETF Internet Engineer Task Force) SMTP HTTP

More information

17 Multiple video streams control for the synchronous delivery and playback 1085404 2006 3 10 Web IP 1 1 1 3,,, i Abstract Multiple video streams control for the synchronous delivery and playback Yoshiyuki

More information

ITU-T H.323 ( 続き )

ITU-T H.323 ( 続き ) 画像情報特論 (11) - インターネット電話の実際 (2) ITU-T H.323 と IETF SIP/SDP 2001.06.26 電子情報通信学科甲藤二郎 E-Mail: katto@katto.comm.waseda.ac.jp ITU-T H.323 ( 続き ) H.323 のシステム制御プロトコル Q.931 H.245 RAS 音声 ビデオ 制御 データ G.72X H.26X RTCP

More information

SIP について 渡邊研究室三浦健吉

SIP について 渡邊研究室三浦健吉 本資料について 本資料は下記書籍を基にして作成されたものです 文章の内容の正確さは保障できないため 正確な知識を求める方は原文を参照してください 題目 : マスタリング TCP/IP SIP 編 著者 : Henry Sinnreich, Alan B. Johnston 訳者 : 阪口克彦 発行日 : 2002/10 出版社 : オーム社 1 SIP について 渡邊研究室三浦健吉 SIP(Session

More information

スライド 1

スライド 1 ACK) DCCP 11 or A B A B 1 or E E B B A C A C D D NFS, TFTP, SNMP DNS, Real Time Audio / Video Broadcast / Multicast Application Real-time Transport ProtocolRTP RTP Control ProtocolRTCP Session Initiation

More information

IP-PBX Group SIP による IP-PBX 相互接続試験の実施 PBX テレコムサーバ相互接続試験実施連絡会中平猛

IP-PBX Group SIP による IP-PBX 相互接続試験の実施 PBX テレコムサーバ相互接続試験実施連絡会中平猛 SIP による IP-PBX 相互接続試験の実施 2013. 2. 1 PBX テレコムサーバ相互接続試験実施連絡会中平猛 相互接続試験実施連絡会の経緯 1980 年代以降 複数メーカ ( マルチベンダ ) の PBX で構成される企業通信ネットワークが 共通線信号方式に代表される高度化ネットワークに発展異メーカ PBX 間の相互接続性が課題 高度化する通信ネットワークでの PBX の相互接続性を確保するため

More information

SIP概要説明資料

SIP概要説明資料 NGN 時代の重要プロトコル Session Initiation Protocol() 概要資料 2008 年 3 月 31 日初版 日本電気株式会社 第二システムソフトウェア事業部 目次 とは は双方向のプロトコル URIの書き方 のトランスポートプロトコル のメッセージ構造 のリクエストメソッドとレスポンスコード SDP ダイアログ セッション メディア トランザクション ネットワークの構成

More information

2004 3

2004 3 JAIST Reposi https://dspace.j Title 様々なデータを扱えるストリーミング技術を用いて機 器間の通信 制御を行う研究 Author(s) 明壁, 祐基 Citation Issue Date 2004-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/1806

More information

untitled

untitled ()IP OSI ( ) (TCP/IP)TCP UDP ( ) IP + IP TCP / Web TCP/UDP IP / LAN IM xdsl/ () (FAX) 6bit(6556) FAX FAX ( ) UDP/TCP UDP(User Datagram Protocol) CL (Connectionless) TCP(Transmission Control Protocol) CO

More information

目次 1. SIP トランクとは 3 2. 設定例 Asterisk でのアカウント設定例 : Asteriskでのグループごとに同時通話数を制限する設定例 : Trixboxでのアカウント設定例 : ユニーク設定例

目次 1. SIP トランクとは 3 2. 設定例 Asterisk でのアカウント設定例 : Asteriskでのグループごとに同時通話数を制限する設定例 : Trixboxでのアカウント設定例 : ユニーク設定例 SIP トランク IP-PBX 接続マニュアル (Asterisk/TRIXBOX) Ver2.0.8 2017/07/19 更新 Ver2.0.7 2016/02/04 更新 Ver2.0.6 2015/09/17 更新 Ver2.0.5 2015/08/04 更新 Ver2.0.4 2015/07/08 更新 Ver2.0.3 2015/06/09 更新 Ver2.0.2 2015/06/08

More information

PowerPoint Presentation

PowerPoint Presentation < 添 付 2> Asterisk の IPv6 対 応 について 2012 年 12 月 3 日 公 開 IPv6 普 及 高 度 化 推 進 協 議 会 IPv4/IPv6 共 存 WG アプリケーションのIPv6 対 応 検 討 SWG Asteriskは 米 国 Digium 社 の 登 録 商 標 または 商 標 です そのほかの 記 載 の 会 社 名 製 品 名 は それぞれの 会 社

More information

21 VoIP An encrypted VoIP communication system for mobile telephones

21 VoIP An encrypted VoIP communication system for mobile telephones 21 VoIP An encrypted VoIP communication system for mobile telephones 1095702 2010 3 4 VoIP, IP., IP, VoIP(Voice over Internet Protocol)., VoIP,., VoIP over SSL(VoIPs), VoIPs.,,.,, VoIP., LAN VoIP. LAN

More information

TTC技術書

TTC技術書 JJ-20.24 Private Integrated Services Network(PISN)- Signalling protocols for IP-based connections as Inter-PINX Connections 2003 4 23 THE TELECOMMUNICATION TECHNOLOGY COMMITTEE ...5...6...6...6...7...7...7...7...7...7...7...7...7...7

More information

NAT-f SIP NAT 1 1, 2 1 IP SIP NAT NAT NAT NAT-f NAT-free protocol NAT-f SIP Session Initiation Protocol NAT-f SIP NAT Researches on NAT traversal for

NAT-f SIP NAT 1 1, 2 1 IP SIP NAT NAT NAT NAT-f NAT-free protocol NAT-f SIP Session Initiation Protocol NAT-f SIP NAT Researches on NAT traversal for NAT-f SIP NAT 1 1, 2 1 IP SIP NAT NAT NAT NAT-f NAT-free protocol NAT-f SIP Session Initiation Protocol NAT-f SIP NAT Researches on NAT traversal for SIP utilizing NAT-f Kenkichi Miura, 1 Hidekazu Suzuki

More information

技術参考資料

技術参考資料 技術参考資料 FUSIN IP-Phone SIP インタフェース 第 3.3 版 2016 年 4 月 1 日 楽天コミュニケーションズ株式会社 まえがき 本技術参考資料は 楽天コミュニケーションズ株式会社 ( 以下 楽コム という ) の IP 通信網設備について その構成 これに接続される端末機器等とのインタフェース条件について説明したもので IP 電話サービスを提供する為の端末機器等を設計

More information

(SNI) 1.0 1...3 2...6 3...7 4...9 4.1... 9 4.1.1... 9 4.1.2... 10 4.1.3... 10 4.2... 11 5...12 5.1 1... 12 5.1.1... 12 5.1.2... 13 5.2 2... 13 5.2.1 MAC... 13 5.2.2 ARP... 14 5.3 3... 14 5.3.1 IPv4...

More information

平成18年度電気関係学会東海支部連合大会

平成18年度電気関係学会東海支部連合大会 NTMobile における SIP 通信の実現手法 吉岡正裕 *, 鈴木秀和, 内藤克浩, 渡邊晃 ( 名城大学, 三重大学 ) Proposal of SIP-based Communications based on NTMobile Masahiro Yoshioka, Hidekazu Suzuki, Katsuhiro Naito, Akira Watanabe ( Meijo University,

More information

HTTPの 規 格

HTTPの 規 格 第 5 回 の 内 容 HTTPの 規 格 HTTPメッセージの 基 本 HTTPの 規 格 HTTPの 規 格 Internet Engineering Task Force (IETF) Request for Comments (RFC) 年 バージョン RFC 1996 年 HTTP/1.0 RFC 1945 Hypertext Transfer Protocol -- HTTP/1.0 1997

More information

そもそも SIP とは?

そもそも SIP とは? SIP 入門 ~ プロトコル概要から SIP の適用 将来像まで ~ Internet Week 2003( 公開用 ) ( 株 ) ソフトフロント www.softfront.co.jp 取締役阪口克彦 sakaguchi@softfront.co.jp 2003/12/03 2003 Softfront. All rights reserved. 030618 v1.0 そもそも SIP とは?

More information

Mac OS X Server QuickTime Streaming Server 5.0 の管理(バージョン 10.3 以降用)

Mac OS X Server QuickTime Streaming Server 5.0 の管理(バージョン 10.3 以降用) Mac OS X Server QuickTime Streaming Server 5.0 Mac OS X Server 10.3 apple Apple Computer, Inc. 2003 Apple Computer, Inc. All rights reserved. QuickTime Streaming Server Apple Apple Computer, Inc. Apple

More information

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker Centric Manager IT Service

More information

Copyright(c) 2006 Copyright(c) 2006 Copyright(c) 2006

Copyright(c) 2006 Copyright(c) 2006 Copyright(c) 2006 Copyright(c) 2006 Copyright(c) 2006 Copyright(c) 2006 Copyright(c) 2006 Copyright(c) 2006 Copyright(c) 2006 IP (SNI) 1.0 1...3 2...6 3...7 4...9 4.1... 9 4.1.1... 9 4.1.2... 10 4.1.3... 10 4.2... 11 5...12

More information

Merging と AES67 ディバイスの設定

Merging と AES67 ディバイスの設定 Merging と AES67 ディバイスの設定 Configure Merging and AES67 devices AES67 interoperability with Non-Merging interface AES が X-192 グループの調査結果を批准した結果 ネットワーク上でリアルタイムオーディオストリームを送信するデバイスの相互運用性に関する AES67 の提案を発表しました

More information

(11) - CDN 2002.07.02 E-Mail: katto@katto.comm.waseda.ac.jp n n n 1 ( ) (a) ( ) (b) IP (1) (S,G): S: G: IGMP Join/Leave D 224.0.0.0 239.255.255.255 IP (2) Shortest Path Tree Shared Tree Shortest Path

More information

Microsoft Word - JJ-22.03v1.doc

Microsoft Word - JJ-22.03v1.doc JJ-22.03 企業 SIP 網間におけるユーザ固有情報転送サービスに関する技術仕様 Technical Specification on user Information Interface between Private SIP Networks 第 1 版 2007 年 8 月 27 日制定 社団法人情報通信技術委員会 THE TELECOMMUNICATION TECHNOLOGY COMMITTEE

More information

インターネットで個人放送局を開くには (1)

インターネットで個人放送局を開くには (1) (2) How to open personal broadcasting system on the Internet (2) by Jiro Katto (Department of Electronics, Information and (D-HTML MHEG MPEG-4 ) W3C (World Wide Web Consortium) SMIL (Synchronized Multimedia

More information

GA-1190J

GA-1190J GA-1190J 1 1. 2. 3. 4. 2 5. 3 PDF 4 PDF PDF PDF PDF PDF PDF PDF PDF 5 6 ...1...2...4 1...12 2...16...18 3...22 PCL/PS...23 4...26 5...30 ETHERNET...31 TCP/IP...33 IPX/SPX...38 AppleTalk...40 HTTP...42

More information

TCP/IP Internet Week 2002 [2002/12/17] Japan Registry Service Co., Ltd. No.3 Internet Week 2002 [2002/12/17] Japan Registry Service Co., Ltd. No.4 2

TCP/IP Internet Week 2002 [2002/12/17] Japan Registry Service Co., Ltd. No.3 Internet Week 2002 [2002/12/17] Japan Registry Service Co., Ltd. No.4 2 Japan Registry Service Co., Ltd. JPRS matuura@jprs.co.jp Internet Week 2002 [2002/12/17] Japan Registry Service Co., Ltd. No.1 TCP IP DNS Windows Internet Week 2002 [2002/12/17] Japan Registry Service

More information

目次 1. SIP トランク 2 とは 3 2. お客様管理ページでの購入 設定 6 3. お客様 IP-PBXでの設定例 13 Asteriskでのアカウント設定例 : 13 Aspire Xでのアカウント設定例 : 技術資料 33 2

目次 1. SIP トランク 2 とは 3 2. お客様管理ページでの購入 設定 6 3. お客様 IP-PBXでの設定例 13 Asteriskでのアカウント設定例 : 13 Aspire Xでのアカウント設定例 : 技術資料 33 2 SIP トランク 2 IP-PBX 接続マニュアル (Asterisk/Aspire X) Ver1.1.3 2017/4/4 Ver1.1.4 2017/4/18 目次 1. SIP トランク 2 とは 3 2. お客様管理ページでの購入 設定 6 3. お客様 IP-PBXでの設定例 13 Asteriskでのアカウント設定例 : 13 Aspire Xでのアカウント設定例 : 22 4. 技術資料

More information

15群(○○○)-8編

15群(○○○)-8編 S1 群 ( 情報環境とメディア )- 6 編 ( 次世代ネットワーク ) 4 章 SIP,IMS と品質基準 ( 執筆者 : 大羽巧 )[2009 年 12 月受領 ] 概要 NGN の PSTN/ISDN シミュレーションサービスを実現するためには,IP マルチメディアサブシステム (IMS:IP Multimedia Subsystem) が用いられる.IMS においては, 一定時間継続する音声や映像などの通信を

More information

目次 1. SIP トランク 2 とは 3 2. お客様管理ページでの購入 設定 6 3. お客様 IP-PBXでの設定例 13 Asteriskでのアカウント設定例 : 13 Aspire Xでのアカウント設定例 : 技術資料 33 2

目次 1. SIP トランク 2 とは 3 2. お客様管理ページでの購入 設定 6 3. お客様 IP-PBXでの設定例 13 Asteriskでのアカウント設定例 : 13 Aspire Xでのアカウント設定例 : 技術資料 33 2 SIP トランク 2 IP-PBX 接続マニュアル (Asterisk/Aspire X) Ver1.1.3 2017/4/4 Ver1.1.4 2017/4/18 Ver1.1.5 2017/11/28 目次 1. SIP トランク 2 とは 3 2. お客様管理ページでの購入 設定 6 3. お客様 IP-PBXでの設定例 13 Asteriskでのアカウント設定例 : 13 Aspire Xでのアカウント設定例

More information

ict7.key

ict7.key WebHTTP World Wide Web DNS port: 80 / 443 WWW URL/URI(Uniform Resource Locator/Identifier) HTTP(Hyper Text Transfer Protocol) Web HTML(Hyper Text Markup Language). URL(Uniform Resource Locator) URL = :

More information

R70_Software_Manual_JP1.3

R70_Software_Manual_JP1.3 R70 Ethernet CAN (1.3 JP) R70 Ethernet CAN Version 1.3 JP, 08/2008, DOC01816 Copyright 2008 by d&b audiotechnik GmbH; all rights reserved. d&b audiotechnik GmbH Eugen-Adolff-Strasse 134, D-71522 Backnang,

More information

Microsoft Word - SIP-MPEG4相互接続試験実施要領v1.4.0-J DOC

Microsoft Word - SIP-MPEG4相互接続試験実施要領v1.4.0-J DOC SIP/MPEG-4 マルチメディア通信システム 相互接続試験実施要領 HATS 推進会議 ( 高度通信システム相互接続推進会議 ) マルチメディア通信相互接続試験実施連絡会 2/21 SIP/MPEG-4 マルチメディア通信システム相互接続試験実施要領 改訂履歴 版 改訂年月日 改訂内容 担当 1.0 2005/10/19 初版制定 仲林 1.1 2005/12/9 判定基準 問題発生時の取り扱いを明記

More information

Microsoft Word - (修正)101.BLU-103のVoIP設定方法.docx

Microsoft Word - (修正)101.BLU-103のVoIP設定方法.docx BLU-103 の VoIP 設定方法 1 / 7 BLU-103 の VoIP 設定方法 BLU-103 では SIP サーバ (IP 電話サーバ ) として Cisco Unified Communications Manager や Asterisk が使用できます 最低限必要な設定項目 VoIP ネットワーク Connection Type(Static を推奨します ) (CISCO の場合

More information

インターネットで個人放送局を開くには (1)

インターネットで個人放送局を開くには (1) (3) How to open personal broadcasting system on the Internet (3) by Jiro Katto (Department of Electronics, Information and Communication Engineering, School of Science and Engineering, WASEDA University)

More information

JJ-90

JJ-90 Table 1 Message types added to ITU-T Recommendation Q.763 Message type Abbreviation Reference Code Comments Charge information CHG 4-30/JT-Q763 11111110 The description of a Charge information message

More information

SIP を使った簡単な通話 ( とりあえず試してみよう ) 相手 IP アドレスがわかっており ネットワークに接続されているとき INVITE 200 OK SIP 端末 (MSN Messenger) SIP 端末 (YAMAHA ルータ ) SIP アド

SIP を使った簡単な通話 ( とりあえず試してみよう ) 相手 IP アドレスがわかっており ネットワークに接続されているとき INVITE 200 OK SIP 端末 (MSN Messenger) SIP 端末 (YAMAHA ルータ ) SIP アド SIP と VoIP NTTPC Communications,Inc. 波多浩昭 SIP を使った簡単な通話 ( とりあえず試してみよう ) 相手 IP アドレスがわかっており ネットワークに接続されているとき INVITE sip:hata@nttpc.co.jp 200 OK SIP 端末 (MSN Messenger) SIP 端末 (YAMAHA ルータ ) SIP アドレス sip :

More information

DVTS Consumer DV Camera IEEE1394 Cable Internet Consumer DV Deck IEEE1394 Cable DV Internet PC Internet DV PC

DVTS Consumer DV Camera IEEE1394 Cable Internet Consumer DV Deck IEEE1394 Cable DV Internet PC Internet DV PC DVTS Digital Video Transport System Akimichi@sfc.wide.ad.jp DVTS Consumer DV Camera IEEE1394 Cable Internet Consumer DV Deck IEEE1394 Cable DV Internet PC Internet DV PC DVTS Consumer DV Camera IEEE1394

More information

Macintosh HD:Users:ks91:Documents:lect:nm2002s:nm2002s03.dvi

Macintosh HD:Users:ks91:Documents:lect:nm2002s:nm2002s03.dvi 3 ks91@sfc.wide.ad.jp April 22, 2002 1 2 1. over IP ( : Voice over IP; IP Internet Protocol ) over IP??? : 2002/4/20 23:59 JST : http://www.soi.wide.ad.jp/report/ 3 32 11 (4/22 ) 4 () 3 2 1? 4 ...... A.C.

More information

ENUM 2

ENUM 2 ENUM yiwagish@cisco.com 1 ENUM 2 ENUM Products Gateway -Cisco IOS 12.2(11)T -SIP/H.323 Proxy -Cisco SIP Proxy Server DNS -CNR Activity -Patrik Fältström IETF enum WG chair Sweden/Singapore ENUM Trials

More information

FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 3.0 説明書

FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 3.0 説明書 C120-E285-10Z2 FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 3.0 - for Oracle Solaris - () FUJITSU ULTRA LVD SCSI Host Bus Adapter 3.0 SCSI/SAS SCSI/SAS HBA(Host Bus Adapter) WARNING:

More information

AsteriskのIPv6対応について

AsteriskのIPv6対応について Asterisk の IPv6 対応について エヌ ティ ティ ソフトウェア株式会社高宮紀明 Asterisk は米国 Digium 社の登録商標または商標です そのほかの記載の会社名 製品名は それぞれの会社の商標もしくは登録商標です 2 自己紹介 1999 年より IPv6 にかかわり始める 2000 年 IPv6 対応ルータを販売 第一回 TAHI プロジェクト相互接続試験に参加 USAGI

More information

ヤマハ ルーター ファイアウォール機能~説明資料~

ヤマハ ルーター ファイアウォール機能~説明資料~ 1 RT140i #1(PPP) RT105i RTA52i R (PP#) (LAN#) [NAT] R LAN LAN 2 #2() RT300i RTW65b RT140e RT105e (LAN2) R (LAN1) RTA55i R LAN LAN 3 #3(PPPoE) R (LAN#) (PP#) (PP#) LAN ISDN/ LAN 4 RT300i RT105 #4(VPN) R

More information

26 URL A study of the hand over management with the server s URL for the wearable camera streaming

26 URL A study of the hand over management with the server s URL for the wearable camera streaming 26 URL A study of the hand over management with the server s URL for the wearable camera streaming 1150382 2015 2 6 URL PC LAN (Local Area Network) LAN BS (Base Station) 1 BS LAN 2 VRaNCo (Virtual Radio

More information

untitled

untitled SIP RTP hata@sphere.ad.jp 1 VoIP 2002/122 1 VoIP SIP SIP NAT SIP PSTN IPPBX PCC IM SIP MSN1) ) 2002/12 3 2002/12 4 2 Public Switched Telephone Network Pots (Plain Old Telephone Service) Integrated Services

More information

08+11Extra

08+11Extra A - - #8 bit, Byte, Yutaka Yasuda bit : データの最小単位 1bit = 最小状態の単位 = 二進一桁 コンピュータ内部は電気配線 配線に電気が通っている いな い だけで処理 状態は2種 二値 二進 動作にうまく対応 二進一桁を配線一本で実現 0と1 二進数 で動作 の実体 1bit = 二進一桁 = 配線一本 Byte : Byte bit 8 1 Byte

More information

snortの機能を使い尽くす & hogwashも使ってみる

snortの機能を使い尽くす & hogwashも使ってみる presented by P snort hogwash snort1.8.2(3) Martin Roesch IDS IDS hogwash snort1.7 FW+NIDS 100M IP IP snort./configure;make su make install configure Flexresp database snmp snmp alert idmef xml smbalert

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS Single Sign On (Hisashi NAITO) naito@math.nagoya-u.ac.jp Graduate School of Mathematics, Nagoya University naito@math.nagoya-u.ac.jp, Oct. 19, 2005 Tohoku Univ. p. 1/40 Plan of Talk CAS CAS 2 CAS Single

More information

untitled

untitled - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - ONU IP RJ45 Ethernet ONU IP UNI - 13 - Ethernet ONU IP Ethernet ONU IP - 14 - 7 6 5 4 3 2 1 IPv6 PPPoE DHCPv6: RFC3315 / RFC3513

More information

スライド タイトルなし

スライド タイトルなし 画像情報特論 (5) - アダプテーション (1) RTP/RTCP メディア同期 情報理工学専攻甲藤二郎 E-Mail: katto@waseda.jp プロトコル階層 インターネット AV の仕組み メディアセッション制御レイアウト記述 ビデオ オーディオ SDP SMIL RTP / RTCP RTSP, SIP, SAP HTTP 等 UDP or TCP TCP IP 各種ネットワーク アダプテーション

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション NSLAB NTT 2003 1. SIP 2. 3. NAT/FW 4. QoS (PPS ) 5. Q&A NSLAB NTT 2003 2 SIP NSLAB NTT 2003 SIP IETF SIMPLE: SIP for Instant Messaging and Presence IMPP: Instant Messaging and Presence Protocol XMPP: Extensible

More information

Microsoft Word - D JP.docx

Microsoft Word - D JP.docx Application Service Gateway Thunder/AX Series vthunder ライセンスキー インストール 手順 1 1.... 3 2. vthunder... 3 3. ACOS... 3 4. ID... 5 5.... 8 6.... 8 61... 8 62 GUI... 10 2 1. 概要 2. vthunder へのアクセス 方法 SSHHTTPSvThunder

More information

VNSTProductDes3.0-1_jp.pdf

VNSTProductDes3.0-1_jp.pdf Visual Nexus Secure Transport 2005/10/18 Visual Nexus http:// www.visualnexus.com/jp/support.htm Visual Nexus Secure Transport 2005/02/25 1 2005/10/18 Ver3.0-1 2005 10 18 108-0075 21119 2 Visual Nexus

More information

template.dvi

template.dvi XVIII ENUM W I D E P R O J E C T 18 ENUM 1 ENUM SPIT SPAM SPIT SPIT 2 ETJP ENUM 3 2005 WIDE ENUM 4 SPIT 5 SIP 6 2 ETJP/ ENUM 2.1 ETJP ENUM ENUM Trial Japan; ETJP ENUM JPNICJPRSWIDE Project 3 2003 9 2005

More information

IEEE e

IEEE e 2007 IEEE 802.11e LAN VoIP 2008 2 4 3606U075-2 1 5 1.1...................................... 5 1.2...................................... 5 1.3..................................... 6 2 IEEE 802.11e LAN

More information

ict2-.key

ict2-.key IP TCP TCP/IP 1) TCP 2) TCPIP 3) IPLAN 4) IP パケット TCP パケット Ethernet パケット 発信元 送信先 ヘッダ 列番号 ポート番号 TCP パケットのデータ IP パケットのデータ 本当に送りたいデータ データ IP ヘッダデータ部ヘッダデータ部ヘッダデータ部 Ethernet パケット Ethernet パケット Ethernet パケット

More information

スライド タイトルなし

スライド タイトルなし 画像情報特論 (8) - ストリーミング IP 放送 情報理工学専攻甲藤二郎 E-Mail: katto@waseda.jp ストリーミング システム構成 プロトコル メタファイル ファイルフォーマット システム構成 (1) シンプルな構成 キャプチャ & 圧縮 & ストリーミング インターネット 小規模構成 インターネット放送局 キャプチャ & 圧縮 ストリーミング & WWW & ファイアウォール

More information

Copyright 2006 Mitsui Bussan Secure Directions, Inc. All Rights Reserved. 3 Copyright 2006 Mitsui Bussan Secure Directions, Inc. All Rights Reserved.

Copyright 2006 Mitsui Bussan Secure Directions, Inc. All Rights Reserved. 3 Copyright 2006 Mitsui Bussan Secure Directions, Inc. All Rights Reserved. 2006 12 14 Copyright 2006 Mitsui Bussan Secure Directions, Inc. All Rights Reserved. 2 Copyright 2006 Mitsui Bussan Secure Directions, Inc. All Rights Reserved. 3 Copyright 2006 Mitsui Bussan Secure Directions,

More information

tcp/ip.key

tcp/ip.key IP TCP IP ヘッダデータ部ヘッダデータ部ヘッダデータ部 Ethernet パケット Ethernet パケット Ethernet パケット IP(1) 0 8 16 24 31 () Version IHL () Time To Live () Identification () Type of Service ) Flags Protocol () Source Address IP) Destination

More information

Mac OS X Server QuickTime Streaming Server 5.5 の管理

Mac OS X Server QuickTime Streaming Server 5.5 の管理 Mac OS X Server QuickTime Streaming Server 5.5 10.4 apple Apple Computer, Inc. 2005 Apple Computer, Inc. All rights reserved. QuickTime Streaming Server Apple Apple Computer, Inc. Apple Apple Computer,

More information

NTMobile SIP 1 SIP Session Initiation Protocol IP IP NAT Network Address Translation NTMobile Network Traversal with Mobility NTMobile RST Relay Serve

NTMobile SIP 1 SIP Session Initiation Protocol IP IP NAT Network Address Translation NTMobile Network Traversal with Mobility NTMobile RST Relay Serve NTMobile SIP 1 SIP Session Initiation Protocol IP IP NAT Network Address Translation NTMobile Network Traversal with Mobility NTMobile RST Relay Server Transparent type NAT SIP 2 NTMobile 1 NTMobile NTMobile

More information

Dual Stack Virtual Network Dual Stack Network RS DC Real Network 一般端末 GN NTM 端末 C NTM 端末 B IPv4 Private Network IPv4 Global Network NTM 端末 A NTM 端末 B

Dual Stack Virtual Network Dual Stack Network RS DC Real Network 一般端末 GN NTM 端末 C NTM 端末 B IPv4 Private Network IPv4 Global Network NTM 端末 A NTM 端末 B root Android IPv4/ 1 1 2 1 NAT Network Address Translation IPv4 NTMobile Network Traversal with Mobility NTMobile Android 4.0 VPN API VpnService root VpnService IPv4 IPv4 VpnService NTMobile root IPv4/

More information

Testing XML Performance

Testing XML Performance - DataPower Technology, Inc. XML Web 2003 5 DATAPOWER XML WEB - Copyright 2003DataPower Technology, Inc. All Rights Reserved. DataPower Technology, Inc. DataPower DataPower ( ) DataPower 2003 5 2/17 DATAPOWER

More information

適切な名前に置き換えて保存

適切な名前に置き換えて保存 RCSS Phase1 Stage 3 PoC(Push to talk over cellular) Control Plane RCSS Phase1 Stage 3 PoC(Push to talk over cellular) Control Plane 第 1.0 版 2010 年 4 月 16 日制定 社団法人 情報通信技術委員会 THE TELECOMMUNICATION TECHNOLOGY

More information

untitled

untitled ICMP 0466-XX-1395 t04000aa@sfc.keio.ac.jp 133.113.215.10 (ipv4) 2001:200:0:8803::53 (ipv6) (FQDN: Fully Qualified Domain Name) ( www.keio.ac.jp 131.113.215.10 /MAC ID 00:11:24:79:8e:82 Port Port = = Port

More information

Microsoft PowerPoint - gazotokuron-Streaming.ppt

Microsoft PowerPoint - gazotokuron-Streaming.ppt 画像情報特論 (8) - 放送 システム構成 プロトコル 情報ネットワーク専攻甲藤二郎 E-Mail: katto@waseda.jp システム構成 (1) システム構成 (2) シンプルな構成 大規模構成 キャプチャ 圧縮 キャプチャ 圧縮 放送局 WWW ミラー放送局 小規模構成 放送局 ファイアウォール キャプチャ 圧縮 WWW ファイアウォール ストリーム CDN (Content Delivery

More information

はじめに

はじめに IT 1 NPO (IPEC) 55.7 29.5 Web TOEIC Nice to meet you. How are you doing? 1 type (2002 5 )66 15 1 IT Java (IZUMA, Tsuyuki) James Robinson James James James Oh, YOU are Tsuyuki! Finally, huh? What's going

More information

Lync Server 2010 Lync Server Topology Builder BIG-IP LTM Topology Builder IP Lync 2010 BIG IP BIG-IP VE Virtual Edition BIG-IP SSL/TLS BIG-IP Edge Web

Lync Server 2010 Lync Server Topology Builder BIG-IP LTM Topology Builder IP Lync 2010 BIG IP BIG-IP VE Virtual Edition BIG-IP SSL/TLS BIG-IP Edge Web 1.1 Microsoft Lync Server 2010 BIG-IP LTM 2 4 5 BIG-IP : Lync 6 BIG-IP : Lync 7 BIG-IP : - 8 BIG-IP : - 9 A: BIG-IP Microsoft Lync Server 2010 Microsoft Lync Server 2010 Office Communications Server BIG-IP

More information

sp c-final

sp c-final NIST SP 800-63C - Federation and Assertions - Nov Matake Nov Matake OpenID Foundation Japan WG #idcon OAuth.jp YAuth.jp LLC 800-63-3 Federation Assurance Level (FAL) Federation Assurance Level Federation

More information

Si-R30取扱説明書

Si-R30取扱説明書 IP 317 318 IP 319 322 327 332 335 337 339 339 340 342 DNS ProxyDNS 344 DNS 344 DNS 348 DNS 349 DNS 350 DHCP 352 DHCP 353 DHCP 355 NAT 35 NAT 359 30 34 ID 38 371 374 CBCP 375 CBCP 377 379 380 TA 382 URL

More information

perimeter gateway

perimeter gateway Internet Week 2005 T9 CISSP Proxy VPN perimeter gateway OK?? F/+VPN Web MAIL/DNS PC PC PC PC PC NW NW F/W+VPN DMZ F/W NW NW RAS NW DMZ DMZ De-Militarized Zone = DMZ DMZ DMZ DMZ DMZ DMZ DMZ DMZ DMZ DMZ

More information

RFC2131「Dynamic Host Configuration Protocol」における実装問題点

RFC2131「Dynamic Host Configuration Protocol」における実装問題点 Barr Hibbs Implementation Issues with RFC 2131, "Dynamic Host Configuration Protocol" Internet Draft 2003 2 24 RFC2131 Dynamic Host Configuration Protocol 11300J083 Implementation Issues with RFC 2131,

More information

wide94.dvi

wide94.dvi 14 WWW 397 1 NIR-TF UUCP ftp telnet ( ) WIDE Networked Information Retrieval( NIR ) vat(visual Audio Tool) nv(netvedeo) CERN WWW(World Wide Web) WIDE ISODE WIDE project WWW WWW 399 400 1994 WIDE 1 WIDE

More information

ヤマハ ルーター ファイアウォール機能~説明資料~

ヤマハ ルーター ファイアウォール機能~説明資料~ 1 2 3 4 LAN ISDN/ NAT (LAN#) (PP#) (TUNNEL#) + R 5 ----------< >---------- ----------< >---------- 6 IPv6 VPN ping IPsec PPTP ICMP (1) TCP (6) UDP (17) IPv6 (41) AH (51) ESP (50) GRE (47) IPv4

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS 2 Single Sign On 1,3, 2,3, 2, 2,3 1 2 3 May 31, 2007 ITRC p. 1/29 Plan of Talk Brief survey of Single Sign On using CAS Brief survey of Authorization Environment using CAS 2 Summary May 31, 2007 ITRC

More information

$ sudo apt-get install libavahi-compat-libdnssd-dev $ sudo apt-get autoremove nodejs $ wget http://nodejs.org/dist/latest/node-v7.6.0-linux-armv7l.tar.gz $ tar xzf node-v7.6.0-linux-armv7l.tar.gz $ sudo

More information

Flow Control Information Network 1 /

Flow Control Information Network 1 / (2) Suguru Yamaguchi Nara Institute of Science and Technology Department of Information Science Flow Control Information Network 1 / 2012 2 Flow Control DLL : Automatic Repeat Request (ARQ) Stop-and-wait

More information

2008, 2009 TOSHIBA TEC CORPORATION All rights reserved

2008, 2009 TOSHIBA TEC CORPORATION All rights reserved 2008, 2009 TOSHIBA TEC CORPORATION All rights reserved 1 2 3 1 2 ... 1 1... 8... 9... 18... 24... 25... 30... 31... 34... 37 E... 67 Bluetooth BIP... 68 2... 71... 73... 100 3 ... 132... 134... 136 E...

More information

2 1: OSI OSI,,,,,,,,, 4 TCP/IP TCP/IP, TCP, IP 2,, IP, IP. IP, ICMP, TCP, UDP, TELNET, FTP, HTTP TCP IP

2 1: OSI OSI,,,,,,,,, 4 TCP/IP TCP/IP, TCP, IP 2,, IP, IP. IP, ICMP, TCP, UDP, TELNET, FTP, HTTP TCP IP 1.,.. 2 OSI,,,,,,,,, TCP/IP,, IP, ICMP, ARP, TCP, UDP, FTP, TELNET, ssh,,,,,,,, IP,,, 3 OSI OSI(Open Systems Interconnection: ). 1 OSI 7. ( 1) 4 ( 4),,,,.,.,..,,... 1 2 1: OSI OSI,,,,,,,,, 4 TCP/IP TCP/IP,

More information

双方向映像配信とブロードバンドへの適用

双方向映像配信とブロードバンドへの適用 Interactive Video Conferencing and Its Application to Broadband TV TV ISDN MPEG-4 - Abstract New business chances are emerging in the multimedia communication market due to the maturity of Internet technology,

More information

SIP 会議の制御

SIP 会議の制御 SIP A Session Initiation Protocol (SIP) Event Package for Conference State Columbia University 11302J074 SIP SIP SIP URI SIP SIP SIP 1 SIP SIP SIP SIP SIP 1 SIP SIP SIP 5 1 SIP XML XML UTF UTF SIP conference-info

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS 2 SSO Authorization 1,3, 2,3, 2, 2,3 1 2 3 Central Authentication and Authorization Service (CAS 2 ) Web Application Single Sign On Authorization CAS 2 SSO/AuthZ Jan. 30 2007, p. 1/40 Plan of Talk

More information

RT57i 困ったときは

RT57i 困ったときは ? q ISDN / FAX / q q q VoIP q ISDN / FAX / 1 POWER? q 2 ISDN? q 3 q q q FAX q q q q q ISDN q INS q INS q INS 1 POWER? q 2 LAN q 3 q q q q Web q 1 POWER? q 2 LAN? q 3 ISDN ISDN WAN? q ISDN q WAN 4 q q ISDN

More information

N Express5800/R320a-E4 N Express5800/R320a-M4 ユーザーズガイド

N Express5800/R320a-E4  N Express5800/R320a-M4  ユーザーズガイド 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

任意の間隔での FTP 画像送信イベントの設定方法 はじめに 本ドキュメントでは AXIS ネットワークカメラ / ビデオエンコーダにおいて任意の間隔で画像を FTP サー バーへ送信するイベントの設定手順を説明します 設定手順手順 1:AXIS ネットワークカメラ / ビデオエンコーダの設定ページ

任意の間隔での FTP 画像送信イベントの設定方法 はじめに 本ドキュメントでは AXIS ネットワークカメラ / ビデオエンコーダにおいて任意の間隔で画像を FTP サー バーへ送信するイベントの設定手順を説明します 設定手順手順 1:AXIS ネットワークカメラ / ビデオエンコーダの設定ページ はじめに 本ドキュメントでは AXIS ネットワークカメラ / ビデオエンコーダにおいて任意の間隔で画像を FTP サー バーへ送信するイベントの設定手順を説明します 設定手順手順 1:AXIS ネットワークカメラ / ビデオエンコーダの設定ページにアクセスする 1.Web ブラウザを起動します FW v6.50 以下の場合は Internet Explorer を FW v7.10 以降の場合は

More information

Express5800/R320a-E4, Express5800/R320b-M4ユーザーズガイド

Express5800/R320a-E4, Express5800/R320b-M4ユーザーズガイド 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

I TCP 1/2 1

I TCP 1/2 1 I TCP 1/2 1 Transport layer: a birds-eye view Hosts maintain state for each transport endpoint Routers don t maintain perhost state H R R R R H Transport IP IP IP IP IP Copyright(C)2011 Youki Kadobayashi.

More information