untitled

Size: px
Start display at page:

Download "untitled"

Transcription

1 hapter 4 Network Layer 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 slides (including this one) and slide content to suit your needs. They obviously represent a lot of work on our part. In return for use, we only ask the following: If you use these slides (e.g., in a class) in substantially unaltered form, that you mention their source (after all, we d like people to use our book!) If you post any slides in substantially unaltered form on a www site, that you note that they are adapted from (or perhaps identical to) our slides, and note our copyright of this material. Thanks and enjoy! JFK/KWR ll material copyright J.F Kurose and K.W. Ross, ll Rights Reserved omputer Networking: Top Down pproach Featuring the Internet, nd edition. Jim Kurose, Keith Ross ddison-wesley, July 00. Network Layer 4- hapter 4: Network Layer : : : IPv6, : : IP intra-domain inter-domain IPv6 Network Layer 4- hapter The Internet (IP) IPv : : : : application transport data link data link data link data link data link data link data link data link data link application transport data link Network Layer 4-3 Network Layer 4-4 Q: :???? Network Layer 4-5 Network Layer 4-6

2 TM, frame-relay,.5 : application transport data link 5. Data flow begins 6. Receive data 4. all connected 3. ccept call. Initiate call. incoming call application transport data link application transport data link application transport. Send data. Receive data data link Network Layer 4-7 Network Layer 4-8 :TM Network rchitecture Internet TM TM TM TM Service Model best effort R VR R UR andwidth none constant rate guaranteed rate guaranteed minimum none Guarantees? Loss Order Timing no yes yes no no no yes yes yes yes : Intserv, Diffserv no yes yes no no ongestion feedback no (inferred via loss) no congestion no congestion yes no Network Layer 4-9 : TM : dumb Network Layer 4-0 hapter Link state routing Distance vector routing The Internet (IP) IPv Network Layer 4- : : 5 D 3 3 : 5 F Network Layer 4-

3 : : : : Dijkstra k k : c(i,j): i j D(v): V p(v): v v v N: Network Layer 4-3 Network Layer 4-4 Dijsktra Dijkstra : Initialization: N = {} 3 for all nodes v 4 if v adjacent to 5 then D(v) = c(,v) 6 else D(v) = infinity 7 8 Loop 9 find w not in N such that D(w) is a minimum 0 add w to N update D(v) for all v adjacent to w and not in N: D(v) = min( D(v), D(w) + c(w,v) ) 3 /* new cost to v is either old cost to v or known 4 shortest path cost to w plus cost from w to v */ 5 until all nodes in N Network Layer 4-5 Step start N D D D D DF D(),p(),,, D(),p() D(D),p(D) 5,, 4,D 3, 3, 5 D F D(),p() infinity,d D(F),p(F) infinity infinity 4, 4, 4, Network Layer 4-6 Dijkstra : n N w n*(n+)/ : O(n**) : O(nlogn) : = +e D e e initially +e 0 D +e 0 0 recompute routing 0 +e D 0 0 +e recompute +e 0 D +e 0 e recompute Network Layer 4-7 : : : / : Z Y D (Y,Z) Z = Y Z = c(,z) + min {D (Y,w)} w Network Layer 4-8 3

4 7 D (,D) D (,D) D (,) 8 D D c(,d) + min {D (,w)} w = = + = 4 D c(,d) + min {D (,w)} w = = +3 = 5 loop! = c(,) + min {D (,w)} w = 8+6 = 4 loop! cost to destination via D () D destination D Network Layer 4-9 cost to destination via D () D destination D Distance table destination D Outgoing link to use, cost, D,5 D,4 D,4 Routing table Network Layer 4-0 : : : : : ( ) Network Layer 4- : Initialization: for all adjacent nodes v: 3 D (*,v) = infinity /* the * operator means "for all rows" */ 4 D (v,v) = c(,v) 5 for all destinations, y 6 send min D (y,w) to each neighbor /* w over all 's neighbors */ w Network Layer 4- : 8 loop 9 wait (until I see a link cost change to neighbor V 0 or until I receive update from neighbor V) if (c(,v) changes by d) 3 /* change cost to all dest's via neighbor v by d */ 4 /* note: d could be positive or negative */ 5 for all destinations y: D (y,v) = D (y,v) + d 6 7 else if (update received from V wrt destination Y) 8 /* shortest path from V to some Y has changed */ 9 /* V has sent a new value for its min wdv(y,w) */ 0 /* call this received new value is "newval" */ for the single destination y: D (Y,V) = c(,v) + newval 3 if we have a new min w D (Y,w)for any destination Y 4 send new value of min w D (Y,w) to all neighbors 5 6 forever Network Layer 4-3 Y 7 Z Network Layer 4-4 4

5 Y 7 Z Z D (Y,Z) = c(,z) + min {D (Y,w)} w = 7+ = 8 Y D (Z,Y) = c(,y) + min {D (Z,w)} w = + = 3 : 4 Y 50 Z algorithm terminates Network Layer 4-5 Network Layer 4-6 poisoned reverse : - count to infinity 60 4 Y 50 Z Z Y : Z Y Z Y Z count to infinity 60 4 Y 50 Z algorithm continues on! algorithm terminates Network Layer 4-7 Network Layer 4-8 LS: n, O(n) DV: LS: O(n ) O(n) DV: count-to-infinity : LS: DV: DV Network Layer 4-9 hapter The Internet (IP) IPv Network Layer

6 : : S: utonomous System S intra-s S intra-s S S intra-s S inter-s Network Layer 4-3 Network Layer 4-3 Intra-S Inter-S Intra-S Inter-S a.b b d.a a b.c inter-s, intra-s.c c.a a c : inter-s b S intra-s Inter-S.b routing between.a and b a.c a Host d h c b Intra-S routing within S.a Host c h a b Intra-S routing within S inter-s intra-s Network Layer 4-33 Network Layer 4-34 hapter 4 roadmap 4. Introduction and Network Service Models 4. Routing Principles 4.3 Hierarchical Routing 4.4 The Internet (IP) Protocol 4.4. IPv4 addressing 4.4. Moving a datagram from source to destination Datagram format IP fragmentation IMP: Internet ontrol Message Protocol DHP: Dynamic Host onfiguration Protocol NT: Network ddress Translation 4.5 Routing in the Internet 4.6 What s Inside a Router 4.7 IPv6 4.8 Multicast Routing 4.9 Mobility Network Layer 4-35 hapter The Internet (IP) 4.4. IPv Datagram IP IMP: Internet ontrol Message Protocol DHP: Dynamic Host onfiguration Protocol NT: Network ddress Translation IPv Network Layer

7 : Network layer Routing protocols path selection RIP, OSPF, GP Transport layer: TP, UDP forwarding table Link layer layer IP protocol addressing conventions datagram format packet handling conventions IMP protocol error reporting router signaling Network Layer 4-37 IP : IP : 3 : / IP = Network Layer 4-38 IP IP 3... IP : IP IP LN IP Network Layer 4-39 Network Layer 4-40 IP class D 0 host 0 host 0 host 0 multicast address 3 bits to to to to Network Layer 4-4 IP : IDR : IDR: lassless InterDomain Routing a.b.c.d/x x host part part /3 Network Layer 4-4 7

8 IP Q: IP Wintel: control-panel->->configuration- >tcp/ip->properties UNI: /etc/rc.config DHP: Dynamic Host onfiguration Protocol: plug-and-play IP Q: IP : ISP ISP's block /0 Organization /3 Organization /3 Organization / Organization /3 Network Layer 4-43 Network Layer 4-44 ISPs-R-Us Organization Organization 0 Organization / /3 Organization /3 Organization /3.... Organization /3 Fly-y-Night-ISP ISPs-R-Us / /6 Internet Organization /3 Organization /3 Organization /3.. Fly-y-Night-ISP ISPs-R-Us / / /3 Internet Network Layer 4-45 Network Layer 4-46 IP Q: ISP : INN: Internet orporation for ssigned Names and Numbers DNS IP datagram: misc fields source IP addr dest IP addr data forwarding table in Dest. Net. next router Nhops Network Layer 4-47 Network Layer

9 misc fields data IP : forwarding table in Dest. Net. next router Nhops Network Layer 4-49 misc fields data forwarding table in Dest. Net. next router Nhops Network Layer 4-50 forwarding table in router misc fields data Dest. Net router Nhops interface Network Layer 4-5 IP IP protocol version number header length (bytes) type of data max number remaining hops (decremented at each router) upper layer protocol to deliver payload to TP 0 bytes of TP 0 bytes of IP = 40 bytes + app layer overhead 3 bits ver head. type of len service length 6-bit identifier flgs fragment offset time to upper Internet live layer checksum 3 bit source IP address 3 bit destination IP address Options (if any) data (variable length, typically a TP or UDP segment) total datagram length (bytes) for fragmentation/ reassembly.g. timestamp, record route taken, specify list of routers to visit. Network Layer 4-5 IP IP MTU: max.transfer size MTU IP IP reassembly fragmentation: in: one large datagram out: 3 smaller datagrams 4000 MTU = 500 bytes length =4000 ID =x fragflag =0 offset =0 length =500 length =500 length =040 ID =x ID =x ID =x fragflag = offset =0 fragflag offset = =480 fragflag offset =0 =960 Network Layer 4-53 Network Layer

10 IMP: Internet ontrol Message Protocol DHP: Dynamic Host onfiguration Protocol ping IP IMP IP IMP : IP Type ode description 0 0 echo reply (ping) 3 0 dest. unreachable 3 dest host unreachable 3 dest protocol unreachable 3 3 dest port unreachable 3 6 dest unknown 3 7 dest host unknown 4 0 source quench (congestion control - not used) 8 0 echo request (ping) 9 0 route advertisement 0 0 router discovery 0 TTL expired 0 bad IP header : IP DHP : DHP discover DHP DHP offer IP : DHP request DHP : DHP ack Network Layer 4-55 Network Layer 4-56 DHP DHP server arriving DHP client needs address in this DHP DHP server: time DHP discover src : , 68 dest.: ,67 yiaddr: transaction ID: 654 DHP offer src: 3...5, 67 dest: , 68 yiaddrr: transaction ID: 654 Lifetime: 3600 secs DHP request src: , 68 dest:: , 67 yiaddrr: transaction ID: 655 Lifetime: 3600 secs arriving client DHP K src: 3...5, 67 dest: , 68 yiaddrr: transaction ID: 655 Lifetime: 3600 secs Network Layer 4-57 Network Layer 4-58 NT: Network ddress Translation NT: Network ddress Translation rest of Internet NT IP local (e.g., home ) 0.0.0/ /4 : IP ISP - IP ISP Network Layer 4-59 Network Layer

11 NT: Network ddress Translation : NT : : IP NT IP... NT IP IP NT IP NT incoming datagrams: replace NT IP NT IP Network Layer 4-6 NT: Network ddress Translation : NT router changes datagram source addr from , 3345 to , 500, updates table NT translation table WN side addr LN side addr , , 3345 S: , 500 D: , S: , 80 D: , : Reply arrives dest. address: , S: , 3345 D: , 80 S: , 80 D: , : host sends datagram to , : NT router changes datagram dest addr from , 500 to , 3345 Network Layer 4-6 NT: Network ddress Translation 6 60,000 NT : 3 NT PP IPv6 Network Layer 4-63 hapter The Internet (IP) Intra-S : RIP OSPF 4.5. Inter-S : GP IPv Network Layer 4-64 S: utonomous Systems Stub S: : S Multihomed S: : S Transit S: S Intra-S: Inter-S: inter-s : GP Network Layer 4-65 S Intra-S border (exterior gateway) routers Inter-S interior (gateway) routers Network Layer 4-66

12 Intra-S RIP ( Routing Information Protocol) Interior Gateway Protocols (IGP) Intra-S : RIP: Routing Information Protocol OSPF: Open Shortest Path First IGRP: Interior Gateway Routing Protocol (isco ) 98 SD-UNI : 5 : 30Response Message ( advertisement ) 5 Network Layer 4-67 Network Layer 4-68 RIP: w x y D z RIP: Dest Next hops w - - x - - z D w x y D z Routing table in D Destination Network Next Router Num. of hops to dest. w y z 7 x Network Layer 4-69 Destination Network Next Router Num. of hops to dest. w y z 7 5 x Routing table in D Network Layer 4-70 RIP: 80 = 6 Network Layer 4-7 RIP RIP route-d UDP routed Transprt (UDP) forwarding (IP) table link forwarding table routed Transprt (UDP) (IP) link Network Layer 4-7

13 RIP Router: giroflee.eurocom.fr Destination Gateway Flags Ref Use Interface UH lo U 3 fa U le U 5 qaa U 3 0 le0 default UG LN LN Network Layer 4-73 OSPF (Open Shortest Path First) open : LS Dijkstra OSPF S TP UDP IP ISPF Network Layer 4-74 OSPF RIP OSPF : OSPF RIP TOS : OSPF (MOSPF) OSPF OSPF Network Layer 4-75 Network Layer 4-76 OSPF inter-s : GP : OSPF S R5 S (RIP intra-s routing) R GP R R3 GP S (OSPF intra-s routing) Figure 4.5.-new: GP use for inter-domain routing R4 S3 (OSPF intra-s routing) Network Layer 4-77 Network Layer

14 inter-s : GP GP (order Gateway Protocol): : order Gateway S GP (S) Z Path (,Z) =,Y,Y,Y3,,Z Network Layer 4-79 inter-s : GP : W W S W Path (W,Z) = w, Path (,Z) : Z Z Network Layer 4-80 GP: GP: W legend: provider customer : W legend: provider customer : Y Y Figure 4.5-GPnew: a simple GP scenario,, :,W,Y: Network Layer 4-8 Figure 4.5-GPnew: a simple GP scenario W W W W W w Network Layer 4-8 GP Q: GP GP GP TP GP OPN: TP UPDT: KPLIV: UPDT ; OPN K NOTIFITION: Network Layer 4-83 Network Layer

15 Intra- Inter-S : Inter-S: Intra-S: : : Intra-S: Inter-S: hapter The Internet (IP) IPv Network Layer 4-85 Network Layer 4-86 : (RIP, OSPF, GP) : : e.g., thernet 5 : Network Layer 4-87 Network Layer (HOL) : Network Layer 4-89 Network Layer

16 : PU Input Port Memory Output Port System us : Gbps bus, isco 900: : isco atalyst 8500 Network Layer 4-9 Network Layer 4-9 : isco 000: 60 Gbps FIFO Network Layer 4-93 Network Layer 4-94 hapter 4 roadmap 4. Introduction and Network Service Models 4. Routing Principles 4.3 Hierarchical Routing 4.4 The Internet (IP) Protocol 4.5 Routing in the Internet 4.6 What s Inside a Router? 4.7 IPv6 4.8 Multicast Routing 4.9 Mobility Network Layer 4-95 Network Layer

17 IPv6 Initial motivation: 3-bit address space completely allocated by 008. dditional motivation: header format helps speed processing/forwarding header changes to facilitate QoS new anycast address: route to best of several replicated servers IPv6 datagram format: fixed-length 40 byte header no fragmentation allowed IPv6 Header (ont) Priority: identify priority among datagrams in flow Flow Label: identify datagrams in same flow. (concept of flow not well defined). Next header: identify upper layer protocol for data Network Layer 4-97 Network Layer 4-98 Other hanges from IPv4 hecksum: removed entirely to reduce processing time at each hop Options: allowed, but outside of header, indicated by Next Header field IMPv6: new version of IMP additional message types, e.g. Packet Too ig multicast group management functions Transition From IPv4 To IPv6 Not all routers can be upgraded simultaneous no flag days How will the operate with mixed IPv4 and IPv6 routers? Two proposed approaches: Dual Stack: some routers with dual stack (v6, v4) can translate between formats Tunneling: IPv6 carried as payload in IPv4 datagram among IPv4 routers Network Layer 4-99 Network Layer 4-00 Dual Stack pproach D F Tunneling Logical view: tunnel F IPv6 IPv6 IPv6 IPv6 IPv6 IPv6 IPv4 IPv4 IPv6 IPv6 Flow: Src: Dest: F data -to-: IPv6 Src: Dest: F data -to-: IPv4 Src: Dest: F data -to-: IPv4 Flow:?? Src: Dest: F data -to-: IPv6 Physical view: D F IPv6 IPv6 IPv4 IPv4 IPv6 IPv6 Flow: Src: Dest: F data Src: Dest: Flow: Src: Dest: F Src: Dest: Flow: Src: Dest: F Flow: Src: Dest: F data data data Network Layer 4-0 -to-: IPv6 -to-: IPv6 inside IPv4 -to-: IPv6 inside IPv4 -to-f: IPv6 Network Layer 4-0 7

18 hapter 4 roadmap 4. Introduction and Network Service Models 4. Routing Principles 4.3 Hierarchical Routing 4.4 The Internet (IP) Protocol 4.5 Routing in the Internet 4.6 What s Inside a Router? 4.7 IPv6 4.8 Multicast Routing 4.9 Mobility hapter The Internet (IP) IPv Network Layer 4-03 Network Layer 4-04 Multicast: one sender to many receivers Multicast: act of sending datagram to multiple receivers with single transmit operation analogy: one teacher to many students Question: how to achieve multicast Multicast: one sender to many receivers Multicast: act of sending datagram to multiple receivers with single transmit operation analogy: one teacher to many students Question: how to achieve multicast routers forward unicast datagrams Multicast via unicast source sends N unicast datagrams, one addressed to each of N receivers multicast receiver (red) not a multicast receiver (red) Network Layer 4-05 Multicast routers (red) duplicate and forward multicast datagrams Network multicast Router actively participate in multicast, making copies of packets as needed and forwarding towards multicast receivers Network Layer 4-06 Multicast: one sender to many receivers Multicast: act of sending datagram to multiple receivers with single transmit operation analogy: one teacher to many students Question: how to achieve multicast pplication-layer multicast end systems involved in multicast copy and forward unicast datagrams among themselves Internet Multicast Service Model multicast group multicast group concept: use of indirection hosts addresses IP datagram to multicast group routers forward multicast datagrams to hosts that have joined that multicast group Network Layer 4-07 Network Layer

19 Multicast groups class D Internet addresses reserved for multicast: host group semantics: o anyone can join (receive) multicast group o anyone can send to multicast group o no -layer identification to hosts of members needed: infrastructure to deliver mcast-addressed datagrams to all hosts that have joined that multicast group Joining a mcast group: two-step process local: host informs local mcast router of desire to join group: IGMP (Internet Group Management Protocol) wide area: local router interacts with other routers to receive mcast datagram flow many protocols (e.g., DVMRP, MOSPF, PIM) IGMP wide-area multicast routing IGMP Network Layer 4-09 IGMP Network Layer 4-0 IGMP: Internet Group Management Protocol host: sends IGMP report when application joins mcast group IP_DD_MMRSHIP socket option host need not explicitly unjoin group when leaving router: sends IGMP query at regular intervals host belonging to a mcast group must reply to query query report Network Layer 4- IGMP IGMP version router: Host Membership Query msg broadcast on LN to all hosts host: Host Membership Report msg to indicate group membership randomized delay before responding implicit leave via no reply to Query RF IGMP v: additions include group-specific Query Leave Group msg last host replying to Query can send explicit Leave Group msg router performs groupspecific query to see if any hosts left in group RF 36 IGMP v3: under development as Internet draft Network Layer 4- Multicast Routing: Problem Statement Goal: find a tree (or trees) connecting routers having local mcast group members tree: not all paths between routers used source-based: different tree from each sender to rcvrs shared-tree: same tree used by all group members pproaches for building mcast trees pproaches: source-based tree: one tree per source shortest path trees reverse path forwarding group-shared tree: group uses one tree minimal spanning (Steiner) center-based trees we first look at basic approaches, then specific protocols adopting these approaches Shared tree Source-based trees 9

20 Shortest Path Tree mcast forwarding tree: tree of shortest path routes from source to all receivers Dijkstra s algorithm S: source R R3 R 3 4 R6 R4 6 R7 5 R5 LGND i router with attached group member router with no attached group member link used for forwarding, i indicates order link added by algorithm Reverse Path Forwarding rely on router s knowledge of unicast shortest path from it to sender each router has simple forwarding behavior: if (mcast datagram received on incoming link on shortest path back to center) then flood datagram onto all outgoing links else ignore datagram Reverse Path Forwarding: example S: source R R3 R R6 R4 R7 R5 LGND router with attached group member router with no attached group member datagram will be forwarded datagram will not be forwarded result is a source-specific reverse SPT may be a bad choice with asymmetric links Reverse Path Forwarding: pruning forwarding tree contains subtrees with no mcast group members no need to forward datagrams down subtree prune msgs sent upstream by router with no downstream group members S: source R R3 R R6 P R4 P R7 R5 LGND P router with attached group member router with no attached group member prune message links with multicast forwarding Shared-Tree: Steiner Tree Steiner Tree: minimum cost tree connecting all routers with attached group members problem is NP-complete excellent heuristics exists not used in practice: computational complexity information about entire needed monolithic: rerun whenever a router needs to join/leave enter-based trees single delivery tree shared by all one router identified as center of tree to join: edge router sends unicast join-msg addressed to center router join-msg processed by intermediate routers and forwarded towards center join-msg either hits existing tree branch for this center, or arrives at center path taken by join-msg becomes new branch of tree for this router 0

21 enter-based trees: an example Suppose R6 chosen as center: R3 R R 3 R6 R4 R7 R5 LGND router with attached group member router with no attached group member path order in which join messages generated Internet Multicasting Routing: DVMRP DVMRP: distance vector multicast routing protocol, RF075 flood and prune: reverse path forwarding, source-based tree RPF tree based on DVMRP s own routing tables constructed by communicating DVMRP routers no assumptions about underlying unicast initial datagram to mcast group flooded everywhere via RPF routers not wanting group: send upstream prune msgs DVMRP: continued soft state: DVMRP router periodically ( min.) forgets branches are pruned: mcast data again flows down unpruned branch downstream router: reprune or else continue to receive data routers can quickly regraft to tree following IGMP join at leaf odds and ends commonly implemented in commercial routers Mbone routing done using DVMRP Tunneling Q: How to connect islands of multicast routers in a sea of unicast routers? topology logical topology mcast datagram encapsulated inside normal (non-multicastaddressed) datagram normal IP datagram sent thru tunnel via regular IP unicast to receiving mcast router receiving mcast router unencapsulates to get mcast datagram PIM: Protocol Independent Multicast not dependent on any specific underlying unicast routing algorithm (works with all) two different multicast distribution scenarios : Dense: group members densely packed, in close proximity. bandwidth more plentiful Sparse: # s with group members small wrt # interconnected s group members widely dispersed bandwidth not plentiful onsequences of Sparse-Dense Dichotomy: Dense Sparse: group membership by no membership until routers assumed until routers explicitly join routers explicitly prune receiver- driven data-driven construction construction of mcast on mcast tree (e.g., RPF) tree (e.g., center-based) bandwidth and nongroup-router processing router processing bandwidth and non-group- profligate conservative

22 PIM- Dense Mode PIM - Sparse Mode flood-and-prune RPF, similar to DVMRP but underlying unicast protocol provides RPF info for incoming datagram less complicated (less efficient) downstream flood than DVMRP reduces reliance on underlying routing algorithm has protocol mechanism for router to detect it is a leaf-node router center-based approach router sends join msg to rendezvous point (RP) intermediate routers update state and forward join after joining via RP, router can switch to source-specific tree increased performance: less concentration, shorter paths R3 R R join join all data multicast from rendezvous point R6 join R4 R5 R7 rendezvous point PIM - Sparse Mode hapter 4 roadmap sender(s): unicast data to RP, which distributes down RP-rooted tree RP can extend mcast tree upstream to source RP can send stop msg if no attached receivers no one is listening! R3 R R join join all data multicast from rendezvous point R6 join R4 R5 R7 rendezvous point 4. Introduction and Network Service Models 4. Routing Principles 4.3 Hierarchical Routing 4.4 The Internet (IP) Protocol 4.5 Routing in the Internet 4.6 What s Inside a Router? 4.7 IPv6 4.8 Multicast Routing 4.9 Mobility Network Layer 4-30 hapter 4 What is mobility? The Internet (IP) IPv spectrum of mobility, from the perspective: no mobility mobile user, using same access point mobile user, connecting/ disconnecting from using DHP. high mobility mobile user, passing through multiple access point while maintaining ongoing connections (like cell phone) Network Layer 4-3 Network Layer 4-3

23 Mobility: Vocabulary Mobility: more vocabulary home : permanent home of mobile (e.g., /4) home agent: entity that will perform mobility functions on behalf of mobile, when mobile is remote Permanent address: remains constant (e.g., ) are-of-address: address in visited. (e.g., 79,9.3.) visited : in which mobile currently resides (e.g., /4) Permanent address: address in home, can always be used to reach mobile e.g., wide area correspondent Network Layer 4-33 correspondent: wants to communicate with mobile wide area home agent: entity in visited that performs mobility functions on behalf of mobile. Network Layer 4-34 How do you contact a mobile friend: Mobility: approaches onsider friend frequently changing addresses, how do you find her? search all phone books? call her parents? expect her to let you know where he/she is? I wonder where lice moved to? Let routing handle it: routers advertise permanent address of mobile-nodes-in-residence via usual routing table exchange. routing tables indicate where each mobile located no changes to end-systems Let end-systems handle it: indirect routing: communication from correspondent to mobile goes through home agent, then forwarded to remote direct routing: correspondent gets foreign address of mobile, sends directly to mobile Network Layer 4-35 Network Layer 4-36 Mobility: approaches Mobility: registration Let routing handle it: routers advertise permanent address of mobile-nodes-in-residence not via usual routing table exchange. scalable to millions of routing tables indicate mobiles where each mobile located no changes to end-systems let end-systems handle it: indirect routing: communication from correspondent to mobile goes through home agent, then forwarded to remote direct routing: correspondent gets foreign address of mobile, sends directly to mobile Network Layer 4-37 home wide area foreign agent contacts home agent home: this mobile is resident in my nd result: Foreign agent knows about mobile Home agent knows location of mobile visited mobile contacts foreign agent on entering visited Network Layer

24 Mobility via Indirect Routing home correspondent addresses packets using home address of mobile home agent intercepts packets, forwards to foreign agent wide area foreign agent receives packets, forwards to mobile 4 3 visited mobile replies directly to correspondent Indirect Routing: comments Mobile uses two addresses: permanent address: used by correspondent (hence mobile location is transparent to correspondent) care-of-address: used by home agent to forward datagrams to mobile foreign agent functions may be done by mobile itself triangle routing: correspondent-home-mobile inefficient when correspondent, mobile are in same Network Layer 4-39 Network Layer 4-40 Forwarding datagrams to remote mobile Indirect Routing: moving between s packet sent by home agent to foreign agent: a packet within a packet dest: dest: Permanent address: dest: packet sent by correspondent foreign-agent-to-mobile packet dest: are-of address: suppose mobile user moves to another registers with new foreign agent new foreign agent registers with home agent home agent update care-of-address for mobile packets continue to be forwarded to mobile (but with new care-of-address) Mobility, changing foreign s transparent: on going connections can be maintained! Network Layer 4-4 Network Layer 4-4 Mobility via Direct Routing home correspondent requests, receives foreign address of mobile correspondent forwards to foreign agent wide area foreign agent receives packets, forwards to mobile visited mobile replies directly to correspondent Mobility via Direct Routing: comments overcome triangle routing problem non-transparent to correspondent: correspondent must get care-of-address from home agent What happens if mobile changes s? Network Layer 4-43 Network Layer

25 Mobile IP RF 30 has many features we ve seen: home agents, foreign agents, foreign-agent registration, care-of-addresses, encapsulation (packet-within-a-packet) three components to standard: agent discovery registration with home agent indirect routing of datagrams Network Layer 4-45 Mobile IP: agent discovery agent advertisement: foreign/home agents advertise service by broadcasting IMP messages (typefield = 9) H,F bits: home and/or foreign agent R bit: registration required type = 9 code = 0 checksum router address type = 6 length sequence # RHFMGV registration lifetime reserved bits 0 or more care-ofaddresses standard IMP fields mobility agent advertisement extension Network Layer 4-46 Mobile IP: registration example visited : /4 home agent foreign agent H: O: IMP agent adv. Mobile agent O: M: registration req. registration req. O: O: H: H: M: M: Lifetime: 9999 Lifetime: 9999 identification:74 identification: 74. encapsulation format. registration reply time H: registration reply M: Lifetime: 4999 H: Identification: 74 M: encapsulation format Lifetime: Identification: 74. Network Layer 4-47 Network Layer: summary What we ve covered: layer services routing principles: link state and distance vector hierarchical routing IP Internet routing protocols RIP, OSPF, GP what s inside a router? IPv6 mobility Next stop: the Data link layer! Network Layer

IP IPv4-IPv6

IP IPv4-IPv6 IPv6 Mobility IETF 2006 6 9 14:00-15:30 Interop Tokyo 2006 IIJ Nautilus6 IP IPv4-IPv6 L2 L3 Mobile IPv6 HIP L3.5 Shim6(?) L4 SCTP IPv6 Mobile IPv6/NEMO BS IETF RFC3775 - Mobile IPv6 RFC3963 - NEMO Basic

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

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

集中講義 インターネットテクノロジー 第2回 2 ichii@ms.u-tokyo.ac.jp 2002/5/28 2 1 8000 8KHz 83 102 256 8 1 8000 8 = 64000 (64Kbps) 4KHz 3.4KHz 2002/5/28 3 2 (on-off) 2 (threshold) 2002/5/28 4 Kbps 1.5Mbps 45Mbps 1.5Mbps 1.5Mbps 45Mbps 1.5Mbps Kbps

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

MVPN VPN VPN MVPN P2MP TE & BGP

MVPN VPN VPN MVPN P2MP TE & BGP P2MP TE VPN NTT (yasukawa.seisho@lab.ntt.co.jp) MVPN VPN VPN MVPN P2MP TE & BGP MVPN draft-ietf-l3vpn-2547bis-mcast-00 CNTL plane PE-CE *PIM-SM *PIM-SSM *PIM-Bidir *PIM-DM FWD *IP(Mcast) plane Autodiscovery

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

SFC

SFC 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 Base Header Service Path Header ~ Context Headers ~ Figure 1: Network Service Header 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5

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

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

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

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

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

fx-9860G Manager PLUS_J

fx-9860G Manager PLUS_J fx-9860g J fx-9860g Manager PLUS http://edu.casio.jp k 1 k III 2 3 1. 2. 4 3. 4. 5 1. 2. 3. 4. 5. 1. 6 7 k 8 k 9 k 10 k 11 k k k 12 k k k 1 2 3 4 5 6 1 2 3 4 5 6 13 k 1 2 3 1 2 3 1 2 3 1 2 3 14 k a j.+-(),m1

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

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that

More information

DVMRP DVMRP Distnce Vector Multicst Routing Protocol RFC1075 RIP Routing Informtion Protocol RIP OSPF Open Shortest Pth First Interio

DVMRP DVMRP Distnce Vector Multicst Routing Protocol RFC1075 RIP Routing Informtion Protocol RIP OSPF Open Shortest Pth First Interio 3 -- 3 6 Multicst Routing Source Tree Shortest Pth Tree Shred Tree Dense Mode Sprse Mode IP DVMRP PIM 6 1 Source Tree Shred Tree Dense Mode DVMRP (Distnce Vector Multicst Routing Protocol), PIM-DM (Protocol

More information

total.dvi

total.dvi VII W I D E P R O J E C T MPLS-IX MPLS-IX MPLS 1 MPLS AYAME IX IX LDP/RSVP-TE/CR- [121] 1999 Sub- LDP IP MPLS IX LSP LSP MPLS ebgp[165] LSP ( 2002 1.1 1.2) MPLS-IX MPLS IPv6 6PE IX () MPLS-IX MPLS IX

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

第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

はじめに

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

More information

JJ-90

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

More information

AtCoder Regular Contest 073 Editorial Kohei Morita(yosupo) A: Shiritori if python3 a, b, c = input().split() if a[len(a)-1] == b[0] and b[len(

AtCoder Regular Contest 073 Editorial Kohei Morita(yosupo) A: Shiritori if python3 a, b, c = input().split() if a[len(a)-1] == b[0] and b[len( AtCoder Regular Contest 073 Editorial Kohei Morita(yosupo) 29 4 29 A: Shiritori if python3 a, b, c = input().split() if a[len(a)-1] == b[0] and b[len(b)-1] == c[0]: print( YES ) else: print( NO ) 1 B:

More information

elemmay09.pub

elemmay09.pub Elementary Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Number Challenge Time:

More information

VE-GP32DL_DW_ZA

VE-GP32DL_DW_ZA VE-GP32DL VE-GP32DW 1 2 3 4 5 6 1 2 3 4 1 1 2 3 2 3 1 1 2 2 2006 Copyrights VisionInc. @. _ & $ % + = ^ @. _ & $ % + = ^ D11 D12 D21

More information

Vol. 48 No. 4 Apr LAN TCP/IP LAN TCP/IP 1 PC TCP/IP 1 PC User-mode Linux 12 Development of a System to Visualize Computer Network Behavior for L

Vol. 48 No. 4 Apr LAN TCP/IP LAN TCP/IP 1 PC TCP/IP 1 PC User-mode Linux 12 Development of a System to Visualize Computer Network Behavior for L Vol. 48 No. 4 Apr. 2007 LAN TCP/IP LAN TCP/IP 1 PC TCP/IP 1 PC User-mode Linux 12 Development of a System to Visualize Computer Network Behavior for Learning to Associate LAN Construction Skills with TCP/IP

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

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

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that use microcontrollers (MCUs)

More information

TCP/IP IEEE Bluetooth LAN TCP TCP BEC FEC M T M R M T 2. 2 [5] AODV [4]DSR [3] 1 MS 100m 5 /100m 2 MD 2 c 2009 Information Processing Society of

TCP/IP IEEE Bluetooth LAN TCP TCP BEC FEC M T M R M T 2. 2 [5] AODV [4]DSR [3] 1 MS 100m 5 /100m 2 MD 2 c 2009 Information Processing Society of IEEE802.11 [1]Bluetooth [2] 1 1 (1) [6] Ack (Ack) BEC FEC (BEC) BEC FEC 100 20 BEC FEC 6.19% 14.1% High Throughput and Highly Reliable Transmission in MANET Masaaki Kosugi 1 and Hiroaki Higaki 1 1. LAN

More information

GP05取説.indb

GP05取説.indb E -G V P 05D L V E -G P 05D W Ni-MH + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + 2 + 3 + 4 + 5 + 6 1 2 3 4 5 6 + + + 1 + + + + + + + + + + + + + + + + + + 1 A B C + D + E

More information

1 # include < stdio.h> 2 # include < string.h> 3 4 int main (){ 5 char str [222]; 6 scanf ("%s", str ); 7 int n= strlen ( str ); 8 for ( int i=n -2; i

1 # include < stdio.h> 2 # include < string.h> 3 4 int main (){ 5 char str [222]; 6 scanf (%s, str ); 7 int n= strlen ( str ); 8 for ( int i=n -2; i ABC066 / ARC077 writer: nuip 2017 7 1 For International Readers: English editorial starts from page 8. A : ringring a + b b + c a + c a, b, c a + b + c 1 # include < stdio.h> 2 3 int main (){ 4 int a,

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

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

The Japanese economy in FY2015 suffered from sluggish growth in individual consumption, while the foreign exchange market remained unstable with high volatility. Even in such an economic environment, MSF

More information

All Rights Reserved. Copyright(c)1997 Internet Initiative Japan Inc. 1

All Rights Reserved. Copyright(c)1997 Internet Initiative Japan Inc. 1 asaba@iij.ad.jp All Rights Reserved. Copyright(c)1997 Internet Initiative Japan Inc. 1 All Rights Reserved. Copyright(c)1997 Internet Initiative Japan Inc. 2 user IX IX IX All Rights Reserved. Copyright(c)1997

More information

JANOG14-コンバージェンスを重視したMPLSの美味しい使い方

JANOG14-コンバージェンスを重視したMPLSの美味しい使い方 MPLS JANOG14 BGP MPLS 2 : : 1988 2 2003 7 : 3 ( ( )100%) : 633 (2003 ) : : 1,029 (2004 7 1 ) 3 So-net 250 4 30!? 10 Non IP IP 5 IGP? ECMP ECMP?? 6 BGP MPLS 7 MPLS ATM IP ATM

More information

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

LSM-L3-24設定ガイド(初版) 4 2 IP 3 2 MAC VLAN 1 MAC MAC 4-1 2 4-2 VLAN classification VLAN Learning Filtering Forwarding VLAN classification learning filtering forwarding VLAN Classification 2 : - VLAN - VLAN ID Learning VLAN classification

More information

*Ł\”ƒ‚ä(CV03)

*Ł\”ƒ‚ä(CV03) VE-CV03 VE-CVW03 VE-CV03 VE-CVW03 Ni-Cd C C BC BC C C C C C C C C C C A C C C A A # $ % & ' # $ 64 A A A A ( A % & ' ( ) ) A * A + A * +, - /. 0/ 10 21 32 53, A - A A. A A / A 0 A 1 A 2 A A A A 3 4 #

More information

Introduction Purpose This course explains how to use Mapview, a utility program for the Highperformance Embedded Workshop (HEW) development environmen

Introduction Purpose This course explains how to use Mapview, a utility program for the Highperformance Embedded Workshop (HEW) development environmen Introduction Purpose This course explains how to use Mapview, a utility program for the Highperformance Embedded Workshop (HEW) development environment for microcontrollers (MCUs) from Renesas Technology

More information

PFQX2227_ZA

PFQX2227_ZA V E -G P 05D B Ni-MH 1 2 3 4 5 6 1 2 3 4 5 6 A B C D E F 1 2 A B C 1 2 3 2 0 7 9 4 6 6 4 7 9 1 2 3 # 6 6 2 D11 D12 D21 D22 19 # # # # Ni-MH Ω Ω

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

IPv6における

IPv6における Fumio Teraoka Masahiro Ishiyama Mitsunobu Kunishi Atsushi Shionozaki LIN6: A Solution to Mobility and Multi-Homing in IPv6 Internet Draft 2001 8 16 IPv6 00J075 LIN6 LIN6 Location Independent Networking

More information

6 4 4 9RERE6RE 5 5 6 7 8 9 4 5 6 4 4 5 6 8 4 46 5 7 54 58 60 6 69 7 8 0 9 9 79 0 4 0 0 4 4 60 6 9 4 6 46 5 4 4 5 4 4 7 44 44 6 44 8 44 46 44 44 4 44 0 4 4 5 4 8 6 0 4 0 4 4 5 45 4 5 50 4 58 60 57 54

More information

VE-GD21DL_DW_ZB

VE-GD21DL_DW_ZB V E-G D21D L V E-G D21D W 1 2 3 4 1 2 1 2 1 2 2 1 2 3 1 2 3 1 2 3 1 4 4 2 3 5 5 1 2 3 4 1 2 3 1 2 3 4 1 2 3 2006 Copyrights VisionInc. @. _ & $ % + = ^ 2011

More information

Building a Culture of Self- Access Learning at a Japanese University An Action Research Project Clair Taylor Gerald Talandis Jr. Michael Stout Keiko Omura Problem Action Research English Central Spring,

More information

L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? Well,/ you re very serious person/ so/ I think/ your blood type is A. Wow!/ G

L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? Well,/ you re very serious person/ so/ I think/ your blood type is A. Wow!/ G L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? 当ててみて / 私の血液型を Well,/ you re very serious person/ so/ I think/ your blood type is A. えーと / あなたはとっても真面目な人 / だから / 私は ~ と思います / あなたの血液型は

More information

Microsoft Word - Win-Outlook.docx

Microsoft Word - Win-Outlook.docx Microsoft Office Outlook での設定方法 (IMAP および POP 編 ) How to set up with Microsoft Office Outlook (IMAP and POP) 0. 事前に https://office365.iii.kyushu-u.ac.jp/login からサインインし 以下の手順で自分の基本アドレスをメモしておいてください Sign

More information

BS・110度CSデジタルハイビジョンチューナー P-TU1000JS取扱説明書

BS・110度CSデジタルハイビジョンチューナー P-TU1000JS取扱説明書 C S0 CS Digital Hi-Vision Tuner C C C C S0-0A TQZW99 0 C C C C 4 5 6 7 8 9 C C C C C C C C C C C C C C C C C C C C C C C 0 FGIH C 0 FGIH C C C FGIH FG IH FGIH I H FGIH FGIH 0 C C # $ IH F G 0 # $ # $

More information

Microsoft Word - j201drills27.doc

Microsoft Word - j201drills27.doc Drill 1: Giving and Receiving (Part 1) [Due date: ] Directions: Describe each picture using the verb of giving and the verb of receiving. E.g.) (1) (2) (3) (4) 1 (5) (6) Drill 2: Giving and Receiving (Part

More information

C H H H C H H H C C CUTION:These telephones are for use in Japan only. They cannot be used in other countries because of differences in voltages, tele

C H H H C H H H C C CUTION:These telephones are for use in Japan only. They cannot be used in other countries because of differences in voltages, tele VE-PV01LVE-PVW01LVE-PVC01L 1 4 7 2 3 5 6 8 9 * 0 # C H H H C H H H C C CUTION:These telephones are for use in Japan only. They cannot be used in other countries because of differences in voltages, telephone

More information

Inter-IX IX/-IX 10/21/2003 JAPAN2003 2

Inter-IX IX/-IX 10/21/2003 JAPAN2003 2 Inter-IX satoru@ft.solteria.net 10/21/2003 JAPAN2003 1 Inter-IX IX/-IX 10/21/2003 JAPAN2003 2 Inter-IX? Inter-IX IX IX L2 10/21/2003 JAPAN2003 3 (1) IX (-IX) IX Resiliency 10/21/2003 JAPAN2003 4 (2) IX

More information

取説_KX-PW38CL_PW48CL

取説_KX-PW38CL_PW48CL KX-PW38CL KX-PW48CL See pages 260 and 261 for English Guide. 2 3 1 2 NTT NTT Ni-Cd Ni-Cd 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 0 6 1 2 3

More information

ID 3) 9 4) 5) ID 2 ID 2 ID 2 Bluetooth ID 2 SRCid1 DSTid2 2 id1 id2 ID SRC DST SRC 2 2 ID 2 2 QR 6) 8) 6) QR QR QR QR

ID 3) 9 4) 5) ID 2 ID 2 ID 2 Bluetooth ID 2 SRCid1 DSTid2 2 id1 id2 ID SRC DST SRC 2 2 ID 2 2 QR 6) 8) 6) QR QR QR QR Vol. 51 No. 11 2081 2088 (Nov. 2010) 2 1 1 1 which appended specific characters to the information such as identification to avoid parity check errors, before QR Code encoding with the structured append

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

取説_VE-PV11L(応用編)

取説_VE-PV11L(応用編) * 0 # VE-PV11L VE-PVC11L VE-PS109N 1 2 3 4 5 6 7 8 9 C H H H C H H H C C CAUTION:These telephones are for use in Japan only. They cannot be used in other countries because of differences in voltages, telephone

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

6 4 45 7ZS 5 59 7 8 94 05 4 5 6 4 5 5 6 8 8 40 45 48 56 60 64 66 66 68 7 78 80 8 7 8 0 0 0 90 0 57 64 69 66 66 69 0 4 4 4 4 4 0 7 48 5 4 4 5 4 4 4 7 46 46 6 46 8 46 48 46 46 4 46 46 4 4 5 4 6 4 9 9 0

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

10 2000 11 11 48 ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) CU-SeeMe NetMeeting Phoenix mini SeeMe Integrated Services Digital Network 64kbps 16kbps 128kbps 384kbps

More information

ループ防止技術を使用して OSPFv3 を PE-CE プロトコルとして設定する

ループ防止技術を使用して OSPFv3 を PE-CE プロトコルとして設定する ループ防止技術を使用して OSPFv3 を PE-CE プロトコルとして設定する 目次 概要前提条件要件使用するコンポーネント背景説明設定ネットワーク図設定 DN ビット確認トラブルシューティング Cisco サポートコミュニティ - 特集対話 概要 このドキュメントでは Open Shortest Path First (1 バージョン 3 (OSPFv3) " を プロバイダーエッジ (PE )

More information

Read the following text messages. Study the names carefully. 次のメッセージを読みましょう 名前をしっかり覚えましょう Dear Jenny, Iʼm Kim Garcia. Iʼm your new classmate. These ar

Read the following text messages. Study the names carefully. 次のメッセージを読みましょう 名前をしっかり覚えましょう Dear Jenny, Iʼm Kim Garcia. Iʼm your new classmate. These ar LESSON GOAL: Can read a message. メッセージを読めるようになろう Complete the conversation using your own information. あなた自身のことを考えて 会話を完成させましょう 1. A: Whatʼs your name? B:. 2. A: Whatʼs your phone number, (tutor says studentʼs

More information

Technische Beschreibung P82R SMD

Technische Beschreibung P82R SMD P26 halstrup-walcher GmbH http://www.krone.co.jp/ Stegener Straße 10 D-79199 Kirchzarten, Germany 124-0023 2-22-1 TEL:03-3695-5431 FAX:03-3695-5698 E-MAIL:sales-tokyo@krone.co.jp 530-0054 2-2-9F TEL:06-6361-4831

More information

Page 1 of 6 B (The World of Mathematics) November 20, 2006 Final Exam 2006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (10pts) (a

Page 1 of 6 B (The World of Mathematics) November 20, 2006 Final Exam 2006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (10pts) (a Page 1 of 6 B (The World of Mathematics) November 0, 006 Final Exam 006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (a) (Decide whether the following holds by completing the truth

More information

6 4 45 ZS7ZS4ZS 5 59 7 8 94 05 4 5 6 4 5 5 6 8 8 40 45 48 56 60 64 66 66 68 7 78 80 8 7 8 0 0 0 90 0 0 4 4 4 4 6 57 64 69 66 66 66 69 4 0 7 48 5 4 4 5 4 4 4 7 46 46 6 46 8 46 48 46 46 4 46 46 4 4 5 4

More information

untitled

untitled TZ-BDT910M TZ-BDT910F TZ-BDT910P μ μ μ μ TM VQT3F51-1 l l l [HDD] [BD-RE] [BD-R] [DVD-V] [BD-V] [RAM] [CD] [SD] [-R] [USB] [-RW] [RAM AVCREC ] [-R AVCREC ] [RAM VR ][-R VR ] [-RW VR ] [-R V ] [-RW

More information

tutorial.dvi

tutorial.dvi m-sato@yoko.nel.co.jp 1 (rough) OSI, ITU-T? ATM-Forum? DAVIC? 2 Internet Architecture Boad (IAB) IETF Engineering Steering Group (IESG) Internet PCA egistration Authority (IPA) Internet Assigned Number

More information

untitled

untitled CAPEC, 2009 6 16 June 16, 2009 Page 1 CAPEC EMS 1. EMS USA EU 2. EMS 3. EMS 4. EMS 5. CAPEC 6. EMS June 16, 2009 Page 2 EMS EC 3 EMS EMS EMS EMS CAPEC EMS CAPEC EMS EMS June 16, 2009 Page 3 EU EU EC 1997/67/EC

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

ip nat outside source list コマンドを使用した設定例

ip nat outside source list コマンドを使用した設定例 ip nat outside source list コマンドを使用した設定例 目次 概要前提条件要件使用するコンポーネント表記法設定ネットワーク図設定確認トラブルシューティング要約関連情報 概要 このドキュメントでは ip nat outside source list コマンドを使用した設定例が紹介され NAT プロセス中に IP パケットがどのように処理されるかについて簡単に説明されています

More information

00.目次_ope

00.目次_ope 816XL ii iii iv iv User Entry 1 3 v vi vii viii 1 1 C: >VTTERM 1- 1 1-3 1 1-4 1 1-5 1 1-6 1 1-7 1 1-8 1 1-9 1 1-10 C: >VTN 1 Host Name: 1-11 1 01 1-1 0.0.0.0 1 1-13 1 1-14 - -3 Port status and configuration

More information

PC_14ZY6_BFT150A_US_ indd

PC_14ZY6_BFT150A_US_ indd PARTS CATALOG BFT 0A OB NO.00-ZY- US Instruction for use of parts catalogue This parts catalogue was prepared based on the latest information available as of October,. See the Service Bulletin for any

More information

VE-SV03DL VE-SV03DW Ni-MH Ni-MH Ni-MH 1 2 3 1 2 Ni-MH 3 4 5 I H 3 IH IH IH IH 2 0 4 6 6 1 2 3 # 6 6 4 I H I H I H I H I H I H I H NTT Ni-MH Ni-MH Ni-MH Ω 0570-087-087

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

untitled

untitled 7 Review PC+ () 1+PHS etc!! SOI!! Topics () IP () / L3 IP YMH RTX-1500 BUFFLO BHR-4RV PLNEX GW-P54SG Cisco 2600 Hitachi GR2000-1B Cisco 3700 Juniper M10 Foundry Networks NetIron 800 Cisco CRS-1 (FIB: Forwarding

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション ADD-PATH の 基本的な設定例と検討課題 インターネットマルチフィード ( 株 ) 技術部 Interop tokyo 2013 NOC 金井瑛 1 Interop Tokyo 2013 と ADD-PATH 今年度の Interop Tokyo 2013 では ADD-PATH の相互接続検証を行いました MX80, MX480, CRS-X, ASR9006

More information

2

2 8 23 26A800032A8000 31 37 42 51 2 3 23 37 10 11 51 4 26 7 28 7 8 7 9 8 5 6 7 9 8 17 7 7 7 37 10 13 12 23 21 21 8 53 8 8 8 8 1 2 3 17 11 51 51 18 23 29 69 30 39 22 22 22 22 21 56 8 9 12 53 12 56 43 35 27

More information

2

2 8 22 19A800022A8000 30 37 42 49 2 3 22 37 10 11 49 4 24 27 7 49 7 8 7 9 8 5 6 7 9 8 16 7 7 7 37 10 11 20 22 20 20 8 51 8 8 9 17 1 2 3 16 11 49 49 17 22 28 48 29 33 21 21 21 21 20 8 10 9 28 9 53 37 36 25

More information

25 II :30 16:00 (1),. Do not open this problem booklet until the start of the examination is announced. (2) 3.. Answer the following 3 proble

25 II :30 16:00 (1),. Do not open this problem booklet until the start of the examination is announced. (2) 3.. Answer the following 3 proble 25 II 25 2 6 13:30 16:00 (1),. Do not open this problem boolet until the start of the examination is announced. (2) 3.. Answer the following 3 problems. Use the designated answer sheet for each problem.

More information

IPv6 リンクローカル アドレスについて

IPv6 リンクローカル アドレスについて IPv6 リンクローカルアドレスについて 目次 概要前提条件要件使用するコンポーネント表記法設定ネットワーク図設定確認 OSPF 設定の確認リンクローカルアドレスの到達可能性の確認リモートネットワークからリンクローカルアドレスへの ping 実行直接接続されたネットワークからリンクローカルアドレスへの ping 実行関連情報 概要 このドキュメントは ネットワーク内の IPv6 リンクローカルアドレスの理解を目的としています

More information

LC304_manual.ai

LC304_manual.ai Stick Type Electronic Calculator English INDEX Stick Type Electronic Calculator Instruction manual INDEX Disposal of Old Electrical & Electronic Equipment (Applicable in the European Union

More information

ITAOI2003第三屆離島資訊與應用研討會論文範例

ITAOI2003第三屆離島資訊與應用研討會論文範例 2003 6 kung@mail.npust.edu.tw, b8956018@mail.npust.edu.tw, m9056011@mail.npust.edu.tw (Internet) and build up cache proxy servers. In this paper, we (Multi-media) design and development four proxy servers

More information

soturon.dvi

soturon.dvi 12 Exploration Method of Various Routes with Genetic Algorithm 1010369 2001 2 5 ( Genetic Algorithm: GA ) GA 2 3 Dijkstra Dijkstra i Abstract Exploration Method of Various Routes with Genetic Algorithm

More information

0 C C C C C C C

0 C C C C C C C C * This device can only be used inside Japan in areas that are covered by subscription cable TV services. ecause of differences in broadcast formats and power supply voltages, it cannot be used in overseas

More information

5 7 3AS40AS 33 38 45 54 3 4 5 4 9 9 34 5 5 38 6 8 5 8 39 8 78 0 9 0 4 3 6 4 8 3 4 5 9 5 6 44 5 38 55 4 4 4 4 5 33 3 3 43 6 6 5 6 7 3 6 0 8 3 34 37 /78903 4 0 0 4 04 6 06 8 08 /7 AM 9:3 5 05 7 07 AM 9

More information

L3 Japanese (90570) 2008

L3 Japanese (90570) 2008 90570-CDT-08-L3Japanese page 1 of 15 NCEA LEVEL 3: Japanese CD TRANSCRIPT 2008 90570: Listen to and understand complex spoken Japanese in less familiar contexts New Zealand Qualifications Authority: NCEA

More information

BGP ( ) BGP4 community community community community July 3, 1998 JANOG2: What is BGP Community? 2

BGP ( ) BGP4 community community community community July 3, 1998 JANOG2: What is BGP Community? 2 BGP Community 1998/7/3 JANOG#2 in KDD (yahagi@itjit.ad.jp) July 3, 1998 JANOG2: What is BGP Community? 1 BGP ( ) BGP4 community community community community July 3, 1998 JANOG2: What is BGP Community?

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MT65H vibratorstamp EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se 1,0 192 06

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MVB-85 rullvibrator EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se 1,0 192 06

More information

S1Šû‘KŒâ‚è

S1Šû‘KŒâ‚è are you? I m thirteen years old. do you study at home every day? I study after dinner. is your cat? It s under the table. I leave for school at seven in Monday. I leave for school at seven on Monday. I

More information

Microsoft Word - PCM TL-Ed.4.4(特定電気用品適合性検査申込のご案内)

Microsoft Word - PCM TL-Ed.4.4(特定電気用品適合性検査申込のご案内) (2017.04 29 36 234 9 1 1. (1) 3 (2) 9 1 2 2. (1) 9 1 1 2 1 2 (2) 1 2 ( PSE-RE-101/205/306/405 2 PSE-RE-201 PSE-RE-301 PSE-RE-401 PSE-RE-302 PSE-RE-202 PSE-RE-303 PSE-RE-402 PSE-RE-203 PSE-RE-304 PSE-RE-403

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

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MVC-50 vibratorplatta EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se 1,0 192

More information

wide91.dvi

wide91.dvi 6 183 1 IP 1 1 1 1 1 n ( ) 1 ( ) Ethernet 48 MAC IP 32 IP IP ( ) 1 1 1 1 185 186 1991 WIDE (n ) 1 1 n 1 1 n n 1 n ( ) 1 n ( ) TCP/IP n 1 1 TCP/IP WIDE TCP/IP IP 2 IP IP 2.1 LAN DVMRP(Distance Vector Multicast

More information

19_22_26R9000操作編ブック.indb

19_22_26R9000操作編ブック.indb 8 19R900022R900026R9000 25 34 44 57 67 2 3 4 10 37 45 45 18 11 67 25 34 39 26 32 43 7 67 7 8 7 9 8 5 7 9 21 18 19 8 8 70 8 19 7 7 7 45 10 47 47 12 47 11 47 36 47 47 36 47 47 24 35 8 8 23 12 25 23 OPEN

More information

5 30 B36B3 4 5 56 6 7 3 4 39 4 69 5 56 56 60 5 8 3 33 38 45 45 7 8 4 33 5 6 8 8 8 57 60 8 3 3 45 45 8 9 4 4 43 43 43 43 4 3 43 8 3 3 7 6 8 33 43 7 8 43 40 3 4 5 9 6 4 5 56 34 6 6 6 6 7 3 3 3 55 40 55

More information

0 PARTS CATALOG BFT A BFT 0A OB NO.00-ZYET- US Instruction for use of parts catalogue This parts catalogue was prepared based on the latest information available as of October, 0. See the Service Bulletin

More information

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

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

More information

,, 2024 2024 Web ,, ID ID. ID. ID. ID. must ID. ID. . ... BETWEENNo., - ESPNo. Works Impact of the Recruitment System of New Graduates as Temporary Staff on Transition from College to Work Naoyuki

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MCD-L14 asfalt- och betongsåg EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se

More information