untitled

Size: px
Start display at page:

Download "untitled"

Transcription

1 SIP RTP 1 VoIP 2002/122 1

2 VoIP SIP SIP NAT SIP PSTN IPPBX PCC IM SIP MSN1) ) 2002/ /12 4 2

3 Public Switched Telephone Network Pots (Plain Old Telephone Service) Integrated Services Digital Network modem PSTN/ISDN SPT ADSL modem SPT DSLAM RAS for Dialup Remote Access Server Digital Subscriber Line Access Multiplexer SPT ( Splitter ) CPE ( Customer Premises Equipment ) Voice over IP Gateway CPE the Internet headset VoIP GW VoIP GW 2002/ Local Loop Trunk Line Trunk Line Local Loop headset VoIP GW /12 6 3

4 VoIP VoIP GW headset / SIP 2002/12 8 4

5 RFC 2543 ( ) Windows XP ( ) Windows Messenger SIP Windows 2000 Windows 98/Me MSN Messenger ver4.xsip YAMAHA RT60wSIP( ) BB phone(0ab-j) RFC 3261 ( ) ( ) 2002/12 9 RFC RFC RFC(SIP RFC RFCSIPDNS RFCSDP RFC 2002/

6 IP STP OK? OK? OK? D70 MHN IP Phone IP Phone No.7 H 323 : SIP : eaccess MEGACO/MGCP : BB Phone 2002/12 11 SIP IP INVITE sip:hata@nttpc.co.jp SIP (MSN Messenger) SIP (YAMAHA) SIP sip : hata@nttpc.co.jp 2002/

7 SIP SIP RTP Windows Messenger SIP 2002/12 13 Caller Callee INVITE 100 Trying 180 Ringing ACK RTP BYE 2002/

8 INVITE To : eri@nttpc.co.jp From : natsumi@nttpc.co.jp nttpc.co.jp eri :5060 REGISTER From : eri@nttpc.co.jp Contact : :5060 INVITE To : eri@nttpc.co.jp From : natsumi@nttpc.co.jp SIP : eri@nttpc.co.jp IP : : /12 15 INVITE Caller Callee INVITE 100 Trying 180 Ringing ACK INVITE sip:bob@biloxi.example.com SIP/2.0 Via: SIP/2.0/TCP client.atlanta.example.com Max-Forwards: 70 Route: <sip:ss1.atlanta.example.com;lr> From: Alice <sip:alice@atlanta.example.com> To: Bob <sip:bob@biloxi.example.com> Call-ID: @atlanta.example.com CSeq: 1 INVITE Contact: <sip:alice@client.atlanta.example.com> Content-Type: application/sdp Content-Length: 151 v=0 o=alice IN IP4 cnt.ata.example.com s=c=in IP t=0 0 m=audio RTP/AVP 0 a=rtpmap:0 PCMU/ /

9 200OK Caller INVITE 100 Trying 180 Ringing ACK Callee SIP/2.0 Via: SIP/2.0/TCP ss2.biloxi.example.com Via: SIP/2.0/TCP ss1.atlanta.example.com Via: SIP/2.0/TCP client.atlanta.example.com Record-Route: <sip:ss2.biloxi.example.com;lr>, <sip:ss1.atlanta.example.com;lr> From: Alice To: Bob Call-ID: CSeq: 2 INVITE Contact: <sip:bob@client.biloxi.example.com;> Content-Type: application/sdp Content-Length: 147 v=0 o=bob IN IP4 client.bexample.com s=c=in IP t=0 0 m=audio 3456 RTP/AVP 0 a=rtpmap:0 PCMU/ /12 17 To : SIP-URL From : SIP-URL Call-ID : CSeq : Call-ID Via Contact ACK CANCEL INVITE : : Content-Type: MIME ( ) INVITE application/sdp NOTIFY application/xpidftxml application/cpim-pidftxml MESSAGE text/plain 2002/

10 Caller INVITE Callee ACK 180 RINGING 1xx 2 6xx (reinvite ) RTP BYE (Call Leg) 2002/12 19 INVITE sip:test@ SIP/2.0 Call-ID: a0de0a2496@ Contact: <sip:test@ :5060> Content-Length: 163 Content-Type: application/sdp CSeq: 24 INVITE From: <sip:test@ > To: <sip:test@ > Via: SIP/2.0/UDP :5060 v=0 o= IN IP s=c=in IP t=0 0 m=audio 5004 RTP/AVP 0 a=rtpmap:0 PCMU/8000 a=rtpmap:0 G.711U/ /

11 REGISTER A S REGISTER(F1) 401 Unauthorized REGISTER(F3) 2002/12 21 AAA (Authentication) ID+PASSWD) OK NG (Authorization) ID (Accounting) ID 2002/

12 PAP (Password Authentication Protocol) CHAP (Challenge Handshake Authentication Protocol) OK/NG OK/NG 2002/12 23 INVITE 407 Proxy Authentication Required ACK INVITE ACK 180 RINGING SIP/ Proxy Authentication Required Call-ID: CSeq: 82 INVITE From: To: User-Agent: YAMAHA RTA54i Via: SIP/2.0/UDP :5060 Date: Thu, 27 Feb :17:33 GMT Proxy-Authenticate: Digest realm="nttpc.com", domain= ", nonce=" ", opaque="", stale=false, algorithm=md5 INVITE SIP/2.0 Call-ID: Contact: Content-Length: 135 Content-Type: application/sdp CSeq: 83 INVITE From: Proxy-Authorization: Digest username="nttpc5369", realm="nttpc.com", nonce=" ", opaque="", uri=" ", response="d2b7b1cbfa020aab7ce6c728b00238d1" To: User-Agent: YAMAHA RTA54i Via: SIP/2.0/UDP : /

13 char *username= bob"; char *nonce=" "; char *realm=" atlanta.example.com"; char *passwd="mypasswd"; char *uri=" sips:ss2.biloxi.example.com "; char *cnonce="0d03c005"; char nc[9]=" "; char *qop="auth"; char *method="invite"; char HA1[36]; char HA2[36]; char response[36]; 2002/12 25 Digest HA1=MD5(Username:Realm:Password HA2=MD5(Method:URI) Response=MD5(HA:Nonce:HA2) HASH MD5 SHA-1 MD 2002/

14 REGISTER(F1) REGISTER sips:ss2.biloxi.example.com SIP/2.0 Via: SIP/2.0/TLS client.biloxi.example.com:5061;branch=z9hg4bknashds7 Max-Forwards: 70 From: Bob To: Bob Call-ID: CSeq: 1 REGISTER Contact: <sips:bob@client.biloxi.example.com> Content-Length: /12 27 REGISTER(F2) 2002/

15 REGISTER(F3) REGISTER sips:ss2.biloxi.example.com SIP/2.0 Via: SIP/2.0/TLS client.biloxi.example.com:5061;branch=z9hg4bknashd92 Max-Forwards: 70 From: Bob To: Bob Call-ID: CSeq: 2 REGISTER Contact: <sips:bob@client.biloxi.example.com> Authorization: Digest username="bob", realm="atlanta.example.com" nonce="ea9c8e88df84f1cec4341ae6cbe5a359", opaque="", uri="sips:ss2.biloxi.example.com", response="dfe56131d d ecc Content-Length: /12 29 REGISTER(F4) SIP/2.0 Via: SIP/2.0/TLS client.biloxi.example.com:5061;branch=z9hg4bknashd92 ;received= From: Bob <sips:bob@biloxi.example.com>;tag=ja743ks76zlflh To: Bob <sips:bob@biloxi.example.com>;tag=37gkehwl6 Call-ID: 1j9FpLxk3uxtm8tn@biloxi.example.com CSeq: 2 REGISTER Contact: <sips:bob@client.biloxi.example.com>;expires=3600 Content-Length: /

16 Alice SIP Bob INVITE(F1) 407(F2) ACK(F3) INVITE(F4) 100(F6) 180(F8) 200 INVITE(F5) 180(F7) 200 ACK ACK RTP BYE 200 BYE /12 31 INVITE(INV) F1 INVITE SIP/2.0 Via: SIP/2.0/TCP client.atlanta.example.com:5060;branch=z9hg4bk74b43 Max-Forwards: 70 Route: <sip:ss1.atlanta.example.com;lr> From: Alice To: Bob Call-ID: CSeq: 1 INVITE Contact: <sip:alice@client.atlanta.example.com;transport=tcp> Content-Type: application/sdp Content-Length: 151 v=0 o=alice IN IP4 client.atlanta.example.com s=c=in IP t=0 0 SDP m=audio RTP/AVP 0 a=rtpmap:0 PCMU/ /

17 INVITE(407) F2 SIP/ Proxy Authorization Required Via: SIP/2.0/TCP client.atlanta.example.com:5060;branch=z9hg4bk74b43 From: Alice To: Bob Call-ID: CSeq: 1 INVITE Proxy-Authenticate: Digest realm="atlanta.example.com", qop="auth", nonce="f84f1cec41e6cbe5aea9c8e88d359", opaque="", stale=false, algorithm=md5 Content-Length: 0 From-tag Challenge 2002/12 33 INVITE(ACK)F3 ACK sip:bob@biloxi.example.com SIP/2.0 Via: SIP/2.0/TCP client.atlanta.example.com:5060;branch=z9hg4bk74b43 Max-Forwards: 70 From: Alice <sip:alice@atlanta.example.com>;tag=9fxced76sl To: Bob <sip:bob@biloxi.example.com>;tag=3flal12sf Call-ID: @atlanta.example.com CSeq: 1 ACK Content-Length: /

18 INVITE(INV)F4 INVITE SIP/2.0 Via: SIP/2.0/TCP client.atlanta.example.com:5060;branch=z9hg4bk74bf9 Max-Forwards: 70 Route: <sip:ss1.atlanta.example.com;lr> From: Alice To: Bob Call-ID: CSeq: 2 INVITE Contact: <sip:alice@client.atlanta.example.com;transport=tcp> Proxy-Authorization: Digest username= alice, realm= atlanta.example.com, nonce="wf84f1ceczx41ae6cbe5aea9c8e88d359", opaque="", uri="sip:bob@biloxi.example.com",response="42ce3cef44b22f50c6a6071bc8" Content-Type: application/sdp Content-Length: 151 v=0 o=alice IN IP4 client.atlanta.example.com s=c=in IP t=0 0 m=audio RTP/AVP 0 a=rtpmap:0 PCMU/8000 CSeq response 2002/12 35 INVITE(180) F7 SIP/ Ringing Via: SIP/2.0/TCP ss1.atlanta.example.com:5060;branch=z9hg4bk2d4790 Via: SIP/2.0/TCP client.atlanta.example.com:5060;branch=z9hg4bk74bf9 Record-Route: <sip:ss2.biloxi.example.com>,<sip:ss1.atlanta.example.com> From: Alice <sip:alice@atlanta.example.com>;tag=9fxced76sl To: Bob <sip:bob@biloxi.example.com>;tag= Call-ID: @atlanta.example.com Contact: <sip:bob@client.biloxi.example.com;transport=tcp> Via CSeq: 2 INVITE From Content-Length: 0 To 2002/

19 INVITE(180)F8 SIP/ Ringing Via: SIP/2.0/TCP client.atlanta.example.com:5060;branch=z9hg4bk74bf9 Record-Route: <sip:ss2.biloxi.example.com>, <sip:ss1.atlanta.example.com> From: Alice To: Bob Call-ID: Contact: CSeq: 2 INVITE Content-Length: 0 Via 2002/12 37 INVITE(200)F9 SDP Contact 2002/

20 INVITE(ACK) ACK SIP/2.0 Via: SIP/2.0/TCP client.atlanta.example.com:5060;branch=z9hg4bk74b76 Max-Forwards: 70 Route: <sip:ss1.atlanta.example.com>, <sip:ss2.biloxi.example.com> From: Alice To: Bob Call-ID: CSeq: 2 ACK Content-Length: /12 39 INVITE(BYE) BYE sip:alice@client.atlanta.example.com SIP/2.0 Via: SIP/2.0/TCP client.biloxi.example.com:5060;branch=z9hg4bknashds7 Max-Forwards: 70 Route: <sip:ss2.biloxi.example.com;lr>,<sip:ss1.atlanta.example.com;lr> From: Bob <sip:bob@biloxi.example.com>;tag= To: Alice <sip:alice@atlanta.example.com>;tag=9fxced76sl Call-ID: @atlanta.example.com CSeq: 1 BYE Content-Length: /

21 INVITE(200) SIP/2.0 Via: SIP/2.0/TCP client.biloxi.example.com:5060;branch=z9hg4bknashds7 From: Bob To: Alice Call-ID: CSeq: 1 BYE Content-Length: /12 41 Cancel A S C INVITE 100 Trying 180Trying INVITE 100 Trying 180Trying CANCEL(F3) 487 Request Terminated CANCEL(F3) 487 Request Terminated ACK ACK 2002/

22 CANCEL(F1) CANCEL SIP/2.0 Via: SIP/2.0/UDP client.atlanta.example.com:5060;branch=z9hg4bk74bf9 Max-Forwards: 70 From: Alice To: Bob Route: <sip:ss1.atlanta.example.com;lr> Call-ID: CSeq: 1 CANCEL Content-Length: /12 43 CANCEL(F2) SIP/2.0 Via: SIP/2.0/UDP client.atlanta.example.com:5060;branch=z9hg4bk74bf9 From: Alice <sip:alice@atlanta.example.com>;tag=9fxced76sl To: Bob <sip:bob@biloxi.example.com> Call-ID: 2xTb9vxSit55XU7p8@atlanta.example.com CSeq: 1 CANCEL Content-Length: /

23 CANCEL(F3) SIP/ Request Terminated Via: SIP/2.0/UDP client.atlanta.example.com:5060;branch=z9hg4bk74bf9 From: Alice To: Bob Call-ID: CSeq: 1 INVITE 2002/12 45 CANCEL(F4) ACK sip:bob@biloxi.example.com SIP/2.0 Via: SIP/2.0/UDP client.atlanta.example.com:5060;branch=z9hg4bk74bf9 Max-Forwards: 70 From: Alice <sip:alice@atlanta.example.com>;tag=9fxced76sl To: Bob <sip:bob@biloxi.example.com>;tag= Call-ID: 2xTb9vxSit55XU7p8@atlanta.example.com Proxy-Authorization: Digest username="alice", realm="atlanta.example.com", nonce="ze7k1ee88df84f1cec431ae6cbe5a359", opaque="", uri="sip:bob@biloxi.example.com", response="b00b d7e243f55708d44be7b" CSeq: 1 ACK Content-Length: /

24 Cancel A S C INVITE 100 Trying 180Trying INVITE 100 Trying 180Trying CANCEL(F3) ACK 487 Request Terminated CANCEL(F3) 487 Request Terminated ACK 2002/12 47 Cancel A S C INVITE 100 Trying 180Trying INVITE 100 Trying 180Trying INVITE ACK ACK CENCEL(F3) ACK 100 Trying 180Trying 487 Request Terminated 2002/

25 UDP UDP SNMP RADIUS 2002/ INVITE Via : : Caller INVITE Via : : Callee CalleeCaller 2002/

26 INVITE Via : : Caller INVITE Via : : 5150 Via : : Callee Callee 200OK Caller INVITE (BYE) Route Caller/CalleeIP SDP 2002/12 51 UA PROXY UA INVITE ACK INVITE INVITE UA PROXY UA INVITE ACK INVITE ACK Via Record-Route 2002/

27 UDP1 IP1/Port1 IP2/Port2 SIP:IP1 Sport:Port1 DIP:IP2 Dport:Port2 SIP:IP2 Sport:Port2 DIP:IP1 Dport:Port1 DIPIP Dport: SIPIP Sport: Radius SNMPUDP IP 2002/12 53 UDP2 IP1/Port1 IP2/Port2 IP /Port SIP:IP1 Sport:Port1 DIP:IP2 Dport:Port2 SIP:IP2 Sport:Port2 DIP:IP3 Dport:Port3 SIP:IP3 Sport:Port3 DIP:IP2 Dport:Port2 IP2 2002/

28 (Via,Route,R-R) Via Record-Route Route Contact Request-URI 2002/12 55 STRICT ROUTING STRICT ROUTING Caller 1 1 (Caller) (Caller) A INV V:A C:A CANS ACK BYE B V:A R:C R:D C:A V:A RR:C RR:B C:D B INV V:B V:A RR:B ACK BYE C V:B V:A R:D RR:B C:A V:B V:A RR:C RR:B C:D C INV V:C V:B V:A RR:C RR:B C:A ACK BYE D V:C V:B RR:C RR:B C:A V:C V:B V:A RR:C RR:B C:D D 200OK OK 200OK OK 200OK OK BYE/ACK Route 200OK OK RR : NODE1 RR : NODE2 RR : NODE3 RR : NODE4 C : NODE5 ACK/BYE REQURST-URL : NODE4 R : NODE3 R : NODE2 R : NODE1 R : NODE5 Record-Route RouteURL Record-Route RouteContactURL Record-Route Route Record Contact Record 2002/

29 Callee STRICT ROUTING 2 2 (Callee (Callee) ) A INV V:A C:A BYE A V:B V:C V:D RR:B RR:C C:D B INV V:B V:A RR:B C:A BYE B V:C V:D R:A RR:C C:D C INV V:C V:B V:A RR:C RR:B C:A BYE C V:D R:B R:A C:D D INV INVITE INVITE BYE INVITE RR : NODE1 RR : NODE2 RR : NODE3 RR : NODE4 C : NODE5 BYE REQURST-URL : NODE1 R : NODE2 R : NODE3 R : NODE4 R : NODE5 Record-Route RouteURL Record-Route RouteContactURL Record-Route Route 2 Record Contact Record 2002/ /

30 20ms 20ms 20ms 20ms 20ms RTP SQC=N N+1 N+2 N sample x 8bit / 20ms 20ms = RTP UDP IP ms N+4 N /12 59 RTP wav 2002/

31 Ver=2.0 Padding=0 Extension=0 Marker=0 =0 PCM law ID IP UDP V P X CC M Type Sqc Time Stamp SSRC 1 Type : 0 PCM -law 2 G721 8 PCM a-law 9 G JPEG Video 2002/12 61 IP UDP RTCP RTCP RTCP 2002/

32 2002/ /

33 MIC SP 2002/ () Mbps /

34 S/N 2002/12 67 Law (a) ) 1bit ) 1bit -law () a-law ( ) PCM (b) 2002/

35 -law bitpcm 8bi / () WAV 2 PCM 2 () 2002/

36 KHz8 KHz KHz8 44.1KHz /12 71 API SIP RTP API RTP 2002/

37 Win32) waveinopen waveinprepareheader waveinaddbuffer waveinstart waveinunprepareheader waveoutopen waveoutprepareheader waveoutwrite waveoutunprepareheader 2002/12 73 G.711 RTP RTPPCM 2002/

38 LAN NIC -law -law MIXER A/D SP MIC WAV PCM FFT/LPC f ex. VoIP 2002/12 75 SIP (PDA ( ) PPPhone 2002/

39 Sound API in Windows OS UDP / IP in Windows OS 2002/12 77 Win32 API 2002/

40 SIP VoIP 2002/12 79 NAT IM UM IM UM IP SIP SIP CORE CORE PSTN DNS ENUM 2002/

41 REGISTER or INVITE To: INVITE To: /12 81 NAT SIP SIP NAT REGISTER Via : : Contact : : INVITE OK NAT INVITE REGISTER Via : Contact : 2002/

42 NAT Caller Y Callee X INVITE Media Port : 5004 Media Proto : RTP/AVP Media Port : 9662 Media Proto : RTP/AVP Connection Address : 5004RTP 5005RTCP 9662RTP 9663RTP NAT RTP INVITE SDP IP(?) 2002/12 83 NAT SIP(UA) NAPT/FW ALG SBC RTP SIP SIP RTP NAPT SIP(UA) NAPT/FW SIP RTP UA SIP FW SIP SIP NAPT/FW SIP(UA) SIP NAPT/FW FW 2002/

43 /12 NAPT/FW SIP(UA) SIPNAT NAPT/FW SIP(UA) UA SIP UPnP NAT Traversal GapNAT SIP(UA) NAPT/FW FW SIP SIP IP NAPT/FW WARP START NAT Traversal NAT /12 NAPT/FW SIP(UA) STUN NAT STUN SIP IP IP SIP Cone NAT Symmetric NAT

44 /12 SIP-Proxy REG m:p REG m:p REG m:x INV To:A From:B m:b SDP=B1 INV To:A From:B m:b SDP=B1 INV To:A From:B m:x1 SDP=X1 INV To:A From:B m:x SDP=X1 A X A G 200 To:A From:B m:p SDP=P1 P G 200 To:A From:B m:p SDP=P1 RTP P1 X1 RTP G1 X1 P1 G1 RTP X1 B1 X2 G1 200 To:A From:B m:x SDP=X2 X1 B1 200 To:A From:B m:x SDP=X2 RTP X1 B1 RTP B1 X2 RTP B1 X2 RTP X1 G1 RTP X1 P /12 88 Mobile IP

45 CoA Forwarding Cache HomeLAN /24 HA R Route Advertise / :880 FA /30 FA HA :80 FA / /12 89 FA The Internet FA MN 2002/

46 CoA The Internet MN 2002/12 91 Proxy MIP NTTPC IP Warp The Internet MFA MN 2002/

47 NAT 2002/ /

48 ( ) () ( ) 2002/12 95 RTP RTP 2002/

49 RTP 20ms 20ms 20ms 20ms 20ms RTP SQC=N N+1 N+2 N sample x 8bit / 20ms 20ms = RTP UDP IP ms N+4 N /12 97 ATMQoS(6Mbps 50%) VoIP 1ch=100Kbps 3060? SIPRTP REGISTER OPTION SIP RTP QoS SIP>RTP> SIPRTP ALG ALG 2002/

50 ALGRTP AB AALG (RTP BALG (RTP BALG 2002/12 99 Packetization time Sender Receiver Playout Delay buffer Late Loss Time Time Time 2002/

51 G.711 RTP RTPPCM 2002/ /

52 2002/ /

53 PLC) 2002/ /

54 DNS ENUM) DNS A ispb.jp SIP Proxy B SIP Proxy B 050-@ispB.jp SIP Proxy A B INVITE To : 050-@ispB.jp From : 050-@ispA.jp DNS SIP Proxy SIP Proxy 2002/ /

55 IP-PBX 2002/ IP SIP STP CA SG IGX R R MG PSTN PSTN VPN IP SIP NAPT/FW IP PC NAPT GW PBX PBX IAD ADSL 2002/

56 IPPBX IP CA SIP Proxy SG SS7GW MG IP/PSTN GW (UA) SIP GW(TA) IAD TA + DSL(+PPPoE) CA UA IAD Call Agent User Agent Integrated Access Device 2002/ IGX 2002/

57 IP PBX / OFF 2002/ IPPBX SIP SIP Proxy A SIP Proxy B INV To:B CallID:1 To:B CallID:1 ACK To:B CallID:1 INV To:B CallID:1 To:B CallID:1 ACK To:B CallID:1 IPPBX A IPPBX B INV To:B CallID:1 To:B CallID:1 ACK To:B CallID:1 INV To:B CallID:2 To:B CallID:2 ACK To:B CallID:2 BYE To:B CallID:1 To:B CallID:1 BYE To:B CallID:1 To:B CallID:1 BYE To:B CallID:1 To:B CallID:1 BYE To:B CallID:2 To:B CallID:2 IPCX 2002/

58 C B A IPPBX 11 INV To: Ringing INV To:B 180 Ringing INV To:B 180 Ringing B,C ACK CAN To:B 487 Request Terminated ACK ACK A C 2002/ PCC B A IPPBX INV To:B /no SDP INV To:B /no SDP 180 Ringing 180 Ringing /SDP of B ACK /w SDP of A INV To:A /SDP of B 180 Ringing /SDP of A ACK A B 2002/

59 C Call-ID:2 B INV IPCX INV ACK ACK A Call-ID:1 Call-ID:4 Call-ID:3 INV To:C ACK INV To:C ACK 2002/ C B IPCX A Call-ID:4 Call-ID:2 INV SDP:? 200 INV SDP:A REFER Refer-To:C;replace=3 Refered-By:B 202 Accepted INV SDP:C 200 ACK Call-ID:1 200 ACK 2002/

60 C B IPCX A Call-ID:2 Call-ID:3 NOTIFY 200 BYE 200 BYE 200 Call-ID:4 BYE BYE Call-ID:1 2002/ Natsumi Eri Natsumi INFORM Natsumi MESSAGE Natsumi 2002/

61 Session Border Controller SBC (Session Border Controller ) Proxy Fire Wall IPCX A /24 IPCX B /24 IPCX IPCX C /24 IPCX D /24 IPCX IP IPCX IPIP SBC 2002/ Natsumi REGISTER From:Natsumi SIP REGISTER From:Eri SUBSCRIBE To:Natsumi NOTIFY From:Natsumi Eri Natsumi 2002/

62 (1) A SIP B C REGISTER SUBSCRIBE B B SUBSCRIBE C NOTIFY B REGISTER SUBSCRIBE A NOTIFY A SUBSCRIBE C REGISTER C NOTIFY C NOTIFY C SUBSCRIBE A NOTIFY A SUBSCRIBE B NOTIFY B 2002/ (2) A SIP B C REGISTER expires : 0 NOTIFY A NOTIFY A NOTIFY MSN Messenger? REGISTER SUBSCRIBE MSN Messenger NOTIFY(NOTIFY?) SIP Messenger 2002/

63 (3) draft-ietf-simple-presence-01.txt ( ) NOTIFY SUBSCRIBENOTIFY MIME ACCEPT application/xpidftxml draft-ietf-simple-presence-07.txt ( ) NOTIFY MIMEapplication/cpim-pidftxml MSN Messenger SUBSCRIBE Accept draft-ietf-impp-cpim-pidf-05.txt cpim-pidftxml MSN Messenge cipm-pidftxml 2002/ NOTIFY sip:xiaotaow@ :5060 SIP/2.0 Via: SIP/2.0/UDP :13170 From: sip:william@conductor.cs.columbia.edu;tag=d2dd3c15-b b ed3a3bd975 To: sip:xiaotaow@cs.columbia.edu Call-ID: @ CSeq: 1 NOTIFY Contact: <sip: :13170> User-Agent: Windows RTC/1.0 Content-Type: application/xpidf+xml Content-Length: 353 <?xml version="1.0"?> <!DOCTYPE presence PUBLIC "-//IETF//DTD RFCxxxx XPIDF 1.0//EN" "xpidf.dtd"> <presence> <presentity uri="sip:xiaotaow@cs.columbia.edu;method=subscribe" /> <atom id="1003"> <address uri="sip: :13170;user=ip" priority=" "> <status status="open" /> <msnsubstatus substatus="online" /> </address> </atom> </presence> MessengerNOTIFY ( NOTIFY) 2002/

64 <status status = closed > SIP SIP B NOTIFY A expires : 0 SUBSCRIBE A A NOTIFY expires / PSTN To : 050-AAA-BBBB To : Media Gateway INVITE DB X A SIP Proxy PSTN IP 050-XXXX-YYYY 050-AAAA-BBBB X A A 2002/

65 ISP A IP IP AAAA PSTN (NTT ) C 050-AAAA-9876 ISP C 050-AAAA-1234 IP IP BBBB From : 050-AAAA-9876 A B 050-CCCC BBBB / ISPVoIP ISP REGISTER ISP IP PSTN ISP REGISTER INVITE ISP VoIP 2002/

66 IP WXYZ / PSTN Soft Phone as of 2003/4 2002/ VoIP 2002/

67 SIP SIP (Windows SIP (Asterisk, SER, hatasip SIP SIPSIP 2002/ SIP RedHat RDBMS(MySQL Windows 2002/

68 SIP RDBMS SIP RDBMS 2002/ Windows 4. SIP SIP-URL Sip: 2002/

69 SIPIP UDP 2002/ eri natsumi natsumi 2002/

70 natsumiinvite 180 Ring natsumimessage erimessage eri 2002/ BASE-T HUB DHCP SIP Open BlockSS/Linux1 Windpws Windows 2002/

71 LAN Ethernet Ethernet UDP 20ms200 N(, ) % LAN UDP N(, ) IP UDP netest.tar.gz LAN linee.tar.gz Red Hat Linux 7.2 URL IP LAN µ, σ,% µ, σ,%? 2002/ BASE-T HUB Open BlockSS/Linux DHCP SIP Open BlockSS/Linux1 HUB 2002/

72 Linee MAC IP 2002/

untitled

untitled IP SIP RTPIP-PBX NGN hata@nttpc.co.jp 1 VoIP SIP 2002/122 1 VoIP SIP SIP NAT SIP PSTN IPPBX PCC IM 3GPP/IMS/SIP/NGN/RFC3261 GPP NGN IMS 2002/12 3 2002/12 4 2 Public Switched Telephone Network Pots (Plain

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

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

図解でわかる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 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

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

企業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

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 について 渡邊研究室三浦健吉

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

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

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

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ 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

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 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

そもそも 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

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

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

AirMac ネットワーク for Windows

AirMac ネットワーク for Windows AirMac for Windows Windows XP Windows 2000 1 1 5 6 AirMac 6 7 AirMac Extreme AirMac Express 7 AirMac for Windows 7 AirMac Express 8 AirMac 9 AirTunes 9 AirMac Extreme 10 2 11 AirMac 11 AirMac 12 AirMac

More information

untitled

untitled FLASHWAVE 2040 M1 2005 FLASHWAVE 2040 M1 AC AC AC FG () AC AC AC AC - i - FLASHWAVE 2040 M1 AC AC AC AC AC AC100V(50Hz/60Hz) AC - ii - FLASHWAVE 2040 M1 AC AC - iii - FLASHWAVE 2040 M1 VCCI This equipment

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

技術参考資料

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

More information

ENUM トライアルジャパン 第3次報告書

ENUM トライアルジャパン 第3次報告書 ENUM 3 2008 5 ENUM ... 3 1....4 2.... 5 2.1... 5 2.1.1 BoF... 7 2.2 ETJP... 7 3.... 8 3.1 SIPIT18... 8 3.1.1 SIPit18... 8 3.1.2... 8 3.1.3... 8 3.1.4... 8 3.1.5... 9 3.1.6... 9 3.1.7... 12 3.1.8... 13

More information

SIP概要説明資料

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

More information

橡A little bit faster line to the home

橡A little bit faster line to the home A little bit faster access line to the home - xdsl Internet Access - JANOG6 in 2000/6/16 xdsl DSL = Digital Subscriber Line (ADSL) 6Mbps (ADSL Annex.A G.dmt) 2000/6/16 A little bit faster access line to

More information

LAN

LAN LAN 2003 6 4 LAN Hotel LAN LAN IEEE802.11a IEEE802.11b 802.11b 11Mbps Copyright (c) 2003 NPO Page 3 FREESPOT FREESPOT HOTSPOT NTT ( ) MZONE ( )NTT Mobile ( ) Yahoo! BB ( ) MapFanWeb http://www.mapfan.com/musen/

More information

untitled

untitled 2 1 Web 3 4 2 5 6 3 7 Internet = Inter Network 8 4 B B A B C A B C D D 9 A G D G F A B C D F D C D E F E F G H 10 5 11 Internet = Inter Network PC 12 6 1986 NSFNET 1995 1991 World Wide Web 1995 Windows95

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

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

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

(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

AirMac ネットワーク構成の手引き

AirMac ネットワーク構成の手引き AirMac 1 1 5 6 AirMac 6 7 AirMac Extreme AirMac Express 7 AirMac 8 AirMac Express 8 AirMac 9 AirMac 10 AirTunes 10 AirMac Extreme AirMac Express 10 2 13 15 Mac OS X IP 16 Mac OS X AirMac 3 17 AirMac 17

More information

NATディスクリプタ機能

NATディスクリプタ機能 NAT 1 NAT #1,#2 IP incoming/unconvertible/range IP ping/traceroute/ftp/cu-seeme NetMeeting 3.0 VPN PPTP 2 NAT (NAT NAT ) 3 (NAT) Revision 4 NAT (Rev.1 Rev.3 ) LAN LAN primary secondary TUNNEL VPN 3 NAT

More information

Si-R30取扱説明書

Si-R30取扱説明書 1 1 25 2 61 3 103 1 1 1 27 27 28 29 30 31 34 ISDN 34 35 35 36 ISDN 38 38 ISDN 39 40 ISDN 40 41 42 42 43 43 44 44 44 46 LAN 46 TCP/IP 46 WWW 52 LAN 54 54 HUB LAN 55 LAN 56 56 IP 57 58 1 1 Si-R30 CD-ROM

More information

Teradici Corporation #101-4621 Canada Way, Burnaby, BC V5G 4X8 Canada p +1 604 451 5800 f +1 604 451 5818 www.teradici.com Teradici Corporation Teradi

Teradici Corporation #101-4621 Canada Way, Burnaby, BC V5G 4X8 Canada p +1 604 451 5800 f +1 604 451 5818 www.teradici.com Teradici Corporation Teradi PCoIP TER0806003 TER0806003 Issue 2 0 Teradici Corporation #101-4621 Canada Way, Burnaby, BC V5G 4X8 Canada p +1 604 451 5800 f +1 604 451 5818 www.teradici.com Teradici Corporation Teradici Teradici Teradici

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

CPE9V1.0&AP615V2.0-C01说明书-电子档

CPE9V1.0&AP615V2.0-C01说明书-电子档 2018 i IP-COM CPE9V1.0 CPE9V1.0 AP615V2.0 + > > 注意 提示 AP ARP AES CPE CCQ DHCP DNS DDNS GMT IP Access Point Address Resolution Protocol Advanced Encryption Standard Customer Premises Equipment Client Connection

More information

2/ PPPoE AC(Access Concentrator) PPPoE PPPoE Ping FTP PP

2/ PPPoE AC(Access Concentrator) PPPoE PPPoE Ping FTP PP PPPoE HATS LAN 2/31... 4... 4... 5... 6... 6... 7... 8... 8... 9... 10 PPPoE... 10 AC(Access Concentrator)... 10...11 PPPoE... 11 PPPoE... 13 Ping... 13 FTP... 14 PPPoE... 14... 15... 15 3/31... 17 PPPoE...

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

目次 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

目次 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

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

ヤマハ ルーター ファイアウォール機能~説明資料~ 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

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

ADSLモデム設定マニュアル

ADSLモデム設定マニュアル ADSL () [] 1. -- ----------------------------------------------------------------------------------------------------2 2. LAN (Windows95, 98 SE,Me)-------------------------------------------------------

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

RT57i 設定マニュアル

RT57i 設定マニュアル 1 VoIP 2 3 4 ISDN ISDN 5 ADSL B 6 VoIP VoIP ISDN ADSL B 1 2 3 4 ISDN 5 6 CATV/ADSL ISDN FAX NetVolante VoIP PDF PDF CD-ROM PDF Acrobat Reader CD-ROM Acrobat Reader Acrobat Reader 2 2 LAN Web LAN LAN NetVolante

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

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

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

設定例集

設定例集 REMOTE ROUTER 1999. 2. 2 YAMAHA NetWare Novell,Inc. INS 64 YAMAHA! M E M O 1 1 1.1 : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 1 1.2 : : : : : : : : : : : : : : : : : : : : :

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

2011 NTT Information Sharing Platform Laboratories

2011 NTT Information Sharing Platform Laboratories NGN IPv6 multi-homing uplink load balancing 2 3 4 uplink uplink prefix domain A domain A prefix prefix prefix = longest match domain A domain A DNS Server domain A domain B 5 uplink uplink prefix domain

More information

1

1 ITS 14 6 ITS 1)...1 2) ITS...1 3) ITS...2 4)...3 5)...4 1. ITS 1.1....5 1.2....7 1.3. ITS...8 2. ITS 2.1....10 2.2....15 2.3....16 3. 3.1....18 3.2....23 3.3....29 3.4....35 4. 4.1....45 4.2....51 http://www.internetits.org/

More information

RT107eセミナー用資料

RT107eセミナー用資料 2 AV&IT Business Group, YAMAHA RT107e RT107e RT107e RT107e RT107e RT107e RT107e RT107e 4 AV&IT Business Group, YAMAHA 2002~2003 RTX1000 200210 RTX1000 RT57i 20037 RT57i IP-VPN (FGA/FG/FO) VPN 5 AV&IT Business

More information

部内資料

部内資料 - OERIEW OF DIGITAL SBSCRIBER LINE (DSL RECOMMENDATIONS 2.0 2002 5 30 THE TELECOMMNICATION TECHNOLOGY COMMITTEE (DSL... 4... 4... 4... 4... 4... 5... 6... 7... 8... 8... 9... 9... 9... 10... 11... 11...

More information

2/ PPPoE... 9 AC(Access Concentrator) PPPoE PPPoE Ping FTP PPPoE

2/ PPPoE... 9 AC(Access Concentrator) PPPoE PPPoE Ping FTP PPPoE PPPoE HATS LAN 2/27... 4... 5... 5... 6... 7... 7... 8... 9 PPPoE... 9 AC(Access Concentrator)... 9... 10 PPPoE... 10 PPPoE... 11 Ping... 12 FTP... 12 PPPoE... 12... 14... 14... 16 PPPoE... 17 3/27 PPPoE...

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

PPPoE HATS LAN

PPPoE HATS LAN PPPoE HATS LAN 2/26... 4... 5... 7... 9... 10... 13 3/26... 20... 22... 25... 26 4/26 PPPoE ADSL PPPoE ( )AC(Access Concentrator ) NAT 5/26 ( )AC( ) PPPoE AC : AC: Service-Name TAGAC-Name TAG NAT PPP PAP

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

PowerPoint Presentation

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

More information

橡sirahasi.PDF

橡sirahasi.PDF Internet Week 2000 T5 IPsec VPN 2000/12/18 1 Virtual Private Network 2 IPsec 3 IPsec VPN 4 IPsec VPN 2 1 Virtual Private Network 3 Ethernet, WAN PPTP(PPP) IPSec SSL/TLS SOCKS V5 SSH, SSL-Telnet, PET PGP,

More information

IIJ Technical WEEK SEILシリーズ開発動向:IPv6対応の現状と未来

IIJ Technical WEEK SEILシリーズ開発動向:IPv6対応の現状と未来 SEIL : IPv6 1 SEIL 2011 IPv6 SEIL IPv6 SEIL 4rd 2 SEIL 3 SEIL (1/3) SEIL IIJ SEIL 2001/6 IPv6 SEIL/X1 SEIL/X2 50,000 SEIL/x86 1998/8 SEIL SEIL/neu 128 SEIL/neu T1 SEIL/neu 2FE SEIL/neu ATM SEIL/Turbo SEIL/neu

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

情報通信ネットワークの基礎 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 初版 1 刷発行時のものです.

情報通信ネットワークの基礎 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます.   このサンプルページの内容は, 初版 1 刷発行時のものです. 情報通信ネットワークの基礎 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/085361 このサンプルページの内容は, 初版 1 刷発行時のものです. i LTE TCP/IP LAN TCP/ IP VoIP 1 2 3 2 4 5 OSI OSI 6 ISDN ADSL ii CATV

More information

Copyright

Copyright Copyright 2004 Copyright 2004 2 Copyright 2004 Copyright 2004 4 Copyright 2004 5 Copyright 2004 6 Copyright 2004 7 Copyright 2004 8 www.jprs.jp IP? DNS jp www.jprs.jp IP? jprs.jp www.jprs.jp IP? jp DNS

More information

PowerPoint Presentation

PowerPoint Presentation 1 PANmPAN mpan CP 2 16002004.12 75002004.12» 127682004.10.1 DLNAECHONETOSGi ZigBeePLC802.11b/g/aNo New Wire LANAR6001X/G FOMA900iLM1000 3 PAN: Personal Area Network PANCP mpan Internet mpan-nw mpan 4 ProxyIndirection

More information

IPv4aaSを実現する技術の紹介

IPv4aaSを実現する技術の紹介 : ( ) : (IIJ) : 2003 4 ( ) IPv6 IIJ SEIL DS-Lite JANOG Softwire wg / Interop Tokyo 2013 IIJ SEIL MAP-E 2 IPv4aaS 3 4 IPv4aaS 5 IPv4 1990 IPv4 IPv4 32 IPv4 2 = 42 = IP IPv6 6 IPv6 1998 IPv6 (RFC2460) ICMP6,

More information

IW2001-B2 1 Internet Week 2001 ( ) Copyright 2001 All Rights Reserved, by Seiji Kumagai IW2001-B2 2 CodeRed Copyright 2001 All Rights

IW2001-B2 1 Internet Week 2001 ( ) Copyright 2001 All Rights Reserved, by Seiji Kumagai IW2001-B2 2 CodeRed Copyright 2001 All Rights 1 Internet Week 2001 ( ) kuma@isid.co.jp 2 CodeRed 1 3 (EXCEED ) se cu ri ty? 4? 2 5 Web IP Web MP3 6 3 7 1.5Mbps8Mbps 500 MP3 CM VoD 8 4 ADSL (Asymmetric Digital Subscriber Line) () CATV FWA (Fixed Wireless

More information

Agenda IPv4 over IPv6 MAP MAP IPv4 over IPv6 MAP packet MAP Protocol MAP domain MAP domain ASAMAP ASAMAP 2

Agenda IPv4 over IPv6 MAP MAP IPv4 over IPv6 MAP packet MAP Protocol MAP domain MAP domain ASAMAP ASAMAP 2 MAP Tutorial @ 1 Agenda IPv4 over IPv6 MAP MAP IPv4 over IPv6 MAP packet MAP Protocol MAP domain MAP domain ASAMAP ASAMAP 2 IPv4 over IPv6 IPv6 network IPv4 service Internet Service ProviderISP IPv4 service

More information

SRT/RTX/RT設定例集

SRT/RTX/RT設定例集 Network Equipment Rev.6.03, Rev.7.00, Rev.7.01 Rev.8.01, Rev.8.02, Rev.8.03 Rev.9.00, Rev.10.00, Rev.10.01 2 3 4 5 6 1 2 3 1 2 3 7 RTX1000 RTX1000 8 help > help show command > show command console character

More information

IP通信網サービスのインタフェース -フレッツシリーズ-

IP通信網サービスのインタフェース -フレッツシリーズ- - 1 - - 2 - - 3 - - 4 - FLET S.NET EX FLET S.NET FdN - 5 - - 6 - - 7 - - 8 - - 9 - ONU IP RJ45 Ethernet ONU IP UNI - 10 - Ethernet ONU IP Ethernet ONU IP - 11 - 7 6 5 4 3 2 1 IPv6 PPPoE DHCPv6: RFC3315

More information

IP.dvi

IP.dvi ... 3... 3... 3... 4... 6 VLAN... 6... 6 DHCP... 7... 7... 9... 9... 10... 12 R... 15... 15... 15 ARP... 18... 18 ARP... 18 DNS... 20... 20 DHCP/BOOTP... 21... 21 DHCP... 22 UDP... 23... 23... 23... 26...

More information

i TCP/IP NIC Intel 3com NIC TCP/IP *1 20 IPv4 IPv6 IPv6 TCP/IP TCP/IP *1 3

i TCP/IP NIC Intel 3com NIC TCP/IP *1 20 IPv4 IPv6 IPv6 TCP/IP TCP/IP *1 3 i TCP/IP NIC Intel 3com NIC TCP/IP 78 90 500 *1 20 IPv4 IPv6 IPv6 TCP/IP TCP/IP 79 80 *1 3 ii IPv4 IPv4 *2 *3 IPv6 5 IPv6 UDP UDP IP UDP IP TCP/IP IPv6 IPv4 TCP/IP IPv6 TCP/IP TCP/IP TCP/IP TCP/IP IPv6

More information

MPLS Copyright 2008 Juniper Networks, Inc. 1

MPLS Copyright 2008 Juniper Networks, Inc. 1 MPLS (kohy@juniper.net) Copyright 2008 Juniper Networks, Inc. 1 Agenda MPLS DHCP Based Subscriber Aware Edge MPLS + Subscriber Aware Edge Copyright 2008 Juniper Networks, Inc. 2 SDP (Service Delivery Point)

More information

LSM-L3-24設定ガイド(初版)

LSM-L3-24設定ガイド(初版) 6 DB-9 Figure 6-1. DB-9 6-1 DB-9 EIA CCIT T DB9 DTE # PC DB9 DTE # DB9 DCE # 9 COM DTE-DCE CF 109 DCD 1 1 8 AB 102

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

VoIP Broadcasting System 2/2 IP Convergence Communication Solution IP paradigm Integration & Management VoIP IP VoIP VoIP IT < 02-06-12>

VoIP Broadcasting System 2/2 IP Convergence Communication Solution IP paradigm Integration & Management VoIP IP VoIP VoIP IT < 02-06-12> 2003. 5. 22 AddPac Technology Proprietary VoIP Broadcasting System 2/2 IP Convergence Communication Solution IP paradigm Integration & Management VoIP IP VoIP VoIP IT < 02-06-12> 8Khz 16Khz CDMA ADSL VoIP

More information

設定例集_Rev.8.03, Rev.9.00, Rev.10.01対応

設定例集_Rev.8.03, Rev.9.00, Rev.10.01対応 Network Equipment 設定例集 Rev.8.03, Rev.9.00, Rev.10.01 対応 2 3 4 5 6 7 8 help > help show command > show command console character administrator pp disable disconnect 9 pp enable save Password: login timer

More information

スライド タイトルなし

スライド タイトルなし 画像情報特論 (11) - その他の話題 (2) モビリティ セキュリティ - 授業のまとめ モビリティ L3 モビリティ : Mobile IP L7 モビリティ : SIP Mobility 2004.07.09 情報ネットワーク専攻甲藤二郎 E-Mail: katto@waseda.jp Mobile IPv4 ( 制御フェーズ ) Mobile IP (1) Mobile IPv4 ( 転送フェーズ

More information

Si-R180 ご利用にあたって

Si-R180 ご利用にあたって P3NK-2472-01Z0 GeoStream Si-R 180 LAN 2007 7 Microsoft Corporation All rights reserved, Copyright 2007 2 ...2...5...5...5...5...6...7...8...8...11...11 LAN...11...11...12...12...12...12...12...13 ISO/IEC15408...14

More information

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

More information

guide.PDF

guide.PDF ExpressMail Ver2.0 Copyright ( ) 1998/12/25 REV.1 1 ExpressMail Ver2.0 ExpressMail Ver2.0 ExpressMail Ver2.0 WindowsNT SMTP/POP3/IMAP4 (1) SMTP sendmail 8.8.5 DLL (2) POP3 RFC1939 APOP (3) IMAP4 RFC2060

More information

IP IP DHCP..

IP IP DHCP.. NICE 2008 4 14 1 NICE 2 1.1.................... 2 2 3 2.1........................................ 3 2.2....................................... 5 2.3.................................... 6 2.4...................................

More information

ScreenOS 5.0 ScreenOS 5.0 Deep Inspection VLAN NetScreen-25/-50/-204/-208 HA NetScreen-25 HA Lite NetScreen-25 NetScreen-50) ALG(Application Layer Gat

ScreenOS 5.0 ScreenOS 5.0 Deep Inspection VLAN NetScreen-25/-50/-204/-208 HA NetScreen-25 HA Lite NetScreen-25 NetScreen-50) ALG(Application Layer Gat ScreenOS 5.0 1 2 ScreenOS 5.0 ScreenOS 5.0 Deep Inspection VLAN NetScreen-25/-50/-204/-208 HA NetScreen-25 HA Lite NetScreen-25 NetScreen-50) ALG(Application Layer Gateway NAT Destination NetScreen-Security

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 PowerPoint - ykashimu_dslite_JANOG26_rev

Microsoft PowerPoint - ykashimu_dslite_JANOG26_rev IPv6 時代の を考える ~DS-Lite 8 th July 2010 鹿志村康生 (Yasuo Kashimura) yasuo.kashimura@alcatel-lucent.com DS-Lite ( Dual stack Lite) draft-ietf-softwire-dual-stack-lite Dual-Stack Lite Broadband Deployments Following

More information

untitled

untitled IPv4 /IPv6 ShowNet2010 IPv4 ShowNet IPv4 1990 IPv6 2008 IPv4 IPv6 IPv6 1990 2008 IPv6 IPv6 IPv4 IPv6 IPv6 IPv4 IPv4 Q1. v6 Q2. Q1. v6 A1. IPv6 v6 IPv4 IPv4 ISP IPv6 Web IPv4 ISP NAT 5 x ISP NAT IPv6 201x

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション PA-3. ITS - - LAN IP 2003/09/24 hmano@root-hq.com http://www.root-hq.com/ Mobile IP LINK IEEE802.11b 2.4GHz LAN IP (MISP) (MNET) Authentication Server Home Agent Server MIS Manager Access Controller-W

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

Microsoft PowerPoint - 情報システム20131127.pptx

Microsoft PowerPoint - 情報システム20131127.pptx 2013 11 27 NTT ISP IP 32 8. FTTH OLT ONU( ) ADSL DSLAM ADSL (ISDN) WiMAX ISP i sp ISP LAN ISP IP PPPoE FTTH ADSL BAS ID IP PPP RAS ID IP DHCP DHCP IP PPPoE ID ID ISP @ IP IPCP ID PC PC WAN LAN PC PPPoE

More information

untitled

untitled CHAPTER 10 IP Virtual Routing and Forwarding VRF Provider Edge PE; VRF PE VRF PE Cisco 10000 IP ODAP p.10-5 IP p.10-18 IP Cisco 10000 Virtual Private Network VPN; IP On-demand Address Pool [ODAP] IP p.10-2

More information

RT58i 接続ガイド

RT58i 接続ガイド VoIP 4 5 50 2 TEL DSU VoIP VoIP AC P12V0.95A 1 1 CD-ROM 1 1 RT58i ADSL/B ISDN 15 17 23 24 25 28 30 36 43 CD-ROM VoIP CD-ROM H CD-ROM PDF PDF Adobe Adobe Reader Adobe Reader Adobe Web Adobe ReaderAdobe

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 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

帯域を測ってみよう (適応型QoS/QoS連携/帯域検出機能)

帯域を測ってみよう (適応型QoS/QoS連携/帯域検出機能) RTX1100 client server network service ( ) RTX3000 ( ) RTX1500 2 Sound Network Division, YAMAHA 3 Sound Network Division, YAMAHA 172.16.1.100/24 172.16.2.100/24 LAN2 LAN3 RTX1500 RTX1100 client 172.16.1.1/24

More information

MR1000 コマンド設定事例集

MR1000 コマンド設定事例集 V21 LAN 2005 1 2005 3 2 Microsoft Corporation OMRON Corporation 2004-2005 All Rights Reserved. 2 V21... 2... 6... 6... 6... 6 1... 7 1.1 LAN... 8 1.2 CATV... 10 1.3 LAN... 12 1.4 IPv4 IPv6... 14 1.5...

More information

ヤマハルーターでつくるブロードバンド企業ネットワーク

ヤマハルーターでつくるブロードバンド企業ネットワーク PDF http://www.rtpro.yamaha.co.jp/rt/docs/pdf www.rtpro.yamaha.co.jp/rt/docs/pdf/ OCN ADSL(1.5M) ISDN B CATV Yahoo!BB(8M) 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 RT100i IPX, Bridge RT200i

More information

1 IPv6 WG OS SWG PCOSIPv6 Windows Vista 2 3 KAMEUSAGIMacOSX IPv6 2

1 IPv6 WG OS SWG PCOSIPv6 Windows Vista 2 3 KAMEUSAGIMacOSX IPv6 2 LAN IPv6 IPv6 WG IPv6 OS SWG () 1 1 IPv6 WG OS SWG PCOSIPv6 Windows Vista 2 3 KAMEUSAGIMacOSX IPv6 2 IPv6 PCOSIPv6 Windows VISTA OSv6 MacOS X Linux *BSD Solaris etc PC RS RA DAD IPv6 DHCPv6 DNS AAAA PMTUD?

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