Free Essay

Netw410

In:

Submitted By elseewy
Words 2098
Pages 9
Overview
In this lab, we will compare the speed and accuracy of different traffic representations: explicit traffic, background traffic, and hybrid traffic. The network used in the lab is a model of a company that provides video-on-demand services to 100 users.
The company would like to introduce three classes of service for its clients: gold (ToS = 3), silver (ToS = 2) and bronze (ToS = 1). To provide differentiated treatment for the different service classes, Weighted Fair Queuing (WFQ) has been configured on the access router. In this lab, we will predict the delay for each class of service and compare the results obtained using the different traffic modeling approaches.

Objectives and Methodology

* Create a simple network with explicit traffic and run a simulation. * Replace explicit traffic with background traffic and rerun the simulation. * Replace background traffic with hybrid traffic and rerun the simulation. * Assess and compare the speed and accuracy of the three traffic-modeling approaches.

Explanation and Background
In the real world, one of the most important jobs a network manager can do is manage the traffic on the network. If the traffic doesn’t flow, the network is not exactly a credit to its operators. In addition, we now deal with many different types of traffic that are particular to certain applications and architectures, the most obvious examples being voice and video traffic.
In these applications, the number one demand is for low delay. Other applications may have different demands, such as high throughput, high reliability, or high security, which are more important then delay.
OPNET will very accurately model three types of traffic.

a. Explicit Traffic: This is the traffic we especially want to test and monitor. This traffic, be it TCP, HTTP, or UDP voice, is explicitly modeled, packet by packet, and we can retrieve all sorts of information on it. b. Background Traffic: Networks are not all explicit traffic, but also DNS, DHCP, printer blocks, and broadcasts. Although there are times we want to know specific things about some or all of this traffic (broadcasts, for example), we generally only want this traffic present in order to create a realistic load in the network simulation. c. Hybrid Traffic: This is the more normal state of having a mixture of both explicit and background traffic. Generally, however, most of the traffic will be background.
The important thing to remember is that not all traffic needs to be explicitly modeled, only the specific traffic we are interested in. In most cases, we want to see this traffic running under load, so we add background traffic to the explicit traffic to achieve the load we need/want.
Another side to this is how much time you want to spend doing the analysis. Because explicit traffic is modeled packet by packet, it takes processor cycles and time to simulate it.
This lab is intended to show you how to model all three types of traffic and test a set of circumstances against these types.

Procedure

Open Project

1) Select File/Open

“op_models\netw410\TrafficModeling.project\TrafficModeling.prj”

The Scenario “Explicit Traffic” should open.

Comparison of Traffic Modeling Approaches
Network Model 1. Source nodes (video servers) with different ToS (1, 2, 3) Interface with WFQ 2. 100 video users (MPEG4)—3 available service classes 3. Destination nodes

Part 1: Simulation With Explicit Traffic
Create explicit traffic using IP Traffic Flows
We will create three traffic flows representing the traffic downloaded by the three classes of clients.
In this scenario, all traffic will be modeled as explicit traffic.
1. Open the object palette.

2. Scroll down and double-click on the “ip_traffic_flow” demand from the demands palette.

3. Connect the IP demand between src_1 and dest_1 (in the same way you would create a link object).

4. Right-click on the workspace and select Abort Demand Definition to exit the demand operation. Close the object palette.
5. Right-click the demand object and select Edit Attributes.

6. Edit the traffic specification for both bits/second and packets/second values as described in the following steps.
a. Configure the Traffic (bits/second) attribute with a value of 6.0 Mbps from 0 to 600 seconds.
• The profile name may be different in your case.
• The graph is updated when you press Enter after entering the values.
b. Click OK to commit changes.

c. Configure the Traffic (packets/second) attribute with a value of 500 packets/second from 0 to 600 seconds.
• The profile name may be different in your case.
• The graph is updated only if you press Enter after entering the values.

d. Click on OK to commit the changes.
7. Set the Traffic Mix attribute to All Explicit.
8. Click OK to close the Demand Attribute dialogue box.
9. Copy the demand object.
a. Click on the demand object to select it.
b. Press Ctrl-C to copy the demand.
c. Press Ctrl-V to paste a copy of the demand in the same direction from src_2 to dest_2.
d. Press Ctrl-V again and paste a copy from src_3 to dest_3.

Configure the Type of Service on each demand
1. From the menu bar, choose Protocols > IP > Demands > Characterize Traffic Demands.
2. Set the Type of Service for the demands originating from WFQ_net.src_1, WFQ_net.src_2, and WFQ_net.src3 to Background (1), Standard (2), and Excellent (3) respectively.

3. Click OK.

Configure the packet size and packet interarrival time distributions
Next, we will configure additional traffic generation parameters, such as statistical distributions used for packet sizes and packet interarrival times. Note that these can be configured either individually for each demand (under the Traffic Characteristic attribute) or globally for all the demands (using the Background Traffic Config utility). We will use the latter approach in this lab and configure the distributions by modifying the global settings.
1. Right-click on the bkg_config node and select Edit Attributes.

2. Set the Packet Interarrival Time Variability to exponential.
3. Set the Packet Size Variability to constant.

4. Note that the average values for both distributions are already determined by the settings in the traffic profile and, therefore, appear as Auto_Calculated. The traffic volume of 500 packets/second in the profile translates into an average packet interarrival time of 0.002 seconds. The average packet size is also already determined.

5. Click OK to commit changes.

Choose statistics
We will monitor the queuing delay statistics for each service class on the outgoing interface of router B. This interface is the access interface to the core network and has WFQ scheduling enabled to provide QoS treatment to different service classes. We will also collect the packet end-to-end delay statistics for all the traffic flows.
1. Right-click anywhere in the Project Editor workspace and select Choose Individual DES Statistics.
2. Expand Demand Statistics by clicking on the (+) next to it and select the Packet ETE Delay (sec) statistics.

3. Expand Link Statistics and then expand point-to-point. Select both the throughput (bits/sec) and throughput (packets/sec) statistics.
4. Expand Node Statistics and then expand IP Interface. Select the Queuing Delay (sec) statistics.
5. Click OK.

Run the simulation
1. Click the Configure/Run Discrete Event Simulation toolbar button.
The simulation is set to run for 10 minutes of simulated time.
2. Start the simulation by clicking on the Run button. The simulation takes about one minute.
3. Close the Simulation Execution dialog box after the simulation finishes.

Results analysis
4. Right-click on the router_B ↔ IP_CLOUD link and select View Results.
5. Expand the point-to-point group and select the throughput (packets/sec) and throughput (bits/sec) statistics. Click Show. Lab Report Item 1. Capture a screen shot of the results screen and paste it into your answer sheet. Lab Report Item 2. What do the stats show about the traffic entering the cloud?
6. Close the Results Browser.
7. Right-click on router_B and select View Results.
8. Expand the IP Interface group and select the statistics below in the following order:
a. WFQ Queuing Delay (sec) IF10 Q3
b. WFQ Queuing Delay (sec) IF10 Q2
c. WFQ Queuing Delay (sec) IF10 Q1
9. Change the display mode from Statistics Stacked to Overlaid Statistics.
10. Change the As Is filter to average.
11. Click Show. Lab Report Item 3. Paste a shot of this screen into your worksheet.

Lab Report Item 4. What do you observe about the packet delay related to the ToS we assigned?
12. Close the Results Browser.

Part 2: Simulation With Purely Background Traffic
In the next scenario, we will replace the explicit traffic with purely background traffic. We will run the simulation and compare the results and the simulation speed.
Replace Explicit traffic with Background traffic
1. Choose Scenarios > Switch To Scenario > Background_traffic.
2. Right-click on the demand going from src_1 to dest_1 and choose Edit Similar Demands. You will see the Demand Properties screen.
3. Scroll right until you see the Traffic Mix field. 4. Change the Traffic Mix attribute to All Background as shown on all three demands.
5. Click OK. Save your scenario.

Run the simulation
1. Click the Configure/Run Discrete Event Simulation toolbar button.
2. Note that the simulation is set to run for 10 simulated minutes.
3. Run the simulation by clicking on the Run button. The simulation takes about four seconds. Lab Report Item 5. Why does this simulation run so much quicker than the first one?
4. Close the Simulation Execution dialog box after the simulation finishes.

Compare results with those of the previous scenario (with explicit traffic)
1. Click the Hide/Show Graph Panels button.
2. Load the panels with latest results by choosing DES > Panel Operations > Reload Data into All Panels.
3. The first graph panel displays the queuing delays for various queues at the access router_B obtained in this scenario.
4. The second panel compares the individual queuing delays between the two scenarios. Results analysis Lab Report Item 6. What do you observe about the queuing delays in both scenarios?
5. Click the Hide/Show Graph Panels button.
In the next scenario, we will see how we can overcome this shortcoming by using hybrid traffic (a mixture of background and explicit traffic).

Part 3: Simulation with Hybrid Traffic
In this scenario, we will configure the demands to use a mixture of explicit traffic (1%) and background traffic (99%). This way we will be able to obtain end-to-end statistics and still achieve significant simulation speed-up (compared to the purely explicit traffic scenario).
Note that the explicit traffic is only a small fraction of the total traffic. This is the recommended configuration. For flows with large traffic volumes, very small fractions, such as 0.01% or 0.1% explicit, should be used. Configurations such as 30% explicit + 70% background traffic do not result in significant simulation speed up and should be avoided.

Configure demands with hybrid traffic (1% explicit + 99% background)
1. Choose Scenarios > Switch To Scenario > Hybrid_traffic.
2. Right-click on the demand going from src_1 to dest_1 and choose Select Similar Demands. Note that the other two demands got selected.
3. Right-click on the demand again and choose Edit Attributes.
4. Change the Traffic Mix attribute to 1.0 % Explicit.
5. Click OK.

Run the simulation and compare results with other scenarios
1. Click the Configure/Run Discrete Event Simulation toolbar button.
2. Note that the simulation is set to run for 10 simulated minutes.
3. Run the simulation by clicking on the Run button. The simulation takes about eight seconds.
4. Close the Simulation Execution dialog box after the simulation finishes.
5. Load the panels with latest results by choosing DES > Panel Operations > Reload Data into All Panels.
6. Click the Hide/Show Graph Panels button.

Results analysis Lab Report Item 7. The first panel compares the queuing delays between the three scenarios. Paste a shot of this panel in your answer sheet.

Lab Report Item 8. How do you compare these results?

Lab Report Item 9. The second graph panel compares the packet end-to-end delays for the three traffic demands obtained using explicit traffic and hybrid traffic (no ETE delays were available in the purely background traffic scenario). Paste a shot of this panel into your answer sheet. Lab Report Item 10. How would you compare the results between the first and third scenarios?
7. Close the Results Browser window.
8. Save and close the project.
9. Complete your Lab Report and place it into the Dropbox.

Similar Documents

Free Essay

Netw410

...NETW410 Week 2 Lab Report To complete the Week 2 Lab Report, answer the questions below concerning the Network Design Lab Scenario found in Doc Sharing. Please use the template starting on Page 2, and submit it to the Week 2 iLab Dropbox by the due date. Have fun while learning. Your Name Christopher White NETW410, Professor’s Name Current Date Lab 2: Application of the Top-Down Network Design Methodology Lab Report 1. What are the business goals? (10 points) Redundancy is not required but it is highly recommended to reduce any data loss so the network automatically uses a secondary path if one goes down. The redundancy would be located in layer 3. 2. What are the business constraints? (10 points) The school is utilizing its revenue from property taxes and bonds that must deliver the required improvements but with a very strict budget, suggesting that affordability is more important than the best technical solution. 3. What are the technical goals? (10 points) Improve network performance by increasing the amount of users that can access the network and speed, making the network fast as possible is key to a network administrator. 4. What are the technical constraints? (10 points) The existing equipment such as the CAT5 cable should be replace with CAT6 at every drop and Fiber Optics should replace each uplink at the core. The campus should replace or upgrade its existing ISP or service so that its bandwidth is consist with campus needs for...

Words: 353 - Pages: 2

Free Essay

Netw410 Week 1 Lab

...NETW410 Week 1 Lab Report Your Name NETW410 Professor Douglas Romans Current Date 1/10/2016 Lab #1, Introduction to Visio Lab Report: (70 points) Place the answers below the questions using a red-colored font. Answer in college-level sentences with proper grammar and spelling. Answer each part of the question for full credit. Question 1 (3 points) What is your experience with the Visio software? Have you used it before or is it your first experience with Visio? I do have some experience with Visio but it is extremely limited. At my internship my boss instructed me to make modifications of a Visio document that mapped out our entire building. That’s the extent of my Visio experience outside of installation. Question 2 (3 points) How did you access Visio? How do you feel about the different access methods? Luckily I already had Visio installed on my computer so I used the desktop application. Question 3 (3 points) What version of Visio did you use for this lab? As previously stated I have Visio installed on my computer, it’s Visio Professional 2013. Question 4 (3 points) What file extension does your version of Visio use? Does Visio support other extensions? My version of Visio saves in .vsdx file format. Question 5 (6 points: 3 points for each screenshot and comment) Use this website (http://www.ratemynetworkdiagram.com/index.php?z=1) to find a diagram that you think has good points. Paste a screen shot of the diagram in your lab report...

Words: 826 - Pages: 4

Premium Essay

Netw410 Week 3 Ilab

...NETW410 Week 3 Lab Report Lab 3: Designing the Infrastructure for the Network Lab Report 1. Draw a diagram of the new network. (10 points) 2. Will the current horizontal cabling suffice for the new network? If it will not, what type of cable should be used for the horizontal cabling? Provide detailed specifications for this cable. (10 points) No, this is CM rated cable, which may not be installed in the plenum space. CMP rated cable is needed. The new cable should be solid copper, 24 AWG, 100 balanced twisted-pair (UTP) Category 5e cables with four individually twisted-pairs, which meet or exceed the mechanical and transmission performance specifications in ANSI/TIA/EIA-568-C.2 up to 100 MHz for installation in a plenum space; or solid copper, 22 AWG to 24 AWG, 100 balanced twisted-pair (UTP) Category 6 cables with four individually twisted-pairs, which meet or exceed the mechanical and transmission performance specifications in ANSI/TIA/EIA-568-C.2 up to 250 MHz for installation in a plenum space. 3. Should fiber optic horizontal cabling be installed but not terminated as future proofing for a future higher-speed network? What is the cost difference between copper UTP cable and fiber optic cable? Use this model to compute the relative cost—http://www.fols.org/cost_model/ (10 points) The FOLS model will show that the cost of installed fiber optic cable is about the same as copper cable. What it omits, as does the common argument for fiber to...

Words: 570 - Pages: 3

Free Essay

Netw360 Week 1 Ilab

...NETW410 Week 1 Lab Report NETW410, Professor Current Date: 1/11/14 Lab 1: OPNET LAN Modeling Tutorial ------------------------------------------------- ------------------------------------------------- Week 1 iLab Report The first objective in the LAN Modeling tutorial is Setting Up the Scenario. The final step in setting up your scenario appears below. 1. (30 points) Once your project is created (after Step 6 above), your workspace will contain a map of the United States. Your project and scenario name can be seen in ITGuru’s top window border in the form of Project: <project name> Scenario: <scenario name>. Capture a screenshot of your new project workspace that clearly shows your project and scenario name, and paste it below. 2. (40 points) In college-level paragraph(s), describe how background traffic affects both e-mail data and VoIP data. In this week’s lab exercise, we had the opportunity to create a network simulation from the ground up using OpNet IT Guru. The purpose of the exercise was to gain familiarity with OpNet functions along with network objects and associated behavior based on the configuration of network variables. Some of these objects include Application Definitions, Profile Definitions, Subnets, and the various means of connecting these components in a topology. The lab exercise itself provided a foundation for creating a simulated environment that was focused on evaluating the impact of background link load...

Words: 681 - Pages: 3

Premium Essay

Vddfdf

...NETW410 Network Design Lab Scenario The following description of a network will be used for a series of network design problems that have been incorporated into the NETW410 weekly labs. Description of the Organization The organization in question is a community college with a single multibuilding campus. As the local area grows in population, this campus is experiencing a corresponding growth in enrollment. In order to meet this growth in on-campus students as well as accommodate the demand for online courses, the school is redesigning the network. As the main source of funding for the school is revenue from a property tax and previously approved bond issue, the funds must be spent in a fiscally prudent manner while still delivering the required network improvements. The administration, in consultation with the elected board of directors, the student body, the population of the taxing district, and the faculty, has determined the following improvements are needed. Immediate Goals Build a new IT wing onto the administration building to centralize all of the servers that are currently located in a closet in each of the individual buildings. Connect all of the buildings to the new IT wing of the administration building. Provide controlled wireless access for the students in each classroom. Provide open wireless access for the students and the local population in the areas outside of each building. Provide a high-speed wired network connection to each...

Words: 985 - Pages: 4

Premium Essay

Week 7 410 Lab Report

...NETW410 Week 7 Lab Report To complete the Week 7 Lab Report, answer the questions below that appear in your OPNET lab instructions, downloaded in Step 3 of the Week 7 iLab page. Please use the template starting on Page 2 and submit it to the Week 7 iLab Dropbox by the due date. Have fun while learning. NETW410, Professor’s Name Current Date Lab 7: Traffic Modeling Lab Report 1. Capture a screen shot of the results screen and paste it into your answer sheet. (7 points) 2. What do the stats show about the traffic entering the cloud? (7 points) It show that it have a high starting packet send to each other to establish communication. 3. Paste a shot of this screen into your worksheet. (7 points) 4. What do you observe about the packet delay related to the ToS we assigned? (7 points) That they have multiple different delays in the three interface queuing. The three could be use depend on the need. 5. Why does this simulation run so much quicker than the first one? (7 points) Because its only tracking the background traffic so it make it a little bit faster. 6. What do you observe about the queuing delays in both scenarios? (7 points) They both average out to be the same kind of startup. Although the background seem to have a smaller delay at the startup compare to the other one. 7. The first panel compares the queuing delays between the three scenarios. Paste a shot of this panel in your answer sheet. (7 points) 8. How do you compare these...

Words: 386 - Pages: 2

Free Essay

Homewk

...NETW410 Week 6 Lab Report To complete the Week 6 Lab Report, answer the questions below concerning the Network Design Lab Scenario linked from Step 2 of the iLab page. Please use the template starting on Page 2 and submit it to the Week 6 iLab Dropbox by the due date. Have fun while learning. Your Name: Sheryl Livingstone NETW410 August 14, 2013 Lab 6: Routing Protocol Selection Lab Report 1. Complete this table on routing protocols. However, many rows are needed for the routing protocol names. (10 points) Interior | Exterior | Distance Vector | Link State | Path Vector | Standard | Proprietary | Standard | Proprietary | Standard | RIP | EIGRP | OSPF | BGP | | 2. Should the individual buildings be connected to the Administration Building at Layer 2 or Layer 3? (10 points) The individual building should be connected to the Administration building at layer 3 because each building has their own subnets in the new IP scheme. 3. If the individual buildings should be connected to the Administration Building at Layer 3, which routing protocol or protocols should be used? (10 points) When selecting a routing protocol, one important criterion is how quickly the protocol adapts to changes in the network and resource allocation. EIGRP is a distance vector protocol and would be a good routing protocol to use because the network devices are Cisco based. EIGRP is fast, consumes little resources, supports VLSM, and scales well. EIGRP only works with Cisco...

Words: 549 - Pages: 3

Premium Essay

Network410

...NETW410 Lab 4: Connecting Point A to Point B Lab Report 1. How should an Internet connection be made for the current campus? Why did you select this option over the others? AT&T is the carrier providing service to the existing campus as well as the new campus. Examine the offerings for Internet access to select the one that should be used. (10 points) Since there are multiple locations that require large amounts of bandwidth I would recommend the site connect to the internet through Fiber optics. I recommend fiber because of the high demand for bandwidth with today's technology. Fiber also has a very high tolerance for external interference. AT&T currently offers a high speed fiber network that would fit perfectly in this environment. 2. How should the existing and new campus locations be connected to each other? (10 points) When connecting the 2 campuses together I would definitely recommend running a private link between the 2. You would typically be ISDN, frame relay or Ethernet, depending on the distance, amount of speed required, and the amount of money you want to spend. 3. Should the two locations share an Internet connection? (10 points) Since there will be a lot of traffic on the network I would recommend each site connect to the internet separately. 4. Compare the advantages, disadvantages, and cost of fiber optic cable, 5 GHz wireless bridges, and free space optics as a means to interconnect the campus buildings to the IT wing of the...

Words: 599 - Pages: 3

Free Essay

Netw-410 Week 4

...NETW410, Professor’s Name Lab 4: Connecting Point A to Point B Lab Report 1. How should an Internet connection be made for the current campus? Why did you select this option over the others? AT&T is the carrier providing service to the existing campus as well as the new campus. Examine the offerings for Internet access to select the one that should be used. (10 points) I think internet connection should be made using (DSL) and Broadband. I decided on this option because AT&T’s Digital Subscriber Line service (DSL) offers highly secure, high-speed, cost-effective business Internet connectivity over existing landlines without interrupting voice services. AT&T Broadband Internet Services Provides a single point of contact for business’ connectivity needs, access the Internet and Intranet, stream audio and video and transfer large amounts of data and provide access to remote workers. 2. How should the existing and new campus locations be connected to each other? (10 points) The Existing and new campus can use a fiber optic cabling in order to connect the two campuses. Fiber optic cables are less expensive, there is less signal degrading, non flammable and the best option compared to other competitors. On the other hand the campuses can request a static IP address through the internet provider. Through this the two campuses can connect on a network via WAN 3. Should the two locations share an Internet connection? (10 points) Yes, for this scenario...

Words: 774 - Pages: 4

Free Essay

Network Design Proposal for Retail Technologies Corporation

...Network Design Proposal for Retail Technologies Corporation NETW410, Enterprise Network Design Team Leader: Juba Cochran Team Members: Brian Perez, Matthew Smith November 18, 2010 Table of Contents Executive Summary………………………………………………………………………….........2 Introduction……………………………………………………………….....................................3 Customer Introduction……………………………………………………………………….........4 Organizational Goals …………......5 Organizational Constraints...............................................................................................................6 Technical Goals of Existing Network..............................................................................................7 Technical Constraints of Existing Network.......………………………………………………..…8 Existing Network Design Analysis...……………………………………………………………...9 Technical Goals of New Network Design...……………………………………………………..10 Technical Constraints of New Network Design.....……………………………………………...11 New Network Design Analysis, Including Security………………………………….............12-19 Implementation Schedule……………………………………………………………….......…....20 Testing of The New Network……………………………………………………………............21 Budget............................................................................................................................................22 Detailed Summary.........................................................................................................................23 Detailed Components...

Words: 5466 - Pages: 22