Скачать презентацию Chapter 1 Introduction A note on the use Скачать презентацию Chapter 1 Introduction A note on the use

1247fe02bd1f79540aad2159ae05202b.ppt

  • Количество слайдов: 10

Chapter 1 Introduction A note on the use of these ppt slides: We’re making Chapter 1 Introduction A note on the use of these ppt slides: We’re making these slides freely available to all (faculty, students, readers). They’re in Power. Point 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: q 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!) q 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. Computer Networking: A Top Down Approach Featuring the Internet, 3 rd edition. Jim Kurose, Keith Ross Addison-Wesley, July 2004. Thanks and enjoy! JFK/KWR All material copyright 1996 -2005 J. F Kurose and K. W. Ross, All Rights Reserved Introduction

A few comments about the Internet q Network Edge v End machines to routers A few comments about the Internet q Network Edge v End machines to routers q Network Core v Mesh of connected routers v ~ hierarchical Internet router server mobile local ISP q Two Internet services v Connection-oriented (TCP) v Connectionless (UDP) q End to end data transfer v Uses Internet services which v Use IP for data delivery to a destination workstation regional ISP company network Introduction

Circuit versus packet switching q Circuit switching v Resources reserved for the entire duration Circuit versus packet switching q Circuit switching v Resources reserved for the entire duration of call v Classical example: POTS v Waste of resources q Packet Switching v Uses chunks of data that traverse the network while sharing it with other chunks v Statistical Multiplexing q For bursty data (Internet) v PKT switching is the way to go q What about voice over IP and similar applications? ? ? Introduction

Choices for Packet switching? q IP provides service to TCP and to UDP v Choices for Packet switching? q IP provides service to TCP and to UDP v A datagram approach – one of the two possible ways of transferring data end to end v The other possibility is virtual circuit • More suitable for Vo. IP and the likes? q Present day Internet has emerged as: v Datagram (IP) in the edges v IP over virtual circuits in the core v Idea: End users originate “bursty” traffic while traffic from large networks is semi-bursty v X. 25 Frame Relay ATM MPLS Introduction

Network Taxonomy Telecommunication networks Circuit-switched networks FDM TDM Packet-switched networks Networks with VCs Datagram Network Taxonomy Telecommunication networks Circuit-switched networks FDM TDM Packet-switched networks Networks with VCs Datagram Networks Note: X. 25 is a VC network and so is MPLS but these two were designed with totally different philosophies in mind! 1) X. 25: reliability provided in the network itself 2) MPLS: easy integration with IP while providing virtual circuits Introduction

Internet structure: network of networks q roughly hierarchical q at center: “tier-1” ISPs (e. Internet structure: network of networks q roughly hierarchical q at center: “tier-1” ISPs (e. g. , MCI, Sprint, AT&T, Cable and Wireless), national/international coverage v treat each other as equals Tier-1 providers interconnect (peer) privately Tier 1 ISP NAP Tier-1 providers also interconnect at public network access points (NAPs) Tier 1 ISP Introduction

Internet structure: network of networks q “Tier-2” ISPs: smaller (often regional) ISPs v Connect Internet structure: network of networks q “Tier-2” ISPs: smaller (often regional) ISPs v Connect to one or more tier-1 ISPs, possibly other tier-2 ISPs Tier-2 ISP pays tier-1 ISP for connectivity to rest of Internet q tier-2 ISP is customer of tier-1 provider Tier-2 ISP Tier 1 ISP Tier-2 ISP NAP Tier 1 ISP Tier-2 ISPs also peer privately with each other, interconnect at NAP Tier-2 ISP Introduction

Internet structure: network of networks q “Tier-3” ISPs and local ISPs v last hop Internet structure: network of networks q “Tier-3” ISPs and local ISPs v last hop (“access”) network (closest to end systems) local ISP Local and tier 3 ISPs are customers of higher tier ISPs connecting them to rest of Internet Tier 3 ISP Tier-2 ISP local ISP Tier-2 ISP Tier 1 ISP Tier-2 ISP local ISP NAP Tier 1 ISP Tier-2 ISP local ISP Introduction

Internet structure: network of networks q a packet passes through many networks! q Where Internet structure: network of networks q a packet passes through many networks! q Where is MPLS? ? ? ? local ISP Tier 3 ISP Tier-2 ISP local ISP Tier-2 ISP Tier 1 ISP Tier-2 ISP local ISP NAP Tier 1 ISP Tier-2 ISP local ISP Introduction

IP routing versus MPLS q Discussion limited to core network – there is no IP routing versus MPLS q Discussion limited to core network – there is no MPLS to end systems q Even if we use MPLS in core v The “payload” it carries today is still IP q What differentiates IP from MPLS? v The routing and forwarding paradigm! Introduction