SACSIS.TCP

Size: px
Start display at page:

Download "SACSIS.TCP"

Transcription

1 HPC TCP/IP SACSIS2009

2 (2) HPC TCP/IP 1 Gbps RTT Mbps 940 Mbps 2

3 (2) HPC TCP/IP Ethernet PC TCP/IP 2 10MB Bandwidth (Mbps) x3.5 Bandwidth (Mbps) Time (msec) Time (msec) 3

4 (3) TCP/IP MPI TCP/IP TCP TCP Reno [RFC2851] TCP CUBIC Compound TCP 4

5 (4) TCP/IP TCP/IP TCP TCP/IP MPI TCP/IP 5

6 TCP/IP (5)

7 (6) TCP (Transport Control Protocol) 7

8 (7) TCP SACK ACK 8

9 (8) TCP ACK ACK ACK #5 #1 #5 #4 #3 #2 #1 #2 #3 #4 #5 #6 1 1 RTT (Round Trip Time) ACK 9

10 (9) RTO RTT α ACK ACK 3 1 RTT RTO +α #5 #4 #2 #1 #3 #2 #3 #3 RTT (Round Trip Time) #3 ACK ACK 10

11 (10) TCP ACK 1 RTT RTT #9 #8 #1 #8 #7 #6 #5 #4 #1 #2 #3 #4 #5 ACK RTT (Round Trip Time) 11

12 (11) TCP 12

13 (13) rwin ACK rwin #8 #1 #8 #7 #6 #5 #9 #2 #3 #4 #5 rwin #4#3 ACK RTT (Round Trip Time) 13

14 (-) B B/2 #5 #4 #3 #2 #1 #7... #4 #3 #2 #1 T 2T 14

15 (14) cwnd cwnd #9 #8 #1 #8 #7 #6 #5 #2 cwnd #3 #4 #5 rwin #4#3 ACK RTT (Round Trip Time) 15

16 (15) cwnd 2 cwnd w w/2 ssthresh time 16

17 (16) cwnd w cwnd cwnd w/2 ssthresh time 17

18 (12) rwin ACK TCP cwnd #9 =min(cwnd, rwin) #8 #1 #8 #2 #7 #6 #5 #3 #4 #5 cwnd ACK RTT (Round Trip Time) rwin #4#3 18

19 (17) ACK RTT ACK ACK 19

20 (17) ACK RTT ACK (1) data (2) ACK 20

21 (34) TCP/IP

22 (35) TCP RTT Mbps : 1 Gbps RTT: 100 S GbE R GbE 22

23 (36) 1Gbps 50 RTT MB : 50 : 1 Gbps 1 Gbps x 50 = 50 Mbit = 6.25 MB 2 23

24 (37) x RTT 1 Gbps 50 x 2 = 12.5 MB MB 6.25MB 6.25MB 12.5MB RTT (Round Trip Time) outof-order 24

25 (-) TCP sysctl API 25

26 (39) sysctl net.* sysctl default net.core.rmem_default net.core.rmem_max net.core.wmem_default net.core.wmem_max net.core.netdev_max_backlog 1000 net.ipv4.tcp_rmem TCP [min, default, max] 4096, 87380, net.ipv4.tcp_wmem TCP [min, default, max] 4096, 16384, net.ipv4.tcp_mem [low,pressure, high] 98304, , net.ipv4.tcp_no_metrics_save 0 net.ipv4.tcp_sack SACK 1 net.ipv4.tcp_congestion_control TCP cubic 1GB 26

27 (38) sysctl Linux procfs $ sysctl net.core.wmem_max net.core.wmem_max = # sysctl -w net.core.wmem_max= net.core.wmem_max= $ cat /proc/sys/net/core/wmem_max # echo > /proc/sys/net/core/wmem_max $ sysctl -p # /etc/sysctl.conf $ sysctl -a grep tcp # 27

28 (41) Linux tcp_wmem tcp_rmem cwnd 4MB TCP min default cwnd max net.ipv4.tcp_wmem[0] (4KB) tcp_wmem[1] (16KB) tcp_wmem[2] (4MB) 28

29 (40) API setsockopt(2) getsockopt(2) int ssiz; /* send buffer size */ cc = setsockopt(so, SOL_SOCKET, SO_SNDBUF, &ssiz, sizeof(ssiz)); socklen_t optlen = sizeof(csiz); cc = getsockopt(so, SOL_SOCKET, SO_SNDBUF, &csiz, &optlen); SOL_SOCKET SO_SNDBUF SOL_SOCKET SO_RCVBUF SO_SNDBUF SO_SNDBUF net.core.wmem_max 29

30 (42) setsockopt listen connect Linux 2 man tcp(7) TCP Iperf $ iperf -w 1m -c Client connecting to , TCP port 5001 TCP window size: 2.00 MByte (WARNING: requested 1.00 MByte)

31 (43) : 1 Gbps RTT: 100 TCP: CUBIC Bandwidth (Mbps) sndbuf=12.5mb Time (Second) 31

32 (44) QoS NIC 1000 Bandwidth (Mbps) sndbuf=12.5mb txqueuelen=10000 sndbuf=12.5mb Time (Second) NIC NIC: Network Interface Card 32

33 (45) tc $ tc -s qdisc show dev eth0 qdisc pfifo_fast 0: root bands 3 priomap Sent bytes pkt (dropped 72, overlimits 0 requeues 25164) rate 0bit 0pps backlog 0b 0p requeues ifconfig $ ifconfig eth0 eth0 Link encap:ethernet HWaddr 00:22:64:10:cc:9d inet addr: Bcast: Mask: inet6 addr: fe80::222:64ff:fe10:cc9d/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets: errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes: (72.2 MB) TX bytes: (29.1 MB) Interrupt:17 $ ifconfig eth0 txqueuelen

34 (71) netstat -s Linux net-tools $ netstat -s [snip] Tcp: 49 active connections openings 4925 passive connection openings 56 failed connection attempts 12 connection resets received 1 connections established segments received segments send out 210 segments retransmited 1 bad segments received. 575 resets sent [snip] TcpExt: 55 resets received for embryonic SYN_RECV sockets 108 TCP sockets finished time wait in fast timer delayed acks sent Quick ack mode was activated 67 times 7961 packets directly queued to recvmsg prequeue. 43 bytes directly received in process context from prequeue packet headers predicted acknowledgments not containing data payload received predicted acknowledgments 4 times recovered from packet loss by selective acknowledgements 37 congestion windows recovered without slow start after partial ack 4 TCP data loss events 6 timeouts after SACK recovery 1 timeouts in loss state 5 fast retransmits 5 retransmits in slow start 167 other TCP timeouts [snip] 34

35 (46) TCP

36 (47) TCP cwnd cwnd cwnd 1Gbps RTT 200ms MTU 1500B RTT 27 Time 36

37 (48) PSockets GridFTP (BitTrrent Swarming) TCP TCP Friendly 37

38 (50) Inter-protocol fairness TCP Friendliness TCP Intra-protocol fairness RTT RTT Reno RTT 38

39 (49) TCP NewReno RFC 2852 HighSpeed TCP RFC 3649 Scalable TCP BIC CUBIC Linux H-TCP Vegas Westwood+ FAST Illinois YeAH Compound TCP Windows Vista RTT2 > RTT1 39

40 (51) CUBIC cwnd Wmax RTT cubic cwnd cwnd Steady state behavior Probing W max W min W cubic = C ( T 3 Wmax β C ) 3 + W max Time 40

41 (52) Compound TCP Windows Vista Reno dwnd 0 Reno loss-based (cwnd) + delay-based (dwnd) cwnd + dwnd Reno RTT = loss free period 41

42 (53) TCP TCP HPC TCP 42

43 (54) RTT RTT: 200 BW: 500 Mbps RTT: 200 S GbE R GbE ( ) 500Mbps 1Gbps 43

44 (55) Limited slow start [RFC 3742] max_ssthresh < cwnd <= ssthresh RTT cwnd max_ssthresh/2 Swift Start Packet-pair probing ACK HyStart (Hybrid slow start) RTT Linux CUBIC 44

45 TCP/IP MPI (18)

46 (19) MPI TCP MPI TCP e.g. Time Time 46

47 (20) PC 8 PCs 8 PCs Node0 Host 0 Host 0 Host 0 Catalyst 3750 WAN GtrcNET-1 Catalyst 3750 Node8 Host 0 Host 0 Host 0 Node7 Node15 CPU: Pentium4/2.4GHz Memory: DDR MB NIC: Intel PRO/1000 (82547EI) OS: Linux (Fedora Core 2) Socket buffer: 20MB 47

48 (-) 8 PCs 2 10MB 8 PCs Node0 Host 0 Host 0 Host 0 Node7 Catalyst 3750 WAN GtrcNET-1 RTT: 20 ms : 500 Mbps Catalyst 3750 Node8 Host 0 Host 0 Host 0 Node15 1 CPU: Pentium4/2.4GHz Memory: DDR MB NIC: Intel PRO/1000 (82547EI) OS: Linux (Fedora Core 2) Socket buffer: 20MB 48

49 (21) Bandwidth (Mbps) MB Time (sec) MB 500Mbps Bandwidth (Mbps) x Time (msec) 49

50 Linux RTO cwnd [RFC 2861] MPI HTTP/1.1 kernel net.ipv4. tcp_slow_start_after_idle=0 (22) cwnd ssthresh time 50

51 (23) cwnd ACK cwnd cwnd RTT (Round Trip Time) ACK 51

52 (24) ACK ACK RTT RTT cwnd cwnd RTT cwnd RTT (Round Trip Time) ACK 52

53 (25) 1000 Bandwidth (Mbps) MB Time (msec) Bandwidth (Mbps) cwnd Time (msec) 53

54 (-) 8 PCs 8 PCs Node0 Host 0 Host 0 Host 0 Node7 Catalyst 3750 WAN GtrcNET-1 RTT: 0 ms : 1 Gbps Catalyst 3750 Node8 Host 0 Host 0 Host 0 Node15 16 CPU: Pentium4/2.4GHz Memory: DDR MB NIC: Intel PRO/1000 (82547EI) OS: Linux (Fedora Core 2) Socket buffer: 20MB 54

55 (29) All-to-all MPI data A A0 A1 A2 A3 A0 B0 C0 D0 process B C D B0 B1 B2 B3 C0 C1 C2 C3 D0 D1 D2 D3 A1 B1 C1 D1 A2 B2 C2 D2 A3 B3 C3 D3 A B A B A B C D 1 C D 2 C D 3 55

56 (28) Bandwidth (Mbps) Mbps KB Message size (KB) Bandwidth (Mbps) 32KB Time (msec)

57 (30) RTO RTO TCP A C A C B D B D RTO A C A C B D B D A C A C B D B D A C 57

58 (31) RTO RTO = RTT + α α } α RTT 0 RTO 200 RTO = SRTT + max(g, 4 x RTTVAR) SRTT = (1 - β) x SRTT + β x RTT RTTVAR = (1 - γ) x RTTVAR + γ x SRTT - RTT β = 1/8, γ = 1/4, G = 200 msec SRTT: Smoothed Round Trip Time RFC2988 G 1 RTT

59 (32) RTO Bandwidth (Mbps) KB w/o RTO fix w/ RTO fix Message size (KB) RTO = SRTT + max(g, 4 x RTTVAR) G = 200 G = 0 (kernel ) ip route 1000 RTO 1000 RTO Bandwidth (Mbps) Bandwidth (Mbps) Time (msec) Time (msec) 59

60 (-) Bandwidth (Mbps) KB w/o RTO fix w/ RTO fix Message size (KB) RTO RTO RTO 60

61 (33) MPI TCP/IP RTO ACK cwnd MPI TCP, ACS11,

62 (65)

63 (57) 63

64 PSPacer (58) Linux OS GPL ACS14,

65 (63) 500Mbps PSPacer PSPacer 500Mbps 65

66 (64) TCP Sender Receiver A B 1 Gbps RTT 200ms w/o PSPacer w/ PSPacer C D 535 Mbps 980 Mbps 394 Mbps 141 Mbps 490 Mbps 490 Mbps TCP Scalable TCP 66

67 (62) PSPacer 10GbE 100Mbps Iperf 5 GtrcNET (Gbps) PSPacer 10GbE HTB: Hierarchical Token Bucket Linux 0 PSPacer+ HTB (Gbps) CPU: Quad-core Xeon (E5430) x 2 NIC: Myricom Myri-10G (PCIe x 8) MTU: 9000 byte Memory: 4GB DDR

68 (66) ip $ ip route show cached to from dev eth1 cache mtu 9000 rtt 187ms rttvar 175ms ssthresh 1024 cwnd 637 advmss 8960 hoplimit 64 # sysctl -w net.ipv4.tcp_no_metrics_save=1 net.ipv4.tcp_no_metrics_save=1 68

69 (67) GbE MTU 1500B Mbps (Gb MTU 9000B Mbps ping -M do IP Don t fragment bit on $ ping -M do -s PING ( ) 9000(9028) bytes of data. From icmp_seq=1 Frag needed and DF set (mtu = 9000) From icmp_seq=1 Frag needed and DF set (mtu = 9000) From icmp_seq=1 Frag needed and DF set (mtu = 9000) $ ping -M do -s PING ( ) 8972(9000) bytes of data bytes from : icmp_seq=1 ttl=64 time=3.76 ms 8980 bytes from : icmp_seq=2 ttl=64 time=0.127 ms 8980 bytes from : icmp_seq=3 ttl=64 time=0.133 ms NG OK 69

70 (68) Infiniband Myrinet IEEE 802.3x PAUSE $ sudo ethtool -A eth0 tx on rx on $ sudo ethtool -a eth0 Pause parameters for eth1: Autonegotiate:off RX: off TX: off Lossless Ethernet 70

71 (69) TCP/IP

72 (70) Rough consensus, running code RFC Reno [RFC 2851] net/ipv4 180 regression BIC init_ssthresh ABC 72

73 (72) Web100 Pittsburgh Supercomputing Center (PSC) procfs netstat -s [RFC 4898] 73

74 (72) TCP Probe KProbes TCP procfs 74

75 (73) TCP Probe cwnd ssthresh 75

76 (76) 1. RTT 4MB 2. setsockopt listen connect TCP 5. 76

77 (77) 1. tcp_slow_start_after_idle RTO RTO

78

79 TCP RFC2851 (standard) RFC2852 (experimental) ARPANET TCP IP (1970 ) (1986) RFC793 (standard) NewReno Reno Tahoe TCP(v4) NCP TCP Vegas IPv4 ScalableTCP HSTCP CUBIC BIC HTCP CompoundTCP FAST TCP 79

80 RFC Spec. sysctl default TCP (RFC 793) - - Window scaling (RFC 1323) tcp_window_scaling 1 TImestamps option (RFC 1323) tcp_timestamps 1 TIME-WAIT Assassination Hazards (RFC 1337) tcp_rfc SACK (RFC 2018, 3517) tcp_sack 1 Control block sharing (RFC 2140) tcp_no_metrics_save 0 MD5 signature option (RFC 2385) - - Initial window size (RFC 2414) - - Congestion control (RFC 2581) - - NewReno (RFC 3782) - - Cwnd validation (RFC 2861) tcp_slow_start_after_idle 1 D-SACK (RFC 2883) tcp_dsack 1 Limited transmit (RFC 3042) - - Explicit congestion notification (RFC 3168) tcp_ecn 0 Appropriate Byte Counting (RFC 3465) tcp_abc 0 Limited slow start (RFC 3742) tcp_max_ssthresh 0 FRTO (RFC 4138) tcp_frto 0 Forward ACK tcp_fack 1 Path MTU discovery tcp_mtu_probing 0 80

81 URL Project BIC/CUBIC FAST TCP Westwood+ Scalable TCP HighSpeed TCP H-TCP TCP-Illinois Compound TCP TCP Vegas TCP Westwood Circuit TCP TCP Hybla TCP Low Priority UDT XCP Web100 TCP Probe iproute2 URL

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

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

橡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

$ ifconfig lo Link encap: inet : : inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536 :1 RX :8 :0 :0 :0 :0 TX :8 :0 :0 :0 :0 (Collision

$ ifconfig lo Link encap: inet : : inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536 :1 RX :8 :0 :0 :0 :0 TX :8 :0 :0 :0 :0 (Collision 2 (1) (2)PC [1], [2], [3] 2.1 OS ifconfig OS 2.1 ifconfig ( ) ifconfig -a 2.1 PC PC enp1s0, enx0090cce7c734, lo 3 PC 2.1 13 $ ifconfig lo Link encap: inet :127.0.0.1 :255.0.0.0 inet6 : ::1/128 : UP LOOPBACK

More information

$ ifconfig lo Link encap: inet : : inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536 :1 RX :8 :0 :0 :0 :0 TX :8 :0 :0 :0 :0 (Collision

$ ifconfig lo Link encap: inet : : inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536 :1 RX :8 :0 :0 :0 :0 TX :8 :0 :0 :0 :0 (Collision 2 (1) (2)PC [1], [2], [3] 2.1 OS ifconfig OS 2.1 ifconfig ( ) ifconfig -a 2.1 PC PC eth0, eth1, lo 3 13 $ ifconfig lo Link encap: inet :127.0.0.1 :255.0.0.0 inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536

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

install

install SCore SCore 5.0 2001.03.19 devel@pccluster.org SCore Backbone LAN Ethernet EEPRO100 Myrinet-2000 Fibre 02/03/20 2 1 NIC (Network Interface Card) NIC 100Mbps Ethernet EEPRO100 Tulip 3C905B Network Trunking

More information

Microsoft PowerPoint - ns0601.ppt

Microsoft PowerPoint - ns0601.ppt ソフトウェアによる 精 密 ペーシング 方 式 を 用 いたTCP 通 信 性 能 の 改 善 高 野 了 成 1,2, 工 藤 知 宏 1, 児 玉 祐 悦 1, 松 田 元 彦 1, 岡 崎 史 裕 1, 石 川 裕 3,1 1) 産 業 技 術 総 合 研 究 所, グリッド 研 究 センター 2) 株 式 会 社 アックス 3) 東 京 大 学 2006 年 1 月 27 日 電 子 情 報

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

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

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

IP 2.2 (IP ) IP 2.3 DNS IP IP DNS DNS 3 (PC) PC PC PC Linux(ubuntu) PC TA 2

IP 2.2 (IP ) IP 2.3 DNS IP IP DNS DNS 3 (PC) PC PC PC Linux(ubuntu) PC TA 2 IP 2010 10 1 1 IP (IP ) 2 IP IP 2.1 IP (IP ) 1 IP 2.2 (IP ) IP 2.3 DNS IP IP DNS DNS 3 (PC) PC PC PC Linux(ubuntu) PC TA 2 4 1,2 4.1 (Protocol) IP:Internet Protocol) 4.2 internet The Internet (internet)

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

Deck Guidelines

Deck Guidelines State of The Art in EC2 Networking EC2 ネットワーキングの最新技術 Kevin Miller, Director, EC2 Networking June 2016 2016, 2015, Amazon Web Services, Inc. or its Affiliates. All rights reserved. 本セッションの内容 TCP の性能 Linux

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

VyattaでのPPPoEとNetwork emulator

VyattaでのPPPoEとNetwork emulator Vyatta での PPPoE と Network emulator Vyatta ユーザ会 in 広島 2011/10/05 津森洋伸 自己紹介 居所 お仕事 @tumochan 某通信事業者勤務 伝送設備の構築 hiro at tumori.nu インターネットサービスの立ち上げ 運用 BGP オペレーション,IPv6 で遊ぶ 企画系? 2011/10/05 2 おうちで Vyatta を使ってみる

More information

I j

I j I j06062 19.5.22 19.5.25 19.5.25 1 1 1 ping 3 2 2 ping 4 3 3 traceroute 5 4 4 netstat 5 4.1 netstat -i............................................. 5 4.2 netstat -r.............................................

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

TCP-STAR a) Implementation and Evaluation of TCP-STAR: TCP Congestion Control Method for Satellite Internet Hiroyasu OBATA a), Kazuhiro TAIRA, and Ken

TCP-STAR a) Implementation and Evaluation of TCP-STAR: TCP Congestion Control Method for Satellite Internet Hiroyasu OBATA a), Kazuhiro TAIRA, and Ken TCP-STAR a) Implementation and Evaluation of TCP-STAR: TCP Congestion Control Method for Satellite Internet Hiroyasu OBATA a), Kazuhiro TAIRA, and Kenji ISHIDA TCP NewReno TCP TCP-STAR TCP-STAR TCP TCP-STAR

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

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] [2] [3] (RTT) 2. Android OS Android OS Google OS 69.7% [4] 1 Android Linux [5] Linux OS Android Runtime Dalvik Dalvik UI Application(Home,T

[1] [2] [3] (RTT) 2. Android OS Android OS Google OS 69.7% [4] 1 Android Linux [5] Linux OS Android Runtime Dalvik Dalvik UI Application(Home,T LAN Android Transmission-Control Middleware on multiple Android Terminals in a WLAN Environment with consideration of Round Trip Time Ai HAYAKAWA, Saneyasu YAMAGUCHI, and Masato OGUCHI Ochanomizu University

More information

6.2 基本的なネットワーク構成 6.2 基本的なネットワーク構成 このトピックではネットワークの基本的な設定ファイルやコマンドの使用法ついて出題されます 例題 NIC に設定されている IP アドレスを確認するコマンドを選択せよ A) traceroute B) route C) ifconfig

6.2 基本的なネットワーク構成 6.2 基本的なネットワーク構成 このトピックではネットワークの基本的な設定ファイルやコマンドの使用法ついて出題されます 例題 NIC に設定されている IP アドレスを確認するコマンドを選択せよ A) traceroute B) route C) ifconfig このトピックではネットワークの基本的な設定ファイルやコマンドの使用法ついて出題されます 例題 NIC に設定されている IP アドレスを確認するコマンドを選択せよ A) traceroute B) route C) ifconfig D) ping 解答 : C 概要 ( 試験範囲から抜粋 ) 重要度 4 クライアントホスト上の設定を参照 変更 確認する 主な知識範囲ネットワークインターフェイスの設定を手作業および自動で行うホストの基本的な

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

Linux @ S9 @ CPU #0 CPU #1 FIB Table Neighbor Table 198.51.100.0/24 fe540072d56f 203.0.113.0/24 fe54003c1fb2 TX Ring TX Ring TX Buf. Dsc. RX Buf. Dsc. TX Buf. Dsc. RX Buf. Dsc. Packet NIC #0 NIC #1 CPU

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

演算増幅器

演算増幅器 ネットワークプログラミング ( 教科書 p.247-312) これまでに作成したプログラムは 1 台のコンピュータ上で動作するものだった 本日はネットワーク上の別のコンピュータで実行しているプログラムと通信をしながら動作するプログラムの作成方法について学ぶ ネットワークプログラミングを高度に使いこなすためには 関連する知識は幅広く求められる 本日からの学習では単純なチャット ( 会話 ) を行うプログラムを題材として

More information

Vol. 47 No. SIG 7(ACS 14) 195 GtrcNET-1 3) 4) IEEE802.3x PAUSE 200 ms TCP/IP 2 3 Linux 4 5 TCP/IP 6 7 8 2. GbE 1,500 12 µs 500 Mbps 1 (a) 24 µs ON OFF

Vol. 47 No. SIG 7(ACS 14) 195 GtrcNET-1 3) 4) IEEE802.3x PAUSE 200 ms TCP/IP 2 3 Linux 4 5 TCP/IP 6 7 8 2. GbE 1,500 12 µs 500 Mbps 1 (a) 24 µs ON OFF Vol. 47 No. SIG 7(ACS 14) May 2006,, IEEE 802.3x PAUSE PC 8Kbps 930 Mbps 100 IP 200 ms TCP/IP Precise Software Pacing Method Using Gap Packets Ryousei Takano,, Tomohiro Kudoh, Yuetsu Kodama, Motohiko Matsuda,

More information

Second-semi.PDF

Second-semi.PDF PC 2000 2 18 2 HPC Agenda PC Linux OS UNIX OS Linux Linux OS HPC 1 1CPU CPU Beowulf PC (PC) PC CPU(Pentium ) Beowulf: NASA Tomas Sterling Donald Becker 2 (PC ) Beowulf PC!! Linux Cluster (1) Level 1:

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

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

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

CTA 82: CTA A A B B A B A, C A A A D A B Max-Planck-Inst. fuer Phys. C D

CTA 82: CTA A A B B A B A, C A A A D A B Max-Planck-Inst. fuer Phys. C D CTA 82 CTA A A B B A B A, C A A A D A B Max-Planck-Inst. fuer Phys. C D LST LST LST に 1855 の 23m Dragon FrontEndBoard 7 の から み し 14 30 ns SiTCP を FPGA に デ タ は TCP/IP その は UDP で われる 1 が1 のトリガで するデ タは {(2

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

21 20 20413525 22 2 4 i 1 1 2 4 2.1.................................. 4 2.1.1 LinuxOS....................... 7 2.1.2....................... 10 2.2........................ 15 3 17 3.1.................................

More information

NetEng-05.ppt

NetEng-05.ppt 5 (2) 5 1 ACK ACK (a) stop-and-wait (b) 2 Go-Back-N (GBN) Selective Repeat (SR) 5 2 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

More information

untitled

untitled Linux-2.6 Mobile IPv6 MIPL2 shinta.sugimoto@ericsson.com 26/12/8 Internet Week 26 1 MIP2 MIPL2 XFRM MIPL2 MN HA BU 26/12/8 Internet Week 26 2 1 Mobile IPv6 24 6 Linux-2.4 Mobile IPv6 HUT GO-Core Project

More information

Cumulus Linux MLAG と vsphere vds の LACP 接続検証

Cumulus Linux MLAG と vsphere vds の LACP 接続検証 Cumulus Linux MLAG と vsphere vds の LACP 接続検証 2016.01.07 検証の目的 Cumulus Linux でリンクアグリゲーションを構成する場合 その形成方法として LACP を使用する 比較的簡易な仕様のスタティックリンクアグリゲーションや その他のプロトコル ( たとえば Cisco 社の PAgP 等 ) は 現在のバージョンでは使用できない そのため

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

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

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

¥¤¥ó¥¿¡¼¥Í¥Ã¥È·×¬¤È¥Ç¡¼¥¿²òÀÏ Âè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

untitled

untitled June 2005 Ver 1.1 Stargate,Mote 2005 www.xbow.jp www.smartdust.jp Page 1 2005 6 2 2005 6 3 LAN www.smartdust.jp Page 2 Stargate(SPB400) MoteView Windows+cygwin Stargate PC Stargate 1. Stargate MOTE Stargate

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

main2.dvi

main2.dvi 15 WWW 501 1 W4C WG 1 WWW (HTTP[53, 22]) WIDE WWW 1997 3 WIDE WWW WIDE CacheBone WG 2 WWW WG WWW W4C WG 2 WIDE CacheBone 3 4 5 6 WWW 1 W4C WG:WIDE World-Wide Web Cache Working Group 503 2 WIDE CacheBone

More information

Microsoft PowerPoint ppt [互換モード]

Microsoft PowerPoint ppt [互換モード] 第 5 回 IP 計算機ネットワーク IP Internet Protocol Layer 3 ネットワーク層 機能 アドレッシング (IP アドレス ) IP Reachable 到達可能 = インターネット L2ではローカルのみ通信可 ルーティング フラグメント IP パケット IP パケット IP ヘッダ ペイロード イーサネットヘッダ ペイロード FCS 4 14 1500 イーサネットペイロード

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

Microsoft PowerPoint ppt

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

More information

IO Linux Vyatta PC

IO Linux Vyatta PC IO syuu@openbsd.org IO Linux Vyatta PC socket queue Process(User) Process(Kernel) input queue SW Intr Handler HW Intr Handler NIC NIC:1GbE 10GbE CPU:1GHz 3.2GHz:CPU 1/10 CPU 1CPU NIC NIC socket queue Process(User)

More information

IP RTP 2 QoS i

IP RTP 2 QoS i 17 IP A study on IP path quality forecasting from the IP path delay measurements 1060339 2006 3 10 IP RTP 2 QoS i Abstract A study on IP path quality forecasting from the IP path delay measurements Kotaro

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

卒業論文

卒業論文 PC OpenMP SCore PC OpenMP PC PC PC Myrinet PC PC 1 OpenMP 2 1 3 3 PC 8 OpenMP 11 15 15 16 16 18 19 19 19 20 20 21 21 23 26 29 30 31 32 33 4 5 6 7 SCore 9 PC 10 OpenMP 14 16 17 10 17 11 19 12 19 13 20 1421

More information

IPv6 トラブルシューティング ホームネットワーク/SOHO編

IPv6 トラブルシューティング ホームネットワーク/SOHO編 IPv6 SOHO NTT fujisaki@nttv6.com 2010 NTT Information Sharing Platform Laboratories IPv6 IPv6 IPv6 IPv4 IPv6 IPv4/IPv6 MTU IPv6 2 2010 NTT Information Sharing Platform Laboratories IPv6 SOHO (NTT /) SOHO

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

JIIAセミナー

JIIAセミナー Digital Interface IIDC URL teli.co.jp/ E-Mail http://www.toshiba-teli.co.jp teli.co.jp/ s-itokawa@toshiba-teli.co.jpteli.co.jp EIA,NTSC EIA,NTSC 4-5 JIIA JIIA - / Digital Interface Digital Interface IEEE1394

More information

2013 Turbolinux Co., Ltd. All rights reserved. 本書の一部 または全部を著作権所有者の許諾なしに 商用目的のために複製 配布することはできません Turbolinux ターボリナックスの名称およびロゴはターボリナックス株式会社の商標または登録商標です L

2013 Turbolinux Co., Ltd. All rights reserved. 本書の一部 または全部を著作権所有者の許諾なしに 商用目的のために複製 配布することはできません Turbolinux ターボリナックスの名称およびロゴはターボリナックス株式会社の商標または登録商標です L Tizen IVI プラットフォーム NDiS モデル インストールガイド ターボリナックス株式会社 2013 Turbolinux Co., Ltd. All rights reserved. 本書の一部 または全部を著作権所有者の許諾なしに 商用目的のために複製 配布することはできません Turbolinux ターボリナックスの名称およびロゴはターボリナックス株式会社の商標または登録商標です Linux

More information

100123SLES11HA.pptx

100123SLES11HA.pptx SLES11 Xen +HA CEO miyahara@virtualtech.jp VirtualTech Japan Inc. VTJ 2006 12 14,250,000 1-1-10 CEO CTO 8 5.5 URL http://virtualtech.jp/ 2 1 P2V Xen 3 High Availability Extension SUSE Linux Enterprise

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

第1回 ネットワークとは

第1回 ネットワークとは 第 6 回 IP 計算機ネットワーク ルーティング IP パケットの宛先に応じて次の転送先インターフェースを決定 D:192.168.30.5 パケット 192.168.10.0/24 fe0 192.168.20.0/24 fe1 fe3 fe2 192.168.30.0/24 ルーティングテーブル 192.168.40.0/24 192.168.10.0 direct fe0 192.168.20.0

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

untitled

untitled osamu@sfc.keio.ac.jp CNS 18 Web http://www.sfc.wide.ad.jp/~three/itbasic05/ 6/6 7/11 1 ls -la t04xxx student -rwxr-xrx three student - rwx r-x r-x Windows GUI UNIX Windows chmod CNS (755) (ug+x) % chmod

More information

スライド 1

スライド 1 LPIC レベル 1 技術解説無料セミナー 株式会社ケイ シー シー 村田一雄 LPI-Japan 2012. All rights reserved. 講師プロフィール 会社概要 株式会社ケイ シー シー http://www.kcc.co.jp/ 講師紹介 ソリューションセンターユニット IT ラーニングセンター所属 Linux をメインにネットワーク セキュリティ XML 資格取得講座など 様々な技術研修を担当

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

r4.dvi

r4.dvi 16 4 2016.5.11 1 1.1 :? PC LAN Web?? ( ) [4] [5] my PC [2] congested service [1]? [3] 1: LAN LAN ( )[1] LAN ( ) PC ( )[2] Web ( )[3] ping ( ) ( )[4] SSL ( ) ( / / )[5] 1 1.2 (multiple layered-structure)

More information

$ cal ) ( cal $ cal cal cal 1. () ( clear) 2. ( cal) 3. ( man) \() ( ) --() +()

$ cal ) ( cal $ cal cal cal 1. () ( clear) 2. ( cal) 3. ( man) \() ( ) --() +() 5 5 5.1 kernel UNIX OS (...) shell ( ) 5: UNIX: UNIXpp.133-134 UNIX UNIX Mac OS X $ % $ bash(bourne again shell)% tcsh() 5.2 5.2.1 5.1 clear $ clear 5.2 cal CLEAR $ cal CALender 5.2.2 1 cat /etc/shells

More information

untitled

untitled 2: ()? 2 UTP ()!! SW-HUB 3 Point-to-Point Broadcast Multiple Access Non-Broadcast Multiple Access Point-to-Point 2 MAC Examples Node A Node B 1 Broadcast Multiple Access () MAC Node A Node B Node C Ethernet

More information

wide93.dvi

wide93.dvi 5 161 1 1.1 DDT WG DDT WG 1. \DDT" 2. DDT WG DDT WG 1.2 x ( IP) y ( X.25) x y \x overy" x y 1.1 IP X.25 IP IP IPX Appletalk OSI IP \encapsulation" \encapsulation header" \decapsulation" 163 164 1993 WIDE

More information

untitled

untitled NTT TOP A WAN WAN VRRP NIC OSPF VRRP STP 1. IPv6 IPv6 2. 3. IPv6 1. IPv4 NAT IPv6 1. 2. (IPv4 ) NAT? Unique Local IPv6 Unicast Address /8 /48 /64 /128 7 1 40 16 64 ULA Global ID Interface ID Type Subnet

More information

Cisco 1711/1712セキュリティ アクセス ルータの概要

Cisco 1711/1712セキュリティ アクセス ルータの概要 CHAPTER 1 Cisco 1711/1712 Cisco 1711/1712 Cisco 1711/1712 1-1 1 Cisco 1711/1712 Cisco 1711/1712 LAN Cisco 1711 1 WIC-1-AM WAN Interface Card WIC;WAN 1 Cisco 1712 1 ISDN-BRI S/T WIC-1B-S/T 1 Cisco 1711/1712

More information

WinXP04 ( 版 ) Microsoft Windows XP Professional でのネットワークの設定 付属アプリケーションの導入の続き < 主な設定値 > ホスト名 : s05 ( 1) 1 1 グループの学生 s050xx (xx は学生番号の下 2 桁の数字

WinXP04 ( 版 ) Microsoft Windows XP Professional でのネットワークの設定 付属アプリケーションの導入の続き < 主な設定値 > ホスト名 : s05 ( 1) 1 1 グループの学生 s050xx (xx は学生番号の下 2 桁の数字 WinXP04 (2005-06-11 版 ) Microsoft Windows XP Professional でのネットワークの設定 付属アプリケーションの導入の続き < 主な設定値 > ホスト名 : s05 ( 1) 1 1 グループの学生 s050xx (xx は学生番号の下 2 桁の数字 ) 2 グループの学生 s051xx (xx は学生番号の下 2 桁の数字 ) IP アドレス :

More information

KCB-3WL User’s MAnual

KCB-3WL User’s MAnual 目次 RomBOOT ( この表 の後約 12 秒後に Login プロンプトが表 される ) Welcome to KCB-4WL and Lantronix PremierWave EN premierwave login: PremierWave login: root したら ENTER キーを押す Password: root パスワードは しても何も表 されない PremierWave

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

A Responsive Processor for Parallel/Distributed Real-time Processing

A Responsive Processor for Parallel/Distributed Real-time Processing E-mail: yamasaki@{ics.keio.ac.jp, etl.go.jp} http://www.ny.ics.keio.ac.jp etc. CPU) I/O I/O or Home Automation, Factory Automation, (SPARC) (SDRAM I/F, DMAC, PCI, USB, Timers/Counters, SIO, PIO, )

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

XenのNICを追加する

XenのNICを追加する Xen で仮想マシンに仮想 NIC を追加してみる opensuse Community geeko.jp Kazuhisya(Kazuhisa Hara) Agenda Ahead of that by use of Xen Overview Configuration Demo Extra chapter, etc Ahead of that by use of Xen Virtualization?

More information

WIDE 1

WIDE 1 WIDE 1 2 Web Web Web Web Web Web Web Web Web Web? Web Web Things to cover Web Web Web Web Caching Proxy 3 Things NOT covered / How to execute Perl Scripts as CGI binaries on Windows NT How to avoid access

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

集中講義 インターネットテクノロジー 第5回

集中講義 インターネットテクノロジー 第5回 5 ichii@ms.u-tokyo.ac.jp 2002/5/31 2 IPv6 2002/5/31 3 IPv6 32 IP 2008 streamline QoS anycast anycast: IPv6 40 128 2002/5/31 4 IP ICANN Ad Hoc Group on Numbering and Addressing McFadden/Holmes Report of

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

DNSの評価と計測の話

DNSの評価と計測の話 DNS の評価と計測の話 Internet Week 2013 SCSK 株式会社 服部成浩 1 内容 DNSストレスツール Nominum dnsperf/resperfの紹介 dnsperf と resperf の違い 負荷の生成方法 エラーメッセージ対処 同じ DNS サーバ (unbound) に対して dnsperf, resperf でかけた場合 同じ結果になる? ケーススタディ dnsperf,

More information

オペレーティング システムでの traceroute コマンドの使用

オペレーティング システムでの traceroute コマンドの使用 オペレーティングシステムでの traceroute コマンドの使用 目次 概要前提条件要件使用するコンポーネント表記法一般的な操作 Cisco IOS と Linux Microsoft Windows ICMP 到達不能レートの制限例 Cisco IOS ソフトウェアが稼働する Cisco ルータ Linux がインストールされた PC MS Windows がインストールされた PC 補足事項要約関連情報

More information

untitled

untitled ... 2... 2.... 2... 3... 5... 7... 9... 9 ADD PORT... 10 CREATE..... 12 DELETE PORT... 13 DESTROY.... 14 SET PORT.... 15 SHOW...... 16 CentreCOM AR450S 2.9 1 LAN LAN 802.1Q LAN WAN Ethernet WAN Ethernet

More information

第1回 ネットワークとは

第1回 ネットワークとは 第 6 回 IP 計算機ネットワーク 2 前回まで Ethernet LAN 内通信 MAC アドレス (32:43:55 : BA:F5:DE) IP アドレス ベンダ (OUI) NIC IP アドレス ( 187.45.147.154 ) network host 組織端末 IP アドレス : 187.45.147.154 どこの組織? どのネットワーク? ネットワークアドレス ネットワーク部

More information

IP L09( Tue) : Time-stamp: Tue 14:52 JST hig TCP/IP. IP,,,. ( ) L09 IP (2017) 1 / 28

IP L09( Tue) : Time-stamp: Tue 14:52 JST hig TCP/IP. IP,,,. ( )   L09 IP (2017) 1 / 28 L09(2017-11-21 Tue) : Time-stamp: 2017-11-21 Tue 14:52 JST hig TCP/IP. IP,,,. http://hig3.net L09 (2017) 1 / 28 9, IP, - L09 (2017) 2 / 28 C (ex. ) 1 TCP/IP 2 3 ( ) ( L09 (2017) 3 / 28 50+5, ( )50+5. (

More information

エラー処理・分割コンパイル・コマンドライン引数

エラー処理・分割コンパイル・コマンドライン引数 L10(2017-12-05 Tue) : Time-stamp: 2017-12-17 Sun 11:59 JST hig. recv/send http://hig3.net ( ) L10 (2017) 1 / 21 IP I swallow.math.ryukoku.ac.jp:13 = 133.83.83.6:13 = : IP ( = ) (well-known ports), :. :,.

More information

Logitec NAS シリーズ ソフトウェアマニュアル

Logitec NAS シリーズ ソフトウェアマニュアル LAS-SFB V03A LAS-RAN LAS-MRN LAS-1UMR LAS-1U LHD-NAS ... 3... 3... 5... 6 1... 8... 9 1... 10 Windows... 10 Macintosh... 13 2IP... 14 IP Windows... 14 IP Macintosh... 17... 19... 24... 25 Windows Me2000

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

MySQL+ioDrive2+LifeKeeper検証結果資料

MySQL+ioDrive2+LifeKeeper検証結果資料 高速 高可用性 DB ソリューション MySQL + iodrive2 + LifeKeeper 検証結果について アジェンダ 1. 高速 高可用性 DB ソリューション 2. MySQL + iodrive2 + LifeKeeper 検証結果 3. まとめ 2 高速 高可用性 DB ソリューション 3 ハードウェアの技術革新 ハードウェアの技術革新 高速化が進む CPU Quad Dual Core

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

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

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

nakayama15icm01_l7filter.pptx

nakayama15icm01_l7filter.pptx Layer-7 SDN SDN NFV 50 % 3 MVNO 1 2 ICM @ 2015/01/16 2 1 1 2 2 1 2 2 ICM @ 2015/01/16 3 2 Service Dependent Management (SDM) SDM Simple Management of Access-Restriction Translator Gateway (SMART-GW) ICM

More information

(Microsoft Word - \216\300\214\261\203e\203L\203X\203g-2_2007.doc)

(Microsoft Word - \216\300\214\261\203e\203L\203X\203g-2_2007.doc) 実験 2 ネットワークプロトコル第 2 回 Rel. 20070413A 情報 学実験 III@ 実験室 4 目的 TCP/IP プロトコルと 関連する各種上位プロトコルの基礎を学ぶ 具体的には 各プロトコルを実装したコマンド ( アプリケーションプログラム ) を実行し 各プロトコルの機能等を確認する また 同じプロトコルを実装したコンピュータ間では OS プラットフォームに関係なく通信が行えることを確認する

More information

スライド タイトルなし

スライド タイトルなし 画像情報特論 () Hybrid TCP 情報理工学専攻甲藤二郎 E-Mail: katto@waseda.jp ネットワーク シミュレーション & エミュレーション ネットワークの研究 アルゴリズム 理論解析 シミュレーション エミュレーション 実装 シミュレータとエミュレータ (1) シミュレーション エミュレーション ソフトウェア PC / 専用機 0 4 0 4 3 3 1 5 ノード 実機

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

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

FS900S_B

FS900S_B FS909S FS917S FS909S FS917S 100~240V 4 5 6 7 8 9 10 11 12 1 9 9 L/A S/D FS909S 10BASE-T/100BASE-TX PORTS (AUTO MDI/MDI-X) FS917S 14 FS909SFS917S 15 16 17 18 19 20 21 22 23 24 2 26 27 28 29 30 31 32 3

More information

_JANOG44_LINE_tsuchiya

_JANOG44_LINE_tsuchiya Next Data Center Networking with SRv6 - Data plane - Toshiki Tsuchiya, LINE Corporation 2019/07/26 JANOG44 Meeting Agenda LINEのサービスとネットワーク データプレーン コントロールプレーン LINE LINE 現状のネットワークと課題 Full L3 CLOS Network

More information

橡2-TrafficEngineering(revise).PDF

橡2-TrafficEngineering(revise).PDF Traffic Engineering AsiaGlobalCrossing GlobalCrossing Japan Traffic Engineering(TE) ( RFC2702 Requirements for Traffic Engineering over MPLS) 1 MPLS/VPN MPLS/TE MPLS VPN Prefix base (TDP

More information

UsersGuide_INR-HG5497c_.doc

UsersGuide_INR-HG5497c_.doc UPS / Web/SNMP VCCI A Web/SNMP... 1.. WEB...1.. SNMP...1.. NETSHUT...1.. 100BASE-TX...1... 2 Web... 4.....5.....7......7......8......9.. UPS...10... UPS...10...13......14......14...15......17......17..

More information