Adaptive Resource Allocation Mechanisms for Support of Data Traffic over ATM Satellite Networks Introduction The Dynamic Flow Control Scheme

Size: px
Start display at page:

Download "Adaptive Resource Allocation Mechanisms for Support of Data Traffic over ATM Satellite Networks Introduction The Dynamic Flow Control Scheme"

Transcription

1 Adaptive Resource Allocation Mechanisms for Support of Traffic over ATM Satellite Networks Tanja Lang and Nirmala Shenoy, Co-operative Research Centre for Satellite Systems, Institute for Telecommunications Research, University of South Australia, Warrendi Road, The Levels Campus, SA 5095, 1 Introduction Satellite ATM networks will combine the advantages of ATM networks, with its guaranteed Quality of Service (QoS) support, and Satellite systems which have a wide geographic coverage and inherent broadcasting capabilities. Satellite resources however are limited and costly and must be used efficiently. Also the high delay and the losses involved in transmission over satellite could affect the QoS guaranteed by the ATM network. Therefore traffic and congestion control schemes for an integrated Satellite ATM network need to be developed. The integration scenario addressed here uses a Satellite Access network on an ATM backbone to provide ATM like services to users over the Satellite Network. In [1] we had evaluated the performance of the Satellite ATM Network with the Negotiable Call Admission Control (NCAC) Scheme and a Dynamic Bandwidth Allocation (DBA) scheme called the Uniform Reallocation DBA (UR- DBA). This paper discusses the Rate Adaptive Reallocation DBA (RAR-DBA) scheme an enhancement of UR-DBA, which adapts to the varying traffic rates at the mobile user. It further reduces cell loss and improves overall performance in the system. The minimal cell loss and the guaranteed Minimal Cell Rate (MCR) of this scheme is especially desirable for data traffic over TCP/IP since cell loss and timeouts due to long delays would cause TCP to flood of the network with retransmitted packets. As pointed out in [1] the NCAC is very efficient and has been adopted for this work as well. The basics of the proposed scheme can be found in ref [2]. The following section gives a brief overview of the flow control scheme as proposed in [2]. Section 3 gives the system model used in our study. Section 4 gives the two DBA mechanisms proposed by us for comparison purposes. Section 5 gives the simulated model and section 6 discusses the performance of the two systems based on the graphs obtained. Section 7 concludes. 2 The Dynamic Flow Control Scheme A dynamic flow control scheme as proposed in [2] aims to smoothen the bursty ABR traffic entering the network, by regulating it at the point of entrance. The goal is to maintain the ABR traffic close to an average rate. To give a guaranteed MCR to ABR traffic CAC is implemented in this scheme, the number of acceptable ABR users depends on the demand of higher priority classes. In the scheme discussed in this paper, the flow control scheme is implemented through the use of buffer advertisement by the user and a simple DBA scheme at the controller, placed at the entry point to the network. The CAC has the capability to pack in more ABR users and the DBA scheme aims at fairness among these users. The scheme takes maximum advantage of the burstiness of the traffic by using statistical multiplexing technique. In the original scheme [2], the flow control was distributed between the users systems and the edge nodes of an ATM network. In the integrated ATM Satellite network especially if the satellite is a bent-pipe all the control has to be implemented at the Satellite Control Station (SCS), which acts as a Gateway to the ATM Network. 3 The System Model The assumptions made in the simulation study are as follows. 1. The Satellite is a bent-pipe. Hence no processing is associated with the satellite. 2. There is a constant bandwidth Bw available for ABR traffic at the SCS. In a realistic situation this constant Bw changes depending on the high priority calls coming in at that time. For a certain number of calls accepted, the traffic allocated to all ABR calls entering the network at the SCS is maintained close to this constant value Bw. This is in line with what we propose

2 to achieve, which is mainly that all traffic generated by ABR users will be smoothened to an average rate. 3. There is no contention among the users, as we do not intend to study this aspect of the call control. 4. We have not modeled any mobility effects and time adjustment at the mobile users. The NCAC for ABR calls has a simple scheme for admitting more ABR users and details of this scheme can be found in [1]. The DBA algorithm provides fairness among the ABR users and achieves a high statistical multiplexing gain. Together the CAC and the DBA schemes achieve very good results. For access over the satellite network, a Time Division Multiple Access (TDMA) scheme is adopted. The time slot allocation is as specified below. The uplink frame and a connection request packet are shown in fig. 1. The user specifies its estimated Average Cell Rate (ACR) and the MCR acceptable to him. The downlink frame and slot assignment message is given in fig. 2. The slot assignment message carries assignment information for uplink and downlink frames The uplink frame format is from the mobile user to the SCS and the downlink frame is from the SCS to the Mobile user. The users place their request in the request in the uplink frame. The control messages carry information of allocation and any changes in allocation to the different users from the SCS. A total of 26 users were considered, with their calls starting and ending at random times. A total of 40 slot are assumed per time frame. Each slot can accommodate an ATM cell. Request Fig. 1a. Uplink frame User ID ACR MCR 8 bits 4 bits 4 bits Fig. 1b. Connection Request Packet Control Fig. 2a. Downlink frame 4 Dynamic Bandwidth Allocation Mechanisms req 1 req 2 user user cntrl cntrl user. user ID1 ID 40 ID 1 ID 40 uplink assignment Fig 2b. Slot assignment message downlink assignment 4.1 UR- DBA algorithm For the UR- DBA algorithm there are four different buffer states: low, normal, high, overflow and the buffer is partitioned into four equal- sized parts. The buffer flag is set as follows: If (current buffer level <= buffer size/4) Buffer flag = low Else if ((current buffer level > buffer size/4) (current buffer level <= buffer size/2)) Buffer flag = normal Else if ((current buffer level > buffer size/2) (current buffer level <= buffer size*3/4)) Buffer flag = high Else Buffer flag = overflow With every ATM cell sent the user transmits its current buffer state to the control station via 2 bits. The SCS compares the new state to the previous one and can give or take bandwidth to a connection according to the result of this comparison. If a connection has had a low buffer state for longer than one second then some bandwidth will be taken from it and allocated to the free bandwidth pool maintained at the SCS. This will be done every second the connection remains in the low state. A connection will receive extra bandwidth in terms of x if its buffer makes a transition from the normal to the high or from the high to the overflow state. For every second the connection remains in the high or overflow state additional x are given to it. The amount of bandwidth given in the high or overflow state and also when a transition occurs is always the same, also in the case that the

3 connection remains in the low buffer state the same amount of x is taken every second. The pseudo code for this algorithm is given below. If ((previous state == normal) (current state == high)) If ((previous state == high) (current state == overflow)) If (state has been high or overflow during the last second) If (state has been low during the last second) Take x Although this algorithm improved cell loss as well as the usage of the satellite link its main problem is that it does not take into account the rate with which the buffer level increases, therefore the RAR- DBA was developed. 4.2 RAR-DBA algorithm This ais an ongoing algorithm that checks each cell from the users for the buffer-status flag. The buffer state determination was done as indicated below For RAR- DBA algorithm the buffer is partitioned into six distinct levels. The partitions for the low, normal and overflow state are uniform but the high state is further split into two equal- sized parts high1 and high2. Therefore the buffer flag is set as follows: If (current buffer level <= buffer size/4) Buffer flag = low Else if ((current buffer level > buffer size/4) (current buffer level <= buffer size/2)) Buffer flag = normal Else if ((current buffer level > buffer size/2) (current buffer level <= buffer size *5/8)) Buffer flag = high1 Else if ((current buffer level > buffer size*5/8) (current buffer level <= buffer size*3/4)) Buffer flag = high2 Else Buffer flag = overflow This algorithm considers the rate of increase of the buffer-level when assigning new bandwidth to a user. A connection gets extra bandwidth, x, for a transition from normal to high1, from high1 to high2 and from high2 to overflow. It gets the same amount of bandwidth every second as long as it is in the state high1 or high2. In the overflow state a connection also gets extra bandwidth, the same amount of x as in the high1 or high2 state but in intervals of every half a second. When the connection makes a transition from the overflow to the high2 state the speed at which it gets extra bandwidth decreases again to x per second and when it reaches the high1 state no more bandwidth is given to the connection since its buffer level is going down. Because of the non- linear manner a connection receives bandwidth once its buffer level increases it has become necessary to also take the bandwidth from a low buffer state connection in a non- linear manner in order to maintain fairness between the users and to use the bandwidth efficiently, if not a connection will keep a high amount of bandwidth for a considerable amount of time even when it does not need it. Every connection in the low buffer state that still has more bandwidth than required for its ACR looses bandwidth every half a second. Only when the bandwidth allocated to it is lower than needed for ACR it looses bandwidth every second. The amount of bandwidth given and taken in every step is the same. If ((previous state == normal) (current state == high1)) If ((previous state == high1) (current state == high2)) If ((previous state == high2) (current state == overflow)) If (state has been high2 during the last second) If (state has been overflow during the last half second) If ((state has been high1 during the last second) (the last transition has been upward)) If ((state has been low during last half second) (allocated bandwidth > ACR)) Take x

4 If ((state has been low during last second) (allocated bandwidth <= ACR)) Take x 5 Simulation model The mobile user and the SCS have only the MAC layer implemented. The CAC and the DBA form part of the MAC layer at the SCS. The Mobile Users have an ABR traffic generator modeled by superposition of two Poisson Arrival processes. To make the traffic from the source bursty, one Poisson process has a low inter-arrival time and the other has a high interarrival time and they alternate. The Satellite is assumed to be a LEO Satellite and is placed at approximately 1000 kms from the Earth. To accommodate for any timing shifts between the users and to avoid collisions among the transmitted packets, a guard time is provided between the users. Simulations were carried out for a lossy environment and a non-lossy environment and from the results the improved performance of the implemented CAC and flow control scheme is obvious. In fact the results show that the scheme is quite robust and the deterioration suffered under lossy conditions is minimal. 6 Performance Because of page restrictions graphs 1-3 which show the result for NCAC only are not given (for these results see [1]). Graphs 4 to 9 give the performance of the two bandwidth allocation mechanisms proposed with the NCAC scheme. The bandwidth utilisation of the NCAC/UR- DBA s nearly 95% as can be seen in graph 4. Out of 26 call requests 6 were rejected as shown in graph 5. Only three users suffered cell loss and the cell loss suffered by the worst affected user is given in graph 6. The maximum number of lost cells was around 280 cells. The next set of graphs give the performance for the NCAC with the RAR-DBA mechanism. Graph 7 shows the bandwidth utilization for this scheme which is again just over 95%. Graph 8 gives the number of calls rejected to be 5 for the 26 requests that were made. This is slightly better than the NCAC operation with the UR- DBA, because the allocation with the RAR- DBA scheme is more conservative than with the UR-DBA scheme. There was only one user who suffered cell loss and the maximum cell loss suffered by him was approximately 110 cells. This is a much better performance than the UR- DBA mechanism. The graphs shown are for a lossy environment and the difference in performance of the UR-DBA and RAR-DBA mechanism for a lossy and a non-lossy environment was minimal, which goes to show the robustness of the scheme. 7 Conclusions In this paper we have presented two dynamic bandwidth allocation mechanism used with a simple negotiable CAC proposed by us earlier. The two schemes complement the NCAC and provide good performance of the overall system. The scheme was targeted mainly to support data traffic arising from applications like ftp, rlogin and s in an ATM Satellite Network, where the ATM network is the backbone and the Satellite network is an access network. The flow control scheme was adopted from one proposed earlier for an ATM Network. The simulation results were given and the performance of the schemes were discussed. The results show the better performance achieved, especially with a rate adaptive flow control scheme and also the robustness of the scheme under lossy channel environment. References 1. Nirmala Shenoy, Tanja Lang, Support of TCP/IP data over an ATM Satellite Network, accepted in 6 th IEEE International Workshop on Intelligent Signal Processing and Communication Systems, Melbourne 4-6 November Nirmala Shenoy, "Performance of a Deterministic Flow control scheme for Traffic in ATM Network", Proceedings of the IEEE ICICS 97, Singapore. 3. Sastri Kota, Rohit Goyal and Raj Jain, Satellite ATM Network Architectural Considerations and TCP/IP performance, Proceedings of the third Ka BanUtilization Conference, Sorrento, Italy, September Ian F. Akyildiz and Seong Ho Jeng, Satellite ATM Networks: A Survey, IEEE Communications Magazine July Pg Anthony Hung, Marie-Jose Montpetit, George Kesidis and Peter Takats, A Framework for ATM via Satellite, Proceedings of Globecom 96.

5 6. Jeong Geun Kim and Indra Widjaja, Connection Admission Control for PRMA/DA wireless Access Protocol, Proceeding of the IEEE International Performance Computing and Communication Conference 97 pg Xiaowen Wu, Shiqi Wu, Hairong Sun and Lemin Li, Dynamic Slot Allocation Multiple Access Protocol for Wireless ATM networks,proceedings of the International Conference on Communciations, ICC 97 Motreal, pg Michael H. Hadjitheodosiou, The role of Satellites in the ATM Era: A study of two possible Network Architectures, Globecom 95, Vol 3, pg Ron. R. Makarious, A Full mesh Asynchronous Transfer Mode (ATM) Satellite Communications Network, Proceedings Military Communications Conference Vol 1 pg Sastri L. Kota and Wilson H. Kinhead, Integrated Satcom/Terrestrial Networking: protocols and DISN/Teleport Interface, MILCOM 95 Vol 2, pg

FAIR DELAY OPTIMIZATION-BASED RESOURCE ALLOCATION ALGORITHM FOR VIDEO TRAFFIC OVER WIRELESS MULTIMEDIA SYSTEM

FAIR DELAY OPTIMIZATION-BASED RESOURCE ALLOCATION ALGORITHM FOR VIDEO TRAFFIC OVER WIRELESS MULTIMEDIA SYSTEM FAIR DELAY OPTIMIZATION-BASED RESOURCE ALLOCATION ALGORITHM FOR VIDEO TRAFFIC OVER WIRELESS MULTIMEDIA SYSTEM 1 M. R. M. Rizk, Senior Member, IEEE, 2 M. I. Dessouky, 3 Sami A. El-Dolil, and 4 Mohammed

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

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

Traffic Management for TCP/IP over Satellite-ATM Networks 1

Traffic Management for TCP/IP over Satellite-ATM Networks 1 Traffic Management for TCP/IP over Satellite-ATM Networks 1 Rohit Goyal a, Raj Jain a, Sastri Kota b, Mukul Goyal a, Sonia Fahmy a, Bobby Vandalore a a). The Ohio State University b). Lockheed Martin Telecommunications

More information

************************************************************************ Distribution: ATM Forum Technical Working Group Members (AF-TM) *************

************************************************************************ Distribution: ATM Forum Technical Working Group Members (AF-TM) ************* ************************************************************************ ATM Forum Document Number: ATM_Forum/97-0617 ************************************************************************ Title: Worst

More information

perform well on paths including satellite links. It is important to verify how the two ATM data services perform on satellite links. TCP is the most p

perform well on paths including satellite links. It is important to verify how the two ATM data services perform on satellite links. TCP is the most p Performance of TCP/IP Using ATM ABR and UBR Services over Satellite Networks 1 Shiv Kalyanaraman, Raj Jain, Rohit Goyal, Sonia Fahmy Department of Computer and Information Science The Ohio State University

More information

Performance and Evaluation of Integrated Video Transmission and Quality of Service for internet and Satellite Communication Traffic of ATM Networks

Performance and Evaluation of Integrated Video Transmission and Quality of Service for internet and Satellite Communication Traffic of ATM Networks Performance and Evaluation of Integrated Video Transmission and Quality of Service for internet and Satellite Communication Traffic of ATM Networks P. Rajan Dr. K.L.Shanmuganathan Research Scholar Prof.

More information

Improving the Performance of TCP/IP over ATM UBR+ Service

Improving the Performance of TCP/IP over ATM UBR+ Service Improving the Performance of TCP/IP over ATM UBR+ Service Columbus, OH 43210 Jain@CIS.Ohio-State.Edu http://www.cis.ohio-state.edu/~jain/ 1 Overview TCP/IP over Plain UBR Slow Start, FRR, SACK, New Reno

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

******************************************************************* *******************************************************************

******************************************************************* ******************************************************************* ATM Forum Document Number: ATM_Forum/96-0517 Title: Buffer Requirements for TCP over ABR Abstract: In our previous study [2], it was shown that cell loss due to limited buffering may degrade throughput

More information

: GFR -- Providing Rate Guarantees with FIFO Buffers to TCP Traffic

: GFR -- Providing Rate Guarantees with FIFO Buffers to TCP Traffic 97-0831: GFR -- Providing Rate Guarantees with FIFO Buffers to TCP Traffic Rohit Goyal,, Sonia Fahmy, Bobby Vandalore, Shivkumar Kalyanaraman Sastri Kota, Lockheed Martin Telecommunications Pradeep Samudra,

More information

Scheduling of real-time traffic in IEEE networks

Scheduling of real-time traffic in IEEE networks Scheduling of real-time traffic in IEEE 802.11 networks Afonso, José A. Neves, Joaquim E. Universidade do Minho, Departamento de Electrónica Industrial Campus de Azurém, 4800-058 Guimarães, ortugal jose.afonso@dei.uminho.pt

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 Call Admission Protocol for Wireless Cellular Multimedia Networks

A Call Admission Protocol for Wireless Cellular Multimedia Networks A Call Admission Protocol for Wireless Cellular Multimedia Networks Mokhtar A. Aboleaze Dept. of Computer Science and Engineering York University Toronto, ON. Canada aboelaze@cs.yorku.ca Fadi A. Aloul

More information

Scheduling. Scheduling algorithms. Scheduling. Output buffered architecture. QoS scheduling algorithms. QoS-capable router

Scheduling. Scheduling algorithms. Scheduling. Output buffered architecture. QoS scheduling algorithms. QoS-capable router Scheduling algorithms Scheduling Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Scheduling: choose a packet to transmit over a link among all

More information

Chapter 1 Introduction

Chapter 1 Introduction Emerging multimedia, high-speed data, and imaging applications are generating a demand for public networks to be able to multiplex and switch simultaneously a wide spectrum of data rates. These networks

More information

A QoS Architecture for IDMA-based Multi-service Wireless Networks

A QoS Architecture for IDMA-based Multi-service Wireless Networks A QoS Architecture for IDMA-based Multi-service Wireless Networks Qian Huang, Sammy Chan, King-Tim Ko, Li Ping, and Peng Wang Department of Electronic Engineering, City University of Hong Kong Kowloon,

More information

Which Service for TCP/IP Traffic on ATM: ABR or UBR?

Which Service for TCP/IP Traffic on ATM: ABR or UBR? Which Service for TCP/IP Traffic on ATM: ABR or UBR? Standby Guaranteed Joy Riders Confirmed Columbus, OH 43210-1277 Contact: Jain@CIS.Ohio-State.Edu http://www.cis.ohio-state.edu/~jain/ 2 1 Overview Service

More information

Bridging and Switching Basics

Bridging and Switching Basics CHAPTER 4 Bridging and Switching Basics This chapter introduces the technologies employed in devices loosely referred to as bridges and switches. Topics summarized here include general link-layer device

More information

A New Call Admission Control scheme for Real-time traffic in Wireless Networks

A New Call Admission Control scheme for Real-time traffic in Wireless Networks A New Call Admission Control scheme for Real-time traffic in Wireless Networks Maneesh Tewari and H.S. Jamadagni Center for Electronics Design and Technology, Indian Institute of Science, Bangalore, 5612

More information

Quality Control Scheme for ATM Switching Network

Quality Control Scheme for ATM Switching Network UDC 621.395.345: 621.395.74 Quality Control Scheme for ATM Switching Network VMasafumi Katoh VTakeshi Kawasaki VSatoshi Kakuma (Manuscript received June 5,1997) In an ATM network, there are many kinds

More information

different problems from other networks ITU-T specified restricted initial set Limited number of overhead bits ATM forum Traffic Management

different problems from other networks ITU-T specified restricted initial set Limited number of overhead bits ATM forum Traffic Management Traffic and Congestion Management in ATM 3BA33 David Lewis 3BA33 D.Lewis 2007 1 Traffic Control Objectives Optimise usage of network resources Network is a shared resource Over-utilisation -> congestion

More information

Packet multiple access and the Aloha protocol

Packet multiple access and the Aloha protocol Packet multiple access and the Aloha protocol Massachusetts Institute of Technology Department of Aeronautics and Astronautics Slide 1 Packet Multiple Access PMA SHARED UPLINK TERMINAL TERMINAL APPL TRANS

More information

A Minimum Cost Handover Algorithm for Mobile Satellite Networks

A Minimum Cost Handover Algorithm for Mobile Satellite Networks Chinese Journal of Aeronautics 21(2008) 269-274 Chinese Journal of Aeronautics www.elsevier.com/locate/cja A Minimum Cost Handover Algorithm for Mobile Satellite Networks Zhang Tao*, Zhang Jun School of

More information

ADVANCED COMPUTER NETWORKS

ADVANCED COMPUTER NETWORKS ADVANCED COMPUTER NETWORKS Congestion Control and Avoidance 1 Lecture-6 Instructor : Mazhar Hussain CONGESTION CONTROL When one part of the subnet (e.g. one or more routers in an area) becomes overloaded,

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

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

QoS and System Capacity Optimization in WiMAX Multi-hop Relay Using Flexible Tiered Control Technique

QoS and System Capacity Optimization in WiMAX Multi-hop Relay Using Flexible Tiered Control Technique 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore QoS and System Capacity Optimization in WiMAX Multi-hop Relay Using Flexible Tiered

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

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

Design Issues in Traffic Management for the ATM UBR+ Service for TCP over Satellite Networks: Report II

Design Issues in Traffic Management for the ATM UBR+ Service for TCP over Satellite Networks: Report II Design Issues in Traffic Management for the ATM UBR+ Service for TCP over Satellite Networks: Report II Columbus, OH 43210 Jain@CIS.Ohio-State.Edu http://www.cis.ohio-state.edu/~jain/ 1 Overview! Statement

More information

Faculty Of Computer Sc. & Information Technology (FSKTM)

Faculty Of Computer Sc. & Information Technology (FSKTM) By: Naeem Khademi (GS20561) Supervisor: Prof. Dr. Mohamed Othman Date/Time: 10 November 2009 9:00 AM Duration : 30 min Faculty Of Computer Sc. & Information Technology (FSKTM) University Putra Malaysia

More information

Designing Efficient Explicit-Rate Switch Algorithm with Max-Min Fairness for ABR Service Class in ATM Networks

Designing Efficient Explicit-Rate Switch Algorithm with Max-Min Fairness for ABR Service Class in ATM Networks Designing Efficient Explicit-Rate Switch Algorithm with Max-Min Fairness for ABR Service Class in ATM Networks Hiroyuki Ohsaki, Masayuki Murata and Hideo Miyahara Department of Informatics and Mathematical

More information

Source 1. Destination 1. Bottleneck Link. Destination 2. Source 2. Destination N. Source N

Source 1. Destination 1. Bottleneck Link. Destination 2. Source 2. Destination N. Source N WORST CASE BUFFER REQUIREMENTS FOR TCP OVER ABR a B. Vandalore, S. Kalyanaraman b, R. Jain, R. Goyal, S. Fahmy Dept. of Computer and Information Science, The Ohio State University, 2015 Neil Ave, Columbus,

More information

CSMA based Medium Access Control for Wireless Sensor Network

CSMA based Medium Access Control for Wireless Sensor Network CSMA based Medium Access Control for Wireless Sensor Network H. Hoang, Halmstad University Abstract Wireless sensor networks bring many challenges on implementation of Medium Access Control protocols because

More information

Delay Analysis of IEEE Wireless Metropolitan Area Network

Delay Analysis of IEEE Wireless Metropolitan Area Network Delay Analysis of IEEE 802.16 Wireless Metropolitan Area Network Zsolt Saffer Technical University of Budapest 1521 Budapest Hungary safferzs@hit.bme.hu Sergey Andreev State University of Aerospace Instrumentation

More information

Supporting Service Differentiation for Real-Time and Best-Effort Traffic in Stateless Wireless Ad-Hoc Networks (SWAN)

Supporting Service Differentiation for Real-Time and Best-Effort Traffic in Stateless Wireless Ad-Hoc Networks (SWAN) Supporting Service Differentiation for Real-Time and Best-Effort Traffic in Stateless Wireless Ad-Hoc Networks (SWAN) G. S. Ahn, A. T. Campbell, A. Veres, and L. H. Sun IEEE Trans. On Mobile Computing

More information

Intermediate Traffic Management

Intermediate Traffic Management Intermediate Traffic Management This presentation has been generated by the ATM Forum for the purpose of educating the public on ATM Technology and the ATM Forum s activities. This presentation is the

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

CS 123: Lecture 12, LANs, and Ethernet. George Varghese. October 24, 2006

CS 123: Lecture 12, LANs, and Ethernet. George Varghese. October 24, 2006 CS 123: Lecture 12, LANs, and Ethernet George Varghese October 24, 2006 Selective Reject Modulus failure Example w = 2, Max = 3 0 0 1 3 0 A(1) A(2) 1 0 retransmit A(1) A(2) buffer Case 1 Case 2 reject

More information

Chapter 6 Medium Access Control Protocols and Local Area Networks

Chapter 6 Medium Access Control Protocols and Local Area Networks Chapter 6 Medium Access Control Protocols and Local Area Networks Part I: Medium Access Control Part II: Local Area Networks Chapter Overview Broadcast Networks All information sent to all users No routing

More information

Delayed ACK Approach for TCP Performance Improvement for Ad Hoc Networks Using Chain Topology

Delayed ACK Approach for TCP Performance Improvement for Ad Hoc Networks Using Chain Topology Delayed ACK Approach for TCP Performance Improvement for Ad Hoc Networks Using Chain Topology Prashant Kumar Gupta M.Tech. Scholar, Computer Networks, Bhilai Institute of Technology, Durg (C.G.), India

More information

SIMULATION OF PACKET DATA NETWORKS USING OPNET

SIMULATION OF PACKET DATA NETWORKS USING OPNET Nazy Alborz Maryam Keyvani Milan Nikolic Ljiljana Trajkovic SIMULATION OF PACKET DATA NETWORKS USING OPNET TM Communication Networks Laboratory School of Engineering Science Simon Fraser University Road

More information

Design Issues in Traffic Management for the ATM UBR+ Service for TCP over Satellite Networks: Final Report

Design Issues in Traffic Management for the ATM UBR+ Service for TCP over Satellite Networks: Final Report Design Issues in Traffic Management for the ATM UBR+ Service for TCP over Satellite Networks: Final Report Columbus, OH 43210 Jain@CIS.Ohio-State.Edu http://www.cis.ohio-state.edu/~jain/ 1 Overview Statement

More information

TCP/IP over ATM using ABR, UBR, and GFR Services

TCP/IP over ATM using ABR, UBR, and GFR Services TCP/IP over ATM using ABR, UBR, and GFR Services Columbus, OH 43210 Jain@CIS.Ohio-State.Edu http://www.cis.ohio-state.edu/~jain/ 1 Overview Why ATM? ABR: Binary and Explicit Feedback ABR Vs UBR TCP/IP

More information

The ERICA ALGORITHM for ABR TRAFFIC in ATM NETWORKS

The ERICA ALGORITHM for ABR TRAFFIC in ATM NETWORKS The ERICA ALGORITHM for ABR TRAFFIC in ATM NETWORKS Ibrahim Koçyigit Department of Electronics, Faculty of Engineering, Uludag University, Görükle, Bursa TURKEY E-mail: kocyigit@uludag.edu.tr Emrah Yürüklü

More information

ECEN 5032 Data Networks Medium Access Control Sublayer

ECEN 5032 Data Networks Medium Access Control Sublayer ECEN 5032 Data Networks Medium Access Control Sublayer Peter Mathys mathys@colorado.edu University of Colorado, Boulder c 1996 2005, P. Mathys p.1/35 Overview (Sub)networks can be divided into two categories:

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 1, January ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 1, January ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 1, January-2016 446 Intelligent Traffic Management of the ABR/UBR Service for TCP/IP in Fair Rate ATM Networks P. Rajan Dr. Arul

More information

Modelling a Video-on-Demand Service over an Interconnected LAN and ATM Networks

Modelling a Video-on-Demand Service over an Interconnected LAN and ATM Networks Modelling a Video-on-Demand Service over an Interconnected LAN and ATM Networks Kok Soon Thia and Chen Khong Tham Dept of Electrical Engineering National University of Singapore Tel: (65) 874-5095 Fax:

More information

Communication Fundamentals in Computer Networks

Communication Fundamentals in Computer Networks Lecture 5 Communication Fundamentals in Computer Networks M. Adnan Quaium Assistant Professor Department of Electrical and Electronic Engineering Ahsanullah University of Science and Technology Room 4A07

More information

TCP PERFORMANCE FOR FUTURE IP-BASED WIRELESS NETWORKS

TCP PERFORMANCE FOR FUTURE IP-BASED WIRELESS NETWORKS TCP PERFORMANCE FOR FUTURE IP-BASED WIRELESS NETWORKS Deddy Chandra and Richard J. Harris School of Electrical and Computer System Engineering Royal Melbourne Institute of Technology Melbourne, Australia

More information

Real-Time ABR, MPEG2 Streams over VBR, and Virtual Source/Virtual Destination rt-abr switch

Real-Time ABR, MPEG2 Streams over VBR, and Virtual Source/Virtual Destination rt-abr switch Real-Time ABR, MPEG2 Streams over VBR, and Virtual Source/Virtual Destination rt-abr switch Professor of Computer and Information Sciences The Ohio State University Columbus OH 432101-1277 http://www.cis.ohio-state.edu/~jain/

More information

SIMULATION OF PACKET DATA NETWORKS USING OPNET

SIMULATION OF PACKET DATA NETWORKS USING OPNET SIMULATION OF PACKET DATA NETWORKS USING OPNET Nazy Alborz, Maryam Keyvani, Milan Nikolic, and Ljiljana Trajkovic * School of Engineering Science Simon Fraser University Vancouver, British Columbia, Canada

More information

Low Energy Priority Oriented Adaptive Control with QoS Guarantee for Wireless Networks

Low Energy Priority Oriented Adaptive Control with QoS Guarantee for Wireless Networks 12th Annual Symposium of the IEEE/CVT, Nov. 3, 2005, Enschede, the Netherlands 1 Low Energy Priority Oriented Adaptive Control with QoS Guarantee for Wireless Networks T. D. Lagkas, G. I. Papadimitriou,

More information

A hybrid medium access control for convergence of broadband wireless and wireline ATM networks

A hybrid medium access control for convergence of broadband wireless and wireline ATM networks Downloaded from orbit.dtu.dk on: Oct 07, 2018 A hybrid medium access control for convergence of broadband wireless and wireline ATM networks Liu, Hong; Gliese, Ulrik Bo; Dittmann, Lars Published in: Proceeding

More information

and coverage as the nodes can act both as clients and routers. In this paper, the clients are distributed using four different

and coverage as the nodes can act both as clients and routers. In this paper, the clients are distributed using four different ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com PERFORMANCE ANALYSIS FOR WIRELESS MESH NETWORK CONSIDERING DIFFERENT CLIENT DISTRIBUTION PATTERNS S.Dhivya #1,

More information

Data Networks. Lecture 1: Introduction. September 4, 2008

Data Networks. Lecture 1: Introduction. September 4, 2008 Data Networks Lecture 1: Introduction September 4, 2008 Slide 1 Learning Objectives Fundamental aspects of network Design and Analysis: Architecture: layering, topology design, switching mechanisms Protocols:

More information

Traffic Management Tools for ATM Networks With Real-Time and Non-Real-Time Services

Traffic Management Tools for ATM Networks With Real-Time and Non-Real-Time Services Traffic Management Tools for ATM Networks With Real-Time and Non-Real-Time Services Kalevi Kilkki Helsinki University of Technology e-mail: kalevi.kilkki@hut.fi Abstract This presentation considers some

More information

ATM Quality of Service (QoS)

ATM Quality of Service (QoS) ATM Quality of Service (QoS) Traffic/Service Classes, Call Admission Control Usage Parameter Control, ABR Agenda Introduction Service Classes and Traffic Attributes Traffic Control Flow Control Special

More information

CHAPTER 3 EFFECTIVE ADMISSION CONTROL MECHANISM IN WIRELESS MESH NETWORKS

CHAPTER 3 EFFECTIVE ADMISSION CONTROL MECHANISM IN WIRELESS MESH NETWORKS 28 CHAPTER 3 EFFECTIVE ADMISSION CONTROL MECHANISM IN WIRELESS MESH NETWORKS Introduction Measurement-based scheme, that constantly monitors the network, will incorporate the current network state in the

More information

Multiple Access (1) Required reading: Garcia 6.1, 6.2.1, CSE 3213, Fall 2010 Instructor: N. Vlajic

Multiple Access (1) Required reading: Garcia 6.1, 6.2.1, CSE 3213, Fall 2010 Instructor: N. Vlajic 1 Multiple Access (1) Required reading: Garcia 6.1, 6.2.1, 6.2.2 CSE 3213, Fall 2010 Instructor: N. Vlajic Multiple Access Communications 2 Broadcast Networks aka multiple access networks multiple sending

More information

Congestion Control Open Loop

Congestion Control Open Loop Congestion Control Open Loop Muhammad Jaseemuddin Dept. of Electrical & Computer Engineering Ryerson University Toronto, Canada References 1. A. Leon-Garcia and I. Widjaja, Communication Networks: Fundamental

More information

MAC SIMULATOR FOR HYBRID TDMA/CDMA ACCESS NETWORKS

MAC SIMULATOR FOR HYBRID TDMA/CDMA ACCESS NETWORKS MAC SIMULATOR FOR HYBRID TDMA/CDMA ACCESS NETWORKS Danny Goderis, Rudy Hoebeke, Kristiaan Venken. Alcatel Corporate Research Center Department Access to Networks Francis Wellesplein 1, 2018 Antwerp, Belgium

More information

************************************************************************ ************************************************************************

************************************************************************ ************************************************************************ ATM Forum Document Number: ATM Forum/98-0293 Title: Proposed appendix on sample ABR point-to-multipoint algorithms Abstract: We propose to move the living list text on sample point-tomultipoint ABR branch

More information

MulticastVideo in nonqos network

MulticastVideo in nonqos network MulticastVideo in nonqos network Multicast video transmission over best effort networks based on adaptive compression in a 3D subband coding Santiago Felici and Andrés L. Peñaranda santiago.felici@uv.es,

More information

Adaptive Dynamic Channel Allocation Scheme for Spotbeam Handover in LEO Satellite Networks*

Adaptive Dynamic Channel Allocation Scheme for Spotbeam Handover in LEO Satellite Networks* Adaptive Dynamic Channel Allocation Scheme for Spotbeam Handover in LEO Satellite Networks* Sungrae Cho Broadband and Wireless Networking Laboratory School of Electrical and Computer Engineering Georgia

More information

Flow Control. Flow control problem. Other considerations. Where?

Flow Control. Flow control problem. Other considerations. Where? Flow control problem Flow Control An Engineering Approach to Computer Networking Consider file transfer Sender sends a stream of packets representing fragments of a file Sender should try to match rate

More information

QoS and Radio Resource Management in 3G and Beyond Systems. Oriol Sallent Kideok Cho

QoS and Radio Resource Management in 3G and Beyond Systems. Oriol Sallent Kideok Cho QoS and Radio Resource Management in 3G and Beyond Systems Oriol Sallent Kideok Cho (kdcho@mmlab.snu.ac.kr) 2006. 10. 23 -2/30- Contents Radio Resource Management RRM in Beyond 3G Common RRM in a flexible

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK REVIEW ON CONGESTION CONTROL IN WIRELESS SENSOR NETWORK MR. HARSHAL D. WANKHADE,

More information

On Generalized Processor Sharing with Regulated Traffic for MPLS Traffic Engineering

On Generalized Processor Sharing with Regulated Traffic for MPLS Traffic Engineering On Generalized Processor Sharing with Regulated Traffic for MPLS Traffic Engineering Shivendra S. Panwar New York State Center for Advanced Technology in Telecommunications (CATT) Department of Electrical

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

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks X. Yuan, R. Melhem and R. Gupta Department of Computer Science University of Pittsburgh Pittsburgh, PA 156 fxyuan,

More information

SIMULATION FRAMEWORK MODELING

SIMULATION FRAMEWORK MODELING CHAPTER 5 SIMULATION FRAMEWORK MODELING 5.1 INTRODUCTION This chapter starts with the design and development of the universal mobile communication system network and implementation of the TCP congestion

More information

A Modified DRR-Based Non-real-time Service Scheduling Scheme in Wireless Metropolitan Networks

A Modified DRR-Based Non-real-time Service Scheduling Scheme in Wireless Metropolitan Networks A Modified DRR-Based Non-real-time Service Scheduling Scheme in Wireless Metropolitan Networks Han-Sheng Chuang 1, Liang-Teh Lee 1 and Chen-Feng Wu 2 1 Department of Computer Science and Engineering, Tatung

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

Data Link Control Protocols

Data Link Control Protocols Protocols : Introduction to Data Communications Sirindhorn International Institute of Technology Thammasat University Prepared by Steven Gordon on 23 May 2012 Y12S1L07, Steve/Courses/2012/s1/its323/lectures/datalink.tex,

More information

Module 1. Introduction. Version 2, CSE IIT, Kharagpur

Module 1. Introduction. Version 2, CSE IIT, Kharagpur Module 1 Introduction Version 2, CSE IIT, Kharagpur Introduction In this module we shall highlight some of the basic aspects of computer networks in two lessons. In lesson 1.1 we shall start with the historical

More information

An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6

An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6 An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6 Taewan You 1, Seungyun Lee 1, Sangheon Pack 2, and Yanghee Choi 2 1 Protocol Engineering Center, ETRI, 161 Gajoung-dong, Yusong-gu,

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

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. IV (May - Jun.2015), PP 06-11 www.iosrjournals.org Impact of IEEE 802.11

More information

Goals. Fundamentals of Network Media. More topics. Topics. Multiple access communication. Multiple access solutions

Goals. Fundamentals of Network Media. More topics. Topics. Multiple access communication. Multiple access solutions Fundamentals of Network Media Local Area Networks Ursula Holmström Goals Learn the basic concepts related to LAN technologies, for example use of shared media medium access control topologies Know the

More information

Digital Communication Networks

Digital Communication Networks Digital Communication Networks MIT PROFESSIONAL INSTITUTE, 6.20s July 25-29, 2005 Professor Muriel Medard, MIT Professor, MIT Slide 1 Digital Communication Networks Introduction Slide 2 Course syllabus

More information

Research on Multi-service Unified Bearing Electric Power Communication Access Network Bao Feng1,a, Yang Li1, Yang Hu1, Yan Long2, Yongzhong Xie3

Research on Multi-service Unified Bearing Electric Power Communication Access Network Bao Feng1,a, Yang Li1, Yang Hu1, Yan Long2, Yongzhong Xie3 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) Research on Multi-service Unified Bearing Electric Power Communication Access Bao Feng1,a, Yang

More information

Fairness in bandwidth allocation for ABR congestion avoidance algorithms

Fairness in bandwidth allocation for ABR congestion avoidance algorithms Fairness in bandwidth allocation for ABR congestion avoidance algorithms Bradley Williams, Neco Ventura Dept of Electrical Engineering, University of Cape Town, Private Bag, Rondebosch, South Africa {bwillia,

More information

Configuring Advanced Radio Settings on the WAP371

Configuring Advanced Radio Settings on the WAP371 Article ID: 5069 Configuring Advanced Radio Settings on the WAP371 Objective Radio settings are used to configure the wireless radio antenna and its properties on the wireless access point (WAP) device

More information

Traffic Management over Satellite ATM Networks: A Status Report

Traffic Management over Satellite ATM Networks: A Status Report Traffic Management over Satellite ATM Networks: A Status Report http://www.cis.ohio-state.edu/~jain/ TIA/CIS Meeting, January 13, 1998 1 Overview Traffic Management for ATM over Satellite Document New

More information

Solutions to Performance Problems in VoIP Over a Wireless LAN

Solutions to Performance Problems in VoIP Over a Wireless LAN Solutions to Performance Problems in VoIP Over a 802.11 Wireless LAN Wei Wang, Soung C. Liew, and VOK Li, Solutions to Performance Problems in VoIP over a 802.11 Wireless LAN, IEEE Transactions On Vehicular

More information

R1 Buffer Requirements for TCP over ABR

R1 Buffer Requirements for TCP over ABR 96-0517R1 Buffer Requirements for TCP over ABR, Shiv Kalyanaraman, Rohit Goyal, Sonia Fahmy Saragur M. Srinidhi Sterling Software and NASA Lewis Research Center Contact: Jain@CIS.Ohio-State.Edu http://www.cis.ohio-state.edu/~jain/

More information

Absolute QoS Differentiation in Optical Burst-Switched Networks

Absolute QoS Differentiation in Optical Burst-Switched Networks IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 22, NO. 9, NOVEMBER 2004 1781 Absolute QoS Differentiation in Optical Burst-Switched Networks Qiong Zhang, Student Member, IEEE, Vinod M. Vokkarane,

More information

An Efficient Implementation of Burst Fair Queuing for ATM Networking

An Efficient Implementation of Burst Fair Queuing for ATM Networking An Efficient Implementation of Burst Fair Queuing for ATM Networking Anthony T. Chronopoulos, Caimu Tang Abstract Fair queueing, which was developed in last decade and was aimed at general packet switching

More information

THE third-generation (and beyond) wireless communication

THE third-generation (and beyond) wireless communication IEEE TRANSACTIONS ON MOBIE COMPUTING, VO. 3, NO., JANUARY-MARCH 2004 73 QoS-Oriented Packet Scheduling for Wireless Multimedia CDMA Communications Vincent Huang and Weihua Zhuang, Senior Member, IEEE Abstract

More information

B. Bellalta Mobile Communication Networks

B. Bellalta Mobile Communication Networks IEEE 802.11e : EDCA B. Bellalta Mobile Communication Networks Scenario STA AP STA Server Server Fixed Network STA Server Upwnlink TCP flows Downlink TCP flows STA AP STA What is the WLAN cell performance

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

Unit 2 Packet Switching Networks - II

Unit 2 Packet Switching Networks - II Unit 2 Packet Switching Networks - II Dijkstra Algorithm: Finding shortest path Algorithm for finding shortest paths N: set of nodes for which shortest path already found Initialization: (Start with source

More information

Basic reference models and performance parameters of Internet Protocol packet network transmission in the mobile-satellite service

Basic reference models and performance parameters of Internet Protocol packet network transmission in the mobile-satellite service ecommendation ITU- M.1636 (06/2003) Basic reference models and performance parameters of Internet Protocol packet network transmission in the mobile-satellite service M Series Mobile, radiodetermination,

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

Performance analysis of Internet applications over an adaptive IEEE MAC architecture

Performance analysis of Internet applications over an adaptive IEEE MAC architecture Journal of the Franklin Institute 343 (2006) 352 360 www.elsevier.com/locate/jfranklin Performance analysis of Internet applications over an adaptive IEEE 802.11 MAC architecture Uthman Baroudi, Mohammed

More information

An Enhanced IEEE Retransmission Scheme

An Enhanced IEEE Retransmission Scheme An Enhanced IEEE 802.11 Retransmission Scheme Hao-Li Wang, Jinghao Miao, J. Morris Chang Dept. of Electrical and Computer Engineering Iowa State University haoli, jhmiao, morris@iastate.edu Abstract In

More information

Chapter 4. The Medium Access Control Sublayer. Points and Questions to Consider. Multiple Access Protocols. The Channel Allocation Problem.

Chapter 4. The Medium Access Control Sublayer. Points and Questions to Consider. Multiple Access Protocols. The Channel Allocation Problem. Dynamic Channel Allocation in LANs and MANs Chapter 4 The Medium Access Control Sublayer 1. Station Model. 2. Single Channel Assumption. 3. Collision Assumption. 4. (a) Continuous Time. (b) Slotted Time.

More information