Highly Dynamic Destination-Sequence Distance-Vector Routing (DSDV)

Total Page:16

File Type:pdf, Size:1020Kb

Highly Dynamic Destination-Sequence Distance-Vector Routing (DSDV) Highly Dynamic DestinationSequenced DistanceVector Routing DSDV for Mobile Computers Pravin Bhagwat Charles E Perkins Computer Science Department IBM TJ Watson ResearchCenter University of Maryland Hawthorne NY College Park MD Abstract users are free to move ab out at their convenience with out b eing constrained by wires An adhoc network is the co op erative engagementof This is a revolutionary development in p ersonal com a collection of Mobile Hosts without the required inter puting Battery p owered untethered computers are vention of anycentralized Access Point In this pap er likely to b ecome a p ervasive part of our computing in we present an innovative design for the op eration of such frastructure As p eople b egin to have mobile computers adho c networks The basic idea of the design is to op handy for whatever purp oses sharing information b e erate each Mobile Host as a sp ecialized router which tween the computers will b ecome a natural requirement p erio dically advertises its view of the interconnection Currently such sharing is made dicult by the need for top ology with other Mobile Hosts within the network users to p erform administrative tasks and set up static This amounts to a new sort of routing proto col We bidirectional links b etween their computers However haveinvestigated mo dications to the basic Bellman if the wireless communications systems in the mobile Ford routing mechanisms as sp ecied by RIP to computers supp ort a broadcast mechanism much more make it suitable for a dynamic and selfstarting network exible and useful ways of sharing information can b e mechanism as is required by users wishing to utilize ad imagined For instance anynumb er of p eople could ho c networks Our mo dications address some of the conceivably enter a conference ro om and agree to sup previous ob jections to the use of BellmanFord related p ort communications links b etween themselves with to the p o or lo oping prop erties of such algorithms in the out necessarily engaging the services of any preexisting face of broken links and the resulting time dep endent equipment in the ro om ie without requiring anypre nature of the interconnection top ology describing the existing communications infrastructure Thus one of links b etween the Mobile Hosts Finallywe describ e our primary motivations is to allow the construction of the ways in which the basic networklayer routing can temp orary networks with no wires and no administra b e mo died to provide MAClayer supp ort for adho c tiveintervention required In this pap er suchainter networks connection b etween the mobile computers will b e called an adhoc network in conformance with current usage Intro duction within the IEEE sub committee Recently there has b een tremendous growth in the Adho c networks dier signicantly from existing sales of laptop and p ortable computers These smaller networks First of all the top ology of interconnections computers nevertheless can b e equipp ed with hun may b e quite dynamic Secondly most users will not dreds of megabytes of disk storage high resolution color wish to p erform any administrative actions to set up displays p ointing devices and wireless communications suchanetwork In order to provide service in the most adapters Moreover since many of these small in size general situation we do not assume that every computer only computers op erate for hours with battery p ower is within communication range of every other computer This lack of complete connectivitywould certainly b e a reasonable characteristic of say a p opulation of mo bile computers in a large ro om which relied on infrared transceivers to eect their data communications Currently there is no metho d available which enables mobile computers with wireless data communications equipment to freely roam ab out while still maintaining metho d Eachnodemaintains a view of the network connections with each other unless sp ecial assumptions top ology with a cost for eachlinkTokeep these views are made ab out the way the computers are situated with consistent each no de p erio dically broadcasts the link resp ect to each other One mobile computer mayoften costs of its outgoing links to all other no des using a b e able to exchange data with two other mobile comput proto col such as o o ding As a no de receives this in ers which cannot themselves directly exchange data As formation it up dates its view of the network top ology a result computer users in a conference ro om maybe and applies a shortestpath algorithm to cho ose its next unable to predict which of their asso ciates computers hop for each destination Some of the link costs in a could b e relied up on to maintain network connection no des view can b e incorrect b ecause of long propaga esp ecially as the users moved from place to place within tion delays partitioned network etc Such inconsistent the ro om views of network top ologies might lead to formation of Routing proto cols for existing networks havenot routing lo ops These lo ops however are shortlived b een designed sp ecically to provide the kind of dy b ecause they disapp ear in the time it takes a message namic selfstarting b ehavior needed for adho c net to traverse the diameter of the network works Most proto cols exhibit their least desirable b e havior when presented with a highly dynamic inter connection top ology Although we thought that mo DistanceVector In distancevector algorithms bile computers could naturally b e mo deled as routers every no de i maintains for each destination x a set it was also clear that existing routing proto cols would x g where j ranges over the neighb ors of of distances fd ij place to o heavy a computational burden on each mobile iNodei treats neighbor k as a nexthop for a packet computer Moreover the convergence characteristics of x x destined for x if d equals min fd g The succession j ij ik existing routing proto cols did not seem go o d enough of next hops chosen in this manner lead to x along the to t the needs of adho c networks Lastly the wire shorest path In order to keep the distance estimates less medium diers in imp ortantways from wired me uptodate each no de monitors the cost of its outgo dia whichwould require that wemake mo dications to ing links and p erio dically broadcasts to each one its whichever routing proto col we mightcho ose to exp er neighb ors its current estimate of the shortest distance iment with For instance mobile computers maywell to every other no de in the network have only a single network interface adapter whereas The ab ove distancevector algorithm is the classical most existing routers havenetwork interfaces to connect Distributed BellmanFord DBF algorithm Com two separate networks together Besides wireless media pared to linkstate metho d it is computationally more are of limited and variable range in distinction to exist ecient easier to implement and requires muchless ing wired media Since we had to makelotsofchanges storage space However it is well known that this algo anywaywe decided to follow our adho c network mo del rithm can cause the formation of b oth shortlived and as far as we could and ended up with a substantially longlived lo ops The primary cause for formation new approach to the classic distancevector routing of routing lo ops is that no des cho ose their nexthops in a completely distributed fashion based on information Overview of Routing Metho ds which can p ossibly b e stale and therefore incorrect In our environment the problem of routing is essen Almost all prop osed mo dications to DBF algorithm tially the distributed version of the shortest path prob eliminate the lo oping problem by forcing all lem Eachnodeinthenetwork maintains for each no des in the network to participate in some form of in destination a preferred neighb or Each data packet con terno dal co ordination proto col Suchinterno dal co ordi tains a destination no de identier in its header When nation mechanisms might b e eective when top ological a no de receives a data packet it forwards the packet changes are rare However within an adho c mobile en to the preferred neighb or for its destination The for vironment enforcing anysuchinterno dal co ordination warding pro cess continues until the packet reaches its mechanism will b e dicult due to the rapidly changing destination The manner in which routing tables are top ology of the underlying routing network constructed maintained and up dated diers from one Simplicity is one of the primary attributes which routing metho d to another Popular routing metho ds makes any routing proto col preferred over others for however attempt to achieve the common ob jectiveof implementation within op erational networks RIP routing packets along the optimal path The nexthop is a classical example Despite the countingtoinnity routing metho ds can b e categorized into two primary problem it has proven to b e very successful within small classes linkstate and distancevector size internetworks The usefulness of RIP within adho c environment however is limited as it was not designed to handle rapid top ological changes Furthermore the LinkState The linkstate approach is closer to the techniques of splithorizon and poisonedreverse are centralized version of the shortest path computation tween arrival of the rst and the arrival of the best route not useful within the wireless environment due to the for each particular destination Based on this data a broadcast nature of the transmission medium Our de decision may b e made to delayadvertising routes
Recommended publications
  • AMD Geode™ LX Processors Data Book
    AMD Geode™ LX Processors Data Book February 2007 Publication ID: 33234E AMD Geode™ LX Processors Data Book © 2007 Advanced Micro Devices, Inc. All rights reserved. The contents of this document are provided in connection with Advanced Micro Devices, Inc. (“AMD”) products. AMD makes no representations or warranties with respect to the accuracy or completeness of the contents of this publication and reserves the right to make changes to specifications and product descriptions at any time without notice. No license, whether express, implied, arising by estoppel or otherwise, to any intellectual property rights is granted by this publication. Except as set forth in AMD’s Standard Terms and Conditions of Sale, AMD assumes no liability whatsoever, and disclaims any express or implied warranty, relating to its products including, but not limited to, the implied warranty of mer- chantability, fitness for a particular purpose, or infringement of any intellectual property right. AMD’s products are not designed, intended, authorized or warranted for use as components in systems intended for surgical implant into the body, or in other applications intended to support or sustain life, or in any other application in which the failure of AMD’s product could create a situation where personal injury, death, or severe property or environmental damage may occur. AMD reserves the right to discontinue or make changes to its products at any time without notice. Contacts www.amd.com Trademarks AMD, the AMD Arrow logo, AMD Athlon, AMD Geode, and combinations thereof, and 3DNow! and GeodeLink, are trademarks of Advanced Micro Devices, Inc. AMD-K6 is a registered trademark of Advanced Micro Devices, Inc.
    [Show full text]
  • System/370 Model 145 Reference Summary
    System/370 Model 145 Reference Summary S229-2239-1 IBM Corporation, Field Support Documentation, Dept 927, Rochester, Minnesota 55901 PREFACE This publication is primarily intended for customer engineers servicing System/370 Model 145. Second Edition (September 1972) This is a major revision of, and makes 8229-2239-0 obsolete. Address any comments concerning the contents of this publication to: IBM, Field Support Documentation, Dept 927, Rochester, Minnesota 55901 © International Business Machines Corporation 1972 CONTENTS Section 1 - Control Words Branch and Module Switch Word "O" . 1. 1 Branch Word . 1.2 GA Function Charts . 1.3 GA Function Charts . 1.4 GA Function Charts . 1.5 Branch and Link or Return Word . 1.6 Word Move Word Version"O" . 1. 7 Word Move Word Version "1" . 1.8 Storage Word, Non K-Addressable . 1.9 Storage Word, K-Addressable . 1.10 Arithmetic Word 10 Byte Version 1.11 Arithmetic Word, Fullword Version 1.12 Arithmetic Word, 11 Direct ByteVersion . 1.13 Arithmetic Word, 10/11 Indirect Byte Version . 1.14 ALU Entry Gating 1.15 Stat Set Symbols . 1.15 BranchSymbols . 1.15 Arithmetic Word Chart Selection 1.16 Address Formation Chart 1.16 Control Word Chart Selection 1.16 Section 2 - CPU 3145 CPU Data Flow . 2.1 I-Cycles Data Flow . 2.2 I-Cycles . 2.3 PSW Locations . 2.3 Expanded Local Storage . 2.3 I-Cycles . 2.3 I-Cycles Control Line Generation . 2.4 Control Word . 2.4 Control Register Decode . 2.4 iii ECCL Board Layout ............ 2.5 Data Bit Location Chart .......... 2.5 Common Test Points ...........
    [Show full text]
  • Prioritization 4.0
    Prioritization 4.0 NCDOT Strategic Prioritization Office of Transportation July 2015 Agenda • Background • General Overview of Changes From P3.0 To P4.0 • Scoring and Scaling • Peak ADT • In-Depth Review of P4.0 Highway Criteria, Measures and Weights • In-Depth Review of P4.0 Non-Highway Criteria, Measures and Weights • Timeline/Schedule • SPOT On!ine • Local Input Methodologies and Best Practices 2 Background NCDOT is responsible for 6 modes of transportation: • Aviation (74 publicly‐owned airports) • Bicycle and Pedestrian • Ferries –2nd largest system in US (behind Washington) • Highways – Maintains 80,000 miles of highways (2nd only to Texas) • Public Transportation • Rail Annual Budget of approx. $4.1 B (federal dollars account for 25% of total budget) 3 Background Key Partners, as shown on colorful map below, include: • 19 Metropolitan Planning Organizations (MPOs) • 18 Rural Planning Organizations (RPOs) • 14 Field Offices (Divisions) *Unifour RPO has dissolved into adjacent MPOs 4 Strategic Transportation Investment (STI) New funding formula for NCDOT’s Capital Expenditures • Focus on Mobility/Expansion and Modernization projects for all modes House Bill 817 signed into Law June 26, 2013 Most significant transportation legislation in NC since 1989 Prioritization Workgroup charged with providing recommendations to NCDOT on weights and criteria. Reps include: • MPOs • RPOs • Division Engineers • Local Government Advocacy Groups 5 STI Legislation New funding formula for all capital expenditures, regardless of mode. All modes must
    [Show full text]
  • Advanced Ipv6 Security in the LAN Gilles Roy, Technical Leader BRKSEC-3003 in 2015, 55% of Attacks Are from the Inside! *
    Advanced IPv6 Security in the LAN Gilles Roy, Technical Leader BRKSEC-3003 In 2015, 55% of attacks are from the inside! * Source: 2015 IBM Cyber Security Report 3 There is a lot happening on the LAN, it can be difficult to follow everything, lets break it down. 1. Operations 2. Attacks 3. Mitigations 4. Use cases 4 Use cases Enterprise SP Access Datacenter Address Allocation ✔ ✖ ✖ Duplicate Address Detection ✔ ✔ ✔ Address Resolution ✔ ✖ ✔ Operation Neighbor Unreachability Detection ✔ ✖ ✔ Prefix Allocation ✖ ✔ ✖ Making Default Router Discovery ✔ ✖ ✔ sense of Denial of Link Operations ✔ ✖ ✔ Denial of Address Resolution ✔ ✖ ✔ YOUR Router Theft ✔ ✔ ✔ Attacks Address Theft ✔ ✖ ✔ setup. Denial of Address Configuration ✔ ✔ ✖ Denial of Address Assignment ✔ ✖ ✖ RA Guard ✔ ✔ ✔ DHCP Guard ✔ ✔ ✖ Mitigation Source Guard ✔ ✖ ✔ Destination Guard ✔ ✖ ✖ Binding Guard ✔ ✖ ✔ 5 Abstract summary and pre-requisite • This session focuses on IPv6 security within the layer-2 domain • With a multi-dimensional approach: operations, vulnerabilities, mitigations and use-cases • It introduces security features at the First Hop, such RA Guard, Source Guard, Destination guard, etc • Requirements: Knowledge of IPv6 and IPv6 Neighbor Discovery 6 Agenda • IPv6 in the layer-2 domain: operations and protocols • IPv6 in the layer-2 domain: vulnerabilities • Attack Demonstration • Mitigating Vulnerabilities • Use cases overview 7 Some background on layer-2 & IPv6 • Layer-2: what is it? • Layer-2 domain: also “broadcast domain”, link, lan, vlan, segment • Nodes: hosts, routers,
    [Show full text]
  • Report on the Most Appropriate Indicators Related to the Basic Concepts
    D 4.1 – Report on the most appropriate indicators related to the basic concepts Report on the most appropriate indicators related to the basic concepts Deliverable D4.1 This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 870708 D 4.1 – Report on the most appropriate indicators related to the basic concepts Disclaimer: The contents of this deliverable are the sole responsibility of one or more Parties of the SmartCulTour consortium and can under no circumstances be regarded as reflecting the position of the Research Executive Agency and European Commission under the European Union’s Horizon 2020 programme. Copyright and Reprint Permissions “You may freely reproduce all or part of this paper for non-commercial purposes, provided that the following conditions are fulfilled: (i) to cite the authors, as the copyright owners (ii) to cite the SmartCulTour Project and mention that the EC co-finances it, by means of including this statement “Smart Cultural Tourism as a Driver of Sustainable Development of European Regions - SmartCulTour Project no. H2020-870708 co financed by EC H2020 program” and (iii) not to alter the information.” _______________________________________________________________________________________ How to quote this document: Petrić, L., Mandić, A., Pivčević, S., Škrabić Perić, B., Hell, M., Šimundić, B., Muštra, V., Mikulić, D., & Grgić, J. (2020). Report on the most appropriate indicators related to the basic concepts. Deliverable 4.1 of the Horizon 2020 project SmartCulTour (GA number 870708), published on the project web site on September 2020: http://www.smartcultour.eu/deliverables/ D 4.1 – Report on the most appropriate indicators related to the basic concepts This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No.
    [Show full text]
  • The (Many) Paths to “Destination X”
    Blog The (many) paths to “Destination X” Michelle Batten Head of Global Marketing, Mobile Division, Amadeus According to Amadeus’ new whitepaper, Better travel in the Live Travel Space “Get ready for Destination X,” today’s travel sellers have a golden opportunity to Destination X also offers enormous tap into destination services, a growing untapped potential to market and sell marketplace set to reach $183 billion by ancillary destination services to travelers. 2020. Drawing on survey results from It’s a place where travel agents, corporate more than a thousand CheckMyTrip by travel programs, and other providers of Amadeus mobile app users, the research flights, hotels and cars can continue identifies emerging trends about business servicing travelers at their final destination. and leisure travelers destined for Whether traveling on business, leisure or Destination X, one of the most important bleisure, mobile provides the perfect revenue-generating stops on a traveler’s platform to offer these destination services journey. on the move. Take me to travel nirvana Amadeus is helping travel providers better understand and address these challenges The Amadeus research poses questions and opportunities. Using the Amadeus such as, “Are travelers prepared as they Travel Platform, the Live Travel Space arrive to Destination X?” Are their needs aggregates all content into one platform, for add-on destination services like airport making it easier for travel sellers to find transfers, local activities and restaurant what they need, and provide the level of reservations being met? The paper personalization their travelers demand. explores eight trends regarding the challenges and opportunities travel sellers Are you ready to service customers more face in the post-booking ancillary game fully when they reach Destination X? and how you can win travelers trust in Download the whitepaper today at that arena.
    [Show full text]
  • A Key-Based Routing System for P4-Programmable Networks
    electronics Article P4-KBR: A Key-Based Routing System for P4-Programmable Networks Pilar Manzanares-Lopez * , Juan Pedro Muñoz-Gea and Josemaria Malgosa-Sanahuja Department of Information Technologies and Communications, Universidad Politecnica de Cartagena, E-30202 Cartagena, Spain; [email protected] (J.P.M.-G.); [email protected] (J.M.-S.) * Correspondence: [email protected]; Tel.: +34-968-326534 Abstract: Software-defined networking (SDN) architecture has provided well-known advantages in terms of network programmability, initially offering a standard, open, and vendor-agnostic interface (e.g., OpenFlow) to instruct the forwarding behavior of network devices from different vendors. However, in the last few years, data plane programmability has emerged as a promising approach to extend the network management allowing the definition and programming of customized and non-standardized protocols, as well as specific packet processing pipelines. In this paper, we propose an in-network key-based routing protocol called P4-KBR, in which end-points (hosts, contents or services) are identified by virtual identifiers (keys) instead of IP addresses, and where P4 network elements are programmed to be able to route the packets adequately. The proposal was implemented and evaluated using bmv2 P4 switches, verifying how data plane programmability offers a powerful tool to overcome continuing challenges that appear in SDN networks. Keywords: P4; routing; KBR; SDN Citation: Manzanares-Lopez, P.; Muñoz-Gea, J.P.; Malgosa-Sanahuja, J. 1. Introduction P4-KBR: A Key-Based Routing The idea of decoupling end-points (hosts, contents or services) from network ad- System for P4-Programmable dresses has been demanded in the last few years to provide support to enhanced services Networks.
    [Show full text]
  • Strategic Communication in Tourism
    STRATEGIC COMMUNICATION IN TOURISM DEPARTMENT OF DESIGN AND COMMUNICATION CENTRE FOR TOURISM, INNOVATION AND CULTURE (TIC) Bodil Stilling Blichfeldt Strategic Communication in Tourism Background, conceptualizations, introduction to analysis and relations to sustainable tourism and tourism innovation TIC TALKS no. 5, September 2017 1 Author info Associate Professor, Ph.D. Bodil Stilling Blichfeldt, TIC and Department of Design and Communication, University of Southern Denmark. Email: [email protected] Place of publication TIC is University of Southern Denmark’s multidisciplinary research center in tourism, innovation and culture. The center is located at the Kolding campus. TIC strives to transform the university to an engaged, collaborative institution where academics and students pursue an unrelenting examination of knowledge, its sources and its uses. TIC defines the university as a center for higher order knowledge creation and for collaboration with, and for, society at large. We do this through research-based education, education-based research and collaborative engagement with society. We aim to charter new territory in international academe, as well as in multi-level collaboration based on interdisciplinary research with a strong foundation in the Humanities. TIC engages in research dialogues through both a traditional peer-review publication strategy and through involvement in securing free access to knowledge. Supplementing traditional journal articles, TIC TALKS is one of TIC’s contributions to open access sharing and collaborative development of knowledge. TIC TALKS are provided by Centre for Tourism, Innovation and Culture, University of Southern Denmark Universitetsparken 1, Kolding, DK-6000 http://www.sdu.dk/en/Om_SDU/Institutter_centre/C_Tik.aspx The present manuscript qualifies as unfinished work-in-progress and the reader should bear in mind that the manuscript is quite likely to contain a series of errors, flaws and weaknesses.
    [Show full text]
  • G45: Vol 1B: Graphics Core
    G45: Volume 1b: Graphics Core Intel® 965G Express Chipset Family, Intel® G35 Express Chipset Graphics Controller Programmer’s Reference Manual (PRM) January 2009 Revision 1.0a Document Number: 321392-001 You are free: to Share — to copy, distribute,display, and perform the work Under the following conditions: Attribution. You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). No Derivative Works. You may not alter, transform, or build upon this work. You are not obligated to provide Intel with comments or suggestions regarding this document. However, should you provide Intel with comments or suggestions for the modification, correction, improvement, or enhancement of: 9a) this document; or (b) Intel products, which may embody this document, you grant to Intel a non-exclusive, irrevocable, worldwide, royalty-free license, with the right to sublicense Intel’s licensees and customers, under Recipient intellectual property rights, to use and disclose such comments and suggestions in any manner Intel chooses and to display, perform, copy, make, have made, use, sell, and otherwise dispose of Intel’s and its sublicensee’s products embodying such comments and suggestions in any manner and via any media Intel chooses, without reference to the source. INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL® PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT. EXCEPT AS PROVIDED IN INTEL’S TERMS AND CONDITIONS OF SALE FOR SUCH PRODUCTS, INTEL ASSUMES NO LIABILITY WHATSOEVER, AND INTEL DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY, RELATING TO SALE AND/OR USE OF INTEL PRODUCTS INCLUDING LIABILITY OR WARRANTIES RELATING TO FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR INFRINGEMENT OF ANY PATENT, COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT.
    [Show full text]
  • The Experiential Value of Cultural Tourism Destinations Hung, Kuang-Peng; Peng, Norman; Chen, Annie
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by ResearchOnline@GCU Incorporating on-site activity involvement and sense of belonging into the Mehrabian- Russell model – The experiential value of cultural tourism destinations Hung, Kuang-peng; Peng, Norman; Chen, Annie Published in: Tourism Management Perspectives Publication date: 2019 Document Version Peer reviewed version Link to publication in ResearchOnline Citation for published version (Harvard): Hung, K, Peng, N & Chen, A 2019, 'Incorporating on-site activity involvement and sense of belonging into the Mehrabian-Russell model – The experiential value of cultural tourism destinations', Tourism Management Perspectives, vol. 30, pp. 43-52. General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. Take down policy If you believe that this document breaches copyright please view our takedown policy at https://edshare.gcu.ac.uk/id/eprint/5179 for details of how to contact us. Download date: 29. Apr. 2020 Incorporating On-site Activity Involvement and Sense of Belonging into the Mehrabian-Russell Model - The Experiential Value of Cultural Tourism Destinations 1. INTRODUCTION Cultural products are important to post-modern society and the economy (Throsby, 2008). Among a range of different cultural products, cultural tourism destinations are significant because they provide opportunities to present a snapshot of a region’s image and history, symbolize a community’s identity, and increase the vibrancy of local economies (Chen, Peng, & Hung, 2015; Hou, Lin, & Morais, 2005; Wansborough & Mageean, 2000).
    [Show full text]
  • Retail Prices in a City*
    Retail Prices in a City Alon Eizenberg Saul Lach The Hebrew University and CEPR The Hebrew University and CEPR Merav Yiftach Israel Central Bureau of Statistics February 2017 Abstract We study grocery price differentials across neighborhoods in a large metropolitan area (the city of Jerusalem, Israel). Prices in commercial areas are persistently lower than in residential neighborhoods. We also observe substantial price variation within residen- tial neighborhoods: retailers that operate in peripheral, non-a­ uent neighborhoods charge some of the highest prices in the city. Using CPI data on prices and neighborhood-level credit card data on expenditure patterns, we estimate a model in which households choose where to shop and how many units of a composite good to purchase. The data and the estimates are consistent with very strong spatial segmentation. Combined with a pricing equation, the demand estimates are used to simulate interventions aimed at reducing the cost of grocery shopping. We calculate the impact on the prices charged in each neighbor- hood and on the expected price paid by its residents - a weighted average of the prices paid at each destination, with the weights being the probabilities of shopping at each destina- tion. Focusing on prices alone provides an incomplete picture and may even be misleading. Specifically, we find that interventions that make the commercial areas more attractive and accessible yield only minor price reductions, yet expected prices decrease in a pronounced fashion. The benefits are particularly strong for residents of the peripheral, non-a­ uent neighborhoods. We thank Eyal Meharian and Irit Mishali for their invaluable help with collecting the price data and with the provision of the geographic (distance) data.
    [Show full text]
  • Paradigm Lost Rethinking Theater Airlift to Support the Army After Next
    COLLEGE OF AEROSPACE DOCTRINE, RESEARCH AND EDUCATION AIR UNIVERSITY AIR Y U SIT NI V ER Paradigm Lost Rethinking Theater Airlift to Support the Army After Next DAVID W. ALLVIN Lieutenant Colonel, USAF CADRE Paper No. 9 Air University Press Maxwell Air Force Base, Alabama 36112-6615 September 2000 Library of Congress Cataloging-in-Publication Data Allvin, David W. Paradigm lost : rethinking theater airlift to support the Army after next / David W. Allvin. p. cm. –– (CADRE paper ; no. 9) Includes bibliographical references. ISBN 1-58566-084-1 1. Airlift, Military––United States. 2. United States. Army––Reorganization. I. Title. II. CADRE paper ; 9. UC333.A63 2000 358.4′17′0973––dc21 00-060594 Disclaimer Opinions, conclusions, and recommendations expressed or implied within are solely those of the author and do not necessarily represent the views of Air University, the United States Air Force, the Department of Defense, or any other US government agency. Cleared for public release: distribution unlimited. This CADRE Paper, and others in the series, is available electronically at the Air University Research web site http://research.maxwell.af.mil under “Research Papers” then “Special Collections.” ii CADRE Papers CADRE Papers are occasional publications sponsored by the Airpower Research Institute of Air University’s College of Aerospace Doctrine, Research and Education (CADRE). Dedicated to promoting understanding of air and space power theory and application, these studies are published by the Air University Press and broadly distributed to the US Air Force, the Department of Defense and other governmental organiza- tions, leading scholars, selected institutions of higher learn- ing, public policy institutes, and the media.
    [Show full text]