3-location Data Network Design

Slides:



Advertisements
Similar presentations
COS 461 Fall 1997 Routing COS 461 Fall 1997 Typical Structure.
Advertisements

Jaringan Komputer Lanjut Packet Switching Network.
Mobile and Wireless Computing Institute for Computer Science, University of Freiburg Western Australian Interactive Virtual Environments Centre (IVEC)
Routing Strategies Fixed Routing
EE 4272Spring, 2003 Chapter 10 Packet Switching Packet Switching Principles  Switching Techniques  Packet Size  Comparison of Circuit Switching & Packet.
1 Chapter 8 Local Area Networks - Internetworking.
2/15/2011Harvard Bits1. 2/15/2011Harvard Bits2 US Telegraph “Network” in 1856.
1 Spring Semester 2007, Dept. of Computer Science, Technion Internet Networking recitation #12 LSNAT - Load Sharing NAT (RFC 2391)
WAN Technologies.
Flow Models and Optimal Routing. How can we evaluate the performance of a routing algorithm –quantify how well they do –use arrival rates at nodes and.
TELE202 Lecture 10 Internet Protocols (2) 1 Lecturer Dr Z. Huang Overview ¥Last Lecture »Internet Protocols (1) »Source: chapter 15 ¥This Lecture »Internet.
1 Chapter 27 Internetwork Routing (Static and automatic routing; route propagation; BGP, RIP, OSPF; multicast routing)
Chapter 4: Managing LAN Traffic
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
1 Pertemuan 20 Teknik Routing Matakuliah: H0174/Jaringan Komputer Tahun: 2006 Versi: 1/0.
WAN technologies and routing Packet switches and store and forward Hierarchical addresses, routing and routing tables Routing table computation Example.
1 Chapter 27 Internetwork Routing (Static and automatic routing; route propagation; BGP, RIP, OSPF; multicast routing)
1 Routing. 2 Routing is the act of deciding how each individual datagram finds its way through the multiple different paths to its destination. Routing.
“Intra-Network Routing Scheme using Mobile Agents” by Ajay L. Thakur.
1 Optical Burst Switching (OBS). 2 Optical Internet IP runs over an all-optical WDM layer –OXCs interconnected by fiber links –IP routers attached to.
Introduction to Network Design. e 2 Acknowledgement Edward Chow Robert Cahn.
Networking Fundamentals. Basics Network – collection of nodes and links that cooperate for communication Nodes – computer systems –Internal (routers,
Lecture # 03 Switching Course Instructor: Engr. Sana Ziafat.
3-location Data Network Design 3 locations separated by 200 km among pairs. Give the new populations below 296 users, design the data network.
Computer Communication & Networks Lecture # 03 Circuit Switching, Packet Switching Nadeem Majeed Choudhary
Day 13 Intro to MANs and WANs. MANs Cover a larger distance than LANs –Typically multiple buildings, office park Usually in the shape of a ring –Typically.
04/02/08 1 Packet Scheduling IT610 Prof. A. Sahoo KReSIT.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Muhammad Waseem Iqbal Lecture # 20 Data Communication.
William Stallings Data and Computer Communications
Chapter 2 PHYSICAL LAYER.
Network Hardware for Expanding Network
Working at a Small-to-Medium Business or ISP – Chapter 6
Packet Switching Networks & Frame Relay
Point-to-Point Network Switching
Topics discussed in this section:
Lec # 22 Data Communication Muhammad Waseem Iqbal.
Networking Devices.
The Underlying Technologies
Chapter 8 Switching Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Packet Switching Datagram Approach Virtual Circuit Approach
Switching and High-Speed Networks
What Are Routers? Routers are an intermediate system at the network layer that is used to connect networks together based on a common network layer protocol.
Chapter 4 Data Link Layer Switching
Routing and routing tables
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Routing: Distance Vector Algorithm
Routing.
What’s “Inside” a Router?
Dynamic Routing Protocols part2
I. Basic Network Concepts
Traffic and Cost Generator
Introduction to Network Design
High Throughput Route Selection in Multi-Rate Ad Hoc Wireless Networks
Network Core and QoS.
CS Lecture 2 Network Performance
Data and Computer Communications
Data Communication Networks
Switching Techniques.
Inter-domain Routing Outline Homework #3 solutions
Computer communications
EE 122: Lecture 7 Ion Stoica September 18, 2001.
Working at a Small-to-Medium Business or ISP – Chapter 6
Optical communications & networking - an Overview
CSE 550 Computer Network Design
Routing and the Network Layer (ref: Interconnections by Perlman
Congestion Control (from Chapter 05)
Congestion Control (from Chapter 05)
Routing.
Point-to-Point Network Switching
Network Core and QoS.
Presentation transcript:

3-location Data Network Design 3 locations separated by 200 km among pairs. Give the new populations below 296 users, design the data network. 2/27/2019 C. Edward Chow

Voice Traffic vs. Data Traffic 2/27/2019 C. Edward Chow

Data Traffic Statistics 20% of internal email, www, DB traffic occurs in the busy hour. External email arrives evenly during the day. Avg. internal email size 60kB. External email size 12kB. Each url request generates 6 datagrams to server, 6 datagrams back to client for setup connections, a datagram avg. 128B. Its http response is 2kB datagram. 2/27/2019 C. Edward Chow

Data Base Traffic Data distributed in 3 servers, one at each site. Each employee makes 100 queries and 5 updates. Query: Query first goes to the local server, then go the remote server. Will there need to go to third server? Query packet avg. 800B, response packet avg. 3500B. Probability of data in a server is 1/3. Evenly spread. Update: Update packet avg. 6000B, response packet 500B. 2/27/2019 C. Edward Chow

Cost of Services and Components Cost of PC’s, workstations, servers not considered. Routers can handle 2000 datagrams/sec >> the traffic  Delay can be neglected. 2/27/2019 C. Edward Chow

Data Network Design Principle 2.2 Blocking in not important; delay is the issue. Highly utilized links are not desirable (large delay). Design Principle 2.2 In a voice network, highly utilized links can be cost-effective, since they exploit the available bandwidth to the fullest extent, and when the link is given to a connection it receives a high grade of service (circuit switch). In a data network, highly utilized links are terrible since all call traffic using that link suffers inordinate delay. 2/27/2019 C. Edward Chow

Burstiness Burstiness= peak rate/avg rate Two solutions to simultaneous arrive of data calls: Coordination- e.g., token ring. Allow one to be servered. But is not good for WAN. Propagation delay (p.d.) for 1000 mile ring=1000/186000=5ms Transmission delay for 1000 bit packet at 16Mbps=1000/16000000 << p.d. Queueing or use store and forward (packet switching idea). 2/27/2019 C. Edward Chow

Common Data Rate The service time for a packet of n bits on a link of speed S bps is n/S 2/27/2019 C. Edward Chow

Token Ring vs. Packet Switching Propagation delay for 1000 mile ring=1000/186,000=5.376 ms Transmission delay for 1000 bit packet at 16Mbps=1000/16,000,000 =0.0625ms For WAN, token ring protocol is not suitable. A packet switching network where each link segement operates independently is a more efficient design. Packet switching network can be modeled as a set of queues. 2/27/2019 C. Edward Chow

M/M/1 Queue Link can be modeled as a M/M/1 queue. 2/27/2019 C. Edward Chow

M/M/1 Average Waiting Time 2/27/2019 C. Edward Chow

Total Delay (50ms service time) 2/27/2019 C. Edward Chow

Initial Data Network Design 2/27/2019 C. Edward Chow

Cost of Initial Design Transit router amortized cost: $3700*0.03=$111/month 64kbps (or D64) internode link $700/month 64kbps internet link $1400/month. 2/27/2019 C. Edward Chow

Traffic in Busy Hour 20%=0.2 traffic in busy hour. 2/27/2019 C. Edward Chow

Design Principles 2.3 & 2.4 2.3: Seek to make a network where all the links have a 50% utilization 2.4: Seek to make a network where all the links have about 50% utilization and as few links as possible are underutilized. Example: Question1: How we calculate the delay? Question2: For high speed link, can we have high utilization? 2/27/2019 C. Edward Chow

Apply M/M/1 Formula Assume 1000 bytes packet (8000 bits). Case1: T1 link=1.536Mbps, 50% utilization Case2: OC-3 link=135Mbps, 80% utilization Which one has lower delay? 2/27/2019 C. Edward Chow

Apply M/M/1 Formula Case1: T1 link=1,536,000 bps, r=0.5 (50%utilization) 1/m= service time=packetsize/transmission speed =8000/1536000 T=(1/m)/(1-r)=(1/(1-r))*(1/m)=(1/(1-0.5))*8000/1.536M =10.4 ms. Case2: OC-3 link=135Mbps, r=0.8 (80% utilization) T=(1/(1-0.8))*(8000/135M)=5*(8000/135M)=2.96ms We may be willing tolerate a higher utilization on these links. But their delay is quite “unstable”. 2/27/2019 C. Edward Chow

Calculating Internal Email Traffic Internal Email: relate to the populations of source and destination sites. The ration of populations among Anagon, Bregen, and Charmes=(1, 4/3, ¾) Let x be the volume of internal email from Analog to itself. Then the traffic from Anagon to Bregen is 4/3 x. The traffic from Anagon to Charmes is ¾ x. busy hour internal email: 10*0.2*60000*8*296/3600(s)=78933 bps. Counting all directional internal email traffic: 9.507x=78933bps  x=8303bps 2/27/2019 C. Edward Chow

Tabular Represenation of Internal Email Traffic 2/27/2019 C. Edward Chow

External Email In the initial design, each site has its own Internet connection. Therefore the external emails does not go through inter-site internal network. Internet links are expensive: first targets to remove; then external emails could go over inter-site network. With 4000 emails/day, 12000 B/email each user gets 4000*12000*8/(3600*8hr*296)=45.045bps sends same 45.045bps external emails. Multiply the population in each site we get the following external traffic table. 2/27/2019 C. Edward Chow

Tabular Represenation of External Email Traffic 45.045*96=4324.32 bps 2/27/2019 C. Edward Chow

Busy Hour WWW Traffic Outbound small requests traffic: =40fetch/day*0.2*6req/fetch*128B/req*8b/B/(3600s) =13.653bps Inbound big www document and response traffic: =40*0.2*(6x128+2000)*8/(3600) =49.209bps For Anagon, Inbound WWW traffic: 13.653bps*96=1310.72bps outbound WWW traffic: 49.209bps*96=4724.05bps 2/27/2019 C. Edward Chow

Busy Hour WWW Traffic 2/27/2019 C. Edward Chow

DB Query Flow Assume query can be answered by a single remote server. 2/27/2019 C. Edward Chow

Busy Hour DB Traffic DB Query Traffic: 1/3 queries to each remote server: 50*0.2*800*8*(1/3)/3600=5.930 bps Their requests come back: 50*0.2*3500*8*(1/3)/3600=25.926bps DB Update Traffic: 1/3 updates to each remote server: 5*0.2*6000*8*(1/3)/3600=4.444 bps 1/3 updates responses back from each remote server: 5*0.2*500*8*(1/3)/3600=0.370 bps DB Traffic From Anagon to Bregen: Consider just DB Query(text): 96*5.930+128*25.926=3887.8 Consider all DB traffic: The update traffic should not be ignored 96*(5.930+4.444)+128*(25.926+0.370)=4357.568 2/27/2019 C. Edward Chow

DB Traffic Table 2/27/2019 C. Edward Chow

Busy Hour Traffic (64kbps links) 2/27/2019 C. Edward Chow

Busy Hour Traffic 2/27/2019 C. Edward Chow

Drop Algorithm for Network Design Drop the lightest utilized component in the network. Calculate the new routes for all traffic that use the dropped component. But do we really have control over the routing in the network? We will examine 3 types of routing: SNA (IBM System Network Architecture) tight control OPSF (Open Shortest Path First) some control RIP (Routing Information Protocol) no control 2/27/2019 C. Edward Chow

Routing in SNA On IBM SNA (System Network Architecture), designer has up to 16 routes that can be specified between a pair of nodes. The paths are directional. The return path of a route can go through different links. Advantage: flexible, a lot of control Disadvantage: adding a node is not automatic, required offline programs to generate the paths. 2/27/2019 C. Edward Chow

OPSF Routing Assign each link a length (or weight) in each direction. Routes are calculated using shortest path algorithm. Traffic are directed to the next link along the shortest path. Two routes between a pair of nodes. (compared to max. of 16 for SNA) Weight can be measured as delay on the directional link. Link weights can be broadcast periodically and routing table recalculated. 2/27/2019 C. Edward Chow

Routing Information Protocol Use hop count instead of accumulated link weight for compute the route. Does not consider the bandwidth of each link. For 1000-byte packet, a two hop path with T1 link has (1000*8b/1.535Mbps)*2=10.42ms. A single hop path with 9.6kbps link has 1000*8b/9600bps=833ms. 2/27/2019 C. Edward Chow

Assumptions for Drop Algorithm Assume we can use shortest path routing within BMI corp. domain. All three inter-site links have a length of 10. The distance to all external domains is the same through all three gateways. Try to reduce cost by removing links and see if remaining network remain feasible. 2/27/2019 C. Edward Chow

Drop Algorithm Initially, mark all links as being deletable. Find the most expensive deletable link. If there is a tie, take the link with the lowest utilization. We call this the candidate link for deletion. If such link exists, delete the link and see if the remaining network is feasible (can carry the traffic). If it is feasible, go back to step 2. If not feasible, mark the link “not being deletable” and loop back to step 2. If such link does not exist, terminate. 2/27/2019 C. Edward Chow

Modified Drop Algorithm Code Consider increase other link’s capacity 2/27/2019 C. Edward Chow

Apply Drop Algorithm on Initial Design Round 1. Step2. Among 3 external links, choose Charmes to gateC. Step3’. Redirect traffic to Gateway A (with less traffic) by reducing the length btw Anagon and Charmes to 9. GateCCharmes traffic (WWW+External Email) go over GateAAnagonCharmes. CharmesGateC traffic go over CharmesAnagonGateA The new traffic flow is shown next page. 2/27/2019 C. Edward Chow

Traffic Flow After Removing Link to GateC All link utilizations < 0.5; cost saving=$1400 2/27/2019 C. Edward Chow

Apply Drop Algorithm on Initial Design Round 2. Step2. Among 2 external links, choose Bregen to gateB since it has less traffic now. Step3’. Redirect traffic to Gateway A (with less traffic) GateBBregen traffic (WWW+External Email) go over GateAAnagonBregen. BregenGateB traffic go over BregenAnagonGateA The new traffic flow is shown next page. 2/27/2019 C. Edward Chow

Traffic Flow After Removing Link To GateB All link utilizations < 0.5; cost saving another $1400 2/27/2019 C. Edward Chow

Round 3 & Round 4 Round 3: Try to delete link to gateA and find it undeletable. Round 4: Among the remaining 3 inter-site links, BregenCharmes has less utilization (add both directional traffic). Redirect traffic around Anagon. 2/27/2019 C. Edward Chow

Traffic Flow After Removing Link btw Bregen and Charmes Utilization between Anagon and Bregen high, need add link? 2/27/2019 C. Edward Chow

Rounds 4, 5, 6 After removing link btw Charmes and Bregen, we need to add capacity to Anagon and Bregen  no cost saving. We also lose alternative route (less reliability). Decide not to remove. Same results for link btw Anagon and Charmes, and link between Anagon to Bregen. Algorithm terminates. 2/27/2019 C. Edward Chow

Drop Algorithm Result 2 internet links removed cost saving $2800/month 2/27/2019 C. Edward Chow

Where the Drop Algorithm Went Wrong? It chooses Anagon instead of Bregen, which has most traffic and largest population. This force more traffic onto longer paths. Lesson: Heuristic algorithms often make mistakes. If we choose to locate gateway at Bregen, we could remove link btw Anagon and Charmes: Save $700/month Save $102/month by placing terminal routers at Anagon and Charmes. Final cost: $3833-$700-$102=3031/month. 2/27/2019 C. Edward Chow

Final Design Definition 2.3: A benign algorithm is one that does no damage to a design. It only improve it or leave it alone. The drop algorithm is not optimal but is it benign? 2/27/2019 C. Edward Chow

Homework #5 A B C D Exercise 2.6. Assume the traffic in Table 2.17 increases 5 times. Design a low-cost solution for the BMI Corporation. Exercise 2.8. In figure 2.17, we have a 4-site network.Given the traffic matrix, use the drop algorithm to redesign the network. Each link is limited to 28,000bps in each direction. Further assume that each link costs $100 times the length of the link. AD link is $100*100. A B C D 2/27/2019 C. Edward Chow

Solution to Hw#5 Exercise 2.6. 5 times the original Busy Hour Traffic: 2/27/2019 C. Edward Chow

Exercise 2.6 Traffic between sites > 32kbps  can not use single 64kbps lines at a 50% utilization (design goal/principle). According to the pricing info. It does not pay to have two 64kbps lines. We should go for the 256kbps line (same price!) 2/27/2019 C. Edward Chow

Exercise 2.6 For Internet links, we need to go for 256kbps too. Actually the total incoming Internet traffic is 139375bps and requires two 256kbps lines to be lower than the 50% utilization. We locate the two Internet links at Anagon and Bregen since Charmes’ traffic is the smallest. Charmes’ Internet traffic needs to be rerouted. Since Anagon has lower utilization, it was routed to Anagon. AnagonCharmes traffic increases by 33930bps. CharmesAnagon traffic increases by 21130bps. 2/27/2019 C. Edward Chow

Traffic after Eliminating Charmes’ Internet Link 2/27/2019 C. Edward Chow

Try to Eliminate InterSite Links The first candidate is the Bregen—Charmes link. However, it will increase the utilization of the other two links to more than 50%. Actually just slightly over. If the rule is very strict on not to exceed 50%, then none of the intersite link can be removed. The last table indicates the final low-cost solution. 2/27/2019 C. Edward Chow

Final Low-Cost Solution Gate B 2/27/2019 C. Edward Chow

Exercise 2.8 There are two link costs in this network, $10,000 and $5,800. Let us try to remove the expensive $10,000 links first. The three expensive links all have the same 10kbps. Let us remove A-B link first and reroute traffic via C. 2/27/2019 C. Edward Chow

Exercise 2.8 Remove A-D link and reroute the traffic via C. We get Remove B-D link and reroute the traffic via C. No further link can be reduced without the remaining links exceeding 28kbps speed. 2/27/2019 C. Edward Chow

Final Solution The above solution is based on aggregated traffic of each link not exceed 28kbp, and not that prohibits over 50% utilization (14kbps). If we use the latter criteria, than you will only able to remove A-C link. A C B D 2/27/2019 C. Edward Chow