Development of MF-TDMA based Satellite Network System Simulation Model

Size: px
Start display at page:

Download "Development of MF-TDMA based Satellite Network System Simulation Model"

Transcription

1 International Global Navigation Satellite Systems Society IGNSS Symposium 2011 University of New South Wales, Sydney, NSW, Australia November 2011 Development of MF-TDMA based Satellite Network System Simulation Model Sung-Hyung Lee Department of Electronics Engineering, Ajou University, Korea , Jae-Hyun Kim Department of Electronics Engineering, Ajou University, Korea , ABSTRACT This paper describes about development of MF-TDMA based satellite network system simulation model. This model consists of earth station nodes accessing and controlling the network by MF-TDMA scheme. This model also includes channel model of GEO-satellite based communication system such as delay, path loss, atmosphere absorption, and ionospheric effect. Moreover, this model includes dynamic rain fading model with four state Markov chains which models the time interval, fading depth, and variation of rain fading. To verify our simulation model, we gather the changes of signal-to-noise ratio of signal receiver and compare it with rain fading dynamic of real satellite network system. We also measure the network delay using ping command, and throughput using file transmission by FTP, which can be possible by system-in-the-loop function of OPNET simulator KEYWORDS: MF-TDMA, Network Simulation Model, Satellite Network, OPNET 1. INTRODUCTION The network simulation is imitation of some network system, and it represents key characteristics or behaviours of a selected system. This can be used in many contexts, for example, performance optimization of a network system, testing devices in the system, etc. Generally, communication system requires large cost to its deployment and it is hard to fix after initial deployment; therefore the network simulation models are introduced. The network simulation models do the simulation using the system s key characteristics and behaviours. The system designer can test the designed network and the system and fix the network before its deployments. Therefore it can reduce system deployment cost. The satellite network

2 system simulation models are also introduced to reduce system deployment cost, as same as deployment in other communication system. However, some previous satellite network communication simulation models are implemented in the simulator by using special hardware. In addition, they only simulate satellite channel model, therefore it requires other network equipments, such as router or switches, to simulate whole networks. Although other models implemented by software, however these models also focus to simulation of the satellite channel model only. So, it also requires other network equipments as same as hardware version network simulator. Therefore, we started to develop the network simulation model using a software version network simulator to simulate whole satellite network system. 2. THE MF-TDMA SATELLITE NETWORK SIMULATION MODEL 2.1 The Overview of MF-TDMA Satellite Network Simulation Model Figure 1 shows our MF-TDMA satellite network simulation model. The model is implemented using OPNET that is a network simulator. Basically, this model use libraries in OPNET to represent practical protocols such as TCP, UDP, IP, Ethernet, and application protocols, etc. This model also includes new process and node models, whose are our new models, to simulate MF-TDMA system. Moreover, to represent channel and interference model in satellite network system, pipeline model and several attributes are added in the simulation model. The process model is implemented as finite state machine using C language and libraries in OPNET as shown in Figure 2. Also, we implemented pipeline model for representing channel model in the network simulator. Figure 1. MF-TDMA satellite network simulation model

3 Figure 2. State machine of mobile station in MF-TDMA satellite network simulation model 2.2 Access Control Mechanism The simulation model in our paper is designed to simulate the satellite network system model using Multi Frequency Time Division Multiple Access(MF-TDMA) mechanism[1-2]. We assume that the satellite network system uses MF-TDMA, because it is a candidate for the access control mechanism of the next satellite network system in Korea. In the MF-TDMA, the time and frequency are divided into superframes, which are timefrequency blocks as shown in Figure 3. A superframe contains several frames and they contain a number of slots. A frame can be a clear-sky frame or a rain-fade frame. The clearsky frame is for users in good weather condition region, where as the rain-fade frame is for users in bad weather region. The rain-fade frame has larger slot time(t r f > T c f) and more bandwidth(w r sf > W c sf) than clear-sky frame. A frame contains common signaling channel(csc), acquisition(acq), synchronization(sync), and traffic(trf) slots. In the common signaling channel, users can transmit control message which includes channel request. The synchronization and acquisition slots used to synchronize with control station and find the start of frames. The users transmit their data in allocated traffic slots. In this simulation model, we assumed that downlink channel is time division duplexing(tdd). In the TDD, land earth station, which relays data, control traffic, resource allocation information, and control messages.

4 Frequency T sf W sf Superframe W c sf W r sf T c f Frame Frame Frame Frame T r f Time Clear-sky frame Rain-fade frame Time C S C A C Q SY NC T R F T R F Figure 3. Superframe and frame structure of MF-TDMA T R F T R F Time 2.3 Channel Models in our Simulation Model Satellite communication system uses satellite on the sky therefore it experiences different environment compared with practical wireless network such as Wireless LAN or cellular networks. So, several researchers study about the environment for satellite communication system and they introduce several channel models[3]. Basically, the signal power in the network decades as the distance between transmitter and receiver is increased. This phenomenon is referred as path loss. In the satellite network, path loss is modeled as Friis path loss model. In this model, path loss L is calculated as (1). 2 L (1) 4 d The atmosphere and ionosphere layer of the earth makes more signal attenuation. This phenomenon is referred as the atmospheric absorption and the ionospheric effect. The atmospheric absorption is very small around 10GHz frequency band therefore it can be treated as constant attenuation. However, ionospheric effect makes fast fading to the signal. Rain also can make signal attenuation. This phenomenon is called as the rain fade. The rain fade is slow fading with fading depth, which related with rainfall rate of region at the transmitter/receiver on the earth, and elevation angle. [4] gives the average fading depth with respect to the rainfall rate of user s region, while [5] provides the dynamics of rain fading.

5 Neighbor satellites communication can give interference to a satellite communication system, and it decreases the signal-to-interference-noise ratio(sinr) of receiver of that communication system. 3. TESTING THE SIMULATION MODEL 3.1 Simulation Environments To ensure the correctness of the simulation model, the testing and comparison with expected or known results are required. We test our simulation model using expected result of MF- TDMA system and file transmission using FTP. In the following simulation, we set up three computers as shown in Figure 4, whose are the client, network simulation model and server, from left to right, respectively. Also, we use the parameters in the simulation model as shown in Figure 5. The antenna gains are configured to represent Korean satellite system s antennas. Downlink and Uplink data rate is selected for the network system with 6 users. Channel model related parameters are set to represent the position of users in the Korea and geo-stationary earth orbit satellite. Figure 4. Satellite network simulation model(center) connected with client(left) and server(right)

6 Figure 5. Simulation Environments 3.2 Test using Expected Result of Access Control Mechanism Typical MF-TDMA system periodically receives requests for resource, allocates the resource, and notifies the allocation result to user nodes. If the system does not have logon session maintenance function, then the user nodes using MF-TDMA must request the resource when it has some traffic to transmit. In this situation, the nodes will experience long delay which includes resource allocation time and propagation delay for control messages as shown in Figure 6. If the logon session maintenance function is enabled, then the mobile station and earth station send Ping Request and Ping Response message without re-sending Channel Request and Channel Allocation message. Therefore the end-to-end delay decreases when the logon session maintenance function is enabled.

7 1. Ping request 2. Channel Request 3. Channel Allocation 4. Ping request 5. Ping request Client 8. Ping response Mobile Station 7. Ping response Earth Station 6. Ping response Server Figure 6. Ping message exchange procedure when logon session maintenance function does not worked Figure 7. Pinging results when logon session maintenance functions is disabled Figure 8. Pinging results when logon session maintenance functions is enabled

8 Table 1. Round-trip time comparison with respected to the session maintenance function Session Maintenance Function Average round-trip time(ms) Enabled Disabled Figure 7 shows the pinging results when logon session maintenance function is disabled. It shows that round-trip time is about 3 seconds as described. Figure 8 shows the pinging results when logon session maintenance function is enabled. It shows that logon session maintenance function makes shorter round-trip delay because of elimination of allocation request and response. Table 1 shows the average round-trip time of the network system. It shows that logon session maintenance function makes shorter round-trip time because of elimination of allocation request and response, as expected. Therefore, our network simulation can be said that this model contains a characteristic of MF-TDMA system. 3.3 Throughput with respect to frame length In the MF-TDMA system, frame length determines system throughput. The amount of wasted resources at the end of allocated resource of one user increases as frame length decreases. For example, if a packet is larger than remained resources then it cannot be transmitted in the current frame and this remained resource is not used by allocated user. These wasted resources decrease the system throughput. We check that whether this phenomenon occurs or not in our simulation model. In this examination, six users generate UDP traffic with amount of 2Mbps each, and send it to the server. There are two users with 100 slots, two users with 200 slots, one user with 300 slots, and one user with 500 slots, over 1,000 slots per frame. Maximum uplink data rate per channel is 1Mbps Figure 9 shows the resource use efficiency of the system with respect to the frame length, while Figure 10 shows the uplink throughput of that system. As expected, the throughput increases as the frame length increases because large frame length makes large slot length, and users can send more packets using same resources. Therefore, our network simulation can be said that this model contains and represents characteristics of MF-TDMA system. 1 Resource Use Efficiency Frame Length(seconds) Figure 9. Resource use efficiency of MF-TDMA system with respect to frame length

9 7.5 x 105 MF-TDMA Uplink Throughput Frame Length(seconds) Figure 10. MF-TDMA throughput of the system with respect to frame length(unit : bytes/s) 3.4 File Transmission Test using FTP Testing by file transmission using FTP can be a method to verify the simulation model. TCP has maximum throughput limited by round-trip time and maximum window size, which one is network metric and the other is parameter of TCP. The maximum throughput of file transmission is limited as (2). (Window Size) (maximum throughput) (2) (Round-trip Time) Figure 11 shows the transmission status window of a Smart FTP client program which downloading a 5Mbytes file. The client and a file server are connected to the simulation model using system-in-the-loop function of OPNET. The frame size of MF-TDMA system is 50 ms which is required to use TCP. The user, which is the FTP client, allocated 800 slots over 1000 slots per frame. Figure 11. Dialog window of FTP client in our testing Table 2. Measured data rate in the file transmission using FTP File size (Megabytes) Average data rate (kilobytes/seconds) Maximum data rate (kilobytes/seconds) Table 2 shows the average and maximum data rate during file transmission. As shown in Table 2, average downloading speed is about 52.8kilobytes/seconds, and the maximum data rate is 76.7 kilobytes/seconds. The maximum possible throughput calculated by the TCP window size and end-to-end delay is about (65,535 bytes/ ms) = kilobytes/second. Average downloading speed is less than maximum throughput because of following reasons. First, uplink channel use MF-TDMA, therefore traffic experiences variable delay with average delay of ms. Second, FTP client and FTP server cannot serve maximum throughput because of the overheads of network system. Third, the client doesn t assign full time of a channel and it limits the throughput.

10 In this test, we can confirm that this simulation model represents the end-to-end characteristics of the satellite network model using geo-stationary earth orbit satellite. It also shows that our MF-TDMA simulation model can be used with real devices; therefore it can be used for developing and debugging network devices in the satellite network system. 4. CONCLUSIONS This paper introduces the MF-TDMA based satellite network system simulation model. The model contains process models and parameters which represents the network system using geo-stationary earth orbit satellite and MF-TDMA access control mechanism. To validate our network simulation model, we expects the possible phenomenon of MF-TDMA based system and geo-stationary earth orbit satellite systems such as end-to-end delay with respect to the session maintenance function, throughput with respect to the frame length of MF-TDMA, and maximum throughput of TCP. These results show that our network system model appropriate to use in the simulation of the geo-stationary earth orbit satellite and MF-TDMA access control mechanism based network system. ACKNOWLEDGEMENTS This work has been supported by National GNSS Research Center program of Defense Acquisition Program Administration and Agency for Defense Development. REFERENCES [1] Ki-Dong Lee and Kun-Nyeong Chang, A Real-Time Algorithm for Timeslot Assignment in Multirate Return Channels of Interactive Satellite Multimedia Networks, IEEE Journal on Selected Areas in Communications, vol. 22, no. 3, April [2] N.G.V. Kumar, et. al, Digital Video Broadcast Return Channel via Satellite(DVB-RCS) Hub for Satellite based e-learning, The International Journal of Multimedia & Its Applications, vol.3, no.1, February [3] John. S. Seybold, Introduction to RF Propagation, Wiley-Interscience, [4] A. L. Johnson, The effects of Ionospheric Scintillation on Satellite Communications, Air & Space Power Journal, Oct [5] Specific Attenuation Model for Rain for Use in Prediction Methods, ITU-R Recommendation P.838-3, Int. Telecommunication Union, Geneva., [6] S. K. Shin, K. Lim, K. Choi, and K. Kang, Rain Attenuation and Doppler Shift Compensation for Satellite Communications, ETRI Journal, vol.24, no.1, pp.31-42, February [7] S.Lin and D.J. Costello, "Error Control Coding," 2nd edition, Prentice Hall, June, [8] S. Poonam and T. K. Bandopadhyaya, "Rain Rate Statistics and Fade Distribution of Millimeter Waves in Indian Continents," International Journal of Infrared and Millimeter Waves, Vol. 19, No. 3 / March 1998.

RECENTLY, the information exchange using wired and

RECENTLY, the information exchange using wired and Fast Dedicated Retransmission Scheme for Reliable Services in OFDMA Systems Howon Lee and Dong-Ho Cho Department of Electrical Engineering and Computer Science Korea Advanced Institute of Science and Technology

More information

PROPOSAL OF MULTI-HOP WIRELESS LAN SYSTEM FOR QOS GUARANTEED TRANSMISSION

PROPOSAL OF MULTI-HOP WIRELESS LAN SYSTEM FOR QOS GUARANTEED TRANSMISSION PROPOSAL OF MULTI-HOP WIRELESS LAN SYSTEM FOR QOS GUARANTEED TRANSMISSION Phuc Khanh KIEU, Shinichi MIYAMOTO Graduate School of Engineering, Osaka University 2-1 Yamada-oka, Suita, Osaka, 565-871 JAPAN

More information

Lecture 4. Data Transmission Modes and Switching. Data Transmission & Switching 1-1

Lecture 4. Data Transmission Modes and Switching. Data Transmission & Switching 1-1 Lecture 4 Data Transmission Modes and Switching Data Transmission & Switching 1-1 Agenda Introduction to Data Transmission Modes Parallel and Serial Transmission Transmission Media Guided and unguided

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

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

Wireless Communication Course Instructor: Dr. Safdar Ali

Wireless Communication Course Instructor: Dr. Safdar Ali Wireless Communication Course Instructor: Dr. Safdar Ali INTRODUCTION BOOKS Text Book: William Stallings, Wireless Communications and Networks, Pearson Hall, 2002. BOOKS Reference Books: Sumit Kasera,

More information

Implementation of WiFiRe PHY Sectorization in OPNET

Implementation of WiFiRe PHY Sectorization in OPNET P Sreedhar Reddy Roll No. 06305024 24th July, 2007 Under the Guidance Of Prof. Sridhar Iyer Department Of Computer Science and Engineering Indian Institute Of Technology, Bombay Outline WiFiRe overview.

More information

Strengthening Unlicensed Band Wireless Backhaul

Strengthening Unlicensed Band Wireless Backhaul be in charge Strengthening Unlicensed Band Wireless Backhaul Use TDD/TDMA Based Channel Access Mechanism WHITE PAPER Strengthening Unlicensed Band Wireless Backhaul: Use TDD/TDMA Based Channel Access Mechanism

More information

High Performance Ka-Band Networks

High Performance Ka-Band Networks Networks Without Barriers High Performance Ka-Band Networks STM Norway AS June, 2008 www.stmi.com Multi-Beam Ka Band Networks Key Challenges Bandwidth Efficiency Beyond current DVB-RCS specs for addressing

More information

Lecture 19. Principles behind data link layer services Framing Multiple access protocols

Lecture 19. Principles behind data link layer services Framing Multiple access protocols Link Layer Lecture 19 Principles behind data link layer services Framing Multiple access protocols ALOHA *The slides are adapted from ppt slides (in substantially unaltered form) available from Computer

More information

COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK UNIT-1 WIRELESS COMMUNICATION FUNDAMENTALS

COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK UNIT-1 WIRELESS COMMUNICATION FUNDAMENTALS KINGS COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK SUBJECT CODE& NAME: IT1403 MOBILE COMPUTING YEAR / SEM : IV / VIII UNIT-1 WIRELESS COMMUNICATION FUNDAMENTALS PART A (2MARKS)

More information

INTRODUCTION DATA COMMUNICATION TELECOMMUNICATIONS SYSTEM COMPONENTS 1/28/2015. Satish Chandra satish0402.weebly.com

INTRODUCTION DATA COMMUNICATION TELECOMMUNICATIONS SYSTEM COMPONENTS 1/28/2015. Satish Chandra satish0402.weebly.com INTRODUCTION DATA COMMUNICATION Satish Chandra satish0402.weebly.com The term telecommunication means communication at a distance. The word data refers to information presented in whatever form is agreed

More information

Simulation Study for a Broadband Multimedia VSAT Network

Simulation Study for a Broadband Multimedia VSAT Network Simulation Study for a Broadband Multimedia Yi Qian, Rose Hu, and Hosame Abu-Amara Nortel s 2201 Lakeside Blvd., Mail Stop 992-02-E70 Richardson, Texas 75082, USA Phone: 972-685-7264 Fax: 972-685-3463

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

Multiple Access Links and Protocols

Multiple Access Links and Protocols Multiple Access Links and Protocols Two types of links : point-to-point PPP for dial-up access point-to-point link between Ethernet switch and host broadcast (shared wire or medium) old-fashioned Ethernet

More information

Cover Page. Performance Evaluation of the DOCSIS 1.1 MAC Protocol According to the Structure of a MAP Message

Cover Page. Performance Evaluation of the DOCSIS 1.1 MAC Protocol According to the Structure of a MAP Message Cover Page 1. Title of Paper Performance Evaluation of the DOCSIS 1.1 MAC Protocol According to the Structure of a MAP Message 2. Name of the authors, Sung-Han Park, and Jae-Hyun Kim 3. About authors Affiliation

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

Performance Study of Power Control Radio Resource Management Over WLANs

Performance Study of Power Control Radio Resource Management Over WLANs Journal of Computer Science 4 (3): 239-244, 2008 ISSN 1549-3636 2008 Science Publications Performance Study of Power Control Radio Resource Management Over WLANs Z. I. Dafalla and M. B. R. Murthy Multimedia

More information

A New Full Duplex MAC Protocol to Solve the Asymmetric Transmission Time

A New Full Duplex MAC Protocol to Solve the Asymmetric Transmission Time A New Full Duplex MAC Protocol to Solve the Asymmetric Transmission Time Jin-Ki Kim, Won-Kyung Kim and Jae-Hyun Kim Department of Electrical and Computer Engineering Ajou University Suwon, Korea E-mail

More information

COMPUTER NETWORKS - Local area networks

COMPUTER NETWORKS - Local area networks Local area networks Telecommunication Networks Group firstname.lastname@polito.it http://www.telematica.polito.it/ COMPUTER NETWORKS LANs - 1 Copyright Quest opera è protetta dalla licenza Creative Commons

More information

Local area networks. Copyright

Local area networks. Copyright Local area networks Telecommunication Networks Group firstname.lastname@polito.it http://www.telematica.polito.it/ COMPUTER NETWORKS LANs - 1 Copyright Quest opera è protetta dalla licenza Creative Commons

More information

A Cross Layer Framework for WLANs: Joint Radio Propagation and MAC Protocol

A Cross Layer Framework for WLANs: Joint Radio Propagation and MAC Protocol A Cross Layer Framework for WLANs: Joint Radio Propagation and MAC Protocol Nurul I. Sarkar School of Computing and Mathematical Sciences, Auckland University of Technology, Auckland, New Zealand nurul.sarkar@aut.ac.nz

More information

6.9 Summary. 11/20/2013 Wireless and Mobile Networks (SSL) 6-1. Characteristics of selected wireless link standards a, g point-to-point

6.9 Summary. 11/20/2013 Wireless and Mobile Networks (SSL) 6-1. Characteristics of selected wireless link standards a, g point-to-point Chapter 6 outline 6.1 Introduction Wireless 6.2 Wireless links, characteristics CDMA 6.3 IEEE 802.11 wireless LANs ( wi-fi ) 6.4 Cellular Internet Access architecture standards (e.g., GSM) Mobility 6.5

More information

BridgeWave AdaptPath Solutions. White Paper

BridgeWave AdaptPath Solutions. White Paper BridgeWave AdaptPath Solutions WHY ADAPTPATH? Deploying a highly reliable data link between two locations requires careful consideration of the technologies available that allow the user to strike a balance

More information

Video and Voice Backup over Mobile WiMAX

Video and Voice Backup over Mobile WiMAX Spring 2012 ENSC 427: COMMUNICATION NETWORKS Video and Voice Backup over Mobile WiMAX Group 6 Jae Sung Park Sujin Tom Lee 301083039 301054284 jsp6@sfu.ca stl9@sfu.ca www.sfu.ca/~jsp6 1 Abstract Most of

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

Mobile and Sensor Systems

Mobile and Sensor Systems Mobile and Sensor Systems Lecture 2: Mobile Medium Access Control Protocols and Wireless Systems Dr Cecilia Mascolo In this lecture We will describe medium access control protocols and wireless systems

More information

A Self-Organized Femtocell for IEEE e System

A Self-Organized Femtocell for IEEE e System A Self-Organized Femtocell for IEEE 80.16e System Young Jin Sang, Hae Gwang Hwang and Kwang Soon Kim School of Electrical and Electronic Engineering, Yonsei University 134, Shinchong-dong, Seodaemun-gu,

More information

AERONAUTICAL CHANNEL SIMULATION IN NETWORK SIMULATORS FOR INCORPORATION INTO OPNET

AERONAUTICAL CHANNEL SIMULATION IN NETWORK SIMULATORS FOR INCORPORATION INTO OPNET AERONAUTICAL CHANNEL SIMULATION IN NETWORK SIMULATORS FOR INCORPORATION INTO OPNET Author: Tianyin Zhang and Nur Jaber Advisor: Dr. Richard Dean Morgan State University ABSTRACT This paper discusses channel

More information

Wireless and WiFi. Daniel Zappala. CS 460 Computer Networking Brigham Young University

Wireless and WiFi. Daniel Zappala. CS 460 Computer Networking Brigham Young University Wireless and WiFi Daniel Zappala CS 460 Computer Networking Brigham Young University Wireless Networks 2/28 mobile phone subscribers now outnumber wired phone subscribers similar trend likely with Internet

More information

Power Control Performance Evaluation for Efficiency in D2D Cellular Network

Power Control Performance Evaluation for Efficiency in D2D Cellular Network Power Control Performance Evaluation for Efficiency in D2D Cellular Network Soo Hyeong Kang, Jeong Gon Kim* Department of Electronic Engineering, Korea Polytechnic University, Siheung Si, Gyeonggi Do,

More information

Designing a GPS Receiver Network with GNSS Algorithm for Accuracy and Safety

Designing a GPS Receiver Network with GNSS Algorithm for Accuracy and Safety International Global Navigation Satellite Systems Society IGNSS Symposium 2007 The University of New South Wales, Sydney, Australia 4 6 December, 2007 Designing a GPS Receiver Network with GNSS Algorithm

More information

Medium Access Control. MAC protocols: design goals, challenges, contention-based and contention-free protocols

Medium Access Control. MAC protocols: design goals, challenges, contention-based and contention-free protocols Medium Access Control MAC protocols: design goals, challenges, contention-based and contention-free protocols 1 Why do we need MAC protocols? Wireless medium is shared Many nodes may need to access the

More information

MSHCS-MAC: A MAC Protocol for Multihop Cognitive Radio Networks based on Slow Hopping and Cooperative Sensing approach

MSHCS-MAC: A MAC Protocol for Multihop Cognitive Radio Networks based on Slow Hopping and Cooperative Sensing approach MSHCS-MAC: A MAC Protocol for Multihop Cognitive Radio Networks based on Slow Hopping and Cooperative Sensing approach Nhat Pham, Kiwoong Kwon, Daeyoung Kim School of Computing, Korea Advanced Institute

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

Performance Evaluation of Modified IEEE MAC for Multi-Channel Multi-Hop Ad Hoc Network *

Performance Evaluation of Modified IEEE MAC for Multi-Channel Multi-Hop Ad Hoc Network * Performance Evaluation of Modified IEEE 802.11 MAC for Multi-Channel Multi-Hop Ad Hoc Network * Jiandong LI ISN Lab., Xidian University JL384@cornell.edu Zygmunt J. Haas Cornell University haas@ece.cornell.edu

More information

IP Mobility Support with a Multihomed Mobile Router

IP Mobility Support with a Multihomed Mobile Router IP Mobility Support with a Multihomed Mobile Router Hee-Dong Park 1, Dong-Won Kum 2, Yong-Ha Kwon 2, Kang-Won Lee 2, and You-Ze Cho 2 1 Department of Computer Engineering, Pohang College, Pohang, 791-711,

More information

MPEG4 VIDEO OVER PACKET SWITCHED CONNECTION OF THE WCDMA AIR INTERFACE

MPEG4 VIDEO OVER PACKET SWITCHED CONNECTION OF THE WCDMA AIR INTERFACE MPEG4 VIDEO OVER PACKET SWITCHED CONNECTION OF THE WCDMA AIR INTERFACE Jamil Y. Khan 1, Pratik Das 2 School of Electrical Engineering and Computer Science, University of Newcastle, Callaghan, NSW 238,

More information

Multiple Access Protocols

Multiple Access Protocols Multiple Access Protocols Computer Networks Lecture 2 http://goo.gl/pze5o8 Multiple Access to a Shared Channel The medium (or its sub-channel) may be shared by multiple stations (dynamic allocation) just

More information

Data and Computer Communications. Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based Applications

Data and Computer Communications. Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based Applications Data and Computer Communications Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based s 1 Need For Protocol Architecture data exchange can involve complex procedures better if task broken into subtasks

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

An Approach for Enhanced Performance of Packet Transmission over Packet Switched Network

An Approach for Enhanced Performance of Packet Transmission over Packet Switched Network ISSN (e): 2250 3005 Volume, 06 Issue, 04 April 2016 International Journal of Computational Engineering Research (IJCER) An Approach for Enhanced Performance of Packet Transmission over Packet Switched

More information

Implementation of a Dual-Mode SDR Smart Antenna Base Station Supporting WiBro and TDD HSDPA

Implementation of a Dual-Mode SDR Smart Antenna Base Station Supporting WiBro and TDD HSDPA Implementation of a Dual-Mode SDR Smart Antenna Base Station Supporting WiBro and TDD HSDPA Jongeun Kim, Sukhwan Mun, Taeyeol Oh,Yusuk Yun, Seungwon Choi 1 HY-SDR Research Center, Hanyang University, Seoul,

More information

BridgeWave s AdaptPath Solutions

BridgeWave s AdaptPath Solutions BridgeWave s AdaptPath Solutions Page 1 of 6 Why AdaptPath? Deploying a highly reliable data link between two locations requires careful consideration of the technologies available that allow the user

More information

An efficient trigger to improve intra-wifi handover performance

An efficient trigger to improve intra-wifi handover performance An efficient trigger to improve intra-wifi handover performance Roberta Fracchia, Guillaume Vivier Motorola Labs, Parc les Algorithmes, Saint-Aubin, 91193 Gif-sur-Yvette, France Abstract Seamless mobility

More information

Wireless Challenges : Computer Networking. Overview. Routing to Mobile Nodes. Lecture 25: Wireless Networking

Wireless Challenges : Computer Networking. Overview. Routing to Mobile Nodes. Lecture 25: Wireless Networking Wireless Challenges 15-441: Computer Networking Lecture 25: Wireless Networking Force us to rethink many assumptions Need to share airwaves rather than wire Don t know what hosts are involved Host may

More information

Chapter 5: Link layer

Chapter 5: Link layer Chapter 5: Link layer our goals: v understand principles behind link layer services: error detection, correction sharing a broadcast channel: multiple access link layer addressing local area networks:

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

Optimizing WiMAX: A Dynamic Strategy for Reallocation of Underutilized Downlink Sub-Frame to Uplink in TDD Mode

Optimizing WiMAX: A Dynamic Strategy for Reallocation of Underutilized Downlink Sub-Frame to Uplink in TDD Mode Int. J. Communications, Network and System Sciences, 2009, 2, 888-894 doi:10.4236/ijcns.2009.29103 Published Online December 2009 (http://www.scirp.org/journal/ijcns/). Optimizing WiMAX: A Dynamic Strategy

More information

Class-based Packet Scheduling Policies for Bluetooth

Class-based Packet Scheduling Policies for Bluetooth Class-based Packet Scheduling Policies for Bluetooth Vishwanath Sinha, D. Raveendra Babu Department of Electrical Engineering Indian Institute of Technology, Kanpur - 08 06, INDIA vsinha@iitk.ernet.in,

More information

CS 455/555 Intro to Networks and Communications. Link Layer

CS 455/555 Intro to Networks and Communications. Link Layer CS 455/555 Intro to Networks and Communications Link Layer Dr. Michele Weigle Department of Computer Science Old Dominion University mweigle@cs.odu.edu http://www.cs.odu.edu/~mweigle/cs455-s13 1 Link Layer

More information

Design and Simulation of an Underwater Acoustic Local Area Network

Design and Simulation of an Underwater Acoustic Local Area Network Design and Simulation of an Underwater Acoustic Local Area Network Ethem M. Sozer, Milica Stojanovic, and John G. Proakis Northeastern University, Communications and Digital Signal Processing Center 409

More information

RMIT University. Data Communication and Net-Centric Computing COSC 1111/2061/1110. Lecture 8. Medium Access Control Methods & LAN

RMIT University. Data Communication and Net-Centric Computing COSC 1111/2061/1110. Lecture 8. Medium Access Control Methods & LAN RMIT University Data Communication and Net-Centric Computing COSC 1111/2061/1110 Medium Access Control Methods & LAN Technology Slide 1 Lecture Overview During this lecture, we will Look at several Multiple

More information

CARRIER SENSE MULTIPLE ACCESS (CSMA):

CARRIER SENSE MULTIPLE ACCESS (CSMA): Lecture Handout Computer Networks Lecture No. 8 CARRIER SENSE MULTIPLE ACCESS (CSMA): There is no central control management when computers transmit on Ethernet. For this purpose the Ethernet employs CSMA

More information

ScienceDirect. Evaluating the Energy Overhead Generated by Interferences within the 2.4 GHz Band for a Hybrid RFID Network

ScienceDirect. Evaluating the Energy Overhead Generated by Interferences within the 2.4 GHz Band for a Hybrid RFID Network Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 69 ( 2014 ) 210 215 24th DAAAM International Symposium on Intelligent Manufacturing and Automation, 2013 Evaluating the Energy

More information

Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Paper / Case Study Available online at: www.ijarcsms.com Efficient

More information

An Efficient Scheme to Increase the Throughput of VoIP Traffic over Satellite while Reducing Bandwidth Utilization

An Efficient Scheme to Increase the Throughput of VoIP Traffic over Satellite while Reducing Bandwidth Utilization An Efficient Scheme to Increase the Throughput of VoIP Traffic over Satellite while Reducing Bandwidth Utilization Sayid Mohamed Abdule 1, Wan Tat Chee 1, Ahmed Mustafa 2 & Aisha Hassan 2 1 Network Research

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

WiMAX Capacity Enhancement: Capacity Improvement of WiMAX Networks by Dynamic Allocation of Subframes

WiMAX Capacity Enhancement: Capacity Improvement of WiMAX Networks by Dynamic Allocation of Subframes WiMAX Capacity Enhancement: Capacity Improvement of WiMAX Networks by Dynamic Allocation of Subframes Syed R. Zaidi, Shahab Hussain, M. A. Ali Department of Electrical Engineering The City College of The

More information

Subject: Adhoc Networks

Subject: Adhoc Networks ISSUES IN AD HOC WIRELESS NETWORKS The major issues that affect the design, deployment, & performance of an ad hoc wireless network system are: Medium Access Scheme. Transport Layer Protocol. Routing.

More information

Chapter 5 Link Layer and LANs

Chapter 5 Link Layer and LANs Chapter 5 Link Layer and LANs Computer Networking: A Top Down Approach 4 th edition. Jim Kurose, Keith Ross Addison-Wesley, July 2007. All material copyright 1996-2007 J.F Kurose and K.W. Ross, All Rights

More information

The MAC layer in wireless networks

The MAC layer in wireless networks The MAC layer in wireless networks The wireless MAC layer roles Access control to shared channel(s) Natural broadcast of wireless transmission Collision of signal: a /space problem Who transmits when?

More information

Comp277 Assignment 1 Fall 2011 Due 20 th December 2011 at 11:00am

Comp277 Assignment 1 Fall 2011 Due 20 th December 2011 at 11:00am Question 1 1. Which of the following are related to two crucial tasks of a network interface cards? a. Establishes and manages the computer s network connection b. Connect the different parts of a motherboard

More information

Cross Layer QoS Provisioning in Home Networks

Cross Layer QoS Provisioning in Home Networks Cross Layer QoS Provisioning in Home Networks Jiayuan Wang, Lukasz Brewka, Sarah Ruepp, Lars Dittmann Technical University of Denmark E-mail: jwan@fotonik.dtu.dk Abstract This paper introduces an innovative

More information

ENSC 427: Communication Networks Spring Final Project HTTP 1.1 Over WiMAX Daphne Mui

ENSC 427: Communication Networks Spring Final Project HTTP 1.1 Over WiMAX   Daphne Mui ENSC 427: Communication Networks Spring 2011 Final Project HTTP 1.1 Over WiMAX www.sfu.ca/~dlm3 Daphne Mui 301021622 dlm3@sfu.ca Team 7 Abstract WiMAX is IEEE Standard 802.16 [1]; a wireless technology

More information

SCAN TM White Paper. Scanned Channel Assigned Networking: A Unique Approach to High Efficiency Bandwidth Management

SCAN TM White Paper. Scanned Channel Assigned Networking: A Unique Approach to High Efficiency Bandwidth Management SCAN TM White Paper Scanned Channel Assigned Networking: A Unique Approach to High Efficiency Bandwidth Management LinkSat 3010 South Potter Drive Tempe, AZ USA 85282 (602) 438-4717 (602) 438-4719 www.linksatcom.com

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

Chapter 6 The Link Layer and LANs

Chapter 6 The Link Layer and LANs Chapter 6 The Link Layer and LANs A note on the use of these Powerpoint slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see the

More information

Performance Study of Routing Algorithms for LEO Satellite Constellations

Performance Study of Routing Algorithms for LEO Satellite Constellations Performance Study of Routing Algorithms for LEO Satellite Constellations Ioannis Gragopoulos, Evangelos Papapetrou, Fotini-Niovi Pavlidou Aristotle University of Thessaloniki, School of Engineering Dept.

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

TCP CONGESTION CONTROL PROTOCOLS OVER UMTS WCDMA NETWORK

TCP CONGESTION CONTROL PROTOCOLS OVER UMTS WCDMA NETWORK International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) ISSN(P): 2249-6831; ISSN(E): 2249-7943 Vol. 4, Issue 5, Oct 2014, 83-90 TJPRC Pvt. Ltd. TCP CONGESTION

More information

A Flexible and Fast Event-Driven Simulator for Wireless MAC Protocols

A Flexible and Fast Event-Driven Simulator for Wireless MAC Protocols 110 A Flexible and Fast Event-Driven Simulator for Wireless MAC Protocols George R.J. Linnenbank, Paul J.M. Havinga University of Twente, Department of Computer Science P.O.box 217,7500 AE Enschede, the

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 1 Instructor: Mohammad Hossein Manshaei Teaching Assistants Mr. Adili & Mr. Nourbakhsh Course web page available at IVUT webcourse: http://ivut.iut.ac.ir/bounce.php?course=1012

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

CS 43: Computer Networks Media Access. Kevin Webb Swarthmore College November 30, 2017

CS 43: Computer Networks Media Access. Kevin Webb Swarthmore College November 30, 2017 CS 43: Computer Networks Media Access Kevin Webb Swarthmore College November 30, 2017 Multiple Access Links & Protocols Two classes of links : point-to-point dial-up access link between Ethernet switch,

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

COMPUTER NETWORK Model Test Paper

COMPUTER NETWORK Model Test Paper Model Test Paper Question no. 1 is compulsory. Attempt all parts. Q1. Each question carries equal marks. (5*5 marks) A) Difference between Transmission Control Protocol (TCP) and User Datagram Protocol.

More information

B.E. ELECTRONICS & COMMUNICATION ENGINEERING SEMESTER - VII EC WIRELESS COMMUNICATION

B.E. ELECTRONICS & COMMUNICATION ENGINEERING SEMESTER - VII EC WIRELESS COMMUNICATION B.E. ELECTRONICS & COMMUNICATION ENGINEERING SEMESTER - VII EC2401 - WIRELESS COMMUNICATION Question Bank (ALL UNITS) UNIT-I: SERVICES & TECHNICAL CHALLENGES PART A 1. What are the types of Services? (Nov.

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

Outline. A Professional Company in Software-Defined Networking (SDN) Copyright , EstiNet Technologies Inc. All Rights Reserved..

Outline. A Professional Company in Software-Defined Networking (SDN) Copyright , EstiNet Technologies Inc. All Rights Reserved.. Physical Layer Outline Signal Propagation Media The Calculation of Signal Delivery Time The Evaluation of End-to-end Delay Signal Encoding and Modulation Wired Signal s Encoding, Decoding and Decoding

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

Improving TCP Performance over Wireless Networks using Loss Predictors

Improving TCP Performance over Wireless Networks using Loss Predictors Improving TCP Performance over Wireless Networks using Loss Predictors Fabio Martignon Dipartimento Elettronica e Informazione Politecnico di Milano P.zza L. Da Vinci 32, 20133 Milano Email: martignon@elet.polimi.it

More information

UAMAC: Unidirectional-Link Aware MAC Protocol for Heterogeneous Ad Hoc Networks

UAMAC: Unidirectional-Link Aware MAC Protocol for Heterogeneous Ad Hoc Networks UAMAC: Unidirectional-Link Aware MAC Protocol for Heterogeneous Ad Hoc Networks Sung-Hee Lee, Jong-Mu Choi, and Young-Bae Ko College of Information and Communication, Ajou University, South Korea shlee@dmc.ajou.ac.kr,

More information

Internet Structure. network edge:

Internet Structure. network edge: Midterm Review Internet Structure network edge: Hosts: clients and servers Server often in data centers access networks, physical media:wired, wireless communication links network core: interconnected

More information

Last Lecture: Data Link Layer

Last Lecture: Data Link Layer Last Lecture: Data Link Layer 1. Design goals and issues 2. (More on) Error Control and Detection 3. Multiple Access Control (MAC) 4. Ethernet, LAN Addresses and ARP 5. Hubs, Bridges, Switches 6. Wireless

More information

Performance Evaluation of Wi-Fi Release (IEEE A, B, G and N) Using OPNET

Performance Evaluation of Wi-Fi Release (IEEE A, B, G and N) Using OPNET Performance Evaluation of Wi-Fi Release (IEEE 802.11 A, B, G and N) Using OPNET Amel Aboud Ali 1 and Dr. Amin Babiker A/Nabi Mustafa 2 1 Faculty of Engineering, Neelain University, Khartoum, Sudan malamel@live.com

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

Performance Analysis of Wireless Mobile ad Hoc Network with Varying Transmission Power

Performance Analysis of Wireless Mobile ad Hoc Network with Varying Transmission Power , pp.1-6 http://dx.doi.org/10.14257/ijsacs.2015.3.1.01 Performance Analysis of Wireless Mobile ad Hoc Network with Varying Transmission Power Surabhi Shrivastava, Laxmi Shrivastava and Sarita Singh Bhadauria

More information

A Study on the Behaviour of SAODV with TCP and SCTP Protocols in Mobile Adhoc Networks

A Study on the Behaviour of SAODV with TCP and SCTP Protocols in Mobile Adhoc Networks International Journal of Research in Advent Technology, Vol.6, No.8, August 218 A Study on the Behaviour of SAODV with TCP and SCTP Protocols in Mobile Adhoc Networks S. Mahalakshmi 1, Dr. K. Geetha 2

More information

A DYNAMIC RESOURCE ALLOCATION STRATEGY FOR SATELLITE COMMUNICATIONS. Eytan Modiano MIT LIDS Cambridge, MA

A DYNAMIC RESOURCE ALLOCATION STRATEGY FOR SATELLITE COMMUNICATIONS. Eytan Modiano MIT LIDS Cambridge, MA A DYNAMIC RESOURCE ALLOCATION STRATEGY FOR SATELLITE COMMUNICATIONS Aradhana Narula-Tam MIT Lincoln Laboratory Lexington, MA Thomas Macdonald MIT Lincoln Laboratory Lexington, MA Eytan Modiano MIT LIDS

More information

DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK UNIT I PART A (2MARKS)

DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK UNIT I PART A (2MARKS) DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK Subject Code : IT1402 Subject Name : Mobile Computing Year / Sem : IV / VII UNIT I PART A (2MARKS) 1.What are the 3 fundamental propagation behaviors

More information

Implementation of QoS of Different Multimedia Applications in WLAN

Implementation of QoS of Different Multimedia Applications in WLAN Implementation of QoS of Different Multimedia Applications in WLAN Navdeep Singh Chauhan BHSBIET, Lehragaga Loveljeet Kaur SLIET,Longowal ABSTRACT In last deeecade wireless communication becomes a crucial

More information

Mesh Networks

Mesh Networks Institute of Computer Science Department of Distributed Systems Prof. Dr.-Ing. P. Tran-Gia Decentralized Bandwidth Management in IEEE 802.16 Mesh Networks www3.informatik.uni-wuerzburg.de Motivation IEEE

More information

(a) Figure 1: Inter-packet gaps between data packets. (b)

(a) Figure 1: Inter-packet gaps between data packets. (b) Performance Evaluation of Transport Protocols for Internet-Based Teleoperation Systems Jae-young Lee, Shahram Payandeh, and Ljiljana Trajković Simon Fraser University Vancouver, British Columbia Canada

More information

Satellite-Based Cellular Backhaul in the Era of LTE

Satellite-Based Cellular Backhaul in the Era of LTE Satellite-Based Cellular Backhaul in the Era of LTE Introduction 3 Essential Technologies for 3G/LTE Backhauling over Satellite 6 Gilat s Solution SkyEdge II-c Capricorn 7 Why Ultra-fast TDMA is the Only

More information

A RLC/MAC PROTOCOL ARCHITECTURE FOR A WIRELESS IP NETWORK

A RLC/MAC PROTOCOL ARCHITECTURE FOR A WIRELESS IP NETWORK A RLC/MAC PROTOCOL ARCHITECTURE FOR A WIRELESS IP NETWORK Jamil Y. Khan School of Electrical Engineering & Computer Science, University of Newcastle, Callaghan, NSW 238, Australia, jkhan@ecemail.newcastle.edu.au

More information

SWAP and TCP performance

SWAP and TCP performance SWAP and TCP performance Jean Tourrilhes, HPLB 23 March 98 1 Introduction The SWAP protocol that we have proposed [4] the HRFWG is designed to carry TCP/IP traffic. Of course, we would never had proposed

More information

PROTOCOLS FOR HIGH-EFFICIENCY WIRELESS NETWORKS

PROTOCOLS FOR HIGH-EFFICIENCY WIRELESS NETWORKS PROTOCOLS FOR HIGH-EFFICIENCY WIRELESS NETWORKS PROTOCOLS FOR HIGH-EFFICIENCY WIRELESS NETWORKS by Alessandro Andreadis Giovanni Giambene KLUWER ACADEMIC PUBLISHERS NEW YORK, BOSTON, DORDRECHT, LONDON,

More information

Performance Comparison of d OFDMA, TD-CDMA, cdma2000 1xEV-DO and a WLAN on Voice over IP Service

Performance Comparison of d OFDMA, TD-CDMA, cdma2000 1xEV-DO and a WLAN on Voice over IP Service Performance Comparison of 82.16d OFDMA, TD-CDMA, cdma2 1xEV-DO and 82.11a WLAN on Voice over IP Service Jee-young Song, Hyun-ho Choi, Hyu-dae Kim, Sang-wook Kwon and Dong-ho Cho* Hong-sung Chang, Geunwhi

More information

The Effect of Code-Multiplexing on the High Speed Downlink Packet Access (HSDPA) in a WCDMA Network

The Effect of Code-Multiplexing on the High Speed Downlink Packet Access (HSDPA) in a WCDMA Network The Effect of Code-Multiplexing on the High Speed Downlink Packet Access (HSDPA) in a WCDMA Network Raymond Kwan, Peter H. J. Chong 2, Eeva Poutiainen, Mika Rinne Nokia Research Center, P.O. Box 47, FIN-45

More information