...Computer (depending on your O/S). You may also need to allow Citrix access to your computer. 3. On your F: drive, open the op_models and then open the NETW320 folder. 4. Open the Lab2_RouterTOS.project 5. Click on Lab2_RouterTOS.prj 6. Click Open. The project should open. 7. Choose Scenarios > Switch To Scenario > FIFO Configure the Simulation Run 1. We are now ready to configure the Simulation Run. Select the Configuration/Run Discrete Event Simulation tab (the running man) from the tool bar. The following screen will open. 2. Set the Duration to 4 (if it is not set) and change hour(s) to minute(s). 3. Click Apply and Cancel. 4. Go to File > Save, to save your configuration. 5. Before we duplicate the scenarios, now would be a good time to run the first simulation to ensure we have all the configurations made correctly. Once we copy them over to the PQ and WFQ scenarios, if something is configured incorrectly, that mistake will be transferred over. 6. Select the running man icon again to bring up the Configuration/Run Discrete Event Simulation panel again and click Run. The Simulation Execution window will open and the sim will start. 7. When the Sim completes and the Close window lights, click it to end. 8. We are now ready to look at the results. From the tool bar, select the icon to the right of the Run icon, View Results. The Results Browser will appear. 9. In the lower left pane, expand Global Results. Then Expand Select FTP Download Response...
Words: 2594 - Pages: 11
...INDUSTRIAL CONTROL SYSTEMS REVIEW QUESTIONS 5.1 What is industrial control? Answer: As defined in the text, industrial control is the automatic regulation of unit operations and their associated equipment as well as the integration and coordination of the unit operations in the larger production system. 5.2 What is the difference between a continuous variable and a discrete variable? Answer: A continuous variable is one that is uninterrupted as time proceeds, and it is generally considered to be analog, which means it can take on any value within a certain range. A discrete variable is one that can take on only certain values within a given range, such as on or off. 5.3 Name and briefly define each of the three types of discrete variables. Answer: The three types of discrete variables are (1) binary, (2) discrete other than binary, and (3) pulse data. Binary means the variable can take on either of two possible values, ON or OFF, open or closed, and so on. Discrete variables other than binary are variables that can take on more than two possible values but less than an infinite number. Pulse data consist of a series of pulses and each pulse can be counted. 5.4 What is the difference between a continuous control system and a discrete control system? Answer: A continuous control system is one in which the variables and parameters are continuous and analog. A discrete control system is one in which the variables and parameters are discrete, mostly binary...
Words: 1598 - Pages: 7
...2009421051 DOKUZ EYLUL UNIVERSITY MARITIME BUSINESS ADMINISTRATION CONTENTS Rules of Probability 1 Rule of Multiplication 3 Rule of Addition 3 Classical theory of probability 5 Continuous Probability Distributions 9 Discrete vs. Continuous Variables 11 Binomial Distribution 11 Binomial Probability 12 Poisson Distribution 13 PROBABILITY Probability is the branch of mathematics that studies the possible outcomes of given events together with the outcomes' relative likelihoods and distributions. In common usage, the word "probability" is used to mean the chance that a particular event (or set of events) will occur expressed on a linear scale from 0 (impossibility) to 1 (certainty), also expressed as a percentage between 0 and 100%. The analysis of events governed by probability is called statistics. There are several competing interpretations of the actual "meaning" of probabilities. Frequentists view probability simply as a measure of the frequency of outcomes (the more conventional interpretation), while Bayesians treat probability more subjectively as a statistical procedure that endeavors to estimate parameters of an underlying distribution based on the observed distribution. The conditional probability of an event A assuming that B has occurred, denoted ,equals The two faces of probability introduces a central ambiguity which has been around for 350 years and still leads to disagreements about when probabilities can be used. For example...
Words: 3252 - Pages: 14
...Stats/Modelling Notes Introduction & Summary Computer system users, administrators, and designers usually have a goal of highest performance at lowest cost. Modeling and simulation of system design trade off is good preparation for design and engineering decisions in real world jobs. In this Web site we study computer systems modeling and simulation. We need a proper knowledge of both the techniques of simulation modeling and the simulated systems themselves. The scenario described above is but one situation where computer simulation can be effectively used. In addition to its use as a tool to better understand and optimize performance and/or reliability of systems, simulation is also extensively used to verify the correctness of designs. Most if not all digital integrated circuits manufactured today are first extensively simulated before they are manufactured to identify and correct design errors. Simulation early in the design cycle is important because the cost to repair mistakes increases dramatically the later in the product life cycle that the error is detected. Another important application of simulation is in developing "virtual environments" , e.g., for training. Analogous to the holodeck in the popular science-fiction television program Star Trek, simulations generate dynamic environments with which users can interact "as if they were really there." Such simulations are used extensively today to train military personnel for battlefield situations, at a fraction...
Words: 24251 - Pages: 98
... Introduction Most of the time many systems are best studied using the concept of random variables where the outcome of random experiment was associated with some numerical value. And now there are many more systems are best studied using the concept of multiple random variables where the outcome of a random experiment was associated with multiple numerical values. Here we study random processes where the outcome of a random experiment is associated with a function of time [1]. Random processes are also called stochastic processes. For example, we might study the output of a digital filter being fed by some random signal. In that case, the filter output is described by observing the output waveform at random times. Figure 1.1 The sequence of events leading to assigning a time function x(t) to the outcome of a random experiment Thus a random process assigns a random function of time as the outcome of a random experiment. Figure 1.1 graphically shows the sequence of events leading to assigning a function of time to the outcome of a random experiment. First we run the experiment, then we observe the resulting outcome. Each outcome is associated with a time function x(t). A random process X(t) is described by * The sample space S which includes all possible outcomes s of a random experiment * The sample function x(t) which is the time function associated with an outcome s. The values of the sample function could be discrete or continuous...
Words: 2863 - Pages: 12
...Chapter 1 Discrete Probability Distributions 1.1 Simulation of Discrete Probabilities Probability In this chapter, we shall first consider chance experiments with a finite number of possible outcomes ω1 , ω2 , . . . , ωn . For example, we roll a die and the possible outcomes are 1, 2, 3, 4, 5, 6 corresponding to the side that turns up. We toss a coin with possible outcomes H (heads) and T (tails). It is frequently useful to be able to refer to an outcome of an experiment. For example, we might want to write the mathematical expression which gives the sum of four rolls of a die. To do this, we could let Xi , i = 1, 2, 3, 4, represent the values of the outcomes of the four rolls, and then we could write the expression X 1 + X 2 + X 3 + X4 for the sum of the four rolls. The Xi ’s are called random variables. A random variable is simply an expression whose value is the outcome of a particular experiment. Just as in the case of other types of variables in mathematics, random variables can take on different values. Let X be the random variable which represents the roll of one die. We shall assign probabilities to the possible outcomes of this experiment. We do this by assigning to each outcome ωj a nonnegative number m(ωj ) in such a way that m(ω1 ) + m(ω2 ) + · · · + m(ω6 ) = 1 . The function m(ωj ) is called the distribution function of the random variable X. For the case of the roll of the die we would assign equal probabilities or probabilities 1/6 to each of the outcomes....
Words: 16766 - Pages: 68
...2 Broad Study in Statistics Descriptive (mô tả) : provides simple summaries about the data collected & about the preliminary observations that have beed made. Such summaries maybe either quantitative (numerical measures) or visual (e.g. simple-to-understand graphs) e.g. Present a summary report of this year business result to management Inferential (suy luận) : are systems of procedures that can be used to draw conclusions from datasets arising from systems affected by random variation. The type of inferential statistical procedure used depends upon the type of data collected as well as the distribution of the data. The procedures are usually used to test hypotheses and establish probability. e.g. Estimate the IQ score of Kaplan students by observing a small group of students Population : e.g. A population is a collection of all individuals, objects, or measurement of interest Sample : e.g. A sample is a portion or part of the population of interst MCQ 1. The process of using sample statistics to draw conclusions about true population parameters is called Statistical inference. Keywords: inferential statistics 2. Those methods involving the collection, presentation, and characterization of a set of data in order to properly describe the various features of that set of data are called Descriptive statistics. 3. The collection characteristics of the employees of a particular firm is an example of Descriptive statistics. 4. The estimation of the population...
Words: 1655 - Pages: 7
... Answer: True Page: 316 LOD: Easy 2. Logical models show what a system is or does. They are implementation independent. Answer: True Page: 316 LOD: Easy 3. Logical models show how a system is implemented. Answer: False Page: 316 LOD: Medium Rationale: Logical models are implementation independent. 4. Physical models show not only what a system is or does, but also how the system is physically and technically implemented. They are implementation independent because they specify the technology. Answer: False Page: 316 LOD: Medium Rationale: Physical models are implementation dependent (not independent). 5. Logical models show not only what a system is or does, but also how the system is implemented. Answer: False Page: 316 LOD: Medium Rationale: Physical models show not only what a system is or does, but also how the system is implemented; therefore, they are implementation dependent. Logical models are implementation independent. 6. Process modeling is a technique for organizing and documenting the structure and flow of data through a system's processes and /or the logic, policies and procedures to be implemented by a system's processes. Answer: True Page: 317 LOD: Easy 7. A data flow diagram (DFD) is a tool that depicts the flow of data through a system and the work or processing performed by that system. Answer: True Page: 217 LOD: Easy 8. An entity relationship...
Words: 7261 - Pages: 30
...minimized through safety systems. The accident at Three Mile Island (TMI) is being assessed in this fashion. The industry started a new training program, the equipment at the Babcock and Wilcox plants is being improved, the design has been modified, the utility chastised--all useful, if minor, steps. Furthermore, to nuclear proponents, such as Edward Teller, the accident proved that the effects can be localized and minimized. It is safe. No one has died as a direct result of radiation injuries in all the years of commercial nuclear plant operation. But the accident at TMI was not a preventable one, and the amount of radiation vented into the atmosphere could easily have been much larger, and the core might have melted, rather than just being damaged. TMI was a "normal accident"; these are bound to occur at some plant at some time, and bound to occur again, even in the best of plants. It was preceded by at least sixteen other serious accidents or near accidents in the short life of nuclear energy in the United States, and we should expect about sixteen more in the next five years of operation--that is, in industry time, the next four hundred years of operation of the plants existing now and scheduled to come on stream. Normal accidents emerge from the characteristics of the systems themselves. They cannot be prevented. They are unanticipated. It is not feasible to train, design, or build in such a way as to anticipate all eventualities in complex systems where the parts are tightly...
Words: 9263 - Pages: 38
...Abstract Model Paper Analyze the different types of abstract models and examples of the problems that are applicable to each type of model. Write the paper in 2–3 pages including the following details: * A brief description of each type of model: * Deterministic * Probability * Simulation * Discipline specific * A brief description of problem for which each model is applicable. * Why each example is applicable to the model for which it was chosen? Present the paper in Microsoft Office Word document format. Name the file A deterministic model is the one that contains no random elements. The output of the model determined the parameter values and the initial conditions. Deterministic models samples include accounting, timetables, pricing, a linear programming model and economic quantity models (Nic, 2013). For example, decision-making problems can be deterministic or probabilistic decision models. As deterministic models, decisions to bring good final outcomes. A deterministic model is “you get what you expect” risk-free model, which determines the outcome. It also depends on the influence of the uncontrollable the factors that determine the outcome of a decision and the information the decision-maker input as a predicting factor (Arsham, 1996). According to Schrodt (2004), deterministic models was widely used in the early 18th century to study physical processes to develop differential equations by many mathematicians. These...
Words: 1025 - Pages: 5
...the space-parallel approach and discrete event simulation synchronisation algorithms that are suitable for transaction-oriented simulation and the target environment of Ad Hoc Grids. To demonstrate the findings a Java-based parallel transaction-oriented simulator for the simulation language GPSS/H is implemented on the basis of the most promising Shock Resistant Time Warp synchronisation algorithm and using the Grid framework ProActive. The validation of this parallel simulator shows that the Shock Resistant Time Warp algorithm can successfully reduce the number of rolled back Transaction moves but it also reveals circumstances in which the Shock Resistant Time Warp algorithm can be outperformed by the normal Time Warp algorithm. The conclusion of this paper suggests possible improvements to the Shock Resistant Time Warp algorithm to avoid such problems. 1. Introduction The growing demand of complex Computer Simulations for instance in engineering, military, biology and climate research has also lead to a growing demand in computing power. One possibility to reduce the runtime of large, complex Computer Simulations is to perform such simulations distributed on several CPUs or computing nodes. This has induced the availability of highperformance parallel computer systems. Even so the performance of such systems has constantly increased, the ever-growing demand to simulate more and more complex systems means that suitable high-performance systems are still very expensive. Grid...
Words: 4076 - Pages: 17
...name: Different quality methods research of RFID system. Avsnittslärare: Olof Wahlberg, Wilhelm Skoglund, Richard Ahlström Execute: student of Master program (one year) in Business Administration, Marketing and Management. Name: Arseniy; Surname: Buzyan Name: Iban; Surname: Ahmed Sundsvall, Sweden - 2012 Contents Abstract Key words Introduction Part 1. Different methods in article “Design and implementation of RFID based air-cargo monitoring system” Part 2. Different methods in article "RFID based model for an intelligent port" Abstract RFID systems, known to improve supply chains performances, are little implemented so far in industry, particularly in the field of transport, due to the high economic investment it requests in comparison to other existing solutions. However, their benefits may be theoretically proved by using a distributed simulation platform to support the design and test of any technical solution and organizational approach devoted to optimize RFID-based logistics systems. So one paper named: “Distributed simulation platform to design advanced RFID based freight transportation systems” deals with the development of this simulation platform, based on Generalized Discrete Event Specification (G-DEVS) models and HLA (High Level Architecture) standard. Another paper named: “Design and implementation of RFID based air-cargo monitoring system” deals with the design and implementation of radio-frequency...
Words: 3925 - Pages: 16
...efficiently with the least difficulty c. Motivation: reasons one has for acting or behaving in a particular way. d. Goals: is a desired result that a person or a system envisions, plans and commits to achieve: a personal or organizational desired end-point in some sort of development. e. Form and Technique: Form is how you do it and technique is what you do. f. Learning of new skills: Learning new skills is something that we all do and when you start to learn a new skill you start from the beginning and work your way up until you have the ability to do it well. g. Practice: repeated exercise in or performance of an activity or skill so as to acquire h. Progression: a development toward a destination or a more advanced state i. Feedback reinforcement: whatever is reinforced will probably become part of the person’s behavior j. Part vs. whole learning: parts separately or whole the entire skill in one dose. a. Gross Skill: the abilities usually acquired during infancy and early childhood as part of a child’s motor development. b. Fine Skill: is the coordination of small muscle movements usually involving the synchronization of hands and fingers with the eyes. c. Discrete: one unit long skills with a fixed beginning, and ending. d. Serial: contains a series of discrete movements e. Continuous: A motor skill with arbitrary beginning and end points. These skills usually involve repetitive movements. f. Open: A skill that involves...
Words: 1401 - Pages: 6
... and academic purposes. There are several basic types of information-storage-and-retrieval systems. Document-retrieval systems store entire documents, which are usually retrieved by title or by key words associated with the document. In some systems, the text of documents is stored as data. This permits full text searching, enabling retrieval on the basis of any words in the document. In others, a digitized image of the document is stored, usually on a write-once optical disc. Database systems store the information as a series of discrete records that are, in turn, divided into discrete fields (e.g., name, address, and phone number); records can be searched and retrieved on the basis of the content of the fields (e.g., all people who have a particular telephone area code). The data are stored within the computer, either in main storage or auxiliary storage, for ready access. Reference-retrieval systems store references to documents rather than the documents themselves. Such systems, in response to a search request, provide the titles of relevant documents and frequently their physical locations. Such systems are efficient when large amounts of different types of printed data must be stored. They have proven extremely effective in libraries, where material is constantly changing. DEFINITION ISRS (information storage and retrieval system) An information storage and retrieval system (ISRS) is a network with a built-in user interface that facilitates the creation, searching...
Words: 804 - Pages: 4
... CHAPTER Discrete Probability Distributions CONTENTS STATISTICS IN PRACTICE: CITIBANK 5.1 RANDOM VARIABLES Discrete Random Variables Continuous Random Variables 5.2 DEVELOPING DISCRETE PROBABILITY DISTRIBUTIONS 5.3 EXPECTED VALUE AND VARIANCE Expected Value Variance 5.4 BIVARIATE DISTRIBUTIONS, COVARIANCE, AND FINANCIAL PORTFOLIOS A Bivariate Empirical Discrete Probability Distribution Financial Applications Summary 5.5 BINOMIAL PROBABILITY DISTRIBUTION A Binomial Experiment Martin Clothing Store Problem Using Tables of Binomial Probabilities Expected Value and Variance for the Binomial Distribution POISSON PROBABILITY DISTRIBUTION An Example Involving Time Intervals An Example Involving Length or Distance Intervals HYPERGEOMETRIC PROBABILITY DISTRIBUTION 5 5.6 5.7 74537_05_ch05_p215-264.qxd 10/8/12 4:05 PM Page 219 5.1 Random Variables 219 Exercises Methods SELF test 1. Consider the experiment of tossing a coin twice. a. List the experimental outcomes. b. Define a random variable that represents the number of heads occurring on the two tosses. c. Show what value the random variable would assume for each of the experimental outcomes. d. Is this random variable discrete or continuous? 2. Consider the experiment of a worker assembling a product. a. Define a random variable that represents the time in minutes required to assemble the product. b. What values may the random variable assume? c. Is the random variable discrete or continuous...
Words: 11596 - Pages: 47