Future generations of wireless networks are expected to heavily rely on unmanned aerial vehicles (UAVs). UAV networks have extraordinary features like high mobility, frequent topology change, tolerance to link failure, and extending the coverage area by adding external UAVs. UAV network provides several advantages for civilian, commercial, search and rescue applications. A realistic mobility model must be used to assess the dependability and effectiveness of UAV protocols and algorithms. In this research paper, the performance of the Gauss Markov (GM) and Random Waypoint (RWP) mobility models in multi-UAV networks for a search and rescue scenario is analyzed and evaluated. Additionally, the two mobility models GM and RWP are described in depth, together with the movement patterns they are related with. Furthermore, two-simulation scenarios conduct with help of an NS-3 simulator. The first scenario investigates the effect of UAV Speed by varying it from 10 to 50 m/s. the second scenario investigates the effect of the size of the transmitting packet by varying it from 64 to 1024 bytes. The performance of GM and RWP was compared based on packet delivery ratio (PDR), goodput, and latency metrics. Results indicate that the GM model provides the highest PDR and lowest latency in such high mobility environments.
Start your abstract here the objective of this paper is to study the dynamical behaviour of an eco-epidemiological system. A prey-predator model involving infectious disease with refuge for prey population only, the (SI_) infectious disease is transmitted directly, within the prey species from external sources of the environment as well as, through direct contact between susceptible and infected individuals. Linear type of incidence rate is used to describe the transmission of infectious disease. While Holling type II of functional responses are adopted to describe the predation process of the susceptible and infected predator respectively. This model is represented mathematically by
The objective of the research is to identify the effect of an instructional design according to the active learning modelsالباحثين in the achievement of the students of the fifth grade, the instructional design was constructed according to the active learning models for the design of education. The research experience was applied for a full academic year (the first & the second term of 2017-2018). The sample consisted of 58 students, 28 students for the experimental group and 30 students for the control group. The experimental design was adopted with partial and post-test, the final achievement test consisted of (50) objectives and essays items on two terms, the validity of the test was verified by the adoption of the Kudoric
... Show MoreBackground:Open reduction and internal fixation (ORIF) of using miniplates and screws is the treatment of choice of mandibular fractures. It is important to know both: the region where the bone providesafirm anchorage, andthe topography of the dental apices and inferior alveolar nerve to avoiddamaging them when inserting the screw. The aim of this study is to determine the thickness of buccal cortical plate and that of buccal bone at the parasymphysis and mandibular body, thereby determining the area that provide afirm anchorage and the maximum length of mono-cortical screws that can be safely placed in these regions without injuring the tooth roots or mandibular nerve. Materials and Methods:The sample of the present study was 110 Iraqi sub
... Show MoreIn the midst of rapid changes and difficultiesand the tough competition faced by the Iraqi banks, it has become necessary to focus on a significant aspect of administrative work; that is strategic planning and the key role of implementation within this process in improving the banking service quality. It has emerged as a critical and main competitive weapon for distinguishing the services provided by banks from each other in an effort to participate in increasing market share of the bank in question in question; in its growth, continuation and profit increase.
The research has addressed the relation between the independent variable (implementation within strategic planning), and the dependent variable (banking service quality and
... Show MoreThis paper introduces a non-conventional approach with multi-dimensional random sampling to solve a cocaine abuse model with statistical probability. The mean Latin hypercube finite difference (MLHFD) method is proposed for the first time via hybrid integration of the classical numerical finite difference (FD) formula with Latin hypercube sampling (LHS) technique to create a random distribution for the model parameters which are dependent on time t . The LHS technique gives advantage to MLHFD method to produce fast variation of the parameters’ values via number of multidimensional simulations (100, 1000 and 5000). The generated Latin hypercube sample which is random or non-deterministic in nature is further integrated with the FD method t
... Show MoreThe goal of the research is to develop a sustainable rating system for roadway projects in Iraq for all of the life cycle stages of the projects which are (planning, design, construction and operation and maintenance). This paper investigates the criteria and its weightings of the suggested roadway rating system depending on sustainable planning activities. The methodology started in suggesting a group of sustainable criteria for planning stage and then suggesting weights from (1-5) points for each one of it. After that data were collected by using a closed questionnaire directed to the roadway experts group in order to verify the criteria weightings based on the relative importance of the roadway related impacts
... Show MoreBetween the 1980s and 1990s, the HURIER model was developed by Brownell and consist of six interrelated components, which are represented in these acronyms (Hearing, Understanding, Remembering, Interpreting, Evaluating, and Responding). This model can be considered as a framework of the behavioral approach which can be used to improve students’ listening performance and to foster a positive attitude toward listening. Many learners find it challenging to improve their listening skills when learning a second or foreign language because it requires the integration of both listening and speaking. Consequently, enhancing this skill will help students improve other language skills, including reading, speaking, and writing. The HURI
... Show MoreA skip list data structure is really just a simulation of a binary search tree. Skip lists algorithm are simpler, faster and use less space. this data structure conceptually uses parallel sorted linked lists. Searching in a skip list is more difficult than searching in a regular sorted linked list. Because a skip list is a two dimensional data structure, it is implemented using a two dimensional network of nodes with four pointers. the implementation of the search, insert and delete operation taking a time of upto . The skip list could be modified to implement the order statistic operations of RANKand SEARCH BY RANK while maintaining the same expected time. Keywords:skip list , parallel linked list , randomized algorithm , rank.