Chapter 6: Conclusion

Size: px
Start display at page:

Download "Chapter 6: Conclusion"

Transcription

1 Chapter 6: Conclusion In this research we have designed the bandwidth optimization control protocol to manage the proposed Dual-bandwidth data path for the CDMA2000-WLAN integrated network. The user s request sent from CDMA2000 network and the reply got from WLAN network under the integrated network. During the data transmission, both two networks have been utilized efficiently. The designed BOCP has been simulated in ns2 Java version simulator and the simulation results have been evaluated. We have compared the simulation results with the both of the CDMA2000 and WLAN network. The higher data rates have been achieved through the Dual-bandwidth data path. This conclusion consists of for sections. We will summarize our main ideas in the section 6.1 and our main contributions will be presented in section 6.2. Following the summary and contributions, we present the research s deficiencies in section 6.3 and the future works in section Summary of main ideas The Dual-bandwidth data path and the bandwidth optimization control protocol are together efficiently utilizing the two networks bandwidth of CDMA2000 and WLAN. We have discussed our implementations into three steps: the system design, simulation and the simulation results evaluation. The purpose of the Dual-bandwidth data path design is to get higher data rates and to utilize the two network resources efficiently in the overlapping areas of CDMA2000 and WLAN networks. The proposed Dual-bandwidth data path consists of four components which are bandwidth management, bandwidth selection, packet 6-1

2 receiver and bandwidth monitor. The relationships of the four components are as follows: The bandwidth management installs and deletes the bandwidth monitor. The bandwidth monitor calculates the available bandwidth for application. The bandwidth selection chooses one appropriate path according to the bandwidth monitor report for the application. Finally, the packet receiver accepts incoming packets and then filter and reorders them before sending them into decoder. In order to design the Dual-bandwidth data path, we have established a model as presented in Figure 3-3. Our model is based on the integration architecture of CDMA2000-WLAN networks by CDG (CDMA Development Group). In the CDG integration architecture, each network provides services to mobile nodes separately. Because of the disparity in bandwidth, in which the WLAN network bandwidth is much wider than CDMA2000 network, the mobile nodes are totally handoff to access Internet through WLAN network. At this particular area, it may cause WLAN network too busy and CDMA2000 network resources wasted. In addition, the Lucent research shows that the Internet characteristics in bandwidth utilization that relates to request amounts to one fourth of the reply. For these reasons, we proposed to integrate the two network bandwidth to provide service for the mobile nodes. The Dual-bandwidth data path model that we proposed (as shown in Figure 3-3) shows that the mobile node sends request through the connection MN-BS-PDSN-CN which represent CDMA2000 network. The reply however comes from the connection CN-PDSN-AP-MN which represents WLAN network. Thus, the two networks provide services to the mobile node simultaneously. Our proposed solution is a novel solution, which unlike any other solutions that mainly focused on total handoff. 6-2

3 In order to establish the Dual-bandwidth data path, we have proposed the bandwidth optimization control protocol (BOCP). The Dual-bandwidth data path utilizes the two networks bandwidth in the integrated architecture of CDMA2000- WLAN. Data requests will be controlled by PCF (Packets Control Function) in CDMA2000 network and data reply will be controlled by PDIF in WLAN network. Data traffic is routed through PDSN from CDMA2000 network to WLAN network. Mobile node is assumed featured with a wireless interface that works on the two different access technologies. The BOCP design is based on the WLAN protocol and frame structure. In the Control Frame Field of the WLAN frame structure (as shown in Figure 2-6), there are three items related with our research as follows: Type/Subtype field: Type/Subtype field indicates frame type; Duration/ID field: Immediately following the Frame Control field in the IEEE MAC header is the Duration/ID field. The Duration/ID field carries the association identity (AID) of the station that transmitted the frame; and Frame Check Sequence (FCS): FCS computes over the entire aggregate header. Based on the WLAN frame structure, we proposed the BOCP frame structure as follows: Command field: The command field defined message type and subtype of request or response; Routing Domain field: The routing domain field is used to indicate that mobile nodes of one routing process can be located in both WLAN and CDMA2000 domains; and Next Nod field: The NextNod field is set to IP address of the next node along the established connection. 6-3

4 After proposing the BOCP, the simulation-based experiments employed to evaluate the BOCP enhancement. In order to implement the BOCP, six main classes have been created. They are BOC class, BOCA class, BOCPMessage class, MobileNode Class, Route Class and RoutingTable class. The relationship of the six classes is: The BOC class is responsible for generating BOCP messages and sending them to the correct destinations. The BOCA class holds network information about the interfaces associated with a particular node of the correct destination so that the BOCP messages can be sent to. The BOCPMessage holds the necessary information to update the particular node s routing table. The MobileNode class contains the particular node and the interfaces associated with that node. The Route class holds information about which interface to send packets out for a particular destination together with the IP addresses of its neighbors. The RoutingTable class is used to store all of the route objects. To implement the BOCP simulation, it is essential to understand the functionality of the BOCP and its requirements. The functionality of the BOCP in the simulation is to be able to send the BOCPMessage which is generated by the BOC class. The BOCPMessage is used to update the RoutingTable class. The simulation implementation requirements have shown the need for five main classes. The first and the most important class would be the class responsible for generating updates, sending them out, receiving updates and updating routing tables. This class is called the BOC class. Another important class is the class which holds all the information about the links in the network, i.e. the BOCA class. The other three classes are the classes to represent routes, routing tables and the update messages that get sent out. These are respectively implemented in the Route, RoutingTable and BOCPMessage classes. 6-4

5 The relationships between the Simulator class and the main five classes have been illustrated in Figure The implementation classes and their functionalities have been illustrated in Table 4-2 as well. In order to implement the simulation, we have established a simple network of four nodes. The application requests send out through the MN to the BS and the PCF, finally arrive in the PDSN and the CN. The replies come through the CN and the PDSN to the PDIF and the AP, finally arrive in the MN. The first route is the replacement of the CDMA2000 network and the second route is the replacement of WLAN network. After implementation, we have captured the related data in an output file. The output file shows that the Dual-bandwidth data path has been established. In order to verify the generated data validity and reliability, the necessary tests have been done as follows: To verify that the routing table is updated with the appropriate routes entry; The BOCP packet test for routing table information; and The BOCP test for updating the routing table. The simulation results and discussion have been illustrated in chapter 5. Figure 5-1 and 5-2 are the CDMA2000 and WLAN network model, respectively. Figure 5-3 is the proposed simulation model. Figure 5-4 and Figure 5-5 are the simulation implementations. Following the simulation implementation results, we compared the throughput, packet delay time and buffer requirement with the standard of CDMA2000 network and WLAN network. Throughput is used to evaluate the performance of the bandwidth utilization and buffer requirement is used to evaluate the performance of the Dual-bandwidth data path. The comparisons of the application services provided through the proposed Dualbandwidth data path and both two CDMA2000 and WLAN networks have been 6-5

6 illustrated in Figure 5-6, Figure 5-7 and Figure 5-8. From the illustration, the application got much higher throughput through the Dual-bandwidth data path. The comparisons of the packet delay time have been illustrated in Figure 5-9 and Figure The proposed BOCP and the Dual-bandwidth data path have reselected the wider bandwidth and achieved the shorter packet delay time. In the Figure 5-11, we have illustrated buffer requirement of the proposed BOCP with the Dualbandwidth data path. From the illustration, the buffer requirement is much fewer than the CDMA2000 network. 6.2 Contributions of this thesis In this research, the Dual-bandwidth data path has been designed and the BOCP protocol has been developed to support mobile nodes through WLAN and CDMA2000 wireless data networks within 4G wireless systems. The overall output results of the work presented in this thesis are listed below and are considered to represent the contribution of this work to the field of the Dual-bandwidth data path for 4G wireless mobile wireless Internet. The development of a Dual-bandwidth data path based on the bandwidth disparity of WLAN and CDMA2000 networks. The bandwidth of WLAN network is much wider than CDMA2000 network. In addition to its application in the two networks, the uplink load is much lighter than the downlink load. The development of the Bandwidth Optimization Control Protocol (BOCP) which is related with the Dual-bandwidth data path that we proposed; Higher Data Rates. The majority functionary of the bandwidth optimization control protocol is to distribute data into Dual-bandwidth data path for 6-6

7 transmission, which CDMA2000 data path is used for uplink traffic services and WLAN data path is used for downlink traffic service in order to utilize network resources efficiently and increase data rates; A network level simulation tool. The system design and implementation is based on ns2 Java version (Java Network Simulator), in which a network level simulation tool has been proposed, which can be used to support future research. 6.3 Deficiencies Although the work undertaken in this thesis has addressed and tried to solve certain shortcoming of the bandwidth utilization efficiency for 4G wireless mobile Internet networks, especially in the integration of CDMA2000-WLAN networks. Deficiencies were also reported during the evaluation experiments. These deficiencies are: Deficiencies of BOCP Protocol Simulation In this work, a simple network of four nodes has been established and several tests have been done to experiment the BOCP protocol on the Dual-bandwidth data path between the integration of CDMA2000 and WLAN networks. These experiments have been shown that the Dual-bandwidth data path has been established and the BOCP message has been transmitted on it properly. The performance has been evaluated through comparison of the Dual-bandwidth data path with CDMA2000 network data path. From the comparison, we can see that the Dual-bandwidth is much wider than the CDMA2000 bandwidth and the Dual-bandwidth data path can provide higher data rates. Mean whiling, the two network resources have been utilized efficiently since data requests send through CDMA2000 network and the reply is from WLAN network. 6-7

8 Form Lucent research, the most of Internet application request is amount one fourth of the reply. The Dual-bandwidth data path design fulfills the Internet application requirements. For these reasons, we thought that the BOCP protocol simulation and the performance evaluation should concentrates on comparison of the Dual-bandwidth data path with CDMA2000 network and WLAN network. The results of the comparison show that we get expected demands. But the work in this thesis hasn t been considered the special case i.e. the Internet application request is same as the reply. It will be advantage if we took the special case in the research Deficiencies of Dual-bandwidth Data Path Design The Dual-bandwidth data path design consists of four components which are bandwidth management, bandwidth monitor, bandwidth selection and packet receiver. The bandwidth monitor is keeping monitoring and calculating of the available bandwidth on the two networks. This would be taken time for the system. In addition, the bandwidth selection needs to reselect WLAN bandwidth data path after getting the indicator from the bandwidth monitor. This would be taken time for the system as well. Since the work in this thesis only concentrates on establishment of the Dualbandwidth data path within the CDMA2000 and WLAN networks, we have considered and compared the packet queuing time delay with both CDMA2000 and WLAN networks, but we ignored the packet reselecting bandwidth time delay. It will be great advantage if the time delay is considered and the performance is evaluated Deficiencies of Match the BOCP with TCP/IP TCP/IP suite is a protocol standard that comprises the two layers present in almost every Internet message. TCP is the Transport Control Protocol. It is the connectionbased protocol that verifies that message is received at destination. TCP will 6-8

9 retransmit messages that aren t correctly received and report an error if the message can t be delivered or if the connection is lost. IP is the Internet Protocol. The Internet Protocol routes messages, fragments large messages into multiple packets along with a number of other important tasks. Together, these protocols reliably move data from a sending station to a receiving station. The BOCP protocol must work with the TCP/IP protocol to provide data services to mobile users through Internet. During the BOCP simulation, some conflicts occur with the TCP/IP protocol. It will be great advantage if these conflicts can be solved in the work. 6.4 Future Works As mentioned in the introduction, the existing bandwidth resources management techniques [89] can be classified into two categories i.e. network layer resources management techniques and transport layer resources management techniques. The major objective of the network layer techniques is to reduce the rerouting packet loss, and transport layer techniques are mainly proposed for the reliable data transmission. When the mobile node moves into WLAN overlapping region from CDMA2000 coverage area, the bandwidth resources management is governed by PDSN. This process is transparent to mobile IP, and this mobility is supported by mobile IP. In this case, the fields of Dual-bandwidth data path involve many advances in technologies. These include data transmission, bandwidth utilization and the coverage of wireless networks. Improvements in any of these areas will further lead to the improvement of these fields. The work has been undertaken has been limited to development of a protocol simulation model and is not intended to be compared to a realistic behavior of devices at this time. Furthermore, the performance of the Dual- 6-9

10 bandwidth data path has been limited to other networks such as WCDMA and TD- SCDMA. Throughout the development of this work, there are certain problems that have been faced and identified. Some of the problems have been solved but some, because of the time limitation, will be proposed for future work to further enhance the system. This section intends to propose some improvements that can be undertaken in the future work The Dual-bandwidth Data Path Further Enhancements Future wireless mobile Internet [90] is going to support service provider portability, and the mobile node must be able to communicate in more than one system or networks, such as WLAN, WiMax, Bluetooth, WCDMA, TD-SCDMA and CDMA2000. The Dual-bandwidth data path design is based on CDMA2000 and WLAN networks. The work in this thesis, however, has provided a foundation for future enhancement and provides the basis where this thesis can be improved further. Future improvements, which can be added and improved features are: The Dual-bandwidth data path between WCDMA and WLAN. Since 3GPP has issued the integration of WCDMA and WLAN, the bandwidth integration between the WCDMA and WLAN is possible as well. In addition, the integration of TD-SCDMA and WLAN has not been issued by any research group. Therefore, the Dual-bandwidth data path between TD-SCDMA and WLAN is impossible for the time being now. The Dual-bandwidth data path between WiMax and WCDMA, CDMA2000 and TD-SCDMA. The research group of CDMA Development Group (CDG), 3GPP and 3GPP2, has not issued the integration architecture of these cellular networks with WiMax. Once the integration architecture proposed, the 6-10

11 integration of the bandwidth between the WiMax with these cellular networks can be further proposed. The Dual-bandwidth data path between Bluetooth and WCDMA, CDMA2000 and TD-SCDMA. From the time being, nobody can give a solution about the integration. If any possible in the feature, we will consider adding the feature into our system The BOCP protocol Further Enhancements The BOCP protocol is designed for the Dual-bandwidth data path between CDMA2000 and WLAN. In other words, the BOCP protocol works on the CDMA2000 and WLAN protocol. Therefore, it can not work on the WCDMA, TD- SCDMA and WiMax protocols. Once the Dual-bandwidth data path further enhanced, the necessary protocols are needed to be developed. These protocol including: The protocol for the integration of WCDMA and WLAN networks or TD- SCDMA and WLAN networks. In other words, the new protocol will be run on the WCDMA, TD-SCDMA and WLAN protocols. Once the CDMA2000, WCDMA and TD-SCDMA integrate into MC-CDMA, the new protocol should work on the MC-CDMA and WLAN protocols. The protocol for the integration of CDMA2000, WCDMA and TD-SCDMA with WiMax. If those research groups can integrate these cellular networks into MC-CDMA, the new protocol will be designed for the MC-CDMA and WiMax only. In other words, the new protocol works on the MC-CDMA and WiMax protocols. For the Bluetooth, no any research involved with the integration of Bluetooth and these cellular networks until time being now. Thus, it is no need to 6-11

12 develop the protocol for them. If the integration can be issued by any research, the new protocol for the integration will be proposed. 6-12

Mix-Bandwidth Data Path Design for 5G Real Wireless World

Mix-Bandwidth Data Path Design for 5G Real Wireless World Mix-Bandwidth Data Path Design for 5G Real Wireless World XICHUN LI, ABDULLAH GANI, LINA YANG, OMAR ZAKARIA, NOR BADRUL ANUAR Faculty of Computer Science and Information Technology University of Malay,

More information

Mobile IP Network Layer Lesson 02 TCP/IP Suite and IP Protocol

Mobile IP Network Layer Lesson 02 TCP/IP Suite and IP Protocol Mobile IP Network Layer Lesson 02 TCP/IP Suite and IP Protocol 1 TCP/IP protocol suite A suite of protocols for networking for the Internet Transmission control protocol (TCP) or User Datagram protocol

More information

A Seamless Handover Mechanism for IEEE 802.16e Broadband Wireless Access

A Seamless Handover Mechanism for IEEE 802.16e Broadband Wireless Access A Seamless Handover Mechanism for IEEE 802.16e Broadband Wireless Access Kyung-ah Kim 1, Chong-Kwon Kim 2, and Tongsok Kim 1 1 Marketing & Technology Lab., KT, Seoul, Republic of Korea, {kka1,tongsok}@kt.co.kr

More information

An Efficient Resource Management Algorithm for Next Generation Networks Using Multi Network Data Path V.Senthil Kumaran, E.D.Kanmani Ruby, Ms G.

An Efficient Resource Management Algorithm for Next Generation Networks Using Multi Network Data Path V.Senthil Kumaran, E.D.Kanmani Ruby, Ms G. An Efficient Resource Management Algorithm for Next Generation Networks Using Multi Network Data Path V.Senthil Kumaran, E.D.Kanmani Ruby, Ms G.Deepa Abstract The integration of mobile communications together

More information

EPL 657 Wireless Networks

EPL 657 Wireless Networks EPL 657 Wireless Networks Some fundamentals: Multiplexing / Multiple Access / Duplex Infrastructure vs Infrastructureless Panayiotis Kolios Recall: The big picture... Modulations: some basics 2 Multiplexing

More information

Seamless Congestion Control over Wired and Wireless IEEE 802.11 Networks

Seamless Congestion Control over Wired and Wireless IEEE 802.11 Networks Seamless Congestion Control over Wired and Wireless IEEE 802.11 Networks Vasilios A. Siris and Despina Triantafyllidou Institute of Computer Science (ICS) Foundation for Research and Technology - Hellas

More information

Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction

Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction Wireless Physical Layer Q1. Is it possible to transmit a digital signal, e.g., coded as square wave as used inside a computer, using radio transmission without any loss? Why? It is not possible to transmit

More information

CS6956: Wireless and Mobile Networks Lecture Notes: 2/11/2015. IEEE 802.11 Wireless Local Area Networks (WLANs)

CS6956: Wireless and Mobile Networks Lecture Notes: 2/11/2015. IEEE 802.11 Wireless Local Area Networks (WLANs) CS6956: Wireless and Mobile Networks Lecture Notes: //05 IEEE 80. Wireless Local Area Networks (WLANs) CSMA/CD Carrier Sense Multi Access/Collision Detection detects collision and retransmits, no acknowledgement,

More information

Introduction VOIP in an 802.11 Network VOIP 3

Introduction VOIP in an 802.11 Network VOIP 3 Solutions to Performance Problems in VOIP over 802.11 Wireless LAN Wei Wang, Soung C. Liew Presented By Syed Zaidi 1 Outline Introduction VOIP background Problems faced in 802.11 Low VOIP capacity in 802.11

More information

CHAPTER - 4 CHANNEL ALLOCATION BASED WIMAX TOPOLOGY

CHAPTER - 4 CHANNEL ALLOCATION BASED WIMAX TOPOLOGY CHAPTER - 4 CHANNEL ALLOCATION BASED WIMAX TOPOLOGY 4.1. INTRODUCTION In recent years, the rapid growth of wireless communication technology has improved the transmission data rate and communication distance.

More information

Enterprise VoIP Services over Mobile Ad-Hoc Technologies

Enterprise VoIP Services over Mobile Ad-Hoc Technologies Enterprise VoIP Services over Mobile Ad-Hoc Technologies 1 System Architecture Figure 1 illustrates the system architecture. We can divide it into 2 parts. One is the Mobile VoIP Box (MVB) node and the

More information

Telecommunication Services Engineering (TSE) Lab. Chapter III 4G Long Term Evolution (LTE) and Evolved Packet Core (EPC)

Telecommunication Services Engineering (TSE) Lab. Chapter III 4G Long Term Evolution (LTE) and Evolved Packet Core (EPC) Chapter III 4G Long Term Evolution (LTE) and Evolved Packet Core (EPC) http://users.encs.concordia.ca/~glitho/ Outline 1. LTE 2. EPC architectures (Basic and advanced) 3. Mobility management in EPC 4.

More information

Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols

Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols Purvi N. Ramanuj Department of Computer Engineering L.D. College of Engineering Ahmedabad Hiteishi M. Diwanji

More information

GPRS Systems Performance Analysis

GPRS Systems Performance Analysis GPRS Systems Performance Analysis Fátima de Lima Procópio Duarte, Antonio A.F. Loureiro, Leonardo Barbosa e Oliveira, Cláudio Márcio de Souza Vicente Federal University of Minas Gerais, Belo Horizonte,

More information

MultiNet: Connecting to Multiple IEEE 802.11 Networks Using a Single Wireless Card

MultiNet: Connecting to Multiple IEEE 802.11 Networks Using a Single Wireless Card MultiNet: Connecting to Multiple IEEE 802.11 Networks Using a Single Wireless Card Ranveer Chandra, Paramvir Pahl, Pradeep Bahl Cornell University & Microsoft Corp. Presented by Liang Chen Ideas Link 1

More information

Handover Management based on the Number of Retries for VoIP on WLANs

Handover Management based on the Number of Retries for VoIP on WLANs Handover Management based on the Number of Retries for VoIP on WLANs Shigeru Kashihara Yuji Oie Department of Computer Science and Electronics, Kyushu Institute of Technology Kawazu 68-4, Iizuka, 82-852

More information

Analysis of Mobile IP in Wireless LANs

Analysis of Mobile IP in Wireless LANs ENSC 835: COMMUNICATION NETWORKS FINAL PROJECT PRESENTATIONS Spring 2011 Analysis of Mobile IP in Wireless LANs www.sfu.ca/~bshahabi Babak Shahabi (bshahabi@sfu.ca( bshahabi@sfu.ca) 301102998 Shaoyun Yang

More information

Unlicensed Mobile Access (UMA) Handover and Packet Data Performance Analysis

Unlicensed Mobile Access (UMA) Handover and Packet Data Performance Analysis Unlicensed Mobile Access (UMA) Handover and Packet Data Performance Analysis Andres Arjona Nokia Siemens Networks andres.arjona@nsn.com Hannu Verkasalo Helsinki University of Technology hannu.verkasalo@tkk.fi

More information

Configuring Network Address Translation (NAT)

Configuring Network Address Translation (NAT) 8 Configuring Network Address Translation (NAT) Contents Overview...................................................... 8-3 Translating Between an Inside and an Outside Network........... 8-3 Local and

More information

Index. Common Packet Channel (CPCH) 25 Compression 265, 279 82, 288 header compression 284

Index. Common Packet Channel (CPCH) 25 Compression 265, 279 82, 288 header compression 284 bindex.fm Page 296 Tuesday, March 22, 2005 7:17 AM Index 2G, 2.5G, 3G 13 3GPP 118 Release 5 (Rel 5) 124 Release 6 (Rel 6) 125 Release 97/98 (Rel 97/98) 119 Release 99 (Rel 99) 120 4 3GPP2 129 4G 13, 44

More information

Chapter 6 Wireless and Mobile Networks

Chapter 6 Wireless and Mobile Networks Chapter 6 Wireless and Mobile Networks A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see the animations;

More information

ECE 333: Introduction to Communication Networks Fall 2002

ECE 333: Introduction to Communication Networks Fall 2002 ECE 333: Introduction to Communication Networks Fall 2002 Lecture 14: Medium Access Control II Dynamic Channel Allocation Pure Aloha In the last lecture we began discussing medium access control protocols

More information

LTE BACKHAUL REQUIREMENTS: A REALITY CHECK

LTE BACKHAUL REQUIREMENTS: A REALITY CHECK By: Peter Croy, Sr. Network Architect, Aviat Networks INTRODUCTION LTE mobile broadband technology is now being launched across the world with more than 140 service providers committed to implement it

More information

Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks

Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks Ayman Wazwaz, Computer Engineering Department, Palestine Polytechnic University, Hebron, Palestine, aymanw@ppu.edu Duaa sweity

More information

Controlled Random Access Methods

Controlled Random Access Methods Helsinki University of Technology S-72.333 Postgraduate Seminar on Radio Communications Controlled Random Access Methods Er Liu liuer@cc.hut.fi Communications Laboratory 09.03.2004 Content of Presentation

More information

Chapter 9. IP Secure

Chapter 9. IP Secure Chapter 9 IP Secure 1 Network architecture is usually explained as a stack of different layers. Figure 1 explains the OSI (Open System Interconnect) model stack and IP (Internet Protocol) model stack.

More information

IP and Mobility. Requirements to a Mobile IP. Terminology in Mobile IP

IP and Mobility. Requirements to a Mobile IP. Terminology in Mobile IP IP and Mobility Chapter 2 Technical Basics: Layer Methods for Medium Access: Layer 2 Chapter Wireless Networks: Bluetooth, WLAN, WirelessMAN, WirelessWAN Mobile Telecommunication Networks: GSM, GPRS, UMTS

More information

Mobile Computing/ Mobile Networks

Mobile Computing/ Mobile Networks Mobile Computing/ Mobile Networks TCP in Mobile Networks Prof. Chansu Yu Contents Physical layer issues Communication frequency Signal propagation Modulation and Demodulation Channel access issues Multiple

More information

A study of Skype over IEEE 802.16 networks: voice quality and bandwidth usage

A study of Skype over IEEE 802.16 networks: voice quality and bandwidth usage Iowa State University Digital Repository @ Iowa State University Graduate Theses and Dissertations Graduate College 2011 A study of Skype over IEEE 802.16 networks: voice quality and bandwidth usage Kuan-yu

More information

How To Determine The Capacity Of An 802.11B Network

How To Determine The Capacity Of An 802.11B Network Capacity of an IEEE 802.11b Wireless LAN supporting VoIP To appear in Proc. IEEE Int. Conference on Communications (ICC) 2004 David P. Hole and Fouad A. Tobagi Dept. of Electrical Engineering, Stanford

More information

Mobile IP Network Layer Lesson 01 OSI (open systems interconnection) Seven Layer Model and Internet Protocol Layers

Mobile IP Network Layer Lesson 01 OSI (open systems interconnection) Seven Layer Model and Internet Protocol Layers Mobile IP Network Layer Lesson 01 OSI (open systems interconnection) Seven Layer Model and Internet Protocol Layers Oxford University Press 2007. All rights reserved. 1 OSI (open systems interconnection)

More information

Broadband data performance of third-generation mobile systems

Broadband data performance of third-generation mobile systems Broadband data performance of third-generation mobile systems Johan Sköld, Magnus Lundevall, Stefan Parkvall and Magnus Sundelin The rapid, widespread deployment of WCDMA and an increasing uptake of third-generation

More information

A Proxy Mobile IP based Layer-3 Handover Scheme for Mobile WiMAX based Wireless Mesh Networks

A Proxy Mobile IP based Layer-3 Handover Scheme for Mobile WiMAX based Wireless Mesh Networks A Proxy Mobile IP based Layer-3 Handover Scheme for Mobile WiMAX based Wireless Mesh Networks Min-Kim, Jong-min Kim, Hwa-sung Kim Dept. of Electronics and Communications Engineering Kwangwoon University

More information

Bluetooth voice and data performance in 802.11 DS WLAN environment

Bluetooth voice and data performance in 802.11 DS WLAN environment 1 (1) Bluetooth voice and data performance in 802.11 DS WLAN environment Abstract In this document, the impact of a 20dBm 802.11 Direct-Sequence WLAN system on a 0dBm Bluetooth link is studied. A typical

More information

Allocating Network Bandwidth to Match Business Priorities

Allocating Network Bandwidth to Match Business Priorities Allocating Network Bandwidth to Match Business Priorities Speaker Peter Sichel Chief Engineer Sustainable Softworks psichel@sustworks.com MacWorld San Francisco 2006 Session M225 12-Jan-2006 10:30 AM -

More information

ECE/CS 372 introduction to computer networks. Lecture 13

ECE/CS 372 introduction to computer networks. Lecture 13 ECE/CS 372 introduction to computer networks Lecture 13 Announcements: HW #4 hard copy due today Lab #5 posted is due Tuesday June 4 th HW #5 posted is due Thursday June 6 th Pickup midterms Acknowledgement:

More information

Mobile Routing. When a host moves, its point of attachment in the network changes. This is called a handoff.

Mobile Routing. When a host moves, its point of attachment in the network changes. This is called a handoff. Mobile Routing Basic Notions of Mobility When a host moves, its point of attachment in the changes. This is called a handoff. The point of attachment is a base station (BS) for cellular, or an access point

More information

Real-Time Communication in IEEE 802.11 Wireless Mesh Networks: A Prospective Study

Real-Time Communication in IEEE 802.11 Wireless Mesh Networks: A Prospective Study in IEEE 802.11 : A Prospective Study January 2011 Faculty of Engineering of the University of Porto Outline 1 Introduction 2 3 4 5 in IEEE 802.11 : A Prospective Study 2 / 28 Initial Considerations Introduction

More information

A Design of Network-based Flow Mobility based on Proxy Mobile IPv6

A Design of Network-based Flow Mobility based on Proxy Mobile IPv6 This paper was presented as part of the Mobility Management in the Networks of the Future World (MobiWorld) Workshop at A Design of Network-based Flow Mobility based on Proxy Mobile IPv6 Tran Minh Trung

More information

How To Analyze The Security On An Ipa Wireless Sensor Network

How To Analyze The Security On An Ipa Wireless Sensor Network Throughput Analysis of WEP Security in Ad Hoc Sensor Networks Mohammad Saleh and Iyad Al Khatib iitc Stockholm, Sweden {mohsaleh, iyad}@iitc.se ABSTRACT This paper presents a performance investigation

More information

LAN Switching. 15-441 Computer Networking. Switched Network Advantages. Hubs (more) Hubs. Bridges/Switches, 802.11, PPP. Interconnecting LANs

LAN Switching. 15-441 Computer Networking. Switched Network Advantages. Hubs (more) Hubs. Bridges/Switches, 802.11, PPP. Interconnecting LANs LAN Switching 15-441 Computer Networking Bridges/Switches, 802.11, PPP Extend reach of a single shared medium Connect two or more segments by copying data frames between them Switches only copy data when

More information

ESSENTIALS. Understanding Ethernet Switches and Routers. April 2011 VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK

ESSENTIALS. Understanding Ethernet Switches and Routers. April 2011 VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK Contemporary Control Systems, Inc. Understanding Ethernet Switches and Routers This extended article was based on a two-part article that was

More information

Frequency Hopping Spread Spectrum (FHSS) vs. Direct Sequence Spread Spectrum (DSSS) in Broadband Wireless Access (BWA) and Wireless LAN (WLAN)

Frequency Hopping Spread Spectrum (FHSS) vs. Direct Sequence Spread Spectrum (DSSS) in Broadband Wireless Access (BWA) and Wireless LAN (WLAN) FHSS vs. DSSS page 1 of 16 Frequency Hopping Spread Spectrum (FHSS) vs. Direct Sequence Spread Spectrum (DSSS) in Broadband Wireless Access (BWA) and Wireless LAN (WLAN) by Sorin M. SCHWARTZ Scope In 1997

More information

Assignment #3 Routing and Network Analysis. CIS3210 Computer Networks. University of Guelph

Assignment #3 Routing and Network Analysis. CIS3210 Computer Networks. University of Guelph Assignment #3 Routing and Network Analysis CIS3210 Computer Networks University of Guelph Part I Written (50%): 1. Given the network graph diagram above where the nodes represent routers and the weights

More information

TCP in Wireless Networks

TCP in Wireless Networks Outline Lecture 10 TCP Performance and QoS in Wireless s TCP Performance in wireless networks TCP performance in asymmetric networks WAP Kurose-Ross: Chapter 3, 6.8 On-line: TCP over Wireless Systems Problems

More information

Architecture of distributed network processors: specifics of application in information security systems

Architecture of distributed network processors: specifics of application in information security systems Architecture of distributed network processors: specifics of application in information security systems V.Zaborovsky, Politechnical University, Sait-Petersburg, Russia vlad@neva.ru 1. Introduction Modern

More information

Next Generation 802.11 Wireless Local Area Networks

Next Generation 802.11 Wireless Local Area Networks Next Generation 802.11 Wireless Local Area Networks This is a 2 day course technical course intended to give student a solid understanding of the emerging IEEE 802.11 standards, how it works including

More information

Service Level Analysis of Video Conferencing over Wireless Local Area Network

Service Level Analysis of Video Conferencing over Wireless Local Area Network Service Level Analysis of Video Conferencing over Wireless Local Area Network B.O. Sadiq, E. Obi, A.S. Abubakar, Y. Ibrahim & S. Saidu Department of Electrical and Computer Engineering Ahmadu Bello Unicersity

More information

TCP over Multi-hop Wireless Networks * Overview of Transmission Control Protocol / Internet Protocol (TCP/IP) Internet Protocol (IP)

TCP over Multi-hop Wireless Networks * Overview of Transmission Control Protocol / Internet Protocol (TCP/IP) Internet Protocol (IP) TCP over Multi-hop Wireless Networks * Overview of Transmission Control Protocol / Internet Protocol (TCP/IP) *Slides adapted from a talk given by Nitin Vaidya. Wireless Computing and Network Systems Page

More information

Lab VI Capturing and monitoring the network traffic

Lab VI Capturing and monitoring the network traffic Lab VI Capturing and monitoring the network traffic 1. Goals To gain general knowledge about the network analyzers and to understand their utility To learn how to use network traffic analyzer tools (Wireshark)

More information

Performance Evaluation for Mobility Management Protocols in Cellular IP and Hawaii Mobile Networks

Performance Evaluation for Mobility Management Protocols in Cellular IP and Hawaii Mobile Networks Performance Evaluation for Mobility Management Protocols in Cellular IP and Hawaii Mobile Networks M.Mansour, A.Ghneimat,J. E. Mellor Department of Computing University of Bradford Bradford BD7 1DP, UK.

More information

Communications and Computer Networks

Communications and Computer Networks SFWR 4C03: Computer Networks and Computer Security January 5-8 2004 Lecturer: Kartik Krishnan Lectures 1-3 Communications and Computer Networks The fundamental purpose of a communication system is the

More information

Establishing How Many VoIP Calls a Wireless LAN Can Support Without Performance Degradation

Establishing How Many VoIP Calls a Wireless LAN Can Support Without Performance Degradation Establishing How Many VoIP Calls a Wireless LAN Can Support Without Performance Degradation ABSTRACT Ángel Cuevas Rumín Universidad Carlos III de Madrid Department of Telematic Engineering Ph.D Student

More information

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc (International Journal of Computer Science & Management Studies) Vol. 17, Issue 01 Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc Dr. Khalid Hamid Bilal Khartoum, Sudan dr.khalidbilal@hotmail.com

More information

Transport layer issues in ad hoc wireless networks Dmitrij Lagutin, dlagutin@cc.hut.fi

Transport layer issues in ad hoc wireless networks Dmitrij Lagutin, dlagutin@cc.hut.fi Transport layer issues in ad hoc wireless networks Dmitrij Lagutin, dlagutin@cc.hut.fi 1. Introduction Ad hoc wireless networks pose a big challenge for transport layer protocol and transport layer protocols

More information

An Active Network Based Hierarchical Mobile Internet Protocol Version 6 Framework

An Active Network Based Hierarchical Mobile Internet Protocol Version 6 Framework An Active Network Based Hierarchical Mobile Internet Protocol Version 6 Framework Zutao Zhu Zhenjun Li YunYong Duan Department of Business Support Department of Computer Science Department of Business

More information

On the Design of Mobility Management Scheme for 802.16-based Network Environment

On the Design of Mobility Management Scheme for 802.16-based Network Environment On the Design of obility anagement Scheme for 802.16-based Network Environment Junn-Yen Hu and Chun-Chuan Yang ultimedia and Communications Laboratory Department of Computer Science and Information Engineering

More information

Computer Networks. Wireless and Mobile Networks. László Böszörményi Computer Networks Mobile - 1

Computer Networks. Wireless and Mobile Networks. László Böszörményi Computer Networks Mobile - 1 Computer Networks Wireless and Mobile Networks László Böszörményi Computer Networks Mobile - 1 Background Number of wireless (mobile) phone subscribers now exceeds number of wired phone subscribers! Computer

More information

SOFTWARE-DEFINED NETWORKING IN HETEROGENEOUS RADIO ACCESS NETWORKS

SOFTWARE-DEFINED NETWORKING IN HETEROGENEOUS RADIO ACCESS NETWORKS SOFTWARE-DEFINED NETWORKING IN HETEROGENEOUS RADIO ACCESS NETWORKS Hao Yu Technical University of Denmark (DTU), Oersteds Plads 343, Kgs. Lyngby, 2800, Denmark e-mail: haoyu@fotonik.dtu.dk Paper type Research

More information

MISSING NEIGHBOR ANALYSIS

MISSING NEIGHBOR ANALYSIS MISSING NEIGHBOR ANALYSIS For WiMAX networks? WIMAX HANDOVER TYPES MISSING NEIGHBORS HOW TO IDENTIFY MISSING NEIGHBORS 1. WiMAX Handovers All mobile wireless technologies require handovers to allow the

More information

Forced Low latency Handoff in Mobile Cellular Data Networks

Forced Low latency Handoff in Mobile Cellular Data Networks Forced Low latency Handoff in Mobile Cellular Data Networks N. Moayedian, Faramarz Hendessi Department of Electrical and Computer Engineering Isfahan University of Technology, Isfahan, IRAN Hendessi@cc.iut.ac.ir

More information

Optimization of VoIP over 802.11e EDCA based on synchronized time

Optimization of VoIP over 802.11e EDCA based on synchronized time Optimization of VoIP over 802.11e EDCA based on synchronized time Padraig O Flaithearta, Dr. Hugh Melvin Discipline of Information Technology, College of Engineering and Informatics, National University

More information

CH.1. Lecture # 2. Computer Networks and the Internet. Eng. Wafaa Audah. Islamic University of Gaza. Faculty of Engineering

CH.1. Lecture # 2. Computer Networks and the Internet. Eng. Wafaa Audah. Islamic University of Gaza. Faculty of Engineering Islamic University of Gaza Faculty of Engineering Computer Engineering Department Networks Discussion ECOM 4021 Lecture # 2 CH1 Computer Networks and the Internet By Feb 2013 (Theoretical material: page

More information

Choosing the Right Audio Codecs for VoIP over cdma2000 Networks:

Choosing the Right Audio Codecs for VoIP over cdma2000 Networks: Choosing the Right Audio Codecs for VoIP over cdma2000 Networks: System capacity, Voice quality, Delay, and Transcoding issues Dr. Sassan Ahmadi NOKIA Inc. sassan.ahmadi@nokia.com February 8, 2005 1 2005

More information

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Jianguo Cao School of Electrical and Computer Engineering RMIT University Melbourne, VIC 3000 Australia Email: j.cao@student.rmit.edu.au

More information

OSBRiDGE 5XLi. Configuration Manual. Firmware 3.10R

OSBRiDGE 5XLi. Configuration Manual. Firmware 3.10R OSBRiDGE 5XLi Configuration Manual Firmware 3.10R 1. Initial setup and configuration. OSBRiDGE 5XLi devices are configurable via WWW interface. Each device uses following default settings: IP Address:

More information

AN ANALYSIS OF DELAY OF SMALL IP PACKETS IN CELLULAR DATA NETWORKS

AN ANALYSIS OF DELAY OF SMALL IP PACKETS IN CELLULAR DATA NETWORKS AN ANALYSIS OF DELAY OF SMALL IP PACKETS IN CELLULAR DATA NETWORKS Hubert GRAJA, Philip PERRY and John MURPHY Performance Engineering Laboratory, School of Electronic Engineering, Dublin City University,

More information

LTE Performance and Analysis using Atoll Simulation

LTE Performance and Analysis using Atoll Simulation IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 6 Ver. III (Nov Dec. 2014), PP 68-72 LTE Performance and Analysis using Atoll Simulation

More information

Modelling Quality of Service in IEEE 802.16 Networks

Modelling Quality of Service in IEEE 802.16 Networks 1 Modelling Quality of Service in IEEE 802.16 Networks Giuseppe Iazeolla1, Pieter Kritzinger2 and Paolo Pileggi2 1 Software Engineering and System Performance Modelling Group University of Roma Tor Vergata,

More information

The Quality of Internet Service: AT&T s Global IP Network Performance Measurements

The Quality of Internet Service: AT&T s Global IP Network Performance Measurements The Quality of Internet Service: AT&T s Global IP Network Performance Measurements In today's economy, corporations need to make the most of opportunities made possible by the Internet, while managing

More information

Simulation-Based Comparisons of Solutions for TCP Packet Reordering in Wireless Network

Simulation-Based Comparisons of Solutions for TCP Packet Reordering in Wireless Network Simulation-Based Comparisons of Solutions for TCP Packet Reordering in Wireless Network 作 者 :Daiqin Yang, Ka-Cheong Leung, and Victor O. K. Li 出 處 :Wireless Communications and Networking Conference, 2007.WCNC

More information

Ring Local Area Network. Ring LANs

Ring Local Area Network. Ring LANs Ring Local Area Network Ring interface (1-bit buffer) Ring interface To station From station Ring LANs The ring is a series of bit repeaters, each connected by a unidirectional transmission link All arriving

More information

Internet structure: network of networks

Internet structure: network of networks Chapter 1: roadmap 1.1 What is the Internet? 1.2 Network edge 1.3 Network core 1.4 Network access and physical media 1.5 Internet structure and s 1.6 Delay & loss in packet-switched networks 1.7 Protocol

More information

802.11. Markku Renfors. Partly based on student presentation by: Lukasz Kondrad Tomasz Augustynowicz Jaroslaw Lacki Jakub Jakubiak

802.11. Markku Renfors. Partly based on student presentation by: Lukasz Kondrad Tomasz Augustynowicz Jaroslaw Lacki Jakub Jakubiak 802.11 Markku Renfors Partly based on student presentation by: Lukasz Kondrad Tomasz Augustynowicz Jaroslaw Lacki Jakub Jakubiak Contents 802.11 Overview & Architecture 802.11 MAC 802.11 Overview and Architecture

More information

Administrivia. CSMA/CA: Recap. Mobility Management. Mobility Management. Channel Partitioning, Random Access and Scheduling

Administrivia. CSMA/CA: Recap. Mobility Management. Mobility Management. Channel Partitioning, Random Access and Scheduling Administrivia No lecture on Thurs. Last work will be out this week (not due, covers wireless) Extra office hours for next week and the week after. Channel Partitioning, Random Access and Scheduling Channel

More information

Protocols and Architecture. Protocol Architecture.

Protocols and Architecture. Protocol Architecture. Protocols and Architecture Protocol Architecture. Layered structure of hardware and software to support exchange of data between systems/distributed applications Set of rules for transmission of data between

More information

Zarząd (7 osób) F inanse (13 osób) M arketing (7 osób) S przedaż (16 osób) K adry (15 osób)

Zarząd (7 osób) F inanse (13 osób) M arketing (7 osób) S przedaż (16 osób) K adry (15 osób) QUESTION NO: 8 David, your TestKing trainee, asks you about basic characteristics of switches and hubs for network connectivity. What should you tell him? A. Switches take less time to process frames than

More information

VoIP over Wireless Opportunities and Challenges

VoIP over Wireless Opportunities and Challenges Prof. Dr. P. Tran-Gia VoIP over Wireless Opportunities and Challenges Universität Würzburg Lehrstuhl für verteilte Systeme H.323 RTP Codec Voice-over-IP over Wireless (VoIPoW) UDP IMS G723.1 SIP G729 HSDPA

More information

other. A B AP wired network

other. A B AP wired network 1 Routing and Channel Assignment in Multi-Channel Multi-Hop Wireless Networks with Single-NIC Devices Jungmin So + Nitin H. Vaidya Department of Computer Science +, Department of Electrical and Computer

More information

An Efficient QoS Routing Protocol for Mobile Ad-Hoc Networks *

An Efficient QoS Routing Protocol for Mobile Ad-Hoc Networks * An Efficient QoS Routing Protocol for Mobile Ad-Hoc Networks * Inwhee Joe College of Information and Communications Hanyang University Seoul, Korea iwj oeshanyang.ac.kr Abstract. To satisfy the user requirements

More information

Long-Term Evolution. Mobile Telecommunications Networks WMNet Lab

Long-Term Evolution. Mobile Telecommunications Networks WMNet Lab Long-Term Evolution Mobile Telecommunications Networks WMNet Lab Background Long-Term Evolution Define a new packet-only wideband radio with flat architecture as part of 3GPP radio technology family 2004:

More information

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD Ethernet dominant LAN technology: cheap -- $20 for 100Mbs! first widely used LAN technology Simpler, cheaper than token rings and ATM Kept up with speed race: 10, 100, 1000 Mbps Metcalfe s Etheret sketch

More information

VoIP-Kapazität im Relay erweiterten IEEE 802.16 System

VoIP-Kapazität im Relay erweiterten IEEE 802.16 System VoIP-Kapazität im Relay erweiterten IEEE 802.16 System 21. ComNets-Workshop Mobil- und Telekommunikation Dipl.-Ing. Karsten Klagges ComNets Research Group RWTH Aachen University 16. März 2012 Karsten Klagges

More information

Lab Exercise 802.11. Objective. Requirements. Step 1: Fetch a Trace

Lab Exercise 802.11. Objective. Requirements. Step 1: Fetch a Trace Lab Exercise 802.11 Objective To explore the physical layer, link layer, and management functions of 802.11. It is widely used to wireless connect mobile devices to the Internet, and covered in 4.4 of

More information

Broadcast Services and QoS Control Provided by 3rd-generation Mobile Communication Technology 1xEV-DO

Broadcast Services and QoS Control Provided by 3rd-generation Mobile Communication Technology 1xEV-DO Hitachi Review Vol. 55 (Feb. 2006) 1 Broadcast Services and QoS Control Provided by 3rd-generation Mobile Communication Technology 1xEV-DO Naohisa Hamaguchi Takashi agei Shiro Mazawa Yosuke Takahashi OVERVIEW:

More information

SBSCET, Firozpur (Punjab), India

SBSCET, Firozpur (Punjab), India Volume 3, Issue 9, September 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Layer Based

More information

Modeling and Simulation of Quality of Service in VoIP Wireless LAN

Modeling and Simulation of Quality of Service in VoIP Wireless LAN Journal of Computing and Information Technology - CIT 16, 2008, 2, 131 142 doi:10.2498/cit.1001022 131 Modeling and Simulation of Quality of Service in VoIP Wireless LAN A. Al-Naamany, H. Bourdoucen and

More information

Procedure: You can find the problem sheet on Drive D: of the lab PCs. 1. IP address for this host computer 2. Subnet mask 3. Default gateway address

Procedure: You can find the problem sheet on Drive D: of the lab PCs. 1. IP address for this host computer 2. Subnet mask 3. Default gateway address Objectives University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Networks Laboratory 907528 Lab.4 Basic Network Operation and Troubleshooting 1. To become familiar

More information

Module 15: Network Structures

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

More information

Tomás P. de Miguel DIT-UPM. dit UPM

Tomás P. de Miguel DIT-UPM. dit UPM Tomás P. de Miguel DIT- 15 12 Internet Mobile Market Phone.com 15 12 in Millions 9 6 3 9 6 3 0 1996 1997 1998 1999 2000 2001 0 Wireless Internet E-mail subscribers 2 (January 2001) Mobility The ability

More information

Self-Adaptive Routing Protocols for Integrating Cellular Networks, WLANs and MANETs

Self-Adaptive Routing Protocols for Integrating Cellular Networks, WLANs and MANETs Self-Adaptive Routing Protocols for Integrating Cellular Networks, WLANs and MANETs Dave Cavalcanti 1, Carlos Cordeiro 2, Anup Kumar 3, Dharma Agrawal 1 OBR Center for Distributed and Mobile Computing

More information

Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation

Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation R.Navaneethakrishnan Assistant Professor (SG) Bharathiyar College of Engineering and Technology, Karaikal, India.

More information

Analysis of IP Network for different Quality of Service

Analysis of IP Network for different Quality of Service 2009 International Symposium on Computing, Communication, and Control (ISCCC 2009) Proc.of CSIT vol.1 (2011) (2011) IACSIT Press, Singapore Analysis of IP Network for different Quality of Service Ajith

More information

SERVICE DISCOVERY AND MOBILITY MANAGEMENT

SERVICE DISCOVERY AND MOBILITY MANAGEMENT Objectives: 1) Understanding some popular service discovery protocols 2) Understanding mobility management in WLAN and cellular networks Readings: 1. Fundamentals of Mobile and Pervasive Computing (chapt7)

More information

Transport Layer Protocols

Transport Layer Protocols Transport Layer Protocols Version. Transport layer performs two main tasks for the application layer by using the network layer. It provides end to end communication between two applications, and implements

More information

TCOM 370 NOTES 99-12 LOCAL AREA NETWORKS AND THE ALOHA PROTOCOL

TCOM 370 NOTES 99-12 LOCAL AREA NETWORKS AND THE ALOHA PROTOCOL 1. Local Area Networks TCOM 370 NOTES 99-12 LOCAL AREA NETWORKS AND THE ALOHA PROTOCOL These are networks spanning relatively short distances (e.g. within one building) for local point-to-point and point-to-multipoint

More information

Internet Architecture and Philosophy

Internet Architecture and Philosophy Internet Architecture and Philosophy Conceptually, TCP/IP provides three sets of services to the user: Application Services Reliable Transport Service Connectionless Packet Delivery Service The underlying

More information

LTE protocol tests for IO(D)T and R&D using the R&S CMW500

LTE protocol tests for IO(D)T and R&D using the R&S CMW500 LTE protocol tests for IO(D)T and R&D using the R&S CMW500 The standardization of layer 3 signaling for the new UMTS long term evolution (LTE) standard is almost complete, and Rohde & Schwarz is ready

More information

Measure wireless network performance using testing tool iperf

Measure wireless network performance using testing tool iperf Measure wireless network performance using testing tool iperf By Lisa Phifer, SearchNetworking.com Many companies are upgrading their wireless networks to 802.11n for better throughput, reach, and reliability,

More information

CS263: Wireless Communications and Sensor Networks

CS263: Wireless Communications and Sensor Networks CS263: Wireless Communications and Sensor Networks Matt Welsh Lecture 4: Medium Access Control October 5, 2004 2004 Matt Welsh Harvard University 1 Today's Lecture Medium Access Control Schemes: FDMA TDMA

More information