Reducing Data Transmission Time in SCTP-CMT Protocol using Particle Swarm Optimization Algorithm

Size: px
Start display at page:

Download "Reducing Data Transmission Time in SCTP-CMT Protocol using Particle Swarm Optimization Algorithm"

Transcription

1 Reducing Data Transmission Time in SCTP-CMT Protocol using Particle Swarm Optimization Algorithm Nabiollah Kiani Kori 1, Mohammad reza Soltan Aghaei 2 1- Department of Computer Engineering, Najafabad Branch, Islamic Azad University, Najafabad, Iran nabi_kiani@yahoo.com 2- Esfahan (Khorasgan) Branch, Islamic Azad University, Esfahan, Iran msoltanaghaii@yahoo.com Received: May 2015 Revised: June 2015 Accepted: June 2015 ABSTRACT: Supporting multiple paths for concurrent data transmission is one of the most important features of the SCTP_CMT protocol. Generally, the priority of paths or best main path are not considered in this protocol; only the priority of data and communication currents are taken into account. Thus, choosing the best main path is very important. In this study, a method is introduced for the selection of path with the highest quality of service based on the features of all the lines. Prolonged data transmission time caused by failure to select optimal main path of the SCTP_CMT in dissimilar lines was reduced through the particle swarm optimization algorithm. The results of simulation in OMNET++ and MATLAB environment showed that the data transmission speed to select the main path in the proposed algorithm was decreased. KEYWORDS: Communication Networks, Network Protocols, SCTP_CMT protocol, PSO algorithm, Main path. 1. INTRODUCTION With the advancement of technology and communication networks, human has been facing new challenges every day. Issues such as security, accuracy and speed are the main challenges. The field of computer networks has an important role in the development of digital systems that alters the concepts of accuracy, speed and security operations. The use of computer networks poses many challenges, including how to define a standard and efficient protocol for communication. Several protocols have been presented so far, among which the TCP 1 protocol is the most important and famous one [1]. For more efficient use of the TCP, which enables sending the serial data, a new protocol called the SCTP 2 _CMT 3 was presented [2]. In this protocol, the data can be sent simultaneously using a main path and some alternative paths [3]. Standardization and widespread use of this protocol still remain challenging. In the SCTP_CMT protocol in the current methods, a path is selected as the main path and it is known as the main path up to the last transmission [4]. Ignoring the momentary condition of lines and a dynamic decision-making system with high 1 Transmission Control protocol 2 Stream Control Transmissions Protocol 3 Concurrent Multipath Transfer accuracy can cause mistakes in the selection of main path in the protocol. This can cause a greater failure in data transmission and ultimately increase the data transmission time. In this paper, a method is proposed to select the main path over different optimization iterations using the PSO 4 algorithm. The real-time evaluation of all lines features in the SCTP_CMT protocol helps selecting the optimal path as the main path for data transmission. Moreover, we will review the literature and present the proposed method and simulation technique. Finally, the proposed method in this study is compared with the current methods in the SCTP_CMT protocol [5]. 2. RELATED WORK TCP/IP protocol is the most popular communication protocol in the recent years, which uses one path to send information between the transmitter and receiver. Emerging protocols such as SCTP use different paths to send data that can increase the productivity and efficiency of data transmission. Previous researches have added features such as Multi-Homing and CMT to this communication protocol. To the authors knowledge so far no research has been conducted to solve the challenge of specifying the primary path with 4 Particle swarm Optimization 43

2 the highest QoS 5 based on the characteristics of all the lines in the SCTP_CMT. Generally, random and stable selection of the main path among the concurrent transmission lines of multiple paths has been practiced using the SCTP_CMT protocols. Table1 presents the related literature with regards to the objectives and techniques. Table 1. Literature related to the selection of the main path and sending through multiple paths in the SCTP_CMT Purpose Research Researcher A method for providing high quality services and QoS based on a Cross- Layer path selections scheme. Presenting an algorithm called RAB to select a multi-path data transmission lines. Investigating the effect of lines bandwidth on the performance of retransmission at sending from several concurrent paths in a Wireless Environment. Investigating the challenges of concurrent transmission from multiple dissimilar paths in SCTP_CMT. Providing methods to transmit data from multi-path with minimal bandwidth and latency in computer networks. Asef [6] Jang [7] Qiao [8] Adhari [4] Wang [9] Liu [10] Razzaq [11] The concepts of protocol SCTP_CMT and PSO algorithm will be discussed in sections 2.1 and SCTP_CMT protocol and selection of the main path As mentioned earlier, data transmission from several paths concurrently can be accomplished through the CMT feature in the SCTP protocol. All the available paths are used simultaneously for the data transmission, which is called Load Sharing [5]. Load sharing and parallel concurrent transfer can be done in different ways and at different layers and the transport layer, and the SCTP protocol is the best for this operation. For example, if several active paths exist between two terminals, only one path can be used to transfer data through the TCP protocol [12]. When the SCTP protocol is used for data transmission in a connection that covers all paths, one path is used as the main and the others are used intermittently for re-transmission of the lost data. Finally, in the SCTP_CMT method all paths are used simultaneously when we want to use the SCTP protocol, [13]. 5 Quality of Service In the SCTP protocol, at first a session is created for each type of exchange and a packet is sent by the sender A including the INIT_CHUNK and the receiver B replies with a INIT_ACK [14]. Note that the receiver B does not store information in any case; instead, all the regulatory information in the cookie, called as COOKIE_ECHO, is sent to the receiver B together with the INIT_ACK. At the B receptor side, the cookie is approved and completed by the COOKIE_ACK and sends to the transmitter; the process is called 4-phase handshaking, presented in Fig. 1 [15]. Fig phase handshaking in the SCTP_CMT protocol. In the TCP, whenever the server receives a synchronization message, the TCP is enabled and resources are determined [16]. But in the SCTP, source dedication is delayed until the third packet is received, i.e. until the sender's IP address is specified. There are several challenges for the use of SCTP_CMT. One of the most important challenges is its use for dissimilar lines [17]. In the current method for the SCTP_CMT, main path is determined in the beginning of transmission and all through the process. In real-world data transmission, lines change constantly due to the dissimilarity of their properties and at every moment, one of the lines can be the best to be selected as the main path. In this study, we evaluated the path selection when the lines are dissimilar and introduce a method to select the main path based on the lines condition PSO Algorithm PSO is a heuristic optimization technique working based on the population. The main idea of this method was proposed for the first time in 1995 by James Kennedy and Eberhart that inspired swarm intelligence of fish and birds in search of food [18]. Some of the birds and the fish look for food in a random environment, where there is only one piece of food that none of the birds is aware of exact place but they know their distance to the food. One of the best strategies is to follow the bird that is closer to the food. This theory is the main strategy of the PSO algorithm. In this study, the standard PSO algorithm was used. In the basic algorithm, the bird moves in the search space and every 44

3 particle keeps his best personal experience including speed and position vectors and the whole particle group maintains the best collective experience in every moment [18]. The vector of velocity is updated constantly based on three factors: speed of the previous step, the best personal experience and the collective experience. Then, the position of each particle is updated based on the new speed. Since in this algorithm particles gradually move towards the best driven solution, if this solution is a local optimum, all the particles will move towards it. The standard way to exit from this local optimization is to present the standard PSO algorithm [18]. 3. THE PROPOSED METHOD In this study, a method is proposed based on the PSO algorithm for the selection of the best main path in the SCTP_CMT protocol. In this section, we review and describe the process of design, performance and simulation of the proposed method The operation of the proposed method In the method proposed, at first features like the Delay and Bitrate are collected. Yes Start Selecting the initial characteristics of SCTP_CMT lines as the initial particles population Iteration = 1 Running a cost function and calculation of the fitness to combine the selection of the main path in SCTP_CMT for each particle Checking the lines combination solutions and extraction cost of each solution Creating mutation and production of new particles Cost<0.5 No Iteration = Iteration + 1 Iteration<100 No Choosing the best main path in the SCTP-CMT End Yes the main paths is suggested to the PSO algorithm as the primary particle, and the designed cost function is applied to each of the particles. The findings on the fitness of each particle presented in. Fig. 2 describes how the method works. The best particles are extracted and a mutation is conducted on the particles. Then fitness of each particle is re-evaluated over 100 iterations. If this level of fitness is less than 0.5, the method is terminated and the particle that costs less than 0.5 is selected as optimal for the main path and an alternative in the proposed method. Otherwise, the mutation is performed again and the cycle continues. Then, with respect to the matters described in this section, design and simulation to evaluate the presented method in this research are discussed Simulation of the proposed method The MATLAB software was used for the simulation of the proposed method [19]. Also, the SCTP_CMT was simulated as an example in the simulator software OMNET++ provided by Dreibholz [20]. In order to stimulate the current method, a set of input and output parameters of the method should first be extracted and then, the proposed adjust parameters of the PSO algorithm should be collected. The designed parameters for the selection of the best main path and alternative paths in the SCTP_CMT protocol in the current method are presented in Table 2. Table 2.The most important designed parameters for the proposed method in this study. Populati on Size Particle s Cost Minim al Cost Functio n Optimiza tion Iterations 80 All possibl e paths 0.5 Divisio n of Bitrae per line by Delay per line 100 Iterations After coding and simulation of the proposed method, simulation was performed and discussed. The results for data transmission are shown in Fig. 3. As shown in Fig. 3, the cost of the main path in the proposed PSO method for the SCTP_CMT protocol declines constantly over 100 repetitions in optimization and finally after 100 iterations, the optimal path is selected as the main path. Fig. 2. The main path selection procedure for the SCTP_CMT protocol in the proposed PSO algorithm. Then, some main paths are randomly extracted. Each of 45

4 As shown in Table 3, the paths are different in terms of delay and transfer rates. Data transfer speed in each path should be determined based on the same features and condition. After the extraction of the raw dataset, they are sent to the proposed algorithm and optimization and selection of optimal main path are performed according to what described in Section 3.1. Fig. 3. Optimization cycles of the proposed method by the PSO for the selection of the best main path in the SCTP_CMT protocol. 4. EVALUATION OF THE PROPOSED METHOD In this section, the set of data used to evaluate the proposed model is presented in section 4.1 and the uses of dataset and evaluation procedure are presented in section 4.2. Finally, in sections 4.3 and 4.4 the obtained results are analyzed and evaluated based on the desired metrics and time reduction in the proposed model compared with the Dreibholz method in the SCTP_CMT protocol Extraction of evaluation datasets To evaluate the proposed method, a set of assumptions are considered in this section. The most important assumption in this study is dependent on the data transmission in dissimilar paths. Each path has different transfer rate and delay. Table 3 presents the set of assumptions and data. Table 3. The initial assumptions and datasets to evaluate the proposed method. Path Send Speed (MB/Second) Bitrate (MB) Delay (Second/MB) SCTP_ Client Router1 SCTP_ Client Router1 Router1P{2} Router2 Router1P{3} Router2 Router2 P{2} SCTP_ Server Router2 P{3} SCTP_ Server Description of Evaluation Method Next, the proposed method was simulated in MATLAB. Then, an example of the SCTP_CMT protocol was simulated in the OMNET++ environment, provided by Dreibholz. After the amount of delay and data transmission rates were determined in the Dreibholz method using a 4-phase handshaking in the SCTP_CMT protocol, and computation of the time required for each handshaking, the data transfer time was specified. The size of each chunk in the 4-phase handshaking is presented in Table 4. Table 4. Chunk size for each of the 4-phase handshaking in the SCTP-CMT protocol. Send Phase Size of Chunk (MB) INIT 2 INIT_Ack 3 Cookie_Echo 1 Cookie_Ack 4 Send Data Chunk 10 After performing the Dreibholz method, the features of each line was entered into the proposed method and the main path was determined. Then, the data transfer time was calculated and collected. The results of the data transmission in the example of SCTP_CMT by Dreibholz were compared with the results of data transfer in the simulator through the variations of the proposed method Results of Research Evaluation After running Dreibholz simulation, in this simulation method, the main path is determined and is maintained to the end. The highlighted lines in Fig.4 show the main path considered in this simulation. As shown in Fig.4, using the multi homing property in the SCTP_CMT protocol, there exist several IPs between every two nodes in the simulation and at every moment, one of these IPs can be chosen as the node in the main path. 46

5 Send Time Majlesi Journal of Electrical Engineering Vol. 9, No. 4, December 2015 Fig. 4. The main path considered for the Dreibholz method in the SCTP_CMT protocol. After determining the main path, we calculated the time required for each stage of handshaking. According to the data taken into account in Tables 3 and 4 for each handshaking process, we calculated each column in the Table 5. Table 5. Data transmission time in the Dreibholz method using a 4-phase handshaking. Router SCTP_Clien 1 Router2 t P{2} P{3} Send Phase Router1 Router 2 SCTP_Serve r INIT INIT_Ack Cookie_Ech o Cookie_Ack Send Data Chunk Total Weight It should be noted that the amount of data in each column is in seconds and as shown in Table 5, the 4- phase handshaking time in the Dreibholz method is calculated and presented only for the main path used in this method. To calculate each column in Table 5, the data transfer rate of each line was divided by the delay and then the packet size for each step of handshaking as presented in Table 4 was divided by the results. For example, to calculate the data transmission time from the node in the SCTP_Client to the node in Router1, the transfer rate and delay of this path is first extracted from Table 3 and divided by each other. Then, the packet size for the INIT phase is extracted from Table 4 and is divided by the amount obtained in the previous step and the result is considered as the time required to send the INIT packet from path SCTP_Client to on Router1 in seconds. The proposed method is then implemented in MATLAB and the main path of the proposed method is extracted. In this example, the path is marked with bold lines in Fig.5. Fig. 5. The main path considered in the proposed method in the SCTP_CMT protocol. To calculate the data transfer time in the proposed method for the 4-phase handshaking, a procedure similar to the Dreibholz is followed, the results of which are presented in Table 6. Table 6. Data transmission time in the proposed method using a 4-phase handshaking. SCTP_Client Router1 Router2 P{3} P{2} Send Phase Router1 Router2 SCTP_Server INIT INIT_Ack Cookie_Echo Cookie_Ack Send Data Chunk Total Weight Analysis of Evaluation Results According to the results obtained in the previous section, total time of data transmission for each stage of handshaking in the example for the proposed method and Dreibholz method was calculated and provided in Fig Send Phase Proposed PSO Method Dreibholz Method Fig. 6. The total time of data transfer for each stage of the 4-phase handshaking for the proposed method in comparison to the Dreibholz method. As shown in Fig. 6, the data transmission time in the example for all stages of the handshaking in the SCTP_CMT protocol is lower compared with the method provided by Dreibholz. Lower time of data transmission in each stage can be interpreted as a 47

6 Send Phase Majlesi Journal of Electrical Engineering Vol. 9, No. 4, December 2015 reduction in the total time of data transmission using the proposed method. Figure 7 shows the total time for data transmission in the proposed method, which is presented and evaluated in comparison to the Dreibholz method Proposed PSO Method Dreibholz Method Methods Send Data Chunk Cookie_Ack Cookie_Echo INIT_Ack INIT Fig. 7. The total time of data transmission for the proposed method in the comparison to the Dreibholz method. The total time of data transmission in the proposed method is seconds, which we could reduce it to seconds using the proposed PSO algorithm to select the main path in the SCTP_CMT protocol. Reducing the time of data transmission in the SCTP_CMT protocol results in the increasing the data transmission speed. It will be one of the important challenges for the standardization and service quality improvement in this protocol in the coming years. Finally, it should be noted that the presented method was only has been run in this study once. Due to the indeterminate response in the optimization algorithms and the particle swarm algorithm, it is anticipated if it be run for several times, the proposed main path may change and require reconsideration. 5. CONCLUSIONS AND FUTURE WORK As mentioned earlier, in the SCTP_CMT protocol, a line is selected as the main path for transmission through multiple simultaneous paths and the other lines act as alternate paths. In the proposed method of this article, the PSO optimization algorithm receives the elementary characteristics of all the lines as input and selects the best main path through optimization operations. The proposed method was simulated in MATLAB. A standard example of Dreibholz SCTP_CMT protocol was also implemented in the OMNET++ simulator environment. The evaluation datasets of the mentioned method were extracted from the simulation of SCTP_CMT example and were sent as input to the proposed method. The evaluation results indicate that the method introduced in this study may reduce the data transmission time compared with the current method of main path selection in the SCTP_CMT protocol. In future studies, concepts such as data mining and other optimization algorithms can be used to provide combination of methods for selection of the main path. REFERENCES [1] Allman, M., Paxson, V. and Stevens, W., TCP congestion control, RFC2581, IETF,Apr [2] Natarajan, P., Ekiz, N., Amer, P., Stewart., R., CMT using SCTP multihoming: transmission policies using a potentially-failed destination state, TR 2 CIS Dept, U of Delaware,2007. [3] Adhari, H., Dreibholz, T., Becke, M. and Rathgeb, E., Evaluation of Concurrent Multipath Transfer over Dissimilar Paths.pdf, [4] Adhari, H.; Dreibholz, T.; Becke, M.; Rathgeb, E. P.; Tuxen, M., Evaluation of Concurrent Multipath Transfer over Dissimilar Paths, Advanced Information Networking and Applications (WAINA), 2011 IEEE Workshops of International Conference on, Vol., No., pp.708,714, March [5] Becke, M., Dreibholz, T., Iyengar, J., Natarajan, P. and T uxen, M., Load sharing for the stream control transmission protocol (sctp), IETF, Network Working Group, Internet-Draft Version 00, July [6] Asefi, M., Mark, J.W., Shen, X, A Cross-Layer Path Selection Scheme for Video Streaming over Vehicular Ad Hoc Networks, in Proceedings of IEEE Vehicular Technology Conference Fall, pp. 1-5, [7] Jang, C., Lee, J, Path Selection Algorithms for Multi-Hop VANETs, in Proceedings of IEEE Vehicular Technology Conference Fall (VTC Fall), pp.1-5, [8] Qiao, Y., et.al., Path selection of SCTP fast retransmission in multi-homed wireless environments, [9] Wang, Y., Li, H., Li, F., et al, RPS: Range-based Path Selection Method for Concurrent Multipath Transfer, in Proceedings of the 6th ACM International Wireless Communications and Mobile Computing Conference, pp , [10] Liu, J., Bai, X., Wang, X, The Strategy for Transmission Path Selection in Concurrent Multipath Transfer, Journal of Electronics & Information Technology,Vol. 34, No. 6, [11] Razzaq, A., Mehaoua, A, Video transport over VANETs: "Multi-stream coding with multi-path and network coding, in Proceedings of the IEEE Conference on Local Computer Networks (LCN 10), pp , [12] Bohacek, S., Hespanha, J. P., Lee, J., Lim, C. and Obraczka, K., TCP-PR: TCP for persistent packet reorderin, in IEEE ICDCS 2003, Rhode Island, May [13] Dreibholz, T., Becke, M., Pulinthanath, J. and Rathgeb, E. P., Applying tcp-friendly congestion control to concurrent multipath transfer, Proceedings of the 24th IEEE International Conference on Advanced Information Networking 48

7 and Applications (AINA), pp , ISSN X, Apr [14] Ford, B., Structured streams: a new transport abstraction, SIGCOMM Comput. Commun. Rev., Vol. 37, No. 4, pp , [15] Stewart, R., Rodriguez, I., Poon, K., Caro, A. and Tuexen, M., Stream control transmission protocol (sctp) specification errata and issues, draft-ietf-tsvwg-sctpimpguide-16.txt, Oct [16] Dunigan, T., Mathis, M. and Tierney, B., A TCP Tuning Deamon, in Supercomputing, Nov [17] Dreibholz, T., Becke, M., Rathgeb, E.P., Txen, M, On the use of concurrent multipath transfer over asymmetric paths, GLOBECOM, IEEE Global Telecommunications Conference,Vol.6, No. 10, pp. 1-6, Dec [18] Prasad, R., Particle swarm optimization in the fine-tuning of fuzzy software cost estimation models, International Journal of Software Engineering (IJSE),Vol. 1, No. 2, [19] Higham, D. J., Higham, N. J., MATLAB Guide, To be published by SIAM, ISBN , [20] Dreibholz, T., Becke, M., Pulinthanath, J. and Rathgeb, E. P., Implementation and evaluation of concurrent multipath transfer for sctp in the inet framework, in Proceedings of the 3rd ACM/ICST International Workshop on OMNeT++, ISBN , Mar

Comparing the Impact of Bandwidth and Congestion on Selection of Heterogeneous Lines Applying Fuzzy-Genetic

Comparing the Impact of Bandwidth and Congestion on Selection of Heterogeneous Lines Applying Fuzzy-Genetic Comparing the Impact of Bandwidth and Congestion on Selection of Heterogeneous Lines Applying Fuy-Genetic Ebrahim saboktakin Rii 1, MohammadR.Reshadinehad 2, *, Naser Nematbakhsh 3 1 Student of Master

More information

Evaluation of Concurrent Multipath Transfer over Dissimilar Paths

Evaluation of Concurrent Multipath Transfer over Dissimilar Paths Evaluation of Concurrent Multipath Transfer over Dissimilar Paths Hakim Adhari, Thomas Dreibholz, Martin Becke, Erwin P. Rathgeb University of Duisburg-Essen, Institute for Experimental Mathematics Ellernstraße

More information

Analysis of FTP over SCTP and TCP in Congested Network

Analysis of FTP over SCTP and TCP in Congested Network Analysis of FTP over SCTP and TCP in Congested Network Lin-Huang Chang Ming-Yi Liao De-Yu Wang Grad. Inst. of Networking and Communication Eng., Chaoyang University of Dept. of Computer Science and Information

More information

Analysis of Retransmission Policies for Parallel Data Transmission

Analysis of Retransmission Policies for Parallel Data Transmission Engineering, Technology & Applied Science Research Vol. 8, No. 3, 208, 3079-3083 3079 Analysis of Retransmission Policies for Parallel Data Transmission Imtiaz Ali Halepoto Department of Computer Systems

More information

Effect of TCP Buffer Size on the Internet Applications

Effect of TCP Buffer Size on the Internet Applications Effect of TCP Buffer Size on the Internet Applications Imtiaz A. Halepoto 1, Nazar H. Phulpoto 2, Adnan Manzoor 2, Sohail A. Memon 3, Umair A. Qadir 2 1 Department of Computer Systems Engineering, QUEST

More information

On the Impact of Congestion Control for Concurrent Multipath Transfer on the Transport Layer

On the Impact of Congestion Control for Concurrent Multipath Transfer on the Transport Layer On the Impact of Congestion Control for Concurrent Multipath Transfer on the Transport Layer Thomas Dreibholz, Martin Becke, Hakim Adhari, Erwin P. Rathgeb University of Duisburg-Essen, Institute for Experimental

More information

SCTP: An innovative transport layer protocol for the web

SCTP: An innovative transport layer protocol for the web SCTP: An innovative transport layer protocol for the web (Position paper) P. Natarajan, J. Iyengar, P. Amer, & R. Stewart 1 HTTP over TCP Transmission Control Protocol (TCP) has been the default transport

More information

On the use of Multipath Transmission using SCTP

On the use of Multipath Transmission using SCTP 58 On the use of Multipath Transmission using SCTP Imtiaz Ali Halepoto, Muhammad Sulleman Memon, Nazar Hussain Phulpoto, Ubaidullah Rajput, Muhammad Yaqoob Junejo,, Department of Computer Systems Engineering,

More information

M. Subramaniam and D. Manjula Department of Computer Science and Engineering, CEG, Anna University, Chennai, India

M. Subramaniam and D. Manjula Department of Computer Science and Engineering, CEG, Anna University, Chennai, India Journal of Computer Science 7 (12): 1859-1866, 2011 ISSN 1549-3636 2011 Science Publications Performance Metrics of Multipath State Aware Concurrent Multipath Transfer using Redundant Transfer in Stream

More information

SCTP Congestion Window Overgrowth During Changeover

SCTP Congestion Window Overgrowth During Changeover SCTP Congestion Window Overgrowth During Changeover Janardhan R. Iyengar, Armando L. Caro, Jr., Paul D. Amer, Gerard J. Heinz Computer and Information Sciences University of Delaware iyengar, acaro, amer,

More information

Receive Buffer Pre-division Based Flow Control for MPTCP

Receive Buffer Pre-division Based Flow Control for MPTCP Receive Buffer Pre-division Based Flow Control for MPTCP Jiangping Han 1,2, Kaiping Xue 1,2(B),HaoYue 3, Peilin Hong 1, Nenghai Yu 1, and Fenghua Li 4 1 Department of EEIS, University of Science and Technology

More information

CONCURRENT MULTIPATH TRANSFER USING TRANSPORT LAYER MULTIHOMING: PERFORMANCE UNDER VARYING BANDWIDTH PROPORTIONS

CONCURRENT MULTIPATH TRANSFER USING TRANSPORT LAYER MULTIHOMING: PERFORMANCE UNDER VARYING BANDWIDTH PROPORTIONS CONCURRENT MULTIPATH TRANSFER USING TRANSPORT LAYER MULTIHOMING: PERFORMANCE UNDER VARYING BANDWIDTH PROPORTIONS Janardhan R. Iyengar, Paul D. Amer Protocol Engineering Lab, Computer and Information Sciences,

More information

The Modified Mobile Concurrent Multipath Transfer for Joint Resource Management

The Modified Mobile Concurrent Multipath Transfer for Joint Resource Management Available online at www.sciencedirect.com Procedia Engineering 30 (2012) 963 969 International Conference on Communication Technology and System Design 2011 The Modified Mobile Concurrent Multipath Transfer

More information

CC-SCTP: Chunk Checksum of SCTP for Enhancement of Throughput in Wireless Network Environments

CC-SCTP: Chunk Checksum of SCTP for Enhancement of Throughput in Wireless Network Environments CC-SCTP: Chunk Checksum of SCTP for Enhancement of Throughput in Wireless Network Environments Stream Control Transmission Protocol (SCTP) uses the 32-bit checksum in the common header, by which a corrupted

More information

TM ALGORITHM TO IMPROVE PERFORMANCE OF OPTICAL BURST SWITCHING (OBS) NETWORKS

TM ALGORITHM TO IMPROVE PERFORMANCE OF OPTICAL BURST SWITCHING (OBS) NETWORKS INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 232-7345 TM ALGORITHM TO IMPROVE PERFORMANCE OF OPTICAL BURST SWITCHING (OBS) NETWORKS Reza Poorzare 1 Young Researchers Club,

More information

Building Multihoming Awareness into FAST TCP: A Simulation Analysis

Building Multihoming Awareness into FAST TCP: A Simulation Analysis Marsland Press The Journal of American Science 2009:5(2) 119-128 Building Multihoming Awareness into FAST TCP: A Simulation Analysis M. Junaid Arshad, M. Saleem Mian Department of Computer Science and

More information

Path Selection of SCTP Fast Retransmission in Multi-homed Wireless Environments

Path Selection of SCTP Fast Retransmission in Multi-homed Wireless Environments Path Selection of SCTP Fast Retransmission in Multi-homed Wireless Environments Yuansong Qiao 1, 2, Enda Fallon 1, John Murphy 3, Liam Murphy 3, Austin Hanley 1 1 Applied Software Research Centre, Athlone

More information

On the Fairness of Transport Protocols in a Multi-Path Environment

On the Fairness of Transport Protocols in a Multi-Path Environment On the Fairness of Transport Protocols in a Multi-Path Environment Martin Becke, Thomas Dreibholz, Hakim Adhari, Erwin Paul Rathgeb University of Duisburg-Essen, Computer Networking Technology Group Ellernstraße

More information

TCP and UDP Fairness in Vehicular Ad hoc Networks

TCP and UDP Fairness in Vehicular Ad hoc Networks TCP and UDP Fairness in Vehicular Ad hoc Networks Forouzan Pirmohammadi 1, Mahmood Fathy 2, Hossein Ghaffarian 3 1 Islamic Azad University, Science and Research Branch, Tehran, Iran 2,3 School of Computer

More information

AN IMPROVED STEP IN MULTICAST CONGESTION CONTROL OF COMPUTER NETWORKS

AN IMPROVED STEP IN MULTICAST CONGESTION CONTROL OF COMPUTER NETWORKS AN IMPROVED STEP IN MULTICAST CONGESTION CONTROL OF COMPUTER NETWORKS Shaikh Shariful Habib Assistant Professor, Computer Science & Engineering department International Islamic University Chittagong Bangladesh

More information

Impact of Retransmission Mechanisms on the Performance of SCTP and TCP

Impact of Retransmission Mechanisms on the Performance of SCTP and TCP Impact of Retransmission Mechanisms on the Performance of SCTP and TCP Rumana Alamgir, Mohammed Atiquzzaman School of Computer Science University of Oklahoma, Norman, OK 7319-611, USA. William Ivancic

More information

MULTIHOMING AND MULTISTREAM PROTOCOL IN COMPUTER NETWORKS

MULTIHOMING AND MULTISTREAM PROTOCOL IN COMPUTER NETWORKS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 3, March 2014,

More information

Reliability and Availability in Stream Control Transport Protocol (SCTP)

Reliability and Availability in Stream Control Transport Protocol (SCTP) Reliability and Availability in Stream Control Transport Protocol (SCTP) Research Seminar on Real Time and High Availability Autumn 2001 by Laila Daniel on 21 st Nov. 2001 Stream Control Transmission Protocol

More information

Performance Implications of a Bounded Receive Buffer In Concurrent Multipath Transfer

Performance Implications of a Bounded Receive Buffer In Concurrent Multipath Transfer Performance Implications of a Bounded Receive Buffer In Concurrent Multipath Transfer Janardhan R. Iyengar Paul D. Amer Randall Stewart Protocol Engineering Lab, CIS Department Internet Technologies Division

More information

Mobile SCTP for IP Mobility Support in All-IP Networks

Mobile SCTP for IP Mobility Support in All-IP Networks Mobile SCTP for IP Mobility Support in All-IP Networks Seok Joo Koh sjkoh@cs.knu.ac.kr Abstract The Stream Control Transmission Protocol (SCTP) is a new transport protocol that is featured multi-streaming

More information

Performance Implications of a Bounded Receive Buffer In Concurrent Multipath Transfer

Performance Implications of a Bounded Receive Buffer In Concurrent Multipath Transfer Performance Implications of a Bounded Receive Buffer In Concurrent Multipath Transfer Janardhan R. Iyengar Paul D. Amer Randall Stewart Dept. of Math and Computer Science Protocol Engineering Lab, CIS

More information

FILE TRANSFER IN FCS NETWORKS USING TRANSPORT LAYER MULTISTREAMING*

FILE TRANSFER IN FCS NETWORKS USING TRANSPORT LAYER MULTISTREAMING* FILE TRANSFER IN FCS NETWORKS USING TRANSPORT LAYER MULTISTREAMING* Sourabh Ladha, Paul D. Amer, Janardhan Iyengar, Armando L. Caro Jr. Protocol Engineering Lab Computer and Information Sciences University

More information

Reconfiguration Optimization for Loss Reduction in Distribution Networks using Hybrid PSO algorithm and Fuzzy logic

Reconfiguration Optimization for Loss Reduction in Distribution Networks using Hybrid PSO algorithm and Fuzzy logic Bulletin of Environment, Pharmacology and Life Sciences Bull. Env. Pharmacol. Life Sci., Vol 4 [9] August 2015: 115-120 2015 Academy for Environment and Life Sciences, India Online ISSN 2277-1808 Journal

More information

Retransmission Policies With Transport Layer Multihoming

Retransmission Policies With Transport Layer Multihoming Retransmission Policies With Transport Layer Multihoming Armando L. Caro Jr., Paul D. Amer, Janardhan R. Iyengar Protocol Engineering Lab Computer and Information Sciences Department University of Delaware

More information

PhD Scholer(CSS), Mewar University, Chittorgarh, INDIA Computer Science Departments, Govt. Science College, Navsari, INDIA

PhD Scholer(CSS), Mewar University, Chittorgarh, INDIA Computer Science Departments, Govt. Science College, Navsari, INDIA IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY MULTI-PATH MECHANISM FOR BROADCASTING AUDIO / VIDEO STREAMING BASED ON BANDWIDTH ESTIMATION Ashish Parejiya *, Dr. Vinod Desai

More information

PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS

PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS AMANDEEP University College of Engineering, Punjabi University Patiala, Punjab, India amandeep8848@gmail.com GURMEET KAUR University College of Engineering,

More information

Introducing a Routing Protocol Based on Fuzzy Logic in Wireless Sensor Networks

Introducing a Routing Protocol Based on Fuzzy Logic in Wireless Sensor Networks 2013, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.com Introducing a Routing Protocol Based on Fuzzy Logic in Wireless Sensor Networks Mostafa Vakili

More information

ROUTE STABILITY MODEL FOR DSR IN WIRELESS ADHOC NETWORKS

ROUTE STABILITY MODEL FOR DSR IN WIRELESS ADHOC NETWORKS ROUTE STABILITY MODEL FOR DSR IN WIRELESS ADHOC NETWORKS Ganga S 1, Binu Chandran R 2 1, 2 Mohandas College Of Engineering And Technology Abstract: Wireless Ad-Hoc Network is a collection of wireless mobile

More information

On the Fairness of Transport Protocols in a Multi-Path Environment

On the Fairness of Transport Protocols in a Multi-Path Environment University of Duisburg-Essen On the Fairness of Transport Protocols in a Multi-Path Environment Hakim Adhari, Martin Becke, Thomas Dreibholz Networking Technology Group Institute for Experimental Mathematics

More information

Rate Based Pacing with Various TCP Variants

Rate Based Pacing with Various TCP Variants International OPEN ACCESS Journal ISSN: 2249-6645 Of Modern Engineering Research (IJMER) Rate Based Pacing with Various TCP Variants Mr. Sreekanth Bandi 1, Mr.K.M.Rayudu 2 1 Asst.Professor, Dept of CSE,

More information

TCP performance for request/reply traffic over a low-bandwidth link

TCP performance for request/reply traffic over a low-bandwidth link TCP performance for request/reply traffic over a low-bandwidth link Congchun He, Vijay Karamcheti Parallel and Distributed Systems Group Computer Sciences Department New York University {congchun, vijayk}@cs.nyu.edu

More information

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

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

More information

PERFORMANCE COMPARISON OF TCP VARIANTS FOR WIRELESS SENSOR NETWORKS

PERFORMANCE COMPARISON OF TCP VARIANTS FOR WIRELESS SENSOR NETWORKS PERFORMANCE COMPARISON OF TCP VARIANTS FOR WIRELESS SENSOR NETWORKS Nutan Bhati, Dr. Ashish Bansal Abstract: Mobile Ad hoc Networks (MANETs) are a collection of mobile nodes forming a dynamic autonomous

More information

Stream Control Transmission Protocol: Past, Current, and Future Standardization Activities

Stream Control Transmission Protocol: Past, Current, and Future Standardization Activities IETF STANDARDS UPDATE Stream Control Transmission Protocol: Past, Current, and Future Standardization Activities Thomas Dreibholz and Erwin P. Rathgeb, University of Duisburg-Essen Irene Rüngeler, Robin

More information

QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET

QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET 2011 International Conference on Information and Network Technology IPCSIT vol.4 (2011) (2011) IACSIT Press, Singapore QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET Ashwini V. Biradar

More information

Effect of Congestion Control on the Performance of TCP and SCTP over Satellite Networks

Effect of Congestion Control on the Performance of TCP and SCTP over Satellite Networks 1 Effect of Congestion Control on the Performance of TCP and SCTP over Satellite Networks Rumana Alamgir Mohammed Atiquzzaman School of Computer Science University of Oklahoma Norman, OK 73019-6151. William

More information

Cross-layer TCP Performance Analysis in IEEE Vehicular Environments

Cross-layer TCP Performance Analysis in IEEE Vehicular Environments 24 Telfor Journal, Vol. 6, No. 1, 214. Cross-layer TCP Performance Analysis in IEEE 82.11 Vehicular Environments Toni Janevski, Senior Member, IEEE, and Ivan Petrov 1 Abstract In this paper we provide

More information

Relaxation Control of Packet Arrival Rate in the Neighborhood of the Destination in Concentric Sensor Networks

Relaxation Control of Packet Arrival Rate in the Neighborhood of the Destination in Concentric Sensor Networks Relaxation Control of Packet Arrival Rate in the Neighborhood of the Destination in Concentric Sensor Networks 1 T.R.Gopalakrishnan Nair (SM-IEEE), 2 R. Selvarani, 3 Vaidehi M. 1 Director Research & Industry

More information

QoS Routing For Mobile Ad Hoc Networks

QoS Routing For Mobile Ad Hoc Networks International Journal of Scientific & Engineering Research Volume 4, Issue3, March-2013 1 QoS Routing For Mobile Ad Hoc Networks Sonali L. Gaiakwad # Electronics Department, Pune University MAE Alandi,

More information

Review Article AN ANALYSIS ON THE PERFORMANCE OF VARIOUS REPLICA ALLOCATION ALGORITHMS IN CLOUD USING MATLAB

Review Article   AN ANALYSIS ON THE PERFORMANCE OF VARIOUS REPLICA ALLOCATION ALGORITHMS IN CLOUD USING MATLAB ISSN: 0975-766X CODEN: IJPTFI Available through Online Review Article www.ijptonline.com AN ANALYSIS ON THE PERFORMANCE OF VARIOUS REPLICA ALLOCATION ALGORITHMS IN CLOUD USING MATLAB 1 P. Nagendramani*,

More information

SCTP s Reliability and Fault Tolerance

SCTP s Reliability and Fault Tolerance SCTP s Reliability and Fault Tolerance Brad Penoff, Mike Tsai, and Alan Wagner Department of Computer Science University of British Columbia Vancouver, Canada Distributed Systems Group Seattle Conference

More information

Dynamic Deferred Acknowledgment Mechanism for Improving the Performance of TCP in Multi-Hop Wireless Networks

Dynamic Deferred Acknowledgment Mechanism for Improving the Performance of TCP in Multi-Hop Wireless Networks Dynamic Deferred Acknowledgment Mechanism for Improving the Performance of TCP in Multi-Hop Wireless Networks Dodda Sunitha Dr.A.Nagaraju Dr. G.Narsimha Assistant Professor of IT Dept. Central University

More information

Using CMT in SCTP-Based MPI to Exploit Multiple Interfaces in Cluster Nodes

Using CMT in SCTP-Based MPI to Exploit Multiple Interfaces in Cluster Nodes Using CMT in SCTP-Based MPI to Exploit Multiple Interfaces in Cluster Nodes Brad Penoff 1,MikeTsai 1, Janardhan Iyengar 2, and Alan Wagner 1 1 University of British Columbia, Vancouver, BC, Canada {penoff,myct,wagner}@cs.ubc.ca

More information

Mean Waiting Delay for Web Object Transfer in Wireless SCTP Environment

Mean Waiting Delay for Web Object Transfer in Wireless SCTP Environment This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the IEEE ICC 009 proceedings Mean aiting Delay for eb Object Transfer in

More information

A MAC Protocol based on Dynamic Time Adjusting in Wireless MIMO Networks

A MAC Protocol based on Dynamic Time Adjusting in Wireless MIMO Networks 212 7th International ICST Conference on Communications and Networking in China (CHINACOM) A MAC Protocol based on Dynamic Time Adjusting in Wireless MIMO Networks Yang Qin*, Xiaoxiong Zhong, Li Li, Zhenhua

More information

A UDP-Based Protocol for improving packets loss in unstable networks

A UDP-Based Protocol for improving packets loss in unstable networks International Conference on Internet Studies, July 18-19, 2015, Tokyo, Japan A UDP-Based Protocol for improving packets loss in unstable networks Wei-Chung Cheng, Wei-Tsong Lee, Hsin-Wen Wei Tamkang University,

More information

Novel Cluster Based Routing Protocol in Wireless Sensor Networks

Novel Cluster Based Routing Protocol in Wireless Sensor Networks ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 32 Novel Cluster Based Routing Protocol in Wireless Sensor Networks Bager Zarei 1, Mohammad Zeynali 2 and Vahid Majid Nezhad 3 1 Department of Computer

More information

Performance Analysis of TCP LBA and TCP TAHOE Approaches in g Standard Savreet KaurBrar 1, Sandeep Singh Kang 2

Performance Analysis of TCP LBA and TCP TAHOE Approaches in g Standard Savreet KaurBrar 1, Sandeep Singh Kang 2 Performance Analysis of TCP LBA and TCP TAHOE Approaches in 802.11g Standard Savreet KaurBrar 1, Sandeep Singh Kang 2 1 (MTechCSE Student, Chandigarh Engineering College Landran,India) 2 (Associate Professor

More information

SCTP over Satellite Networks

SCTP over Satellite Networks SCTP over Satellite Networks Shaojian Fu Mohammed Atiquzzaman School of Computer Science University of Oklahoma, Norman, OK 73019-6151. William Ivancic Satellite Networks & Architectures Branch NASA Glenn

More information

CONCURRENT MULTI - PATH REAL TIME COMMUNICATION CONTROL PROTOCOL (CMPRTCP)

CONCURRENT MULTI - PATH REAL TIME COMMUNICATION CONTROL PROTOCOL (CMPRTCP) CONCURRENT MULTI - PATH REAL TIME COMMUNICATION CONTROL PROTOCOL (CMPRTCP) *1 Mr. Martin Paul Rufus Kumar K.,* 2 Mr. N.S. Rajanadan., *1 M.Phil Research Scholar, PG & Research Department of Computer Science

More information

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

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

More information

A Survey of the Stream Control Transmission Protocol

A Survey of the Stream Control Transmission Protocol A Survey of the Stream Control Transmission Protocol Sivadon Chaisiri Parallel and Distributed Computing Centre (PDCC) School of Computer Engineering Nanyang Technological University, Singapore Email:

More information

INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN

INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 A SURVEY ON EXPLICIT FEEDBACK BASED CONGESTION CONTROL PROTOCOLS Nasim Ghasemi 1, Shahram Jamali 2 1 Department of

More information

Mobility Management using the IP Protocol

Mobility Management using the IP Protocol Mobility Management using the IP Protocol Imtiaz A. Halepoto 1, Adnan Manzoor 2, Nazar H. Phulpoto 2, Sohail A. Memon 3, Muzamil Hussain 4 1 Department of Computer Systems Engineering, QUEST Nawabshah,

More information

Performance Evaluation of Various Routing Protocols in MANET

Performance Evaluation of Various Routing Protocols in MANET 208 Performance Evaluation of Various Routing Protocols in MANET Jaya Jacob 1,V.Seethalakshmi 2 1 II MECS,Sri Shakthi Institute of Science and Technology, Coimbatore, India 2 Associate Professor-ECE, Sri

More information

Volume 12 Issue 1 Version 1.0 January 2012 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc.

Volume 12 Issue 1 Version 1.0 January 2012 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. Volume 12 Issue 1 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. (USA) Online ISSN: & Print ISSN: Abstract - As more and more devices are equipped

More information

Evaluation of Performance of Background Traffic-based CMT-SCTP with Active Queue Management Algorithms

Evaluation of Performance of Background Traffic-based CMT-SCTP with Active Queue Management Algorithms IJCSI International Journal of Computer Science Issues, Vol. 9, Issue 6, No 2, November 22 ISSN (Online): 694-4 www.ijcsi.org 229 Evaluation of Performance of Background Traffic-based CMT-SCTP with Active

More information

Performance Evaluation of Concurrent Multipath Transfer Using SCTP Multihoming in Multihop Wireless Networks

Performance Evaluation of Concurrent Multipath Transfer Using SCTP Multihoming in Multihop Wireless Networks Performance Evaluation of Concurrent Multipath Transfer Using SCTP Multihoming in Multihop Wireless Networks Ilknur Aydin Chien-Chung Shen Department of Computer and Information Sciences University of

More information

Concurrent-Multipath-Communication SCTP A Novel Method For Multi-Path Data Transmission

Concurrent-Multipath-Communication SCTP A Novel Method For Multi-Path Data Transmission Concurrent-Multipath-Communication SCTP A Novel Method For Multi-Path Data Transmission Abbas Malekpour 1, Hamideh Jabalameli 2, Djamshid Tavangarian 1 1 Department of Computer Science University of Rostock,

More information

Location Management Agent for SCTP Handover in Mobile Network

Location Management Agent for SCTP Handover in Mobile Network Location Management Agent for SCTP Handover in Mobile Network Yong-Jin Lee Department of Technology Education, Korea National University of Education 250 Taesungtapyon-ro, Heungduk-ku, Cheongju, South

More information

TCP Flavors Simulation Evaluations over Noisy Environment

TCP Flavors Simulation Evaluations over Noisy Environment International Journal of Information Engineering and Applications 2018; 1(1): 11-17 http://www.aascit.org/journal/information TCP Flavors Simulation Evaluations over Noisy Environment Elsadig Gamaleldeen

More information

Throughput Analysis of Many to One Multihop Wireless Mesh Ad hoc Network

Throughput Analysis of Many to One Multihop Wireless Mesh Ad hoc Network Throughput Analysis of Many to One Multihop Wireless Mesh Ad hoc Network Dr.S.Senthil Kumar,Assistant Professor, Dept of Electrical and Electronics Engineering, Government College of Engineering, Salem,India

More information

EXAMINING OF RECONFIGURATION AND REROUTING APPROACHES: WDM NETWORKS

EXAMINING OF RECONFIGURATION AND REROUTING APPROACHES: WDM NETWORKS International Journal of Information Technology and Knowledge Management January-June 2012, Volume 5, No. 1, pp. 69-72 EXAMINING OF RECONFIGURATION AND REROUTING APPROACHES: WDM NETWORKS Sushil Chaturvedi

More information

IEEE ConTEL Alternative Transmission Strategies for Multipath Transport of Multimedia Streams over Wireless Networks

IEEE ConTEL Alternative Transmission Strategies for Multipath Transport of Multimedia Streams over Wireless Networks IEEE ConTEL 2013 Alternative Transmission Strategies for Multipath Transport of Multimedia Streams over Wireless Networks Thomas Dreibholz, dreibh@simula.no Simula Research Laboratory A/S 27 June 2013

More information

Linux Implementation Study of Stream Control Transmission Protocol

Linux Implementation Study of Stream Control Transmission Protocol Linux Implementation Study of Stream Control Transmission Protocol Karthik Budigere Department of Commnunication and Networking Aalto University, Espoo, Finland karthik.budigere@aalto.fi ABSTRACT The Stream

More information

International Journal of Digital Application & Contemporary research Website: (Volume 1, Issue 7, February 2013)

International Journal of Digital Application & Contemporary research Website:   (Volume 1, Issue 7, February 2013) Performance Analysis of GA and PSO over Economic Load Dispatch Problem Sakshi Rajpoot sakshirajpoot1988@gmail.com Dr. Sandeep Bhongade sandeepbhongade@rediffmail.com Abstract Economic Load dispatch problem

More information

An Intelligent Mesh Based Multicast Routing Algorithm for MANETs using Particle Swarm Optimization

An Intelligent Mesh Based Multicast Routing Algorithm for MANETs using Particle Swarm Optimization 214 An Intelligent Mesh Based Multicast Routing Algorithm for MANETs using Particle Swarm Optimization E. Baburaj 1, and V. Vasudevan 2 1. Research Scholar, Anna University 2. Professor, Department of

More information

AVC College of Engineering, Mayiladuthurai, India

AVC College of Engineering, Mayiladuthurai, India Volume 4, Issue 9, September 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Recital Investigation

More information

On Concurrent Multipath Transfer in SCTP-based handover scenarios

On Concurrent Multipath Transfer in SCTP-based handover scenarios On Concurrent Multipath Transfer in SCTP-based handover scenarios Łukasz Budzisz Ramon Ferrús, Ferran Casadevall and Paul Amer Radio Communication Group (GCR), Signal Theory and Communication Dept (TSC),

More information

A Modified PSO Technique for the Coordination Problem in Presence of DG

A Modified PSO Technique for the Coordination Problem in Presence of DG A Modified PSO Technique for the Coordination Problem in Presence of DG M. El-Saadawi A. Hassan M. Saeed Dept. of Electrical Engineering, Faculty of Engineering, Mansoura University, Egypt saadawi1@gmail.com-

More information

The Novel HWN on MANET Cellular networks using QoS & QOD

The Novel HWN on MANET Cellular networks using QoS & QOD The Novel HWN on MANET Cellular networks using QoS & QOD Abstract: - Boddu Swath 1 & M.Mohanrao 2 1 M-Tech Dept. of CSE Megha Institute of Engineering & Technology for Women 2 Assistant Professor Dept.

More information

EVALUATING THE DIVERSE ALGORITHMS OF TRANSMISSION CONTROL PROTOCOL UNDER THE ENVIRONMENT OF NS-2

EVALUATING THE DIVERSE ALGORITHMS OF TRANSMISSION CONTROL PROTOCOL UNDER THE ENVIRONMENT OF NS-2 Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 6, June 2015, pg.157

More information

Design principles and performance evaluation of msctp-cmt for transport-layer based handover

Design principles and performance evaluation of msctp-cmt for transport-layer based handover Design principles and evaluation of msctp-cmt for transport-layer based handover Łukasz Budzisz, Ramon Ferrús and Ferran Casadevall Radio Communication Group (GCR), Signal Theory and Communication Dept

More information

Review: Performance Evaluation of TCP Congestion Control Mechanisms Using Random-Way-Point Mobility Model

Review: Performance Evaluation of TCP Congestion Control Mechanisms Using Random-Way-Point Mobility Model Review: Performance Evaluation of TCP Congestion Control Mechanisms Using Random-Way-Point Mobility Model Rakesh K Scholar (M.Tech) The Oxford College of Engineering Bangalore Mrs. Kalaiselvi Asst. Prof,

More information

Performance Evaluation of SCTP with Adaptive Multistreaming over LEO Satellite Networks

Performance Evaluation of SCTP with Adaptive Multistreaming over LEO Satellite Networks Performance Evaluation of SCTP with Adaptive Multistreaming over LEO Satellite Networks Hiroshi Tsunoda, Nei Kato, Abbas Jamalipour, and Yoshiaki Nemoto Graduate School of Information Sciences, Tohoku

More information

A Two-level Threshold Recovery Mechanism for SCTP

A Two-level Threshold Recovery Mechanism for SCTP A Two-level Threshold Recovery Mechanism for SCTP Armando L. Caro Jr., Janardhan R. Iyengar, Paul D. Amer, Gerard J. Heinz Computer and Information Sciences University of Delaware acaro, iyengar, amer,

More information

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s M. Nagaratna Assistant Professor Dept. of CSE JNTUH, Hyderabad, India V. Kamakshi Prasad Prof & Additional Cont. of. Examinations

More information

TCP/IP Protocol Suite 1

TCP/IP Protocol Suite 1 TCP/IP Protocol Suite 1 Stream Control Transmission Protocol (SCTP) TCP/IP Protocol Suite 2 OBJECTIVES: To introduce SCTP as a new transport-layer protocol. To discuss SCTP services and compare them with

More information

Use of SCTP for IP Handover Support

Use of SCTP for IP Handover Support Use of SCTP for IP Handover Support Dong Phil Kim, Jong Shik Ha, Sang Tae Kim, Seok Joo Koh Department of Computer Science Kyungpook National University {dpkim, mugal1, sainpaul1978}@cs.knu.ac.kr Abstract

More information

An Efficient Link Bundling Transport Layer Protocol for Achieving Higher Data Rate and Availability

An Efficient Link Bundling Transport Layer Protocol for Achieving Higher Data Rate and Availability An Efficient Link Bundling Transport Layer Protocol for Achieving Higher Data Rate and Availability Journal: IET Communications Manuscript ID: COM-2011-0376 Manuscript Type: Research Paper Date Submitted

More information

Convolutional Code Optimization for Various Constraint Lengths using PSO

Convolutional Code Optimization for Various Constraint Lengths using PSO International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 5, Number 2 (2012), pp. 151-157 International Research Publication House http://www.irphouse.com Convolutional

More information

International Journal of Advance Research in Computer Science and Management Studies

International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 10, October 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Routing Protocol Approaches in Delay Tolerant Networks

Routing Protocol Approaches in Delay Tolerant Networks Routing Protocol Approaches in Delay Tolerant Networks Shivi Shukla 1, Amit Munjal 2 and Y. N. Singh 2 AIM & ACT Dept., Banasthali Vidyapith, Rajasthan 1 EE Dept., Indian Institute of Technology, Kanpur

More information

Congestion Avoidance Overview

Congestion Avoidance Overview Congestion avoidance techniques monitor network traffic loads in an effort to anticipate and avoid congestion at common network bottlenecks. Congestion avoidance is achieved through packet dropping. Among

More information

PERFORMANCE ANALYSIS OF MOBILE AD- HOC NETWORK ROUTING PROTOCOLS OVER TCP

PERFORMANCE ANALYSIS OF MOBILE AD- HOC NETWORK ROUTING PROTOCOLS OVER TCP PERFORMANCE ANALYSIS OF MOBILE AD- HOC NETWORK ROUTING PROTOCOLS OVER TCP Rahat Hossain Faisal 1, A. N. M. Tawhidul Islam 2, Md. Sadek Ali 3, Farruk Ahmed 4 1 Department of Electronics and Telecommunication

More information

Performance Analysis and Enhancement of Routing Protocol in Manet

Performance Analysis and Enhancement of Routing Protocol in Manet Vol.2, Issue.2, Mar-Apr 2012 pp-323-328 ISSN: 2249-6645 Performance Analysis and Enhancement of Routing Protocol in Manet Jaya Jacob*, V.Seethalakshmi** *II MECS, Sri Shakthi Institute of Engineering and

More information

Presenting a multicast routing protocol for enhanced efficiency in mobile ad-hoc networks

Presenting a multicast routing protocol for enhanced efficiency in mobile ad-hoc networks Presenting a multicast routing protocol for enhanced efficiency in mobile ad-hoc networks Mehdi Jalili, Islamic Azad University, Shabestar Branch, Shabestar, Iran mehdijalili2000@gmail.com Mohammad Ali

More information

Dynamic Traffic Load Balancing Mechanism for SHAKE Architecture

Dynamic Traffic Load Balancing Mechanism for SHAKE Architecture Dynamic Traffic Load Balancing Mechanism for SHAKE Architecture Hiroshi Esaki, Hiroki Kan Graduate School of Information Science and Technology, The University of Tokyo, Japan hiroshi@wide.ad.jp kohki@hongo.wide.ad.jp

More information

Energy and Power Aware Stable Routing Strategy for Ad hoc Wireless Networks based on DSR

Energy and Power Aware Stable Routing Strategy for Ad hoc Wireless Networks based on DSR Energy and Power Aware Stable Routing Strategy for Ad hoc Wireless Networks based on Mr. Nirav Bhatt, Dr. Dhaval Kathiriya Reaserch Scholar, School of Computer Science, RK University, Rajkot Director IT,

More information

Concurrent Multipath Transfer Using SCTP Multihoming

Concurrent Multipath Transfer Using SCTP Multihoming Concurrent Multipath Transfer Using SCTP Multihoming Janardhan R. Iyengar, Keyur C. Shah, Paul D. Amer Protocol Engineering Lab, Computer and Information Sciences, University of Delaware iyengar, shah,

More information

Prevention of Black Hole Attack in AODV Routing Algorithm of MANET Using Trust Based Computing

Prevention of Black Hole Attack in AODV Routing Algorithm of MANET Using Trust Based Computing Ashish Sharma et al, / (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 5 (4), 14, 51-55 Prevention of Black Hole Attack in Routing Algorithm of MANET Using Trust Based

More information

Architecture and Performance of SIGMA: A Seamless Mobility Architecture for Data Networks

Architecture and Performance of SIGMA: A Seamless Mobility Architecture for Data Networks Architecture and Performance of : A Seamless Mobility Architecture for Data Networks Shaojian Fu, Liran Ma, Mohammed Atiquzzaman, Yong-Jin Lee Telecommunications and Networks Research Lab School of Computer

More information

TAKEOVER: A New Vertical Handover Concept for Next-Generation Heterogeneous Networks

TAKEOVER: A New Vertical Handover Concept for Next-Generation Heterogeneous Networks TAKEOVER: A New Vertical Handover Concept for Next-Generation Heterogeneous Networks Hyun-Ho Choi and Dong-Ho Cho Department of Electrical Engineering and Computer Science Korea Advanced Institute of Science

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

RD-TCP: Reorder Detecting TCP

RD-TCP: Reorder Detecting TCP RD-TCP: Reorder Detecting TCP Arjuna Sathiaseelan and Tomasz Radzik Department of Computer Science, King s College London, Strand, London WC2R 2LS {arjuna,radzik}@dcs.kcl.ac.uk Abstract. Numerous studies

More information