NetEng-05.ppt

Size: px
Start display at page:

Download "NetEng-05.ppt"

Transcription

1 5 (2) 5 1

2 ACK ACK (a) stop-and-wait (b) 2 Go-Back-N (GBN) Selective Repeat (SR) 5 2

3 Stop-and-wait vs. ACK 3. t = 0. t = L/R RTT. ACK ACK. t = RTT + L/R 2. ACK L: packet size (bit) R: rate (bit/sec) 5 Stop-and-wait 3

4 Go-Back-N (GBN) ACK N 4 [0, base 1]: ACK [base, nextseqnum 1]: ACK [nextseqnum, base + N 1]: base + N base nextseqnum N ACK 5 4

5 Go-Back-N NACK ACK N GBN: (sliding-window protocol) (e.g, k ) [0, 2 k 1] modulo 2 k 5 5

6 Λ base = 1 nextseqnum = 1 ACK 5 GBN: FSM rdt_rcv(rcvpkt) && notcorrupt(rcvpkt) base = getacknum(rcvpkt) + 1 if (base = = nextseqnum) stop_timer else start_timer rdt_send(data) if (nextseqnum < base + N) { sndpkt[nextseqnum] = make_pkt(nextseqnum, data, cksum) udt_send(sndpkt[nextseqnum]) if (base = = nextseqnum) start_timer nextseqnum++ } else refuse_data(data) Wait ACK rdt_rcv(rcvpkt) && corrupt(rcvpkt) Λ timeout start_timer udt_send(sndpkt[base]) udt_send(sndpkt[base + 1]) udt_send(sndpkt[nextseqnum 1]) 6

7 GBN: ACK n ACK n ACK (cumulative acknowledgment) ACK (Go-Back-N ) ACK ( 1 ) ACK ACK 5 7

8 GBN: FSM Λ expectedseqnum = 1 sndpkt = make_pkt(0, ACK, cksum) default udt_send(sndpkt) Wait rdt_rcv(rcvpkt) && notcorrupted(rcvpkt) && hasseqnum(rcvpkt, expectedseqnum) extract(rcvpkt, data) deliver_data(data) sndpkt = make_pkt(expectedseqnum, ACK, cksum) udt_send(sndpkt) expectedseqnum++ 5 8

9 GBN: n n ACK (in-order) ACK Q:? (out-of-order) expectedseqnum cf. base, nextseqnum, N 5 9

10 GBN 4 [ ] nextseqnum base base + N 1 [ ] expectedseqnum 5 10

11 GBN 4 [ ] nextseqnum send pkt0 send pkt1 rcv pkt0 send ACK0 rcv pkt1 send ACK1 base base + N 1 [ ] expectedseqnum 5 11

12 GBN 4 [ ] nextseqnum send pkt0 send pkt1 send pkt2 rcv pkt0 send ACK0 rcv pkt1 send ACK send pkt3 (wait) rcv pkt3, discard send ACK1 base base + N 1 [ ] expectedseqnum 5 12

13 GBN 4 [ ] nextseqnum send pkt0 send pkt1 send pkt2 rcv pkt0 send ACK0 rcv pkt1 send ACK base base + N 1 send pkt3 rcv ACK0 send pkt4 (wait) rcv pkt3, discard send ACK1 rcv pkt4, discard send ACK1 [ ] expectedseqnum 5 13

14 GBN 4 [ ] nextseqnum send pkt0 send pkt1 send pkt2 rcv pkt0 send ACK0 rcv pkt1 send ACK base base + N 1 [ ] send pkt3 rcv ACK0 send pkt4 rcv ACK1 send pkt5 (wait) rcv pkt3, discard send ACK1 rcv pkt4, discard send ACK1 rcv pkt5, discard send ACK1 expectedseqnum 5 14

15 GBN 4 [ ] nextseqnum send pkt0 send pkt1 send pkt2 rcv pkt0 send ACK0 rcv pkt1 send ACK send pkt3 (wait) rcv pkt3, discard send ACK1 base base + N 1 [ ] expectedseqnum 5 rcv ACK0 send pkt4 rcv ACK1 send pkt5 pkt2 timeout send pkt2 send pkt3 send pkt4 send pkt5 rcv pkt4, discard send ACK1 rcv pkt5, discard send ACK1 rcv pkt2, delivered send ACK2 rcv pkt3, delivered send ACK3 15

16 GBN GBN stop-and-wait 1 () 5 16

17 Selective Repeat (SR) ACK (out-of-order) (in-order) ACK ACK N ACK N 5 17

18 Selective Repeat: send_base nextseqnum N (a) N ACK out-of-order (buffered), (expected), () rcv_base (b) 5 18

19 Selective Repeat timeout(n) n ACK(n) n [send_base, send_base + N 1] n n send_base ACK 5 n n [rcv_base, rcv_base + N 1] ACK(n) out-of-order: n n [rcv_base N, rcv_base 1] ACK(n) ( ) 19

20 Selective Repeat 5 20

21 Selective Repeat pkt0 sent pkt0 pkt0 rcvd, delivered, ACK0 sent ACK 5 21

22 Selective Repeat pkt0 sent pkt1 sent pkt0 pkt1 pkt0 rcvd, delivered, ACK0 sent pkt1 rcvd, delivered, ACK1 sent ACK 5 22

23 Selective Repeat pkt0 sent pkt1 sent pkt2 sent pkt3 sent pkt0 pkt1 pkt2 pkt3 pkt0 rcvd, delivered, ACK0 sent pkt1 rcvd, delivered, ACK1 sent pkt3 rcvd, buffered, ACK3 sent out-of-order, 5 23

24 Selective Repeat pkt0 sent pkt1 sent pkt2 sent pkt3 sent ACK0 rcvd, pkt4 sent pkt0 pkt1 pkt2 pkt3 pkt4 pkt0 rcvd, delivered, ACK0 sent pkt1 rcvd, delivered, ACK1 sent pkt3 rcvd, buffered, ACK3 sent pkt4 rcvd, buffered, ACK4 sent out-of-order, 5 24

25 Selective Repeat pkt0 sent pkt1 sent pkt2 sent pkt0 pkt1 pkt2 pkt0 rcvd, delivered, ACK0 sent pkt1 rcvd, delivered, ACK1 sent pkt3 sent ACK0 rcvd, pkt4 sent pkt2 timeout, pkt2 resent pkt3 pkt4 pkt2 pkt3 rcvd, buffered, ACK3 sent pkt4 rcvd, buffered, ACK4 sent pkt2 rcvd, deliver pkts 2, 3, 4, ACK2 sent 5 25

26 Selective Repeat pkt0 sent pkt1 sent pkt2 sent pkt0 pkt1 pkt2 pkt0 rcvd, delivered, ACK0 sent pkt1 rcvd, delivered, ACK1 sent pkt3 sent ACK0 rcvd, pkt4 sent pkt2 timeout, pkt2 resent ACK1 rcvd, pkt5 sent 5 pkt3 pkt4 pkt5 pkt2 pkt3 rcvd, buffered, ACK3 sent pkt4 rcvd, buffered, ACK4 sent pkt2 rcvd, deliver pkts 2, 3, 4, ACK2 sent pkt5 rcvd, delivered, ACK5 sent 26

27 send_base Selective Repeat: nextseqnum N (a) N ACK out-of-order (buffered), (expected), () rcv_base (b) 5 27

28 Selective Repeat: 0, 1, 2, 3 = pkt pkt0 pkt1 pkt2 pkt ACK ACK ACK2 pkt0 Q:? pkt0 pkt1 pkt2 pkt3 pkt ACK ACK ACK2 pkt0 5 28

29 RTT RTT: Round Trip Time e.g., 1Gbps, 20msec (bit/s) (s) = 2.5MB 1 = 1K bytes 2,500 ACK 5 29

30 / ACK 5 ACK ACK ACK 30

31 Quiz-8 P.28 (P.27 ) 5 31

32 Quiz-9: Selective Repeat [rcv_base N, rcv_base 1] ACK 5 32

NetEng-04.ppt

NetEng-04.ppt 4(1) 1 5 end-to-end host-to-host point-to-point 2 multiplexingdemultiplexing UDP TCP (flow control) (congestion control) TCP 3 ()(IP) : best-effort 4 TCP (Transmission Control Protocol) (flow control)

More information

untitled

untitled Chapter 3 Transport Layer A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you can add, modify, and delete

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

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

TCP T ransmission Control Protocol TCP TCP TCP TCP TCP TCP TCP TCP c /(18)

TCP T ransmission Control Protocol TCP TCP TCP TCP TCP TCP TCP TCP c /(18) 3 -- 4 1 TCP T ransmission Control Protocol 2013 12 TCP TCP TCP TCP TCP TCP TCP TCP c 2013 1/(18) 3 -- 4 -- 1 1--1 TCP 2013 12 TCP Transmission Control Protocol TCP TCP TCP 1981 RFC 793 Request for Comments

More information

128 64 32 16 8bit 7bit 6bit 5bit 4bit 3bit 2bit 1bit 8 4 2 1 3.6m 4.5m 5.5m 6.4m Tokyo:3.6m 3.6m 4.5m 3.6m 5.5m 6.4m JCSAT-3 AI 3 Hub WIDE Internet 2Mbps VSAT point-to-point/multicst

More information

ppt

ppt / 5 1 (error control) (flow control) / 5 2 Layer 1 gateway: repeater ( ) Layer 2 gateway: bridge ( ) Layer 3 gateway: router (datalink frame) / 5 3 Data link control (error detection / correction) (flow

More information

Contents Part1: TCP Part2: TCP Part3: TCP Part4: Part5: TCP Part6:

Contents Part1: TCP Part2: TCP Part3: TCP Part4: Part5: TCP Part6: TCP Yoshifumi Nishida nishida@csl.sony.co.jp Contents Part1: TCP Part2: TCP Part3: TCP Part4: Part5: TCP Part6: TCP TCP TCP Transmission Control Protocol IP TCP application TCP UDP IP DataLink header IP

More information

CF 2 CF CF 18 2 CF 1 1 CF CF CF

CF 2 CF CF 18 2 CF 1 1 CF CF CF 2 40 38 39 42 45 60 22 34 3 3 80 70 153 150 100 100 42 37 42 42 283 288 283 288 1,025 714 311 313 5 2 2 5 5 5 0 0 0 12 8 2 CF 2 CF CF 18 2 CF 1 1 CF CF 0 8 5 8 2 5 5 12 15 10 3 2 9 2 5 0 12 0 CF 3 5 5

More information

untitled

untitled 70.0 60.0 50.0 40.0 30.0 20.0 10.0 0.0 18.5 18 60.4 6.3 45.5 18.9 41.8 5.0 29.3 17.1 1.2 3.7 0.0 0.0 1.5 19 20 21 22 2.50 2.00 1.50 1.00 0.50 0.00 19 2.38 1.48 1.02 2.05 0.11 0.00 0.00 20 21 1.22 0.44

More information

(1) CCITT X.25 (HDLC/LAPB) SDLC (Synchronous Data Link Control protocol) HDLC High-speed Data Link Control protocol ITU-T/ISO ADCCP Advanced Data Comm

(1) CCITT X.25 (HDLC/LAPB) SDLC (Synchronous Data Link Control protocol) HDLC High-speed Data Link Control protocol ITU-T/ISO ADCCP Advanced Data Comm I / 6 1 1. HDLC I / 6 2 (1) CCITT X.25 (HDLC/LAPB) SDLC (Synchronous Data Link Control protocol) HDLC High-speed Data Link Control protocol ITU-T/ISO ADCCP Advanced Data Communication Control Protocol

More information

PowerPoint Presentation

PowerPoint Presentation 3 ichii@ms.u-tokyo.ac.jp DHCP (Dynamic Host Configuration Protocol) IP IP CIDR 157.82.16.1/22 255.255.252.0 dest net 157.82.16.0/24 default next hop - 157.82.16.1 hop 0 1 2002/5/29 2 IP link layer 0.0.0.0

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

卒研 .PDF

卒研 .PDF 1. ------------------------------------------------------------------------------------------2 2. ---------------------------------------------------------------------------3 2.1 2.2 2.3 OSI 2.4 TCP/IP

More information

(1)2004年度 日本地理

(1)2004年度 日本地理 1 2 3 4 1 2 3 4 5 6 7 8 9 10 11 12-5.0-5.1-1.4 4.2 8.6 12.4 16.9 19.5 16.6 10.8 3.3-2.0 6.6 16.6 16.6 18.6 21.3 23.8 26.6 28.5 28.2 27.2 24.9 21.7 18.4 22.7 5 1 2 3 4 5 6 7 8 9 10 11 12 2.2 3.5 7.7 11.1

More information

第1回 ネットワークとは

第1回 ネットワークとは 1 第 8 回 UDP TCP 計算機ネットワーク 2 L4 トランスポート層 PDU: Protocol Data Unit L4 セグメント L4 ヘッダ データ セグメントデータ最大長 =MSS maximum segment size L3 パケット IP ヘッダ TCP ヘッダ IP データ L2 フレーム イーサヘッダ IP ヘッダ TCP ヘッダ イーサネットデータ イーサトレイラ フレームデータ

More information

JA2008

JA2008 A1 1 10 vs 3 2 1 3 2 0 3 2 10 2 0 0 2 1 0 3 A2 3 11 vs 0 4 4 0 0 0 0 0 3 6 0 1 4 x 11 A3 5 4 vs 5 6 5 1 0 0 3 0 4 6 0 0 1 0 4 5 A4 7 11 vs 2 8 8 2 0 0 0 0 2 7 2 7 0 2 x 11 A5 9 5 vs 3 10 9 4 0 1 0 0 5

More information

橡c03tcp詳説(3/24修正版).PDF

橡c03tcp詳説(3/24修正版).PDF 1 1 2 TCP 1 3 TCP 9 4 TCP 15 5 21 6 TCP 25 7 27 TCP 1 TCP Windows98 Linux Solaris TCP(Transmission Control Protocol) IP TCP UDP UDP TCP UDP TCP 1 TCP RFC793 RFC2581 TCP 4-1 - DataLink header IP header

More information

Microsoft PowerPoint ppt

Microsoft PowerPoint ppt トランスポート層が提供する機能 CP その 2 山口英奈良先端科学技術大学院大学 モデル : プロセス間の通信 通信相手のプロセスの指定 プロセス間の通信路の識別 プロセス (process) は ホストの中の処理単位で 同時に複数存在することが仮定されている 上位層へのインタフェースの提供 Connection oriented (virtual circuit) Connectionless (datagram)

More information

2 5 6 9 19 20 23 31 32 35 39 40 41 47 48 51 52 55 1 2 1 2 3 3 4 1 2 3 4 5 5 1 2 3 6 4 5 6 7 7 8 8 1 2 3 9 4 5 6 7 8 10 9 10 11 11 1 2 3 4 12 5 6 7 8 13 1 2 14 3 4 15 1 2 3 4 16 5 17 18 19 1 2 20 1 2 3

More information

A Study on Traffic Characteristics in Multi-hop Wireless Networks 2010 3 Yoichi Yamasaki ( ) 21 Local Area Network (LAN) LAN LAN LAN (AP, Access Point) LAN AP LAN AP AP AP (MWN, Multi-hop Wireless Network)

More information

IP... 2 IP... 2 IP... 2 IP... 2 VLAN... 3 IP ADD IP IPADDRESS... 5 DELETE IP... 7 PING SETIP SHOW IP IP CentreCOM FS9

IP... 2 IP... 2 IP... 2 IP... 2 VLAN... 3 IP ADD IP IPADDRESS... 5 DELETE IP... 7 PING SETIP SHOW IP IP CentreCOM FS9 ... 2... 2... 2... 2 VLAN... 3... 3... 4... 4 ADD ADDRESS... 5 DELETE... 7 PING.... 8 SET... 10 SHOW... 11 CentreCOM FS900S 1.0.0 1 Internet Protocol 2 Telnet 1. 2. VLAN VLAN default ADD ADDRESS=192.168.10.5

More information

Microsoft PowerPoint - chapter6_2013.ppt [互換モード]

Microsoft PowerPoint - chapter6_2013.ppt [互換モード] 6. 6 データリンク層, トランスポート層における誤り制御 6 章誤り制御 電子情報工学科 3 年前期ネットワークアーキテクチャ情報科学センター / ネットワークデザイン研究センター福田豊 誤り制御 データリンク層 トランスポート層 データリンク層 HDLC イーサネット トランスポート層 TCP アプリケーション層トランスポート層インターネット層データリンク層物理層 TCP/IP protocol

More information

untitled

untitled ... 2... 2... 2... 3 VLAN... 3... 3... 4... 4 ADD ADDRESS... 5 DELETE... 7 PING.... 8 SET... 10 SHOW... 11 CentreCOM GS900SS 1.6.19 1 Internet Protocol 2 Telnet FTP 1. 2. VLAN VLAN default ADD ADDRESS=192.168.10.5

More information

total-all-nt.dvi

total-all-nt.dvi XI W I D E P R O J E C T 1 WIDE Reliable Multicast 1.1 TV 1 1 TCP WIDE JGN/JB SOI (DV) Reliable Multicast (RM) US Reliable Multicast IETF RMT-WG PGM Digital Fountain FEC Tornado Code Ruby Code 1.2 WIDE

More information

スライド タイトルなし

スライド タイトルなし 画像情報特論 (3) -TCP/IP (2) TCP (Transport Control Protocol) UDP (User Datagram Protocol) 2004.04.30 情報ネットワーク専攻甲藤二郎 E-Mail: katto@waseda.jp TCP Transport Control Protocol インターネットの基礎 プロトコルスタック 端末 T アプリケーション

More information

3 m/sec 8.35 39.06 3.22 2.15 13.72 52.78 15.00 2.12 2.69 12.62 27.62 3 m/ 772 79 68 263 410 1,182 3 m/sec 3.87 0.63 8.00 3.12 1.38 12.50 12.50 2.00 2.50 1.00 5.50 5.50 m/ 105 122 20 247 247 3 m/sec 0.23

More information

untitled

untitled 1. 2. 3. 4. 5. 6. 7. 8. 9. 07060121 07060121 07060121 07060121 KA12345 200,000 1301 0089-339 1 07060121 KA12345 200,000 1 1301 0089-339 07060121 07060121 A 100,000 07060121 07060121 07060121 07060121 07060121

More information

3. LISP B EID RLOC ETR B 4. ETR B ITR A 1: LISP 5. ITR A B EID RLOC 6. A SYN 7. ITR A ITR A B EID RLOC SYN ITR A RLOC ETR B RLOC 8. ETR B SYN ETR B B

3. LISP B EID RLOC ETR B 4. ETR B ITR A 1: LISP 5. ITR A B EID RLOC 6. A SYN 7. ITR A ITR A B EID RLOC SYN ITR A RLOC ETR B RLOC 8. ETR B SYN ETR B B L-020 SYN Cookies Locator/ID Separation Protocol Locator/ID Separation Protocol implementation considering SYN Cookies Watanabe Takaya Takashi Imaizumi 1. AS Autonomous System ISP IETF Locator/ID Separation

More information

ボンドグラフと熱伝導解析による EHA熱解析ツールの開発

ボンドグラフと熱伝導解析による EHA熱解析ツールの開発 計算機通信基礎 (9). インターネットの技術 01 年度 九州工業大学大学院情報工学研究院塚本和也 今日の授業の内容 前回の授業の内容について. インターネットの技術.1 経路制御. 誤り制御. フロー制御と輻輳制御 前回の授業内容について インターネット上で用いられているネットワーク技術について その特徴を解説する 経路制御 : データグラム方式 ( とバーチャルサーキット方式 ) IP と IP

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

a a b a b c d e R c d e A a b e a b a b c d a b c d e f a M a b f d a M b a b a M b a M b M M M R M a M b M c a M a R b A a b b a CF a b c a b a M b a b M a M b c a A b a b M b a A b a M b C a M C a M

More information

Ethernet 開発支援ツール ACCEL ti2k (LastUpdate Mar 1, 2019) 概要ターミナルツール (1) TcpTermS.exe ターミナルツール (2) TcpTermM.exe ターミナルツール (3) UdpTermS.exe ターミナルツール (

Ethernet 開発支援ツール ACCEL ti2k (LastUpdate Mar 1, 2019) 概要ターミナルツール (1) TcpTermS.exe ターミナルツール (2) TcpTermM.exe ターミナルツール (3) UdpTermS.exe ターミナルツール ( Ethernet 開発支援ツール ACCEL ti2k-180829 (LastUpdate Mar 1, 2019) 概要ターミナルツール (1) TcpTermS.exe ターミナルツール (2) TcpTermM.exe ターミナルツール (3) UdpTermS.exe ターミナルツール (4) UdpTermM.exe モニターツール (1) TcpMon.exe モニターツール (2)

More information

L2TP.dvi

L2TP.dvi L2TP... 3 L2TP... 3... 3 LAN... 4... 4... 4 LAN... 6... 10... 11 IPsec... 11... 13... 13 ACTIVATE L2TP CALL... 14 ADD L2TP CALL.... 15 ADD L2TP IP...... 17 ADD L2TP PASSWORD... 19 ADD L2TP USER.... 20

More information

破損した CIMC ファームウェアの復旧

破損した CIMC ファームウェアの復旧 この章は 次の項で構成されています CIMC ファームウェア イメージの概要, 1 ページ バックアップ イメージからの E シリーズ サーバのブート, 2 ページ 破損した現在およびバックアップのイメージの復旧, 3 ページ, 5 ページ CIMC ファームウェア イメージの概要 E シリーズ サーバ には 同一の CIMC ファームウェア イメージが 2 つ搭載された状態で出荷され ます E シリーズ

More information

SCREENOS NAT ScreenOS J-Series(JUNOS9.5 ) NAT ScreenOS J-Series(JUNOS9.5 ) NAT : Destination NAT Zone NAT Pool DIP IF NAT Pool Egress IF Loopback Grou

SCREENOS NAT ScreenOS J-Series(JUNOS9.5 ) NAT ScreenOS J-Series(JUNOS9.5 ) NAT : Destination NAT Zone NAT Pool DIP IF NAT Pool Egress IF Loopback Grou NAT NETWORK ADDRESS TRANSLATION SCREENOS NAT ScreenOS J-Series(JUNOS9.5 ) NAT ScreenOS J-Series(JUNOS9.5 ) NAT : Destination NAT Zone NAT Pool DIP IF NAT Pool Egress IF Loopback Group (ScreenOS ) 2 Copyright

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

paper+.dvi

paper+.dvi Vol. 40 No. 5 May 1999 MPI y y y MPI MPI/MBCF MPI/MBCF write eager 2 write eager FIFO 2 MPI/MBCF round-trip time peak bandwidth NAS Parallel Benchmarks Implementation and Evaluation of a High Performance

More information

TeraTerm Pro V.2.32の利用法

TeraTerm Pro V.2.32の利用法 Tera Term Pro ver.2.23 Windows Ver.2.1 2 Tterm23Zip Ttermp23 cedar ttermpro Ttermpro 3 Setup Terminal 3 Setup Window 4 Setup Font 5 Setup keyboard 6 Setup Serial port 7 Setup General 8 9 Tera Term Pro

More information

17 TCP (ACK:ACKnowledge) (RTT:Round Trip Time) TCP (Transmission Control Protocol) PSPacer (Precise Software Pacer) JGN2 TCP FAST TCP UDP PSPacer

17 TCP (ACK:ACKnowledge) (RTT:Round Trip Time) TCP (Transmission Control Protocol) PSPacer (Precise Software Pacer) JGN2 TCP FAST TCP UDP PSPacer TCP 18 2 27 17 TCP (ACK:ACKnowledge) (RTT:Round Trip Time) TCP (Transmission Control Protocol) PSPacer (Precise Software Pacer) JGN2 TCP FAST TCP UDP PSPacer 1 1 2 TCP 2 2.1..................................

More information

02 go on a trip 03

02 go on a trip 03 N I I J I M A Chofu Airport Niijima Tokyo Takeshiba Port go on a trip 02 go on a trip 03 二 ッ 04 go on a trip 05 06 go on a trip 07 08 go on a trip 09 10 go on a trip 11 12 go on a trip 13 14 go on a trip

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

00 0 0 0 0 0 00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.... 0........ 0 0 0 0 0 0 0 0 0 0..0..........0 0 0 0 0 0 0 0 0 0 0.... 0........ 0 0 0 0 0 0 0 0 0 0... 0...... 0... 0 0 0 0 0 0..0 0... 0 0 0 0 0.0.....0.

More information

UDPとCBR

UDPとCBR IP ネットワークの基礎 ~ping, traceroute~ 演習第 1 回 情報通信技術論 インターネット工学 インターネットの仕組み 例 ) Web 閲覧 サーバ インターネット インターネットサービスプロバイダ (ISP) 携帯電話会社 ( 一種の ISP) リクエスト データ 電話回線, ADSL, 光ファイバなど 基地局 携帯電話 一般家庭 1 IP (Internet Protocol)

More information

... 4 HTML IP TC

... 4 HTML IP TC MFC-7820N ... 4 HTML... 5... 7... 7... 7... 8... 8... 8... 9 1... 11... 12... 13... 13... 14... 15... 15... 16... 18... 18 IP... 19 2... 21... 22... 22... 22 TCP/IP... 23 IP... 24 IP... 25... 26... 27

More information

075730G: 2008/7/4, /07/ A: J: E:

075730G: 2008/7/4, /07/ A: J: E: 075730G: 2008/7/4,11 2008/07/18 075711A: 075726J: 075759E: 1 (Mesh) () LAN () LAN LAN ( LAN ) 2 RMR Rokko Mesh Router LAN 3 RMR IP RMR mesh007 https://192.168.71.1 RMR Username:rootPassword:root Network

More information

【注意事項】RXファミリ 組み込み用TCP/IP M3S-T4-Tiny

【注意事項】RXファミリ 組み込み用TCP/IP M3S-T4-Tiny 注意事項 RX ファミリ組み込み用 TCP/IP M3S-T4-Tiny R20TS0227JJ0100 Rev.1.00 号 概要 RX ファミリ組み込み用 TCP/IP M3S-T4-Tiny ( 注 ) の使用上の注意事項を連絡します 1. Ping Reply パケットに関する注意事項 2. LAN ネットワーク環境に関する注意事項 3. select() 関数のタイムアウト設定値に関する注意事項

More information

Microsoft PowerPoint

Microsoft PowerPoint 情報ネットワーク論 I データリンク技術 (2) 門林雄基奈良先端科学技術大学院大学 概要 さまざまなデータリンクの基本形を学習 WAN のデータリンク技術 : 回線交換 LAN のデータリンク技術 : 媒体アクセス制御 これを知らずしてユビキタスを語るな ALOHA CSMA/CD, CSMA/CA データリンク技術の発展 いつでも どこでも はいかにして実現されるか データリンク技術の基本形 (1):

More information

Microsoft Word - 倫理 第40,43,45,46講 テキスト.docx

Microsoft Word - 倫理 第40,43,45,46講 テキスト.docx 6 538 ( 552 ) (1) () (2) () ( )( ) 1 vs () (1) (2) () () () ) ()() (3) () ( () 2 () () () ()( ) () (7) (8) () 3 4 5 abc b c 6 a (a) b b ()() 7 c (c) ()() 8 9 10 () 1 ()()() 2 () 3 1 1052 1051 () 1053 11

More information

MINI2440マニュアル

MINI2440マニュアル LAN-RS232/RS485 変換器 シリアルデバイスを LAN に接続! http://wwwnissin-techcom info@nissin-techcom 2011/11/23 copyright@2011 1 第一章 LAN RS232/RS385 変換器の概要 3 11 概要 3 12 コネクタと状態 LED 3 13 典型応用 5 第二章 LAN RS232/RS385 変換器の設定

More information

wide95.dvi

wide95.dvi 16 453 1 1.1 WISH WISH [140] 250ms WISH WISH 1995 WISH ( ) ( ) 1.2 WISH WISH VSAT 9 12 ( 1.1) VSAT ODU IDU ( 1.2 455 456 1995 WIDE WNOC-SPK JAIST WNOC-NARA (AIST-NARA) WNOC-FUK (KYUSHU-U) WNOC-KYOTO U-TOKYO

More information

Microsoft PowerPoint - network8forPDF

Microsoft PowerPoint - network8forPDF 第 8 章 トランスポート層とフロー制御 インターネット上の TCP による高信頼 通信サービス 発信ノード あて先ノード 発信ノード あて先ノード アプリデータ アプリデータ アプリケーション層 アプリデータ アプリデータ TCP セグメント トランスポート層 高信頼 TCP コネクション TCP セグメント TCP コネクション型通信送信 TCP セグメント TCP コネクション型通信受信 TCP

More information

Microsoft PowerPoint - chapter6_2012.ppt [互換モード]

Microsoft PowerPoint - chapter6_2012.ppt [互換モード] 章誤り制御 電子情報工学科 年前期ネットワークアーキテクチャ情報科学センター / ネットワークデザイン研究センター福田豊 Agenda 学ぶ主な内容は以下の つ 誤りを検出する方法 誤り検出後, 訂正する方法 誤り検出方法 パリティ,CRC 誤り制御 ARQ,FEC ARQ 方式の紹介とその性能評価 誤り訂正 Layer と Layer における誤り制御 1 情報. 1 はじめに (1) 伝送路における電気的な雑音等により内容が変化

More information

untitled

untitled E-mail: murata@cmc.osaka-u.ac.jp http://www.anarg.jp/ Advanced Network Architecture Research M. Murata 1 IP over ATM over SONET over WDM IP over SONET over WDM IP over (PPP or HDLC over) WDM IP IP ATM

More information

SACSIS.TCP

SACSIS.TCP HPC TCP/IP 2009 5 29 SACSIS2009 (2) HPC TCP/IP 1 Gbps RTT 100 240 Mbps 940 Mbps 2 (2) HPC TCP/IP Ethernet PC TCP/IP 2 10MB 1000 1000 Bandwidth (Mbps) 800 600 400 200 160 x3.5 Bandwidth (Mbps) 800 600 400

More information

  医 事 法        山口大法医 藤宮龍也

  医 事 法             山口大法医 藤宮龍也 2 ( If anything can go wrong, it will. Things go wrong in batches. MiniMax (mini) (max) ( ) - 134 135 105 149 1) 2) 3) cf. cf. - 160-214 cf. - 211 209,210-204 vs 35 37-19 217 218-202 203 cf. - ( ) 104

More information

2

2 WJ-HD150 Digital Disk Recorder WJ-HD150 2 3 q w e r t y u 4 5 6 7 8 9 10 11 12 13 14 15 16 q w SIGNAL GND AC IN 17 SUNDAY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY DAILY Program 1 Event No.1 Event

More information

USERMANUAL_JPN

USERMANUAL_JPN TWEAKER ユーザーマニュアル BUTTON: A1 ENCODER: CC 57 RING: CC 79 BUTTON: A#1 ENCODER: CC 58 RING: CC80 BUTTON: B1 ENCODER: CC 59 RING: CC81 A0 POT: CC 51 CENTER NOTE: D#2 NOTE: D#3 AFTERTOUCH:

More information

Page 1

Page 1 ... 1... 3... 4... 6 0100... 8 0102... 11 0103 FTP... 12 0105... 13 0109... 14... 15 0130... 16 0150 STD... 17 0154 TXT... 18 0170... 19 0180 1... 20 0190 2... 21 0196 3... 22 0200... 23 0300... 24 0500

More information

Excel97関数編

Excel97関数編 Excel97 SUM Microsoft Excel 97... 1... 1... 1... 2... 3... 3... 4... 5... 6... 6... 7 SUM... 8... 11 Microsoft Excel 97 AVERAGE MIN MAX SUM IF 2 RANK TODAY ROUND COUNT INT VLOOKUP 1/15 Excel A B C A B

More information

untitled

untitled 7 6 4 1 8 12 13 10 2 5 11 3 9 1 6 GHz 1.5GHz 3.5GHz 2 3 Elements of Osilloscope Architechture CPU OS X- Stream 4 5 6 7 8 9 10 Transfer Rate (MS/s) 1000 100 10 1 0.1 0.01 0.001 0.01 0.1 1 10 100 Transfer

More information

¥¤¥ó¥¿¡¼¥Í¥Ã¥È·×¬¤È¥Ç¡¼¥¿²òÀÏ Âè1²ó

¥¤¥ó¥¿¡¼¥Í¥Ã¥È·×¬¤È¥Ç¡¼¥¿²òÀÏ Âè1²ó 1 2011 5 11 lumeta internet mapping http://www.lumeta.com http://www.cheswick.com/ches/map/ 2 / 43 ( ) 3 / 43 (Kenjiro Cho) WIDE 1984 ( ) OS 1993 1996 ( ) (QoS ) 2001 ( ) 2004 ( ) QoS 4 / 43 (Internet

More information

ping および traceroute コマンドについて

ping および traceroute コマンドについて ping および traceroute コマンドについて 目次 はじめに前提条件要件使用するコンポーネント表記法背景説明 ping コマンド ping が失敗する理由ルーティング問題インターフェイスのダウン access-list コマンド Address Resolution Protocol(ARP) 問題遅延正しい送信元アドレス高入力キュードロップ traceroute コマンドパフォーマンス

More information

Design at a higher level

Design at a higher level Meropa FAST 97 98 10 HLS, Mapping, Timing, HDL, GUI, Chip design Cadence, Synopsys, Sente, Triquest Ericsson, LSI Logic 1980 RTL RTL gates Applicability of design methodologies given constant size of

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

-2-

-2- -1-2009 3 2 2 HP http://homepage3.nifty.com/office-wada/ -2- -3-1 01 X Y 100 Y Y 02 A B B C A -4- 2 03 X Y Y X XY Y X Y X Y Z XY Z Z X 261 24 14 49 41 77 1 48 6 21 27 6 712 11 1 53 9 14 906 88 X1 X2 X3

More information

MFC-8660DN Presto! PageManager TEL/ FAX/

MFC-8660DN   Presto! PageManager TEL/ FAX/ MFC-8660DN http://solutions.brother.co.jp Presto! PageManager TEL/03-5472-7008 FAX/03-5472-7009 7 CD-ROM HTML PDF PDF 1 P.XXX P.XXX P.XX P.XXX XXX XXX XX PDFXXX 2 3 4 5 P.73 P.76 6 Windows P.39 Macintosh

More information

untitled

untitled 25: Part ( ) Chief Technology Officer mshindo@fivefront.com SNMP MRTG HP/OV RMON INTERNET WEEK 2006/12/08 Copyright 2006 Fivefront Corporation, All Rights Reserved. 2 1 SNMP IfInUcastPkts, IfOutUcastPkts

More information

単位、情報量、デジタルデータ、CPUと高速化 ~ICT用語集~

単位、情報量、デジタルデータ、CPUと高速化  ~ICT用語集~ CPU ICT mizutani@ic.daito.ac.jp 2014 SI: Systèm International d Unités SI SI 10 1 da 10 1 d 10 2 h 10 2 c 10 3 k 10 3 m 10 6 M 10 6 µ 10 9 G 10 9 n 10 12 T 10 12 p 10 15 P 10 15 f 10 18 E 10 18 a 10 21

More information

Verilog HDL による回路設計記述

Verilog HDL による回路設計記述 Verilog HDL 3 2019 4 1 / 24 ( ) (RTL) (HDL) RTL HDL アルゴリズム 動作合成 論理合成 論理回路 配置 配線 ハードウェア記述言語 シミュレーション レイアウト 2 / 24 HDL VHDL: IEEE Std 1076-1987 Ada IEEE Std 1164-1991 Verilog HDL: 1984 IEEE Std 1364-1995

More information

( )

( ) ( ) Page 2 Page 3 0 = 1 = Page 4 1 0 13 = 8 + 4 + 1 = 2 3 1 + 2 2 1 + 2 1 0 + 2 0 1 = 1101 ( ) b n 1 b n 2 b 0 (b n 1,,b 0 {0,1}) = 2 n 1 b n 1 + 2 n 2 b n 2 + + 2 0 b 0 n n bit( ) Page 5 n n n {}}{{}}{

More information

Microsoft PowerPoint network8.pptx

Microsoft PowerPoint network8.pptx 第 8 章 トランスポート層とフロー制御 高位レイヤOSI 階層モデル 表 1.1 階層 内容 情報交換 の単位 第 7 層 アプリケーション層 (application layer) WWW 電子メール ファイル転送などのアプリケーションが機能するためのプロトコル http smtp ftp など APDU 第 6 層 プレゼンテーション層 (presentation layer) アプリケーション層で利用されるデータの表現形式および表現形式間の変換

More information

untitled

untitled 83 01 01 02 07 09 10 170,356 114,020 56,335 40,058 16,276 4,036 221 20,091 33 461 19,663 7,472 12,190 331 12,521 202,821 135,705 67,115 43,675 23,440 3,460 450 26,451 537 487 26,501 9,801 16,700 68

More information

SE-800 INSTRUCTION BOOK

SE-800 INSTRUCTION BOOK 1 2 3 4 1b 1a 2 3 6 7 8 9 1c 1d 1e 4 5 11a 10 11b 11c 11d 13 12 14 5 6 7 3 4 5 6 7 8 1 2 24 23 22 9 10 11 21 20 19 18 16 17 15 14 13 12 8 9 10 11 12 13 14 1. 2. 3. 4. 5. 1. 2. 15 16 17 18 19 20 datavideo

More information

1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari student

1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari student LAN 0000000000 6/6, 6/13, 6/20 1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari studentd even kumabari 1: LAN

More information

1

1 PalmGauss SC PGSC-5G Instruction Manual PalmGauss SC PGSC-5G Version 1.01 PalmGauss SC PGSC5G 1.... 3 2.... 3 3.... 3 3.1... 3 3.2... 3 3.3 PalmGauss... 4 3.4... 4 3.4.1 (Fig. 4)... 4 3.4.2 (Fig. 5)...

More information

マルウェア対策のための研究用データセット ~ MWS Datasets 2013 ~.pptx

マルウェア対策のための研究用データセット ~ MWS Datasets 2013 ~.pptx 1 2 3 4 5 6 MWS Datasets 2013 MWS Datasets 2013 感染 PC 群 PRACTICE Dataset 2013 サーバ型ハニーポット CCC Dataset 2013 NICTER Darknet Dataset 2013 Darknet scan ボット ワーム クライアント型ハニーポット SandBox D3M 2013 FFRI Dataset 2013

More information

スライド タイトルなし

スライド タイトルなし - TCP; Transmission Control Protocol - (1) TCP (2) TCP Interactive Data Flow (3) TCP Bulk Data Flow (4) TCP Data Retransmission (5) TCP Persist Timer (6) TCP Keep Alive Timer (7) 1 ping telnet ftp X traceroute

More information

CDMA ALOHA方式における最適アクセス制御方式の研究

CDMA ALOHA方式における最適アクセス制御方式の研究 OHP CDMA ALOHA 1999 2 Copyrighted Hiraku Okada 1999 all rights reserved. CDMA ALOHA 1. 2. CDMA ALOHA 3. 4. 5. 5000 4000 3000 2000 1000 PHS 1997 2005 2010 1,115 4,136 4,459 287 1,929 2,755 0 87 88 89 90

More information

...5...6...7...8...9...10...12...12...12...18...21...23...23...23...24...24...24...24...25...26...26...26...27...33...33...33...33...33...34...35...36

...5...6...7...8...9...10...12...12...12...18...21...23...23...23...24...24...24...24...25...26...26...26...27...33...33...33...33...33...34...35...36 REVISION 2.85(6).H ...5...6...7...8...9...10...12...12...12...18...21...23...23...23...24...24...24...24...25...26...26...26...27...33...33...33...33...33...34...35...36...36...36...37...38...39 2 ...39...42...42...42...43...43...44...45...46...46...47...48...48...49...50...51...52...53...55...56...56...58...60...62...64...66...68...68...69...71...71...71...71...72...72...73...74...74...74...74

More information

2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14

2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14 2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14 $ ifconfig lo Link encap: inet :127.0.0.1 :255.0.0.0 inet6 :

More information