WIRELESS LANs: THE DECT APPROACH

Size: px
Start display at page:

Download "WIRELESS LANs: THE DECT APPROACH"

Transcription

1 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 Fax: Abstract: This paper deals with the design and implementation of a wireless Local Area Network (LAN), called DECT LAN, providing access to a backbone wired Ethernet network. Digital Enhanced Cordless Telecommunications (DECT) standard provides only the radio interface between mobile devices and Ethernet via a base station. The DECT protocol is implemented as a combination of hardware and software components embedded in a Network Interface Card (NIC) driven by a microprocessor. The NIC is conformed to the computer industry-standard interface, i.e., PCMCIA and PCI for the mobile device and base station, respectively. The software components of the DECT protocol are designed and implemented using SDL (System Description Language). An SDL specification facilitates simulation, validation and automatic code generation using SDL support-tools, which reduces development time. Finally, some applications of DECT LAN are also described. 1. Introduction Wired Local Area Networks (LANs) have been widely used and implemented in office and industrial environments throughout the world. A large volume of information is stored on servers attached to the LANs and is growing at an accelerated pace. With the increasing number of portable devices such as Personal Digital Assistants (PDAs), or notebook Personal Computers (PCs), there is a need of accessing the information servers by these portable devices. In addition, there is also a need to extend networks quickly and flexibly as organizations expand. Wireless technologies are promised to deliver a cost-effective solution of connecting the portable devices to existing LANs without wiring and rewiring of buildings and at the same time support mobility. The European Telecommunication Standards Institute (ETSI) has standardized the Digital Enhanced Cordless Telecommunications (DECT) [1] for accessing existing wired LANs using radio frequencies in the GHz range. The DECT standard does not only define the interface to wired LANs, but it also defined interfaces to many different voice and data networks such as PSTN, ISDN, GSM, PBXs, and X.25. As such, DECT is not a network, but a network access technology [2]. Within the framework of DECT, both voice and data services can be offered over the same infrastructure. On the other hand, the wireless LAN standard developed by IEEE, [3], was specifically designed for data applications. For data services, DECT is a scalable technology; it supports variable data rates from 24kb/s up to 552kb/s by the use of multiple timeslots for transmission in the same direction, i.e., asymmetric transmission. The paper describes the hardware and software implementation of a DECT wireless LAN prototype, called DECT LAN, which interworks to a wired backbone Ethernet LAN [4]. Finally, some applications of DECT LAN are presented. 2. DECT LAN Architecture Overview The DECT LAN architecture is shown in Figure 1 with the Ethernet as the backbone network. This architecture is conformed to the reference configuration, interworking with Ethernet LAN, described in the annex of Data Services Profile (DSP) A/B [5]. This profile specifies a packetoriented and error-corrected protocol optimized for high-speed and low latency with bursty data. It supports both symmetric and asymmetric data

2 Mobile Terminal Fixed Host Application Application TCP TCP IP Base Station IP IWU CSMA/CD IEEE CSMA/CD IEEE PHY Air Interface PHY PHY Ethernet LAN PHY Figure 1: Overview of DECT LAN Protocol Stack transfer by combining multiple time slots to achieve higher unidirectional data rates. The Base Station (BS) is configured as a LAN bridge. On one side, the BS is connected to the DECT air interface, and to the Ethernet on the other side. The Interworking Unit (IWU) of the BS is responsible for translating data link layer frame formats between the two networks, i.e., converting frame formats from DECT to CSMA/CD (IEEE 802.3) and vice-versa. In addition, it provides buffering mechanisms because Ethernet runs at a faster speed compared to DECT. The Mobile Terminal (MT) is the end user that contains the DECT protocol, the TCP/IP protocol suite and application programs (e.g., netscape, ftp, etc.). An IWU also exists in the MT (not shown) which is responsible for mapping IP service requests to service primitives and vice-versa. The communication between IP and IWU is through the PC bus (formerly, PCMCIA). The DECT protocol consists of three layers 1 : Physical, Medium Access Control (), and Data Link Control (). The Physical layer is responsible for segmenting the radio transmission medium into physical channels using a Time Division Multiple Access (TDMA) scheme. Ten carriers are allocated in the frequency band GHz. Each carrier contains a TDMA frame of 24 time slots, which 1 Note that, the Network layer is defined in the DECT standard [1], but is not required in wireless LAN applications. See [4] for more details. normally provide 12 duplex channels, i.e., 12 slots for sending and 12 for receiving. The layer is responsible for effective allocation of physical resources and for multiplexing user and signalling data on to a physical channel. It uses the multi-bearer provision to time slots to achieve higher data rates. For instance, a data rate of 552 kb/s is attainable by combining 23 slots in a unidirectional data transfer. The Data Link Control () provides flow control, frame sequencing, and segmenting and reassembly of IP packets. 3. The DECT LAN Design and Implementation The DECT, and Physical layer [1] are implemented as a combination of software and hardware components embedded in a wireless Network Interface Card (NIC). One side of the wireless NIC connects to the computer s internal bus. The other side acts as the interface to the transmission medium. The following subsections describe the design and implementation of the wireless NIC for the mobile terminal and the base station. 3.1 DECT LAN Mobile Terminal The mobile terminal consists of a portable computer (such as a notebook PC running Windows 95) and a wireless NIC with PC bus interface. The wireless NIC is designed using a 16-bit microprocessor which controls the NIC as

3 P D C R M I C V I E A R PCMCIA Bus depicted in Figure 2. The DECT processor provides a complete implementation of the DECT Physical layer, and a partial implementation of the layer. The DECT processor interfaces to the 1.152Mbps radio link. The NIC card is equipped with 128 KB and 256 KB of RAM and, respectively. 3.2 DECT LAN Base Station The base station comprises an Intel-x86 PC, a wireless NIC, and an Ethernet NIC that interfaces to the Ethernet LAN. Figure 3 shows the block diagram of the wireless NIC. The design of the wireless NIC is similar to the mobile NIC except the base station NIC interfaces to the PCI bus. Data flowing in and out of the NIC is managed by the PCI controller. 3.3 DECT LAN Protocol Software The DECT Physical layer and partial layer P D RAM 128KB µprocessor 256KB Bus DECT Processor Figure 2: Block Diagram of the Mobile Wireless NIC RF Interface are implemented in hardware (i.e., DECT Processor), while the rest of the layer and the layer are implemented in software. The strategy used in the software development is based on a standardized formal description language, SDL (System Description Language) [6]. Formal description techniques improve the correctness of specifications by avoiding ambiguities, and through formal verification and simulation using support tools. In addition, formal specifications allow automatic code generation, which significantly reduces the time required to produce protocol implementations compared to the traditional coding technique. The SDL supporting tool-set used in the software development was the Telelogic SDT (SDL Design Tool) [7]. The software development strategy adopted is illustrated in Figure 4, which is a three-step process: 1. Formal specification in SDL; 2. Simulation and validation; and 3. Automatic code generation. In step 1, an SDL formal specification of the DECT and is developed. The specification is derived from DSP A/B [5]. Each C R 2KB RAM 128KB 256KB I I Bus V E R PCI Controller µprocessor DECT Processor RF Interface PCI Interface PCI Bus Figure 3: Block Diagram of the Base Station Wireless NIC

4 Traditional Coding ETSI DECT Standard:, SDL Specification Manual Refinement (Step 1) Simulation & Validation (Step 2) simulation. Testing by simulating the specification helps the protocol implementor to locate logical errors. The external behaviour is examined by sending signals from the environment to the SDL system and then observing the resulting output. The internal behaviour is also examined by checking active processes, current variable values, signal parameter values, etc. The SDT Validator is employed to detect any abnormal behaviour in the specification, i.e., deadlocks, signal race conditions, and data processing errors. C Code Generator C Code (Step 3) Figure 4: Protocol Software Development Process of the and protocol entity is modelled as a block specification in SDL. An SDL block in turn consists of a number of processes (extended finite state machines) which specify the behaviour of the protocol entity. For example, the block comprises three processes. A process consists of a number of states and a number of transitions connecting the states. A transition is initiated by a signal (message) sent by the process itself or an external process via logical communication channels, signal routes. In step 2, the SDL specification is simulated and validated. The SDT Simulator is used to perform Real Time Operating System (RTOS) Run Time Library (System Dependent) System independent Figure 5: DECT LAN Implementation Environment Once the specification has been thoroughly validated, the specification is translated into C- code using the SDT C-code generator (step3). The generated C-code is then compiled and linked with the SDL run time library to produce an executable program on the target system which is running a Real Time Operating System (RTOS), see Figure 5. Unlike the generated C- code, the run time library is hand-coded and includes functions that are system dependent. The functions are as follows: Memory management; Timer management; Communications management; and Interrupt handling management. 4. DECT LAN Applications in On The Move The Advanced Communications Technologies and Services (ACTS) AC034 On The Move project [8-10] is in the process of developing a Mobile Applications Support Environment (MASE) based on Universal Mobile Telecommunications System (UMTS). MASE supports multimedia applications over different types of mobile terminals and heterogeneous networks (see Figure 4). An important service of the MASE is Quality Of Service (QoS) negotiations (e.g., dynamic bandwidth adaptation). The variable bandwidth capability of DECT LAN allows the user to control and vary bandwidths, and tests the dynamic bandwidth QoS. In addition, MASE also supports roaming between networks which DECT LAN can be used, e.g., GSM and DECT.

5 Applications Hotel Guide & Navigator Video Conference Newspaper Personal World Wide Web Mobile Application Programming Interface Mobile Application Support Environment (MASE) UMTS Networks B-ISDN DECTLAN GSM UMTS Figure 6: On The Move s Mobile Application Support Environment 5. Conclusions and Future Work In this paper, we have presented the design and implementation of a DECT wireless LAN prototype with multi-slot capabilities. Presently, the prototype can support symmetric data transfer up to a maximum of 264 kbit/s (11 slots) in each direction. This is very useful to the multimedia applications and testing of the MASE services developed in the OnTheMove project. In the next phase, the DECT LAN prototype will be improved to support asymmetric data transfer with variable data rates up to a maximum of 552 kbits/s (23 slots) and 24 kbits/s (1 slot) in the opposite direction. To provide multimedia applications, the DECT LAN system will be extended to support Generic Access Profile (GAP) [11] using the same infrastructure. Acknowledgements This research work was supported by grants from the National Science and Technology Board (NSTB) of Singapore. The author would like to thank his colleagues for their helpful and constructive comments. The author would also like to acknowledge the support of Wind River Systems, Inc. and Telelogic AB. References 2. A. Elberse, DECT for Multimedia, DECT 97 Conference, London, UK, IEEE: Wireless LAN Medium Access Control () and Physical Layer (PHY) Specifications, Draft Std , D3.1, J. E. Goldman, Local Area Networks, John Wiley & Sons, ETSI: Digital European Cordless Telecommunications (DECT): Data Services Profile (DSP); Base Standard including interworking to connectionless networks (service type A & B, Class1), ITU-T: Specification and Description Language, Z.100, SDT 3.1: Telelogic, SDT User s Manual, Telelogic AB, E. Geulen, et al., Client/Server Architectures for Mobile Users: The ACTS On The Move Project, ACTS Mobile Communications Submit, Granada, Spain, T. Kassing, et al., OnTheMove Field Trials (Testbeds and Results), In Proc. ACTS Mobile Communications Submit, Granada, Spain, J. Harmer, The OnTheMove Project, MoMuC-3, ETSI: Digital European Cordless Telecommunications (DECT); Generic Access Profile (GAP), ETS , ETSI: Digital European Cordless Telecommunications (DECT); Common Interface (CI); Part 1 to 9, ETS to ETS , 1996.

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

INTERACTION CHANNEL THROUGH THE DIGITAL ENHANCED CORDLESS TELECOMMUNICATIONS (DECT)

INTERACTION CHANNEL THROUGH THE DIGITAL ENHANCED CORDLESS TELECOMMUNICATIONS (DECT) INTERACTION CHANNEL THROUGH THE DIGITAL ENHANCED CORDLESS TELECOMMUNICATIONS (DECT) DVB Document A030 March 1998 Reproduction of the document in whole or in part without prior permission of the DVB Project

More information

Dominique Carrega, Emmanuel Fournier, Hervé Muyal (Tecsi).

Dominique Carrega, Emmanuel Fournier, Hervé Muyal (Tecsi). Project Number: Project Title: Deliverable Type: (K/N)* AC343 MOVE K CEC Deliverable Number: AC343 / TEC / WP1 / DS / K / 1 / Contractual Date of Delivery to the CEC: July 1998 Actual Date of Delivery

More information

ALL SAINTS COLLEGE OF TECHNOLOGY, BHOPAL

ALL SAINTS COLLEGE OF TECHNOLOGY, BHOPAL BLUETOOTH Amita Tiwari IIIrd Semester amitaasct@gmail.com Sunil Kumar IIIrd Semester sunilasct@gmail.com ALL SAINTS COLLEGE OF TECHNOLOGY, BHOPAL ABSTRACT Blue tooth is a standard developed by a group

More information

Bikash Sadhukhan. M.Tech(CSE) Lecturer. Dept of CSE/IT Techno India College of Technology

Bikash Sadhukhan. M.Tech(CSE) Lecturer. Dept of CSE/IT Techno India College of Technology Bikash Sadhukhan. M.Tech(CSE) Lecturer. Dept of CSE/IT Techno India College of Technology Mobile Communication Entails transmission of data to and from handheld devices Two or more communicating devices

More information

Mobile Systems Challenges in Next Generation Networks

Mobile Systems Challenges in Next Generation Networks International Journal of Future Generation Communication and Networking 15 Mobile Systems Challenges in Next Generation Networks Seyed Ali Alavian, Jahangir Dadkhah Chimeh Faculty of Applied Science of

More information

UMTS Services. Part I: Basics Bearer services and teleservices Supplementary services Multimedia services QoS architecture

UMTS Services. Part I: Basics Bearer services and teleservices Supplementary services Multimedia services QoS architecture UMTS Services Part I: Basics Bearer services and teleservices Supplementary services Multimedia services QoS architecture References Kaaranen, et al, Ch. 7 Walke, et al, ch. 10 3GPP TS 22.101: service

More information

DECT in M2M communication

DECT in M2M communication DECT in M2M communication Wireless Factory SG#1, 21 st -22 nd October 2009 Andrea Lorelli andrea.lorelli@etsi.org ETSI 2009. All rights reserved DECT overview The Digital Enhanced Cordless Telecommunications

More information

Delivering Voice over IEEE WLAN Networks

Delivering Voice over IEEE WLAN Networks Delivering Voice over IEEE 802.11 WLAN Networks Al Petrick, Jim Zyren, Juan Figueroa Harris Semiconductor Palm Bay Florida Abstract The IEEE 802.11 wireless LAN standard was developed primarily for packet

More information

ETSI TS V3.1.0 ( )

ETSI TS V3.1.0 ( ) ETSI TS 122 034 V3.1.0 (2000-01) Technical Specification Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); High Speed Circuit Switched Data

More information

Chapter 10: Wireless Networking. School of information science and Engineering, SDU

Chapter 10: Wireless Networking. School of information science and Engineering, SDU Chapter 10: Wireless Networking School of information science and Engineering, SDU 10.1 Introduction to Wireless Networks Requirement to the networks: Provides ubiquitous personal communications; Accommodate

More information

ETSI EN V1.2.1 ( )

ETSI EN V1.2.1 ( ) EN 300 757 V1.2.1 (2001-01) European Standard (Telecommunications series) Digital Enhanced Cordless Telecommunications (DECT); Low Rate Messaging Service (LRMS) including Short Message Service (SMS) 2

More information

Advanced Mobile Computing and Networking - CS 560. Wireless Technologies. Bluetooth. Bluetooth. Bluetooth. Bluetooth 7/3/2014.

Advanced Mobile Computing and Networking - CS 560. Wireless Technologies. Bluetooth. Bluetooth. Bluetooth. Bluetooth 7/3/2014. Advanced Mobile Computing and Networking - CS 560 Assessment CA 40% - Assignment 20% - 2 Tests 10% each Exam 60% Wireless Technologies, Infrared Data Association (),, and Institute of Electrical and Electronic

More information

Draft EN V1.1.1 ( )

Draft EN V1.1.1 ( ) European Standard (Telecommunications series) Digital Enhanced Cordless Telecommunications (DECT); Data Services Profile (DSP); Point-to-Point Protocol () interworking for internet access and general multi-protocol

More information

Chapter 1: Introduction

Chapter 1: Introduction Outline Chapter 1: Introduction Jyh-Cheng Chen and Tao Zhang IP-Based Next-Generation Wireless Networks Published by John Wiley & Sons, Inc. January 2004 1.1 Evolution of Wireless Networks 1.2 Evolution

More information

Ch.16 - Wireless WAN System Architectures

Ch.16 - Wireless WAN System Architectures Ch.16 - Wireless WAN System Architectures 1 Wireless WAN 2 GSM via PSTN 3 GSM via ISDN 4 GPRS 5 Mobitex 6 CDPD 7 PPDC 8 UMTS 9 Future Systems 10 Systems Summary 1 11 Systems Summary 2 1 This section will

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

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

3GPP TS V ( )

3GPP TS V ( ) TS 23.202 V12.0.0 (2014-10) Technical Report 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Circuit switched data bearer services (Release 12) The present

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

INTRODUCTION TO GSM DATA SERVICES. ETI25111 Monday, April 3, 2017

INTRODUCTION TO GSM DATA SERVICES. ETI25111 Monday, April 3, 2017 INTRODUCTION TO GSM DATA SERVICES ETI25111 Monday, April 3, 2017 BASIC GSM SERVICES 1. Teleservices (a) Voice full-rate (13kbs) (b) Voice Half-rate (6.5 kbps) (c) SMS (up to 160 characters) (d) MMS (e)

More information

PCS. Reference. Wireless and Mobile Network Architectures Y-Bing Lin and Imrich Chlamtac Wiley Computer Publishing

PCS. Reference. Wireless and Mobile Network Architectures Y-Bing Lin and Imrich Chlamtac Wiley Computer Publishing PCS 1 Reference Wireless and Mobile Network Architectures Y-Bing Lin and Imrich Chlamtac Wiley Computer Publishing 2 Outlines Introduction PCS Architecture Cellular Telephony Cordless Telephony and Low-Tier

More information

ETSI TS V (201

ETSI TS V (201 TS 122 034 V13.0.0 (201 16-02) TECHNICAL SPECIFICATION Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); High Speed Circuit Switched Data (HSCSD);

More information

Architectures of Next Generation Wireless Networks. Pascal LORENZ.

Architectures of Next Generation Wireless Networks. Pascal LORENZ. Architectures of Next Generation Wireless Networks lorenz@ieee.org Internet is increasing exponentially: 2001: 180 million users today: more than 2 billions users Internet traffic and the bandwidth double

More information

CEN 538 Wireless LAN & MAN Networks

CEN 538 Wireless LAN & MAN Networks King Saud University College of Computer and Information Sciences Department of Computer Engineering CEN 538 Wireless LAN & MAN Networks Dr. Ridha OUNI rouni@ksu.edu.sa LMS web site References Text book

More information

EXPERIMENT N0: 06 AIM:TO DESIGN UMTS NETWORK USING OPNET MODELER APPARATUS: OPNET MODELER 14.0

EXPERIMENT N0: 06 AIM:TO DESIGN UMTS NETWORK USING OPNET MODELER APPARATUS: OPNET MODELER 14.0 EXPERIMENT N0: 06 AIM:TO DESIGN UMTS NETWORK USING OPNET MODELER APPARATUS: OPNET MODELER 14.0 THEORY:Universal Mobile Telecommunications System (UMTS) is a Third Generation (3G) wireless protocol that

More information

Objectives. Learn how computers are connected. Become familiar with different types of transmission media

Objectives. Learn how computers are connected. Become familiar with different types of transmission media Objectives Learn how computers are connected Become familiar with different types of transmission media Learn the differences between guided and unguided media Learn how protocols enable networking 2 Objectives

More information

COPYRIGHTED MATERIAL. Introduction. Harri Holma and Antti Toskala. 1.1 WCDMA in Third-Generation Systems

COPYRIGHTED MATERIAL. Introduction. Harri Holma and Antti Toskala. 1.1 WCDMA in Third-Generation Systems 1 Introduction Harri Holma and Antti Toskala 1.1 WCDMA in Third-Generation Systems Analog cellular systems are commonly referred to as first-generation systems. The digital systems, such as Global System

More information

Main Objectives and Design Problems in future High Data Rate Mobile Communications Systems

Main Objectives and Design Problems in future High Data Rate Mobile Communications Systems Main Objectives and Design Problems in future High Data Rate Mobile Communications Systems Christian Leier, Member IEEE Holzwickeder Str. 109a D-44309 Dortmund Germany Phone: +49 (231) 251383 Fax: +49

More information

ETSI EN V1.5.1 ( )

ETSI EN V1.5.1 ( ) EN 300 757 V1.5.1 (2004-09) European Standard (Telecommunications series) Digital Enhanced Cordless Telecommunications (DECT); Low Rate Messaging Service (LRMS) including Short Messaging Service (SMS)

More information

"OUT OF PRINT" F4i11 HEWLETT ~~PACKARD. HIPERLAN An Air Interface Designed for Multi-Media

OUT OF PRINT F4i11 HEWLETT ~~PACKARD. HIPERLAN An Air Interface Designed for Multi-Media "OUT OF PRINT" F4i11 HEWLETT ~~PACKARD HIPERLAN An Air Interface Designed for Multi-Media Timothy A. Wilkinson Networks and Communications Laboratory HP Laboratories Bristol HPL-95-47 May, 1995 HIPERLAN,

More information

Multimedia Environment for Mobiles (MEMO) - Interactive Multimedia Services to Portable and Mobile Terminals

Multimedia Environment for Mobiles (MEMO) - Interactive Multimedia Services to Portable and Mobile Terminals Multimedia Environment for Mobiles (MEMO) - Interactive Multimedia Services to Portable and Mobile Terminals Thomas Lauterbach* and Matthias Unbehaun Robert Bosch Multimedia-Systems GmbH & Co. KG, P.O.

More information

University of Agder Department of Information and Communication Technology EXAM

University of Agder Department of Information and Communication Technology EXAM University of Agder Department of Information and Communication Technology EXAM Course code: IKT 444 Course title: Mobile Communication Networks Date: Tuesday, 6 th December 2016 Duration: 09:00 13:00

More information

Wireless Communication

Wireless Communication Wireless Communication Hwajung Lee Key Reference: Prof. Jong-Moon Chung s Lecture Notes at Yonsei University Wireless Communications Bluetooth Wi-Fi Mobile Communications LTE LTE-Advanced Mobile Communications

More information

Learning Objectives. Introduction. Advantages of WLAN. Information Technology. Mobile Computing. Module: Wireless Local Area Network: IEEE 802.

Learning Objectives. Introduction. Advantages of WLAN. Information Technology. Mobile Computing. Module: Wireless Local Area Network: IEEE 802. Information Technology Mobile Computing Module: Wireless Local Area Network: IEEE 802.11 Learning Objectives Introduction to Wireless Local Area Network Advantages of WLAN Types of WLAN IEEE 802.11 standards

More information

Medium Access Control

Medium Access Control Medium Access Control All material copyright 1996-2009 J.F Kurose and K.W. Ross, All Rights Reserved 5: DataLink Layer 5-1 Link Layer Introduction and services Multiple access protocols Ethernet Wireless

More information

ETSI ETR 341 TECHNICAL December 1996 REPORT

ETSI ETR 341 TECHNICAL December 1996 REPORT ETSI ETR 341 TECHNICAL December 1996 REPORT Source: ETSI DECT Reference: DTR/RES-03058 ICS: 33.020 Key words: DECT, GSM, DSS1, ISDN Radio Equipment and Systems (RES); Digital Enhanced Cordless Telecommunications/

More information

Wireless Network Introduction

Wireless Network Introduction Wireless Network Introduction Module W.bas.1 Dr.M.Y.Wu@CSE Shanghai Jiaotong University Shanghai, China Dr.W.Shu@ECE University of New Mexico Albuquerque, NM, USA 1 Wireless network introduction W.bas.1-2

More information

UNIT II NETWORKING

UNIT II NETWORKING UNIT II INTRODUCTION TO WIRELESS NETWORKING Wireless Network The cellular telephone system is responsible for providing coverage throughout a particular area known as coverage region or market The interconnection

More information

CERT Technical Specification

CERT Technical Specification CERT Technical Specification Document Number: V 002 Revision: Issue 2 Date: 16/03/2018 Specification for DECT Cordless Telephones Handsets and Ancillary Equipment Telephone: + 216 70 835 000 Fax: + 216

More information

Networks 15.2 Multiplexing Technologies Access Networks 15.5 Common Peripheral Interfaces

Networks 15.2 Multiplexing Technologies Access Networks 15.5 Common Peripheral Interfaces Chapter 15 Computer and Multimedia Networks 15.11 Basics of Computer and Multimedia Networks 15.2 Multiplexing Technologies 15.3 LAN and WAN 15.4 Access Networks 15.5 Common Peripheral Interfaces 15.6

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

LTE : The Future of Mobile Broadband Technology

LTE : The Future of Mobile Broadband Technology LTE : The Future of Mobile Broadband Technology Erick Setiawan tukangbajaksawah@gmail.com 1 Become a necessity today, where the wireless broadband technology needed to meet increasing expectations in terms

More information

Multimedia Document Communications over Wireless Network

Multimedia Document Communications over Wireless Network Multimedia Document Communications over Wireless Network 1 Convergence of Mobile Services Personal computer Access to any data Internet Telecommunications Mobile Technology Ubiquitous Portable processing

More information

Integrating Euro-ISDN with ATM Technology : Interworking Mechanisms and Services Support

Integrating Euro-ISDN with ATM Technology : Interworking Mechanisms and Services Support Integrating Euro-ISDN with ATM Technology : Interworking Mechanisms and Services Support L. Mandalos [1], K. Leonidou [2], C. Andreopoulos [3], J. Drakos [4], S. Koubias [5], G. Papadopoulos [6] [1] Research

More information

ETSI TR V1.5.1 ( )

ETSI TR V1.5.1 ( ) TR 101 178 V1.5.1 (2005-02) Technical Report Digital Enhanced Cordless Telecommunications (DECT); A High Level Guide to the DECT Standardization 2 TR 101 178 V1.5.1 (2005-02) Reference RTR/DECT-000225

More information

VoIP Dictionary, Glossary and Terminology

VoIP Dictionary, Glossary and Terminology VoIP Dictionary, Glossary and Terminology The following provides a glossary of terms and definitions that are commonly used in VoIP Solutions. We hope this will provide a good reference for you during

More information

HIPERLAN/2 and a: A Comparative Study

HIPERLAN/2 and a: A Comparative Study HIPERLAN/2 and 802.11a: A Comparative Study PADMA BONDE Reader, Department of Computer Science Shri Vaishnav Institute of Technology and Science Indore, INDIA JAYESH BONDE Executive Engineer, Department

More information

The EU IST Project BRAIN/MIND

The EU IST Project BRAIN/MIND The EU IST Project BRAIN/MIND An IP solution for systems beyond 3G Dave Wisely BTexact Technologies MIND Technical Manager dave.wisely@bt.com ITU Seminar on IMT-2000 and systems beyond Ottawa, 28 th May

More information

ETSI Project BRAN Hiperlan Type 2 for IEEE 1394 Applications System Overview

ETSI Project BRAN Hiperlan Type 2 for IEEE 1394 Applications System Overview ETSI Project BRAN Hiperlan Type 2 for IEEE 1394 Applications System Overview Source : Jamshid Khun Jush (Ericsson) (THOMSON multimedia) 1 HIPERLAN/2 Standard A new standard developed by the ETSI Project

More information

Draft EN V1.2.1 ( )

Draft EN V1.2.1 ( ) European Standard (Telecommunications series) Digital Enhanced Cordless Telecommunications (DECT); Integrated Services Digital Network (ISDN); Attachment requirements for terminal equipment for DECT/ISDN

More information

TC32 presentation to ECMA General Assembly, Edinburgh, 22nd June 2000

TC32 presentation to ECMA General Assembly, Edinburgh, 22nd June 2000 TC32 presentation to ECMA General Assembly, Edinburgh, 22nd June 2000 John Elwell, Chairman ECMA TC32 Siemens Communications (International) Limited john.elwell@siemenscomms.co.uk ECMA/TC32/2000/103 ECMA/GA/2000/69

More information

GPRS and UMTS T

GPRS and UMTS T GPRS and UMTS T-110.2100 Global Packet Radio Service GPRS uses the time slots not used for circuit switched services Data rate depends on the availability of free time slots GPRS uses the multislot technique,

More information

Computer Networks. Andrew S. Tanenbaum

Computer Networks. Andrew S. Tanenbaum Computer Networks Third Edition Andrew S. Tanenbaum 1 ; l Vrije Universiteit Amsterdam, The Netherlands For book and bookstore information Prentice Hall PTR Upper Saddle River, New Jersey 07458 CONTENTS

More information

A Study on Systems Beyond IMT-2000 in Korea

A Study on Systems Beyond IMT-2000 in Korea A Study on Systems Beyond IMT-2000 in Korea May 28, 2002 Vice President Ki-Chul Han, Ph.D (kchan kchan@etri.re. @etri.re.kr kr) Mobile Telecommunication Research Laboratory Electronics and Telecommunciations

More information

Performance Analysis of Cell Switching Management Scheme in Wireless Packet Communications

Performance Analysis of Cell Switching Management Scheme in Wireless Packet Communications Performance Analysis of Cell Switching Management Scheme in Wireless Packet Communications Jongho Bang Sirin Tekinay Nirwan Ansari New Jersey Center for Wireless Telecommunications Department of Electrical

More information

LANCOM Techpaper IEEE n Indoor Performance

LANCOM Techpaper IEEE n Indoor Performance Introduction The standard IEEE 802.11n features a number of new mechanisms which significantly increase available bandwidths. The former wireless LAN standards based on 802.11a/g enable physical gross

More information

Questions & Answers SC14CVMDECTDEVKT

Questions & Answers SC14CVMDECTDEVKT SC14CVMDECTDEVKT Introduction This document contains questions and answers that are related to the SC14CVMDECT project and are relevant for customers (both Sales/Marketing and Engineers). The document

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 102 527-2 V1.1.1 (2007-06) Technical Specification Digital Enhanced Cordless Telecommunications (DECT); New Generation DECT; Part 2: Support of transparent IP packet data 2 TS 102 527-2 V1.1.1 (2007-06)

More information

The IEEE WirelessMAN Standard for Broadband Wireless Metropolitan Area Networks

The IEEE WirelessMAN Standard for Broadband Wireless Metropolitan Area Networks The IEEE WirelessMAN Standard for Broadband Wireless Metropolitan Area Networks ITU-APT Regional Seminar Busan, Republic of Korea 10 Sept 2004 Ken Stanwood CEO, Cygnus Multimedia Communications Vice-Chair,

More information

Wireless LAN Based GPRS Support Node

Wireless LAN Based GPRS Support Node Wireless LAN Based GPRS Support Node Vincent W.-S. Feng, Lin-Yi Wu, Yi-Bing Lin, and Whai-En Chen Department of Computer Science & Information Engineering National Chiao Tung University vincentfeng@itri.org.tw

More information

ETSI TS V1.2.1 ( )

ETSI TS V1.2.1 ( ) TS 101 871-2 V1.2.1 (2003-04) Technical Specification Digital Enhanced Cordless Telecommunications (DECT); Application Specific Access Profile (ASAP); DECT Multimedia Access Profile (DMAP); Profile requirement

More information

Session 4 Networks II

Session 4 Networks II 15.561 Information Technology Essentials Session 4 Networks II Copyright 2005 Thomas Malone, Chris Dellarocas Acknowledgments: Slides marked CD are adapted from Chris Dellarocas, U. Md.. Outline Network

More information

CABLE NETWORKS INTRODUCTION TO CABLE NETWORK TECHNOLOGIES AND PROTOCOLS

CABLE NETWORKS INTRODUCTION TO CABLE NETWORK TECHNOLOGIES AND PROTOCOLS CABLE NETWORKS INTRODUCTION TO CABLE NETWORK TECHNOLOGIES AND PROTOCOLS Peter R. Egli 1/15 Contents 1. Cable network architecture 2. Relevant cable network standards 3. DOCSIS 2/15 1. Cable Network architecture

More information

Initial PHY Layer System Proposal for Sub 11 GHz BWA

Initial PHY Layer System Proposal for Sub 11 GHz BWA Initial PHY Layer System Proposal for Sub 11 GHz BWA Document Number: 802.16.3p-00/40 Date Submitted: 2000-11-08 Source: Anader Benyamin-Seeyar Voice: (514) 822-2014 Harris Corporation Inc. Fax: (514)

More information

3GPP TS V9.0.0 ( )

3GPP TS V9.0.0 ( ) TS 25.426 V9.0.0 (2009-12) Technical Specification 3 rd Generation Partnership Project (); Technical Specification Group Radio Access Network; UTRAN Iur and Iub interface data transport & transport signalling

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION 1.1 Background Wireless Communications technology has developed rapidly in the recent past. Voice communications over cellular phones has become a significant feature of present

More information

Configure a Switch. LAN Switching and Wireless Chapter 2. Version Cisco Systems, Inc. All rights reserved.

Configure a Switch. LAN Switching and Wireless Chapter 2. Version Cisco Systems, Inc. All rights reserved. Configure a Switch LAN Switching and Wireless Chapter 2 Version 4.0 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Objectives Summarize the operation of Ethernet as defined for 100/1000 Mbps

More information

Resend in HiperLAN 2

Resend in HiperLAN 2 Contemporary Engineering Sciences, Vol. 5, 2012, no. 10, 481-491 Resend in HiperLAN 2 Faisal Rajeh Hashim Alshreef King Abdulaziz University fshareef64@yahoo.com Abstract The basic idea is to use the transmission

More information

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology CSC344 Wireless and Mobile Computing Department of Computer Science COMSATS Institute of Information Technology Wireless Local Area Networks (WLANs) Part II WiFi vs 802.11 IEEE 802.11 Features Hidden Node

More information

RECOMMENDATION ITU-R M Intelligent transport systems dedicated short range communications at 5.8 GHz

RECOMMENDATION ITU-R M Intelligent transport systems dedicated short range communications at 5.8 GHz Rec. ITU-R M.1453-2 1 RECOMMENDATION ITU-R M.1453-2 Intelligent transport systems dedicated short range communications at 5.8 GHz (Question ITU-R 205/8) (2000-2002-2005) Scope This Recommendation outlines

More information

Pilsung AB Taegyun A Fathur AB Afif A Hari A Gary A Dhika AB April AB Mulya AB Yusuf AB Anin A Rizka B Dion AB Siska AB Mirel AB Hani AB Airita AB Next Generation Network Soft Switch Long-Term Evolution

More information

COMPUTER AND DATA NETWORKS

COMPUTER AND DATA NETWORKS COMPUTER AND DATA NETWORKS (EE2.CDN, Spring 2003) Dr. Z. SUN University of Surrey Guildford Surrey GU2 5XH Tel: 01483 68 9493 Fax: 01483 68 6011 Email: Z.Sun@eim.surrey.ac.uk 1 Dr.Z.Sun SCHEDULE Week 1

More information

ETSI ETR 337 TECHNICAL January 1997 REPORT

ETSI ETR 337 TECHNICAL January 1997 REPORT ETSI ETR 337 TECHNICAL January 1997 REPORT Source: ETSI TC-NA Reference: DTR/NA-052110 ICS: 33.020 Key words: B-ISDN, ATM, DECT, UMTS, FPLMTS, mobility Broadband Integrated Services Digital Network (B-ISDN);

More information

Overview of Networks

Overview of Networks CMPT765/408 08-1 Overview of Networks Qianping Gu 1 Overview of Networks This note is mainly based on Chapters 1-2 of High Performance of Communication Networks by J. Walrand and P. Pravin, 2nd ed, and

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 102 115-2 V1.1.1 (2002-10) Technical Specification Broadband Radio Access Networks (BRAN); HIPERACCESS; Cell based Convergence Layer; Part 2: UNI Service Specific Convergence Sublayer (SSCS) 2 TS 102

More information

Unit 09 Computer Networks

Unit 09 Computer Networks Unit 09 Computer Networks Gain a knowledge about network devices. Discuss what network devices are required to create a basic network Draw a bespoke network drawing using Visio 2 In order to setup a network

More information

WiFi Networks: IEEE b Wireless LANs. Carey Williamson Department of Computer Science University of Calgary Winter 2018

WiFi Networks: IEEE b Wireless LANs. Carey Williamson Department of Computer Science University of Calgary Winter 2018 WiFi Networks: IEEE 802.11b Wireless LANs Carey Williamson Department of Computer Science University of Calgary Winter 2018 Background (1 of 2) In many respects, the IEEE 802.11b wireless LAN (WLAN) standard

More information

[A SHORT REPORT ON BLUETOOTH TECHNOLOGY]

[A SHORT REPORT ON BLUETOOTH TECHNOLOGY] 2011 [A SHORT REPORT ON BLUETOOTH TECHNOLOGY] By Ram Kumar Bhandari 1. Introduction Bluetooth Technology A Technical Report Bluetooth is a short-ranged wire-less communication technology implementing the

More information

Wireless LANs. The Protocol Stack The Physical Layer The MAC Sublayer Protocol The Frame Structure Services 802.

Wireless LANs. The Protocol Stack The Physical Layer The MAC Sublayer Protocol The Frame Structure Services 802. Wireless LANs The 802.11 Protocol Stack The 802.11 Physical Layer The 802.11 MAC Sublayer Protocol The 802.11 Frame Structure Services 56 802.11 The 802.11 Working Group The IEEE 802.11 was formed in July

More information

Lecture 4: Wireless MAC Overview. Hung-Yu Wei National Taiwan University

Lecture 4: Wireless MAC Overview. Hung-Yu Wei National Taiwan University Lecture 4: Wireless MAC Overview Hung-Yu Wei National Taiwan University Medium Access Control Topology 3 Simplex and Duplex 4 FDMA TDMA CDMA DSSS FHSS Multiple Access Methods Notice: CDMA and spread spectrum

More information

Wireless ATM - An Overview

Wireless ATM - An Overview Wireless ATM - An Overview Xinri Cong, cong@cis.ohio-state.edu Abstract This paper studies the concepts and architecture of Wireless ATM (WATM). Several key design issues are addressed. Other Reports on

More information

Chapter 2 The 3G Mobile Communications

Chapter 2 The 3G Mobile Communications Chapter 2 The 3G Mobile Communications 2.1 The Vision for Third Generation (3G) Mobile Communication Systems: The vision for the emerging mobile and personal communication services for the new century

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

e-pg Pathshala Quadrant 1 e-text

e-pg Pathshala Quadrant 1 e-text e-pg Pathshala Subject : Computer Science Module: Bluetooth Paper: Computer Networks Module No: CS/CN/37 Quadrant 1 e-text In our journey on networks, we are now exploring wireless networks. We looked

More information

Challenges of Global Roaming

Challenges of Global Roaming Challenges of Global Roaming Syed S. Husain WP1/SSG Chair Motorola, USA Systems Rio de Janeiro, Brazil 1 Outline Global roaming - Definition & Requirements Technical Areas of Concern Ongoing Standards

More information

6WINDGate. White Paper. Packet Processing Software for Wireless Infrastructure

6WINDGate. White Paper. Packet Processing Software for Wireless Infrastructure Packet Processing Software for Wireless Infrastructure Last Update: v1.0 - January 2011 Performance Challenges for Wireless Networks As advanced services proliferate and video consumes an ever-increasing

More information

An Improvement of TCP Downstream Between Heterogeneous Terminals in an Infrastructure Network

An Improvement of TCP Downstream Between Heterogeneous Terminals in an Infrastructure Network An Improvement of TCP Downstream Between Heterogeneous Terminals in an Infrastructure Network Yong-Hyun Kim, Ji-Hong Kim, Youn-Sik Hong, and Ki-Young Lee University of Incheon, 177 Dowha-dong Nam-gu, 402-749,

More information

Improving QoS of VoIP over Wireless Networks (IQ-VW)

Improving QoS of VoIP over Wireless Networks (IQ-VW) Improving QoS of VoIP over Wireless Networks (IQ-VW) Mona Habib & Nirmala Bulusu CS522 12/09/2002 1 Agenda Voice over IP (VoIP): Why? VoIP Protocols: H.323 and SIP Quality of Service (QoS) Wireless Networks

More information

Topics. Link Layer Services (more) Link Layer Services LECTURE 5 MULTIPLE ACCESS AND LOCAL AREA NETWORKS. flow control: error detection:

Topics. Link Layer Services (more) Link Layer Services LECTURE 5 MULTIPLE ACCESS AND LOCAL AREA NETWORKS. flow control: error detection: 1 Topics 2 LECTURE 5 MULTIPLE ACCESS AND LOCAL AREA NETWORKS Multiple access: CSMA/CD, CSMA/CA, token passing, channelization LAN: characteristics, i basic principles i Protocol architecture Topologies

More information

WIRELESS SYSTEM AND NETWORKING

WIRELESS SYSTEM AND NETWORKING LECTURE 6 WIRELESS SYSTEM AND NETWORKING References: Rappaport (Chapter 9 and 10) Bernhard (Chapter 3, 4 and 5) Garg (Chapter 8 and 9) Kaarenen (Chapter 1-5 and 9) WIRELESS EVOLUTION Japan Europe Americas

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

Lecture 8 Winter 2006 Enterprise and Personal Communications Networks

Lecture 8 Winter 2006 Enterprise and Personal Communications Networks Information Technology Lecture 8 Winter 2006 Enterprise and Personal Communications Networks 1 Objectives Identify the reasons that multiuser systems are used in business. Describe eight network service

More information

Final draft ETSI ES V1.1.1 ( )

Final draft ETSI ES V1.1.1 ( ) Final draft ES 202 314-9 V1.1.1 (2006-03) Standard Fixed network Multimedia Messaging Service (F-MMS); Part 9: Combined PSTN/ISDN and broadband access; Multimedia Message communication between a fixed

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 102 497 V1.1.1 (2005-10) Technical Specification Digital Enhanced Cordless Telecommunications (DECT); DECT in the 1 920 MHz to 1 930 MHz Unlicensed Personal Communications Services (UPCS) frequency

More information

3G Network Convergence

3G Network Convergence 3G Network Convergence The Road to a unified mobile network Dr. Stanley Chia Director, Strategic Technologies, Group R&D-US Contents The OHG Harmonisation Effort and the Global 3G System Proposal MWIF

More information

Section 4.1, ISDN in the SP201-SA. Section 4.2, Command for Configuring ISDN Protocols. Section 4.3, Configuring ISDN Signaling

Section 4.1, ISDN in the SP201-SA. Section 4.2, Command for Configuring ISDN Protocols. Section 4.3, Configuring ISDN Signaling Chapter 4 Configuration of ISDN Protocols This chapter provides instructions for configuring the ISDN protocols in the SP201-SA for signaling conversion. Use the sections that reflect the software you

More information

ETSI ETR 123 TECHNICAL February 1994 REPORT

ETSI ETR 123 TECHNICAL February 1994 REPORT ETSI ETR 123 TECHNICAL February 1994 REPORT Source: ETSI TC-NA Reference: DTR/NA-052204 ICS: 33.080 Key words: B-ISDN, charging Broadband Integrated Services Digital Network (B-ISDN); Parameters and mechanisms

More information

The jungle of standards what is in the wild?

The jungle of standards what is in the wild? The jungle of standards what is in the wild? Torsten Soltmann Siemens Moscow What is the talk about? mobile and wireless services 3 G UMTS-TDD P-t-MP MSC GSM WLL UMTS 802.20 Release 99 EDGE WiFi W-CDMA

More information

Chapter 5. Voice Network Concepts. Voice Network Concepts. Voice Communication Concepts and Technology

Chapter 5. Voice Network Concepts. Voice Network Concepts. Voice Communication Concepts and Technology Chapter 5 Voice Communication Concepts and Technology Voice Network Concepts Telephone switchboard - Circa 1898 Voice Network Concepts Telephone calls are connected from source via circuit switching. Circuit

More information