MINT - A Mobile Internet Router

Size: px
Start display at page:

Download "MINT - A Mobile Internet Router"

Transcription

1 MINT - A Mobile Internet Router Anders Klemets, Gerald Q. Maguire2, Frank Reichert, and Mark T. Smith3 Teleinformatics at Royal Institute of Technology, Stockholm, Sweden komputer Science at Columbia University, New York NY, USA 3Media Technology Lab at Hewlett Packard Laboratories, Palo Alto CA., USA Abstract Tohy, mobility of portable computers and workstations is not transparent to users. lky adjust to reduced services as long as they have no connection to a supporting infrastructure. The goal of the Walkstation project is to realize a user transparent mobile IP router (MINT) for wireless links (infrared and radio) operating at 1-10 Mbiv sec. For the study of user behavior and system characteristics a campus wide testbed (ERIC) with stations is planned to demonstrate the new solutions found in the Walkstation II project. 1. Introduction A fundamental shift is occurring which is moving computing and communication together in to one synergistic activity. New technologies have paved the way, and their continuing rapid introduction will accelerate the rate of this change. Due to the existence of portable phones and portable computers, user have now become accustomed to being able to communicate and compute independent of their location. However, they have not usually been able to have their computers communicate independent of location. Thus with the exception of serial line operation via (cellular) phone modems, low data rate paging services, and low rate packet radio communication - users have been forced to attach their computer via umbilical cords to the local wired infrastructure. The AT&T Personal Communicator [8] is one of the first commercial examples of a small sized personal communication device combining computation and communication. The recent introduction of HP Omnibook 300 and the introduction in of an Notebook with an integral radio modem shows that this trend is moving from research to commercial products. This project builds upon the existing work on Mobile- IP protocols for TCP/IP which has already been done at Columbia University [l]. This Mobile-IP work is the result of the earlier Student Electronic Notebook project which showed that mobile workstations with a full UNIX and X-windows environment were feasible and that many users found them to be useful. The current project seeks to go beyond the level of tens of machines to find out more about correlated traffic effects, the effects of scaling wireless network to thousands of users, how to achieve high transmission rates at low cost, how to construct cellular spread spectrum radios, etc. While it is now possible to add a radio modem to a portable computer, for example via the increasingly common FCMCIA interface, it is not easy to utilize this interface to provide either a seamless interconnection or to automatically provide the correct wireless interface. The user is faced with (a) determining the correct interface to use, (b) plugging it in, (c) configuring the software to use this interface, and (d) using this interface via software which is typically very aware of which specific interface is being used. If the user changes location, or in some cases if the environment around them changes, the user must select a new interface and repeat the above process. In order to provide user transparent mobility, we have adopted a different approach, we have placed all of the facilities needed for mobility into a Mobile INTemet (MINT) Router. Utilizing this separate router, the user simply attaches their portable machine to this single device which provides all of the hardware and sofhvare needed to support tetherless mobility. 2. Communication protocols The integration of mobile stations into existing networks is being addressed by an Internet Working Group for Mobile IP. It was established officially in June 1992 with milestones for posting an Internet Dtdt (November 1992) and a new,, protocol in March, 1w3. It has not yet (as of October, 1993) produced such a draft. However four working drafts had been submitted by X/93 $ IEEE 70

2 November 1992 by Columbia University and Xerox PARCPI, IBM [41, [SI, SONY [61, and Matsushita 171. We have chosen the Columbia mobile IP protocol ( Mobile*IP ) [3] as the basis for our routing software. In this protocol the network consists of mobile hosts (MH) and mobile support routers (MSRs) which are attached to the wireless and fixed LAN. All MHs have a peamanent address on a virtual network (e.g., mobile.kth.se in Fig. 4). The virtual network covers a whole campus (which in the case of the KTH will involve two physically separated campuses), but appears to the outside world as a single network. The virtual network is in reality composed of many physical cells.the MSRs execute a distributed algorithm to heal the partitions in this virtual network and give the effect of providing a single network. MOBILE.KTH.SE n TDS.KTH.SE RADIO.KTH.SE IT.KTH.SE Fig. 1. Columbia Mobile*IP Scenario By having each MINT act as a Mobile Support Router (MSR) we modify the network diagram shown in the above figure, into that shown below. By running all of the protocols which are concerned about mobility on the separate MINT router, we hope to provide the facilities of mobile IP available in the Student Electronic Notebook project [3] without having to design and construct a new notebook, which is a very difficult engineering task.. 3. The Mobile Internet Router - MINT As a first step in providing mobility of personal computers and workstations in a transparent fashion to users we have proposed moving all of the software and hardware for this mobility and communication to a separate device - MINT. This approach has some major advantages: it localizes all specific hardware and software efforts in to a separate device which is compatible with most host computers, the operating system in the host computers need not require modifications in order to support basic mobility, and the MINT can be optimized independently of the attached host. While transparent mobility has many desirable MOBILE.KTH.SE I TDS.KTH.SE RADIO.KTH.SE IT.KTH.SE Fig. 2. Columbia Mobile*IP Scenario with MINTS properties, we recognize that we can only provide functionally transparent mobility - since the performance of the different interfaces may vary. Thus a user need not see any functional difference between the use of their computer when in their office or in another location within the supporting radio infrastructure. They may see some performance differences based on the changes in competing traffic (note that this is due both to competition for radio bandwidth and competition for traflic through the base stations) and varying radio channel characteristics. Our primary focus has been on interfaces which can allow us to realize a user transparent TCPAP router for wireless links (infrared and radio) operating at 1-10 MbiVsec. While studying the scenario in Fig. 3, we realized that the wireless communication device (shown as? in the diagram) for the mobile host and for the basestations could be realized by the same kind of hardware. While the communication hardware is symmetric, we have chosen to use an asymmetric software configuration which puts a greater portion of the communication for the distributed protocol onto the device attached to the wired network. However, we also permit mobile-to-mobile communication, thus two or more mobiles can communicate even though they are isolated from a wired infrastructure. It should be noted that this method of implementing the base stations turns Fig. 4 into the configuration shown in Fig. 4. The MSR now consists of the MINT hardware with the addition of the MSR software. The MINT hardware has three major parts (Fig. 3, one for the connection to the host (or the backbone Ethernet in the case of the MINT acting as an MSR), one for connecting to the mobile network (wireless LAN (radio or infrared) or point-to-point wired network), and a processing part for executing the communication protocols. Thus a MINT serves as much more than a 71 I

3 ETHERNET Fig. 3. Wireless Communication Scenario DUAL PORT Serial Parallel Fig. 5. Basic components of a MINT 4. Wireless interfaces Fig. 4. MSRs implemented with MINTS mobile modem, it actually routes packets over potentially multiple paths with varying connectivity and quality. Essential to the construction of such a router is that it must support many interfaces - since by the above definition it should provide the ability to interface to any external network or communication system. Our current prototype supports the following interfaces: two serial ports, two ethemets (both with AUI connectors, and one with a built-in Thin-LAN connector), 1 parallel port, 1 SCSI port, and a prototyping area to add other interfaces. By using one of the etbemet interface as the connection to the existing departmental network, it should not be necessary to install special purpose wiring dedicated to mobile communication. Instead the existing network, which normally is globally available, is simply used as a backbone for base stations Initially each MINT will execute a MACH kernel on top of which we will use the Columbia Mobile*IP protocol. The MINT hardware has been developed in conjunction with HP Labs (Palo Alto) while the software is the responsibility of the KTH collaborators. There exists a spectrum of wireless interface needs. There are at least two axes to this spectrum, bandwidth and coverage area. At one end of this spectrum are wireless data networks based on DECT or other wireless PBX technology. This approach can be used to eliminate cables within an office environment while providing low data rats (up D 4OOkbit/sec) to a small number of users. At the other end of the performance spectrum are local area radio networks, such as the Telesystems ARLAN, NCR WaveLan [4], and Motorola Altair [I]. These systems offer high data rates (0.5 - lombit/sec), to a larger number of users within a limited area, but currently consume too much power and space to fit into a portable computer. Problems of the DECT and existing radio LAN products have been previously described[21. Along the other axis we see a range of devices such as the GFdEricsson Mobidem and cellular phones combined with modems providing low data rates (8kbiVsec) over very large geographic areas. These devices have the advantages or large manufacturing volumes, small size (with some PCMCIA versions now coming to market), relatively low power, and low purchase cost. There is a question about the operational costs, as they generally utilize an infrastructure provided by a local operating company and thus users generally are charged a basic fee, plus a per packet charge. A number of manufacturers are 72

4 defining a cellular data packet protocol to answer the needs of this market (this will allow interoperability of equipment interconnected across the infrastructure). We have taken a different approach to providing wireless interfaces. For use in local settings requiring high data rates and low cost we have developed a lombit/sec infrared interface which can simply be attached to the AUI connector and provides all the functionality of an ethemet MAU, except for collision detection - which must be handled by the processor in software. Although the current costs of IR emitters for operation at this high speed are expensive (-$300 in quantity one) it is expected that with increased volume these prices wili fall. For high speed operation over the local campus Daniel Kerek in the Electronic Systems Design Department of the Royal Institute of Technology is developing a high speed (2 Mbiusec) spread-spectrum radio which will feature multiple receivers, so that although the user can only transmit using a single spreading code, they are able to receive with multiple spreading codes, thus facilitating listening for new base stations while listening to an existing base station. A prototype of this system, constructed using 3 Xilinx chips for the receiver and 1 for the transmitter, is currently operating at 500kbiVsec. The next version of this radio will also include the ability to receive GPS signals, in order to allow the MINT to determine its physical location. In the interim, while these new interfaces are being developed we will add a number of PCMCIA slots to the MINT and use existing single function cards to add additional existing interfaces. However, in order to provide users with mobility and universal connectivity (i.e., if there exists any wireless infrastructure the user should be able to utilize it) we need to consider not only what additional interfaces should be provided but how we might provide them. As is becoming increasingly clear [91, the performance of general purpose processors has reached a sufficient level that we can synthesize specific YO devices on the fly, i.e., if we need a modem we can execute the DSP software on the main processor. Thus we are now in the process of planning how to add a number of additional interfaces using this method. It should be noted that the circuitry of the current prototype radio interface can be modified by simply reloading the Xilinx FPGAs with a new bit string, the major problem is to calculate what this bit string should be. Clearly a number of different radios could be precomputed and these precomputed personalities downloaded as necessary. It is not yet clear if this is the best method of providing a number of interfaces or if a better method is to make an ASIC which has one section per interface and simply power these sections on and off. 5. Evolution to a Walkstation Once the initial MINTS and their software are completed we will next expand them into Walkstations, i.s., add the additional interface to support display(s), audio input and output, pen interfaces,.... Until these devices are constructed we will utilize existing notebook computers for the user interface and location to execute user software. 6. The Walkstation II Project The Walkstation I1 project will not only investigate wireless networks but a complete radio based cellular system for interactive mobile multimedia applications including aspects of VLSI design, radio communication, network protocols and mobile application services. In order to realize this environment we will combine the mobile internet routers (MINT) and our experimental infrared transceivers to construct a testbed called ERIC (Electrum Radio based network for Interactive multimedia Communication). The existence of this testbed will enable research on distributed applications, radio link and network protocols, network measurements, and bow to integrate the electronics and algorithms into custom designed VLSI chips in order to achieve low power systems. In order to evaluate the overall system for multimedia applications we must address topics such as: robust mobile file systems, distributed databases, disconnected operations, and layered audiohide0 compression. These services are the basis for demonstration of two sample applications: distributed education, and bedside computers for hospital environments. Experience from the Student Electronic Notebook project [l] shows that user traffic is partly coherent. Studies of user behavior and correlated traffic will result in new application based communication methods and thus bandwidth can be saved by distributing the same information to different users at the same time. 7. Summary The MINT router realizes user and host communication software transparency by locating all specific hardware and software efforts in a local device which is compatible with most host computers. The operating system in the host computers need not require modifications in order to support basic mobility. Thus a user need not see any functional difference between the use of their computer when in their office or in another location within the supporting radio infrastructure. To further exploit the characteristics of mobility there will need to be operating system and application level 73

5 changes. Extensive studies will need to be made on how to adapt these higher levels to truly exploit rather than simply tolerate the varying bandwidth and connectivity of radio channels. We are proposing the creation of a mobility applications programming interface to define what this information is and how applications can determine the characteristics of the communication channel or be notified of changes. In conclusion, we believe that the existence of a ubiquitous network infrastructure will also cause the creation of new applications which can utilize their mobility and exploit knowledge of their location. The authors can be reached by electronic mail at: klemets 8 it.kth.se, maguire 8 cs.columbia.edu, reichert@it.kth.se, msmith@hplren2.hpl.hp.com. 8. References [I] 121 D. Duchamp, S. Feiner, G. Maguire, Software technology for Wireless Mobile Computing, IEEE Network Magazine, Nov R. Hager, A. Klemets, G.Q. Maguire Jr., M.T.Smith, and F. Reichert, MINT - A Mobile Internet Router, IEEE Vehicular Technology Conference, May [3] J. Ioannidis, D. Duchamp, G. Maguire, S. Deering, Protocols for supporting Mobile IP hosts, Internet Draft available from parcftp.xerox.com ( ) in pubhobile-ipl, June [4] Y. Rekhter, Ch. Perkins, Optimal Routing for mobile hosts using IP s Source Route option, Internet Draft available from parcftp.xerox.com ( ) in pub/ mobile-ip/. October [SI Y. Rekhter, Ch. Perkins, Support for Mobility for Connectionless Network Layer Protocols, Internet Draft available from parcftp.xerox.com ( ) from avalon.mpce.mq.edu.au:/dist, January [6] F. Teraoka, M. Tokoro, VIP: Host Migration Transparency in IP Networks: The VIP Approach, Computer Communication Review, Vol. 23, No. 1, January [7l H. Wada, T. Yozawa. T. Ohnishi, T. Tanaka, Mobile Computing Environment Based on Internet Packet Forwarding, USENIX Winter 1993 Technical Conference. January [8] B. Ryan, Communications Get Personal, Byte Magazine, Vol. 18, no. 2, February [9] Lawrence C. Stewart, Andrew C.Payne, and Thomas M. Levergood, Are DSP Chips Obsolete? Digital Equipment Corporation, Cambridge Research Lab, CRL Report 92/10, November 16,

Ubiquitous Mobile Host Internetworking

Ubiquitous Mobile Host Internetworking Ubiquitous Mobile Host Internetworking David B. Johnson School of Computer Science Carnegie Mellon University Pittsburgh, PA 152 13-389 1 dbj Qcs. cmu. edu 1. Introduction With the increasing popularity

More information

An Adaptive Routing Scheme for Wireless Mobile Computing

An Adaptive Routing Scheme for Wireless Mobile Computing An Adaptive Routing Scheme for Wireless Mobile Computing Ruixi Yuan C&C Software Technology Center, NEC Systems Laboratory, Inc. 1901 Gateway Drive, Irving, TX 75038 yuan@syl.dl.nec.com Abstract This paper

More information

A Mobile-Floating Agent Scheme for Wireless Distributed Computing

A Mobile-Floating Agent Scheme for Wireless Distributed Computing 1995 IEEE, to appear in the proceedings of PIMRC 95, Toronto, Cannda. A -Floating Agent Scheme for Wireless Distributed Computing George Y. Liu, A. Danne, A. Marlevi and G. Q. Maguire Jr.* System Research

More information

Celestix Networks, Inc. 702 Brown Road. Fremont, California Ph Fx Introduction to Wireless Local Area Network

Celestix Networks, Inc. 702 Brown Road. Fremont, California Ph Fx Introduction to Wireless Local Area Network Introduction to Wireless Local Area Network white paper Introduction A wireless local area network (WLAN) is a flexible data communications system that can use either infrared or radio frequency (RF) technology

More information

IPv6-based Beyond-3G Networking

IPv6-based Beyond-3G Networking IPv6-based Beyond-3G Networking Motorola Labs Abstract This paper highlights the technical issues in IPv6-based Beyond-3G networking as a means to enable a seamless mobile Internet beyond simply wireless

More information

Implementation and Analyses of the Mobile-IP Protocol

Implementation and Analyses of the Mobile-IP Protocol 25 January 1996 Implementation and Analyses of the Mobile-IP Protocol Fredrik Broman and Fredrik Tarberg Thesis report for a masters degree in Computer Science at the Department of Teleinformatics, Royal

More information

Chapter 15 Networks. Chapter Goals. Networking. Chapter Goals. Networking. Networking. Computer network. Node (host) Any device on a network

Chapter 15 Networks. Chapter Goals. Networking. Chapter Goals. Networking. Networking. Computer network. Node (host) Any device on a network Chapter Goals Chapter 15 Networks Describe the core issues related to computer networks List various types of networks and their characteristics Explain various topologies of local-area networks Explain

More information

Comparison Of Network Topologies For Optical Fiber Communication

Comparison Of Network Topologies For Optical Fiber Communication Comparison Of Network Topologies For Optical Fiber Communication Mr. Bhupesh Bhatia Department of Electronics and Communication, Ms. Ashima Bhatnagar Bhatia Department of Computer Science, Guru Prem Sukh

More information

The Infopad Project. ATM Backbone. InfoPad (A Portable Multimedia Terminal) - Video and Text/Graphics - Audio & Handwriting I/O

The Infopad Project. ATM Backbone. InfoPad (A Portable Multimedia Terminal) - Video and Text/Graphics - Audio & Handwriting I/O The Infopad Project ATM Backbone NOW COMPUTE SERVER PICOCELL WIRELESS BASE STATION VIDEO SERVER SPEECH RECOGNITION HANDWRITING RECOGNITION 2 Mbit/sec CDMA Downlink 64-128 Kb/s TDMA Uplink WWW INTERNET

More information

WIRELESS LANs: THE DECT APPROACH

WIRELESS LANs: THE DECT APPROACH WIRELESS LANs: THE DECT APPROACH Anthony Lo Centre for Wireless Communications National University of Singapore 20 Science Park Road #02-34/37 TeleTech Park Singapore Science Park II Singapore 117674 Email:

More information

IBM 4690 Operating System Now Supports Telxon Wireless Adapters

IBM 4690 Operating System Now Supports Telxon Wireless Adapters Software Announcement January 19, 1999 IBM 4690 Operating System Now Supports Telxon Wireless Adapters Overview IBM 4690 Operating System (OS), the leading in-store processor operating system, is now enhanced

More information

GLOSSARY OF CELLUAR TERMS

GLOSSARY OF CELLUAR TERMS GLOSSARY OF CELLUAR TERMS Air Interface: It is the operating system of a wireless network.. Airtime: The amount of time a person spends talking on their cellular device. AMPS: Advanced mobile phone service

More information

Implementation and Analyses of the Mobile-IP Protocol

Implementation and Analyses of the Mobile-IP Protocol 25 January 1996 Implementation and Analyses of the Mobile-IP Protocol Fredrik Broman and Fredrik Tarberg Thesis report for a masters degree in Computer Science at the Department of Teleinformatics, Royal

More information

Project Title: Open Virtualized WiMAX Base Station Node for GENI Wide-Area Wireless Deployments

Project Title: Open Virtualized WiMAX Base Station Node for GENI Wide-Area Wireless Deployments GENI Project Quarterly Progress Report, Project Title: Open Virtualized WiMAX Base Station Node for GENI Wide-Area Wireless Deployments Principal Investigators: Dipankar Raychaudhuri, WINLAB, Rutgers University

More information

Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS

Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION TO COMPUTER NETWORKS Computer Networks Computer network connects two or more autonomous computers. The computers can be geographically located anywhere. LAN, MAN & WAN Network in small geographical

More information

Copyright CAUSE This paper was presented at the 1993 CAUSE Annual Conference held in San Diego, California, December 7-10, and is part of the

Copyright CAUSE This paper was presented at the 1993 CAUSE Annual Conference held in San Diego, California, December 7-10, and is part of the Copyright CAUSE 1994. This paper was presented at the 1993 CAUSE Annual Conference held in San Diego, California, December 7-10, and is part of the conference proceedings published by CAUSE. Permission

More information

Review. Error Detection: CRC Multiple access protocols. LAN addresses and ARP Ethernet. Slotted ALOHA CSMA/CD

Review. Error Detection: CRC Multiple access protocols. LAN addresses and ARP Ethernet. Slotted ALOHA CSMA/CD Review Error Detection: CRC Multiple access protocols Slotted ALOHA CSMA/CD LAN addresses and ARP Ethernet Some slides are in courtesy of J. Kurose and K. Ross Overview Ethernet Hubs, bridges, and switches

More information

Towards a Bay Area Research Wireless Access Network (BARWAN) Wide-Area Wireless Testbed

Towards a Bay Area Research Wireless Access Network (BARWAN) Wide-Area Wireless Testbed Towards a Bay Area Research Wireless Access Network (BARWAN) Randy H. Katz Computer Science Division University of California, Berkeley Berkeley, CA 94720-1776 randy@cs.berkeley.edu 1 Wide-Area Wireless

More information

Dr./ Ahmed Mohamed Rabie Sayed

Dr./ Ahmed Mohamed Rabie Sayed 1 Dr./ Ahmed Mohamed Rabie Sayed 2 A network is a group of two or more computer systems linked together to exchange data and share resources, including expensive peripherals. 3 A local area network (LAN)

More information

Chapter 2. Literature Survey. 2.1 Remote access technologies

Chapter 2. Literature Survey. 2.1 Remote access technologies Chapter 2 Literature Survey This chapter presents a brief report on literature reviewed in context to present work with an aim to identify current state of research in the domain. Literature review is

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 10 Networking Essentials Objectives Learn about hardware devices used for networking Learn about the different types of networks

More information

Fl.-. HEWLETT. SMDS: Background and Status. Duncan Smith Networks and Communications Laboratory lip Laboratories Bristol IIPL May, 1991 SMDS

Fl.-. HEWLETT. SMDS: Background and Status. Duncan Smith Networks and Communications Laboratory lip Laboratories Bristol IIPL May, 1991 SMDS Fl.-. HEWLETT a:~ PACKARD SMDS: Background and Status Duncan Smith Networks and Communications Laboratory lip Laboratories Bristol IIPL-91-63 May, 1991 SMDS The imminent introduction of SMDS service by

More information

Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee

Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee Abstract Cellular IP maintains distributed cache for location management and routing purposes.

More information

Chapter 4 NETWORK HARDWARE

Chapter 4 NETWORK HARDWARE Chapter 4 NETWORK HARDWARE 1 Network Devices As Organizations grow, so do their networks Growth in number of users Geographical Growth Network Devices : Are products used to expand or connect networks.

More information

LAN. CS 4/55231 Internet Engineering. Kent State University Dept. of Computer Science

LAN. CS 4/55231 Internet Engineering. Kent State University Dept. of Computer Science 1 CS 4/55231 Internet Engineering Kent State University Dept. of Computer Science LECT-4A4 LAN 1 2 LAN Topologies-1 In the last class we saw how two computers can connect to each other. In this class we

More information

A Mobile Networking System based on Internet. Computer Science Department IBM, T.J. Watson Research Center. University of Maryland Hawthorne, NY 10562

A Mobile Networking System based on Internet. Computer Science Department IBM, T.J. Watson Research Center. University of Maryland Hawthorne, NY 10562 A Mobile Networking System based on Internet Protocol(IP) Pravin Bhagwat Charles E. Perkins pravin@cs.umd.edu perk@watson.ibm.com Computer Science Department IBM, T.J. Watson Research Center University

More information

Wireless Data Communications Systems: Technologies, Challenges and Future Trends

Wireless Data Communications Systems: Technologies, Challenges and Future Trends Wireless Data Communications Systems: Technologies, Challenges and Future Trends Proceedings of the 15 th Annual NACCQ, Hamilton New Zealand July, 2002 www.naccq.ac.nz Nurul Sarkar Auckland University

More information

networks List various types of networks and their

networks List various types of networks and their Chapter 15 Networks Chapter Goals Describe the core issues related to computer networks List various types of networks and their characteristics Explain various topologies of local-area networks Explain

More information

Distributed System Chapter 16 Issues in ch 17, ch 18

Distributed System Chapter 16 Issues in ch 17, ch 18 Distributed System Chapter 16 Issues in ch 17, ch 18 1 Chapter 16: Distributed System Structures! Motivation! Types of Network-Based Operating Systems! Network Structure! Network Topology! Communication

More information

Networks: Communicating and Sharing Resources

Networks: Communicating and Sharing Resources Networks: Communicating and Sharing Resources 1 Network Fundamentals Networks o Links multiple computer systems and enables them to share data and resources o Types of computer networks: Local area network

More information

Some Computer Science Issues in

Some Computer Science Issues in Some Computer Science Issues in Ubiquitous Computing Communications of the ACM (CACM) Vol. 36, No.7, July 1993 M. Weiser Presented by Hwajung Kim (hkim@dcslab.snu.ac.kr) DCSLab, SNU Table of Contents Background

More information

IPv6 required for future Mobile Internet

IPv6 required for future Mobile Internet IPv6 & Beyond-3G Networking Nicolas Demassieux, Director Paris Lab Hong-Yon Lach, Lab Manager hong-yon_lach@crm.mot.com Networking and Applications Lab (NAL) Centre de Recherche de Motorola - Paris (CRM)

More information

Digital Audio and Video in Industrial Systems

Digital Audio and Video in Industrial Systems Mitsubishi Electric Research Laboratories Cambridge Research Center Digital Audio and Video in Industrial Systems Hugh C. Lauer, Chia Shen, Randy Osborne, John Howard, Qin Zheng, Morikazu Takegaki, Hiromitsu

More information

Chapter 9 Introduction to Networks

Chapter 9 Introduction to Networks Chapter 9 Introduction to Networks 9.1 Uses of a network Networks are used in many situations. We can see networks in places like offices, airports and factories. In fact we use networks in many situations

More information

Appendix B Networks, Routing, and Firewall Basics

Appendix B Networks, Routing, and Firewall Basics Appendix B Networks, Routing, and Firewall Basics This appendix provides an overview of IP networks, routing, and firewalls. Related Publications As you read this document, you may be directed to various

More information

Campus Network Design

Campus Network Design Campus Network Design Thana Hongsuwan 2003, Cisco Systems, Inc. All rights reserved. 1-1 Content Ethernet Standard Transparent Bridges LAN Switches LAN and Switch Operation Loop Resolution Virtual LANs,

More information

Standardization Trend for Super 3G (LTE)

Standardization Trend for Super 3G (LTE) : NGN Mobile Communication Technologies for Standardization Trend for Super (LTE) Sadayuki Abeta and Minami Ishii Abstract Super (also known as Long Term Evolution (LTE)) expands upon the HSDPA/HSUPA (high-speed

More information

BLM6196 COMPUTER NETWORKS AND COMMUNICATION PROTOCOLS

BLM6196 COMPUTER NETWORKS AND COMMUNICATION PROTOCOLS BLM6196 COMPUTER NETWORKS AND COMMUNICATION PROTOCOLS Prof. Dr. Hasan Hüseyin BALIK (1 st Week) Outline Course Information and Policies Course Syllabus 1. Data Communications, Data Networks, and the Internet

More information

IT 4504 Section 4.0. Network Architectures. 2008, University of Colombo School of Computing 1

IT 4504 Section 4.0. Network Architectures. 2008, University of Colombo School of Computing 1 IT 4504 Section 4.0 Network Architectures 2008, University of Colombo School of Computing 1 Section 4.1 Introduction to Computer Networks 2008, University of Colombo School of Computing 2 Introduction

More information

Reconfigurable VLSI Communication Processor Architectures

Reconfigurable VLSI Communication Processor Architectures Reconfigurable VLSI Communication Processor Architectures Joseph R. Cavallaro Center for Multimedia Communication www.cmc.rice.edu Department of Electrical and Computer Engineering Rice University, Houston

More information

Geospatial Information Service Based on Ad Hoc Network

Geospatial Information Service Based on Ad Hoc Network I. J. Communications, Network and System Sciences, 2009, 2, 91-168 Published Online May 2009 in SciRes (http://www.scirp.org/journal/ijcns/). Geospatial Information Service Based on Ad Hoc Network Fuling

More information

40 GbE: What, Why & Its Market Potential

40 GbE: What, Why & Its Market Potential 40 GbE: What, Why & Its Market Potential Contributors: Gautam Chanda, Cisco Systems Yinglin (Frank) Yang, CommScope, Inc. November 2010 1 P a g e Table of Contents Executive Summary...3 Introduction: The

More information

Announcements / Wireless Networks and Applications Lecture 9: Wireless LANs Wireless. Regular Ethernet CSMA/CD.

Announcements / Wireless Networks and Applications Lecture 9: Wireless LANs Wireless. Regular Ethernet CSMA/CD. Announcements 18-452/18-750 Wireless Networks and Applications Lecture 9: Wireless LANs 802.11 Wireless Peter Steenkiste Homework 1 should be out by tomorrow Project 1 by Friday Schedule:» Thursday lecture

More information

Enhanced Mobile IP Protocol

Enhanced Mobile IP Protocol Enhanced Mobile IP Protocol Baher Esmat, Mikhail N. Mikhail, Amr El Kadi Department of Computer Science, The American University in Cairo, Cairo, Egypt {besmat, mikhail, elkadi}@aucegypt.edu Abstract.

More information

Summary of MAC protocols

Summary of MAC protocols Summary of MAC protocols What do you do with a shared media? Channel Partitioning, by time, frequency or code Time Division, Code Division, Frequency Division Random partitioning (dynamic) ALOHA, S-ALOHA,

More information

Types of Computer Networks. ICS 614: Computer Networks Concepts and Principles 11

Types of Computer Networks. ICS 614: Computer Networks Concepts and Principles 11 Types of Computer Networks ICS 614: Computer Networks Concepts and Principles 11 Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple as a single

More information

Networks. Unit 5 Terminology Study Assignment Review Computer Technology. S3 Obj 2

Networks. Unit 5 Terminology Study Assignment Review Computer Technology. S3 Obj 2 Networks Unit 5 Terminology Study Assignment Review Computer Technology S3 Obj 2 Network A computer network, or simply a network, is a collection of computers and other hardware components interconnected

More information

CONNECTING TO THE COLLEGE NETWORK. Connecting to the College Network

CONNECTING TO THE COLLEGE NETWORK. Connecting to the College Network CONNECTING TO THE COLLEGE NETWORK Document Id Sponsor Laura Gibbs Author Nigel Rata Date May 2014 Version Control Log Version Date Change 1.0 25/05/10 Initial draft for review 1.1 6/10/10 Updated 1.2 15/05/2014

More information

Eligible Services Service Provider Training. June 20, 2016 Los Angeles June 30, 2016 Atlanta

Eligible Services Service Provider Training. June 20, 2016 Los Angeles June 30, 2016 Atlanta 2016 Service Provider Training Eligible Services June 20, 2016 Los Angeles June 30, 2016 Atlanta Agenda Today we ll talk about: Eligible Services List (ESL) Category One Broadband Voice Services Miscellaneous

More information

Chapter 3. Underlying Technology. TCP/IP Protocol Suite 1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Chapter 3. Underlying Technology. TCP/IP Protocol Suite 1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 3 Underlying Technology TCP/IP Protocol Suite 1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. OBJECTIVES: To briefly discuss the technology of dominant

More information

NCIT*net 2 General Information

NCIT*net 2 General Information NCIT*net 2 General Information NCIT*net 2 An Introduction A component of NCCT research team activities is the development of a next generation network to promote the interaction of architecture, technologies,

More information

Module 15: Network Structures

Module 15: Network Structures Module 15: Network Structures Background Topology Network Types Communication Communication Protocol Robustness Design Strategies 15.1 A Distributed System 15.2 Motivation Resource sharing sharing and

More information

CCNA Routing and Switching Courses. Scope and Sequence. Target Audience. Curriculum Overview. Last updated November 2, 2016

CCNA Routing and Switching Courses. Scope and Sequence. Target Audience. Curriculum Overview. Last updated November 2, 2016 CCNA Routing and Switching Scope and Sequence Last updated November 2, 2016 Target Audience The Cisco CCNA Routing and Switching curriculum is designed for Cisco Networking Academy students who are seeking

More information

Local Area Network(LAN)

Local Area Network(LAN) Local Area Network(LAN) A local area network (LAN) is a computer network that interconnects computers within a limited area. Example: a residence, school, laboratory, university campus,office building

More information

LANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs, connecting devices are needed.

LANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs, connecting devices are needed. LAN interconnecting devices INTRODUCTION LANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs, connecting devices are needed. Connecting devices

More information

MILLENNIUM PROJECT PROPOSAL

MILLENNIUM PROJECT PROPOSAL MILLENNIUM PROJECT PROPOSAL WANDERING VALLEY COMMUNITY COLLEGE Network Administrators: Ciprich, Mora, & Saidi ISM 6231 Fall 2000 Dr. Judy Wynekoop MILLENNIUM PROJECT PROPOSAL TABLE OF CONTENTS BACKGROUND

More information

Adaptive Internet Data Centers

Adaptive Internet Data Centers Abstract Adaptive Internet Data Centers Jerome Rolia, Sharad Singhal, Richard Friedrich Hewlett Packard Labs, Palo Alto, CA, USA {jar sharad richf}@hpl.hp.com Trends in Internet infrastructure indicate

More information

SCHEDULING AND LOAD SHARING IN MOBILE COMPUTING USING TICKETS

SCHEDULING AND LOAD SHARING IN MOBILE COMPUTING USING TICKETS Baskiyar, S. and Meghanathan, N., Scheduling and load balancing in mobile computing using tickets, Proc. 39th SE-ACM Conference, Athens, GA, 2001. SCHEDULING AND LOAD SHARING IN MOBILE COMPUTING USING

More information

Wireless technology Principles of Security

Wireless technology Principles of Security Wireless technology Principles of Security 1 Wireless technologies 2 Overview This module provides an introduction to the rapidly evolving technology of wireless LANs (WLANs). WLANs redefine the way the

More information

CSE 535 Mobile Computing. An Overview of Mobile Computing: Part I Motivation and Challenges

CSE 535 Mobile Computing. An Overview of Mobile Computing: Part I Motivation and Challenges CSE 535 Mobile Computing An Overview of Mobile Computing: Part I Motivation and Challenges Georgios Varsamopoulos School of Computing and Informatics Arizona State University 2 Mobile Computing The need

More information

Guide to Wireless Communications, Third Edition. Objectives

Guide to Wireless Communications, Third Edition. Objectives Guide to Wireless Communications, Third Edition Chapter 7 Low-Speed Wireless Local Area Networks Objectives Describe how WLANs are used List the components and modes of a WLAN Describe how an RF WLAN works

More information

Wireless# Guide to Wireless Communications. Objectives

Wireless# Guide to Wireless Communications. Objectives Wireless# Guide to Wireless Communications Chapter 7 Low-Speed Wireless Local Area Networks Objectives Describe how WLANs are used List the components and modes of a WLAN Describe how an RF WLAN works

More information

OPNET based Performance Evaluation of WIMAX Network with WIMAX Management using Different QoS

OPNET based Performance Evaluation of WIMAX Network with WIMAX Management using Different QoS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 6, June 2014, pg.862

More information

Computer Networks. Computer Networks. Telecommunication Links. CMPUT101 Introduction to Computing - Spring Chapter 12: Computer Networks 1

Computer Networks. Computer Networks. Telecommunication Links. CMPUT101 Introduction to Computing - Spring Chapter 12: Computer Networks 1 Computer Networks Chapter 12 Topics: Communication links LAN / WAN Internet / WWW CMPUT101 Introduction to Computing (c) Yngvi Bjornsson 1 Computer Networks A computer network is a set of independent computer

More information

E-rate Program Applicant Training. Eligible Services. September November Universal Service Administrative Company. All rights reserved.

E-rate Program Applicant Training. Eligible Services. September November Universal Service Administrative Company. All rights reserved. E-rate Program Applicant Training Eligible Services September November 2016 Overview FY2017 Eligible Services List (ESL) Category One Broadband Voice Services Category Two Internal Connections Managed

More information

Introduction. High Speed LANs. Emergence of High-Speed LANs. Characteristics of High Speed LANS. Text ch. 6, High-Speed Networks and

Introduction. High Speed LANs. Emergence of High-Speed LANs. Characteristics of High Speed LANS. Text ch. 6, High-Speed Networks and High Speed LANs 3BA33 David Lewis 2 nd Semester 2006-07 3BA33 D.Lewis 2007 1 Characteristics of High Speed LANS 3BA33 D.Lewis 2007 3 Introduction Fast Ethernet and Gigabit Ethernet Fibre Channel High-speed

More information

High Level View. EE 122: Ethernet and Random Access protocols. Medium Access Protocols

High Level View. EE 122: Ethernet and Random Access protocols. Medium Access Protocols High Level View EE 122: Ethernet and 802.11 Ion Stoica September 18, 2002 Goal: share a communication medium among multiple hosts connected to it Problem: arbitrate between connected hosts Solution goals:

More information

Brown County Virtualization Project

Brown County Virtualization Project Brown County Virtualization Project By Nicholas Duncanson Submitted to the Faculty of the Information Technology Program in Partial Fulfillment of the Requirements for the Degree of Bachelor of Science

More information

Wireless and Mobile Networks Reading: Sections 2.8 and 4.2.5

Wireless and Mobile Networks Reading: Sections 2.8 and 4.2.5 Wireless and Mobile Networks Reading: Sections 2.8 and 4.2.5 Acknowledgments: Lecture slides are from Computer networks course thought by Jennifer Rexford at Princeton University. When slides are obtained

More information

ENSC 340 Proposal: The idac (Digtal Audio Cassette)

ENSC 340 Proposal: The idac (Digtal Audio Cassette) Digital Audio Evolution ENSC 340 Proposal: The idac (Digtal Audio Cassette) Submitted By Contact Submitted To Digital Audio Evolution Paul Gurney, Bill England, Scott Wakelin, Michael Hutchison Paul Gurney

More information

Networking for a dynamic infrastructure: getting it right.

Networking for a dynamic infrastructure: getting it right. IBM Global Technology Services Networking for a dynamic infrastructure: getting it right. A guide for realizing the full potential of virtualization June 2009 Executive summary June 2009 Networking for

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 10 Networking Essentials Objectives Learn about hardware devices used for networking Learn about the different types of networks

More information

Handover Management for Mobile Nodes in IPv6 Networks

Handover Management for Mobile Nodes in IPv6 Networks TECHNOLOGY ADVANCES FOR 3G AND BEYOND Handover Management for Mobile Nodes in IPv6 Networks Nicolas Montavont and Thomas Noël LSIIT Louis Pasteur University CNRS, Strasbourg ABSTRACT In this article we

More information

Introduction to Networks

Introduction to Networks Introduction to Networks CAN1103 Slide Set 1 Rishi Heerasing SOBISE 1 Learning Objectives Define and identify the different types of networks Describe the history of LANs and WANs Discuss LAN and WAN integration,

More information

Computers Are Your Future Eleventh Edition Chapter 7: Networks: Communicating & Sharing Resources

Computers Are Your Future Eleventh Edition Chapter 7: Networks: Communicating & Sharing Resources Computers Are Your Future Eleventh Edition Chapter 7: Networks: Communicating & Sharing Resources Copyright 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 All rights reserved. No part of this

More information

Module 16: Distributed System Structures. Operating System Concepts 8 th Edition,

Module 16: Distributed System Structures. Operating System Concepts 8 th Edition, Module 16: Distributed System Structures, Silberschatz, Galvin and Gagne 2009 Chapter 16: Distributed System Structures Motivation Types of Network-Based Operating Systems Network Structure Network Topology

More information

Activation of Home Automation System via Mobile Technology

Activation of Home Automation System via Mobile Technology Activation of Home Automation System via Mobile Technology M J Van Der Werff 1 W L Xu 2 X Gui 3 1 Institute of Technology and Engineering College of Sciences, Massey University Palmerston North, New Zealand.

More information

A WAY TO ACCESS WIRELESS NETWORK

A WAY TO ACCESS WIRELESS NETWORK A WAY TO ACCESS WIRELESS NETWORK Shreya, Varun Gupta, Amrita Kumari, Shashank Sharma Electrical & Electronics Department, Dronacharya Group of Institutions, Greater Noida, (India) Computer and science

More information

An Efficient DECT-Mobile IP Interworking for Mobile Computing

An Efficient DECT-Mobile IP Interworking for Mobile Computing An Efficient DECT-Mobile IP Interworking for Mobile Computing Anthony Lo *, Winston Seah * and Edwin Schreuder + * Centre for Wireless Communications 1, National University of Singapore, 20 Science Park

More information

Data Communication. Introduction of Communication. Data Communication. Elements of Data Communication (Communication Model)

Data Communication. Introduction of Communication. Data Communication. Elements of Data Communication (Communication Model) Data Communication Introduction of Communication The need to communicate is part of man s inherent being. Since the beginning of time the human race has communicated using different techniques and methods.

More information

Takashi Shono, Ph.D. Intel 5G Tokyo Bay Summit 2017

Takashi Shono, Ph.D. Intel 5G Tokyo Bay Summit 2017 Takashi Shono, Ph.D. Intel Corporation @ 5G Tokyo Bay Summit 2017 Legal disclaimers Intel technologies features and benefits depend on system configuration and may require enabled hardware, software or

More information

High Data Rate Fully Flexible SDR Modem

High Data Rate Fully Flexible SDR Modem High Data Rate Fully Flexible SDR Modem Advanced configurable architecture & development methodology KASPERSKI F., PIERRELEE O., DOTTO F., SARLOTTE M. THALES Communication 160 bd de Valmy, 92704 Colombes,

More information

Changing the Voice of

Changing the Voice of Changing the Voice of Telecommunications Level 3 Solutions for Voice Service Providers Competitive: It is a word you know well. As a voice services provider, you face a unique set of challenges that originate

More information

Medium Access Protocols

Medium Access Protocols Medium Access Protocols Summary of MAC protocols What do you do with a shared media? Channel Partitioning, by time, frequency or code Time Division,Code Division, Frequency Division Random partitioning

More information

EE 122: Ethernet and

EE 122: Ethernet and EE 122: Ethernet and 802.11 Ion Stoica September 18, 2002 (* this talk is based in part on the on-line slides of J. Kurose & K. Rose) High Level View Goal: share a communication medium among multiple hosts

More information

Module 16: Distributed System Structures

Module 16: Distributed System Structures Chapter 16: Distributed System Structures Module 16: Distributed System Structures Motivation Types of Network-Based Operating Systems Network Structure Network Topology Communication Structure Communication

More information

2. LAN Topologies Gilbert Ndjatou Page 1

2. LAN Topologies Gilbert Ndjatou Page 1 2. LAN Topologies Two basic categories of network topologies exist, physical topologies and logical topologies. The physical topology of a network is the cabling layout used to link devices. This refers

More information

ENJOY THE FREEDOM OF WIRELESS NETWORKING

ENJOY THE FREEDOM OF WIRELESS NETWORKING ENJOY THE FREEDOM OF WIRELESS NETWORKING Chances are there s a need for wireless in your enterprise network. Our user community includes town administration, Consider this... Today, wireless networking

More information

SMART Questionnaire. Fields marked with * are mandatory. Introduction

SMART Questionnaire. Fields marked with * are mandatory. Introduction SMART Questionnaire Fields marked with are mandatory. Introduction Dear Sir or Madam, We have been tasked by the European Commission's DG CONNECT to gain a detailed understanding of the different measurement

More information

Darshan Institute of Engineering & Technology for Diploma Studies

Darshan Institute of Engineering & Technology for Diploma Studies 1. Explain different network devices in detail. Or Explain NIC (Network Interface Card) in detail. Network interface cards are add on cards as hardware cards on the motherboard. This is additional hardware

More information

NETWORKING COMPONENTS

NETWORKING COMPONENTS 1) OBJECTIVES NETWORKING COMPONENTS The objectives of this chapter are to familiarize with the following: - i) The LAN components ii) iii) iv) Repeater Hub Bridge v) Router vi) Gateway 2) INTRODUCTION

More information

Computer Networking Background

Computer Networking Background Computer Networking Background Yanmin Zhu Department of Computer Science and Engineering Shanghai Jiao Tong University Computer Networking: A Top Down Approach, 4 th edition. Jim Kurose, Keith Ross Addison-Wesley

More information

Home Networking - a Service Provider and DSL Forum Perspective. David Thorne June 28th, 2006

Home Networking - a Service Provider and DSL Forum Perspective. David Thorne June 28th, 2006 Home Networking - a Service Provider and DSL Forum Perspective David Thorne June 28th, 2006 Outline A SP View of the Home Network What SPs want from the Home Network What SPs do not want from the Home

More information

Pervasive and Mobile Computing. Dr. Atiq Ahmed. Introduction Network Definitions Network Technologies Network Functions 1/38

Pervasive and Mobile Computing. Dr. Atiq Ahmed. Introduction Network Definitions Network Technologies Network Functions 1/38 Department of Computer Science & Information Technology University of Balochistan Course Objectives To discuss the fundamental problems in the emerging area of mobile and pervasive computing, along with

More information

54M Wireless LAN Module User s Manual

54M Wireless LAN Module User s Manual 54M Wireless LAN Module User s Manual Rev Draft Federal Communication Commission Interference Statement This equipment has been tested and found to comply with the limits for a Class B digital device,

More information

C H A P T E R Overview Cisco Aironet Wireless LAN Client Adapters Installation and Configuration Guide for Mac OS OL

C H A P T E R Overview Cisco Aironet Wireless LAN Client Adapters Installation and Configuration Guide for Mac OS OL CHAPTER 1 This chapter describes the Cisco Aironet Wireless LAN Adapters, also referred to as client adapters, and illustrates their role in a wireless network. The following topics are covered in this

More information

Building a simple network, part 1

Building a simple network, part 1 Building a simple network, part 1 Brien M. Posey Nov 26, 1999 What it s all about Planning and building your simple network. What you take away An overview of the essential components that make up a simple

More information

1. What is a Computer Network? interconnected collection of autonomous computers connected by a communication technology

1. What is a Computer Network? interconnected collection of autonomous computers connected by a communication technology Review Questions for exam Preparation (22-07-2017) 1. What is a Computer Network? interconnected collection of autonomous computers connected by a communication technology 2. What is the Internet? "network

More information

Feature. What exactly is WLAN? More reading:

Feature. What exactly is WLAN? More reading: The WLAN Roadmap Wireless Local Area Networking (WLAN) is a simple concept, but one that entails a wide, sometimes confusing, variety of standards, implementations, and future plans for development. This

More information

Communication Networks - 3 general areas: data communications, networking, protocols

Communication Networks - 3 general areas: data communications, networking, protocols Communication Networks - Overview CSE 3213 Fall 2011 1 7 September 2011 Course Content 3 general areas: data communications, networking, protocols 1. Data communications: basic concepts of digital communications

More information