DOC PREVIEW
CMU CS 15441 - Lecture 8 Virtual Circuits, ATM, MPLS

This preview shows page 1-2-3-24-25-26-27-49-50-51 out of 51 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 51 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 51 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 51 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 51 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 51 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 51 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 51 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 51 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 51 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 51 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 51 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Lecture 8 Virtual Circuits, ATM, MPLSOutlineExam statsCommon Exam ProblemsPacket SwitchingCircuit SwitchingCircuit Switching DiscussionVirtual CircuitsPacket Switching and Virtual Circuits: SimilaritiesVirtual Circuits Versus Packet SwitchingSlide 11Packet switched vs. VCVirtual CircuitConnections and SignalingVirtual Circuit Switching: Label (“tag”) SwappingLabel (“tag”) SwappingPVC connection setupSVC Connection SetupVirtual Circuits In PracticeAsynchronous Transfer Mode: ATMCell SwitchingATM FeaturesWhy 53 Bytes?ATM Adaptation LayersAAL5 Adaptation LayerATM Packet Shredder EffectIP over ATMIP over ATM Static VCsATM DiscussionMulti Protocol Label Switching - MPLSMPLS + IPMPLS core, IP interfaceMPLS use case #1: VPNsMPLS use case #2: Reduced State CoreMPLS use case #3: Traffic EngineeringMPLS MechanismsMPLS DiscussionTake Home Points--- Extra Slides ---ATM Traffic ClassesLAN EmulationFurther reading - MPLSIP SwitchingIP Switching ExampleSlide 45Slide 46Another ViewIP Switching DiscussionAn Alternative Tag SwitchingIP Switching versus Tag SwitchingPackets over SONET1Lecture 8Virtual Circuits, ATM, MPLSDavid AndersenSchool of Computer ScienceCarnegie Mellon University15-441 Networking, Fall 2006http://www.cs.cmu.edu/~srini/15-441/F06/2OutlineExam discussionLayering review (bridges, routers, etc.)»Exam section C.Circuit switching refresherVirtual Circuits - general»Why virtual circuits?»How virtual circuits? -- tag switching!Two modern implementations»ATM - teleco-style virtual circuits»MPLS - IP-style virtual circuits3Exam statsMax/avg/min: 90 / 63 / 20A B C D19.6 17.9 12.8 11.057.6% 74.8% 58.3% 68.6%4Common Exam ProblemsRouting: No one big problem; many small misunderstandings. Please check your scores.Short answer: Many incorrect round-trip times vs. one-way times.DNS»Always sends the full query! (e.g. “ra1.streaming.npr.org”, not just “npr.org”)»Clients don’t recurse; the local recursive DNS server does. Could run on clients, but usually doesn’t.Routing and bridging and addressing…5Packet SwitchingSource sends information as self-contained packets that have an address.»Source may have to break up single message in multipleEach packet travels independently to the destination host.»Routers and switches use the address in the packet to determine how to forward the packetsDestination recreates the message.Analogy: a letter in surface mail.6Circuit SwitchingSource first establishes a connection (circuit) to the destination.»Each router or switch along the way may reserve some bandwidth for the data flowSource sends the data over the circuit.»No need to include the destination address with the data since the routers know the pathThe connection is torn down.Example: telephone network.7Circuit Switching DiscussionTraditional circuits: on each hop, the circuit has a dedicated wire or slice of bandwidth.»Physical connection - clearly no need to include addresses with the dataAdvantages, relative to packet switching:»Implies guaranteed bandwidth, predictable performance »Simple switch design: only remembers connection information, no longest-prefix destination address look upDisadvantages:»Inefficient for bursty traffic (wastes bandwidth)»Delay associated with establishing a circuitCan we get the advantages without (all) the disadvantages?8Virtual CircuitsEach wire carries many “virtual” circuits. »Forwarding based on virtual circuit (VC) identifier– IP header: src, dst, etc.–Virtual circuit header: just “VC”»A path through the network is determined for each VC when the VC is established»Use statistical multiplexing for efficiencyCan support wide range of quality of service.»No guarantees: best effort service»Weak guarantees: delay < 300 msec, …»Strong guarantees: e.g. equivalent of physical circuit9Packet Switching andVirtual Circuits: Similarities“Store and forward” communication based on an address.»Address is either the destination address or a VC identifierMust have buffer space to temporarily store packets.»E.g. multiple packets for some destination arrive simultaneouslyMultiplexing on a link is similar to time sharing.»No reservations: multiplexing is statistical, i.e. packets are interleaved without a fixed pattern»Reservations: some flows are guaranteed to get a certain number of “slots”AB ACBD10Virtual Circuits Versus Packet Switching Circuit switching:»Uses short connection identifiers to forward packets»Switches know about the connections so they can more easily implement features such as quality of service»Virtual circuits form basis for traffic engineering: VC identifies long-lived stream of data that can be scheduledPacket switching:»Use full destination addresses for forwarding packets»Can send data right away: no need to establish a connection first»Switches are stateless: easier to recover from failures»Adding QoS is hard»Traffic engineering is hard: too many packets!11Circuit SwitchingInput PortsOutput PortsSwitchConnects (electrons or bits) ports to ports12Packet switched vs. VCABR2R1R3R4R1 packet forwarding table:Dst R2R1 VC table:VC 1 R2VC 2 R3Different paths to same destination!(useful for traffic engineering!)VCIVCIPayloadDstDstPayloadDst123433311122444213Virtual CircuitABR2R1R3R4R1 VC table:VC 5 R2VCIVCIPayloadPayloadDst1234333111224442R2 VC table:VC 5 R4Challenges: - How to set up path? - How to assign IDs??14Connections and SignalingPermanent vs. switched virtual connections (PVCs, SVCs)»static vs. dynamic. PVCs last “a long time”–E.g., connect two bank locations with a PVC that looks like a circuit–SVCs are more like a phone call»PVCs administratively configured (but not “manually”)»SVCs dynamically set up on a “per-call” basisTopology»point to point»point to multipoint»multipoint to multipointChallenges:»How to configure these things?–What VCI to use?–Setting up the path15Virtual Circuit Switching:Label (“tag”) SwappingGlobal VC ID allocation -- ICK! Solution: Per-link uniqueness. Change VCI each hop. Input Port Input VCI Output Port Output VCI R1: 1 5 3 9 R2: 2 9 4 2R4: 1 2 3 5ABR2R1R3R4 Dst123433311122444216Label (“tag”) SwappingResult: Signalling protocol must only find per-link unused VCIs.»“Link-local scope”»Connection


View Full Document

CMU CS 15441 - Lecture 8 Virtual Circuits, ATM, MPLS

Documents in this Course
lecture

lecture

34 pages

lecture

lecture

38 pages

lecture

lecture

18 pages

lecture

lecture

28 pages

lecture

lecture

11 pages

Lecture

Lecture

64 pages

lecture

lecture

10 pages

lecture

lecture

19 pages

Lecture 6

Lecture 6

43 pages

Exam

Exam

14 pages

lecture

lecture

38 pages

Debugging

Debugging

23 pages

lecture

lecture

60 pages

review

review

27 pages

lecture

lecture

12 pages

The Web

The Web

28 pages

Lecture

Lecture

40 pages

lecture

lecture

42 pages

lecture

lecture

9 pages

lecture

lecture

10 pages

lecture

lecture

49 pages

lecture

lecture

26 pages

Project

Project

5 pages

lecture

lecture

40 pages

lecture

lecture

9 pages

lecture

lecture

41 pages

lecture

lecture

32 pages

lecture

lecture

36 pages

lecture

lecture

34 pages

lecture

lecture

45 pages

lecture

lecture

26 pages

lecture

lecture

6 pages

lecture

lecture

51 pages

Project

Project

16 pages

lecture

lecture

44 pages

lecture

lecture

13 pages

lecture

lecture

42 pages

lecture

lecture

36 pages

Project

Project

13 pages

Project

Project

33 pages

lecture

lecture

43 pages

lecture

lecture

49 pages

Load more
Download Lecture 8 Virtual Circuits, ATM, MPLS
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Lecture 8 Virtual Circuits, ATM, MPLS and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Lecture 8 Virtual Circuits, ATM, MPLS 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?