SlideShare ist ein Scribd-Unternehmen logo
1 von 9
Downloaden Sie, um offline zu lesen
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 112
PERFORMANCE EVALUATION OF TCP SACK1 IN WIMAX
NETWORK ASYMMETRY
Kailash Chandra Bandhu1
, Rajeev G. Vishwakarma2
1
Ph.D. Scholar, Department of Computer Science & Engineering, Bhagwant University, Ajmer, India
2
Professor, Department of Computer Science & Engineering, Shri Vaishnav Institute of Technology and Science,
Indore, India
Abstract
The WiMAX technology support to different channel bandwidth, cyclic prefix, modulation coding scheme, frame duration,
simultaneous two way data transfer and propagation model. The WiMAX network asymmetry is largely depends on DL: UL ratio.
This paper evaluate the performance of TCP Sack1 by considering Channel Bandwidth, Cyclic Prefix, Modulation Coding
Scheme, Frame Duration, Two way transfer and Propagation model in WiMAX network with network asymmetry. The
performance of TCP Sack1 in WiMAX network is evaluating by varying MAC layer parameter such as channel bandwidth, cyclic
prefix, modulation coding scheme, frame duration, DL: UL ratio and physical layer parameter such as propagation model and
full duplex mode of data transfer and other operating parameter such as downloading traffic and these parameters really affect
the performance of TCP Sack1 in WiMAX network.
The performance of WiMAX network is measured in terms of throughput, goodput and number of packets dropped.
Keywords: World Wide interoperability for microwave access (WiMAX), Subscriber Stations (SSs), Downlink (DL),
Uplink (UL), Medium access control (MAC), Transmission Control Protocol (TCP), OFDM, IEEE 802.16,
Throughput, Goodput and Packets drop
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
WiMAX is abbreviation `Worldwide Interoperability for
Microwave Access', is a new wireless OFDM based
technology that provides high throughput broadband
connection over long distances based on IEEE 802.16
[8][9].
WiMAX network increasingly more intelligent and agile
communication systems, capable of providing spectrally
efficient and flexible data rate access [9]. Network
asymmetry means that network characteristics in one
direction do not match with the other direction [13].
The channel bandwidth, cyclic prefix, modulation coding
scheme, frame duration, simultaneous two way data transfer
and propagation model affect TCP performance along with
Network asymmetry, since TCP relies on the timely arrival
of acknowledgments (ACKs) to increase its congestion
window and data sending rate. Under normal network
conditions, an ACK is duly received for packets sent, and
this helps the sender to increase the data sending rate. In the
case of congestion, typically indicated by packet loss, TCP
abruptly decreases its congestion window, and retransmits
the lost packets [10][11]. The retransmission may aggravate
the congestion. Normally, there are two ways to indicate the
packet loss or congestion:
(1) Expiry of retransmission timer (2) Receipt of three or
more duplicate ACKs
In the presence of an imperfect ACK channel, the ACK
clocking is disrupted, i.e., packets sent are not duly
acknowledged. Consequently, at the sender, the timer
expires which TCP interprets as congestion, the congestion
window plummets and the packets are retransmitted, even
though these packets may have correctly reached to the
receiver. This implies that the TCP throughput and goodput
not only depends on the characteristics of the data sending
channel, but also on the reverse channel used by ACKs
[13][7][3].
TCP with „Selective Acknowledgments‟ is an extension of
Reno and it works around the problems faced by Reno and
New Reno namely detection of multiple lost packets and
retransmission of more than one lost packet per RTT [14].
Sack retains the slow start and fast retransmits parts of
Reno. It also has the coarse grained timeout of Tahoe to fall
back on, in case a packet loss is not detected by the modified
algorithm.
Sack requires that segments not be acknowledged
cumulatively but should be acknowledged selectively. Thus
each ACK has a block which describes which segments are
being acknowledged. Thus the sender has a picture of which
segments have been acknowledged and which are still
outstanding [14].
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 113
Whenever the sender enters fast recovery, it initializes a
variable pipe which is an estimate of how much data is
outstanding in the network, and it also set congestion
window (cwnd) to half the current size. Every time it
receives an ACK it reduces the pipe by 1 and every time it
retransmits a segment it increments it by 1 [14].
Whenever the pipe goes smaller than the congestion window
(cwnd) window it checks which segments are not received
and send them. If there are no such segments outstanding
then it sends a new packet [14]. Thus more than one lost
segment can be sent in one RTT.
The biggest problem with Sack is that currently selective
acknowledgements are not provided by the receiver, to
implement Sack it need to implement selective
acknowledgment which is not a very easy task [14].
WiMAX provides the flexibility in channel bandwidth [2],
cyclic prefix, modulation coding scheme, frame duration,
propagation model and simultaneous two way data transfer
[1].
The rest of the paper is structured as follows. The system
model for the investigation is introduced in Section 2. In
Section 3, simulation scenarios are presented and the results
are discussed. Finally, the conclusion is present in Section 4.
2. NETWORK MODEL
This section present the network model used in
investigation. The network topology is shown in Figure 1.
All subscriber stations are downloading stations (SSs).
Fig -1: Network Topology
2.1 Simulation Environment
The performance analyzed through simulation by using
network simulator ns-2 (ns2.31) and the WiMAX module
from the National Institute of Standards and Technology
(NIST) [3][4].
The simulation parameters are summarized in Table 1.
Table -1: Simulation Parameters
WiMAX and OFDM Parameters
Channel bandwidth
Frame duration
Modulation & Coding
Cyclic prefix
Contention size
Propagation Model
3, 7, 10, 20, 28 MHz
5, 10 ms
BPSK 1/2, QPSK 1/2,
QPSK 3/4, 16QAM 1/2,
16QAM 3/4, 64QAM
2/3,64QAM 3/4
1/2, 1/4, 1/8, 1/16
5
TworayGround,
FreeSpace, Shadowing
Traffic Source and Other Parameters
TCP version
TCP segment size
No. of DL WL Nodes
Delayed ACK factor
TCP start time
Simulation duration
Sack1
960 Bytes
5,10,15,20,25
2 s
20 s
300 s
2.2 Performance Metrics
The performance studied by means of three metrics:
1) Throughput: that measures the amount of raw bytes
sent by a source.
2) Goodput: that measures bytes that are sent and
success-fully acknowledged.
3) Number of Packets drop.
3. SIMULATION RESULTS
Several scenarios are considered to analyze the performance
of TCP Sack1 in WiMAX network for different DL: UL
ratio.
3.1 Scenario 1: Effect of Channel Bandwidth
The figure 2 proved that larger channel bandwidth and
larger DL:UL ratio provides higher throughput and goodput
and lower channel bandwidth and lower DL:UL ratio
provides lower throughput and goodput in WiMAX
network. Because higher DL:UL ratio and higher bandwidth
support to large downloading traffic. The channel bandwidth
28 MHz has maximum throughput and goodput for DL:UL
ratio 0.75.
The figure 3 shows the number of packets dropped for
different channel bandwidth with different DL:UL ratio.
When the channel bandwidth increased the number of
packets dropped also increases for different DL:UL ratio.
The large number of packets dropped for larger channel
bandwidth and larger DL:UL ratio. Less number of packets
dropped for lower channel bandwidth and lower DL:UL.
Because wireless channel is unreliable channel and higher
channel bandwidth and higher DL:UL ratio carry the large
traffic in downloading then the large number packets will be
dropped.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 114
The channel bandwidth 28 MHz has maximum number of packets dropped for DL:UL ratio 0.75.
Fig -2: Throughput & Goodput for different Channel Bandwidth with different DL:UL ratio
Fig -3: Number of Packets Dropped for different Channel Bandwidth with different DL: UL ratio
3.2 Scenario 2: Effect Cyclic Prefix
In this scenario the performance of TCP Sack1 in WiMAX network is analyzed using cyclic prefix in bandwidth asymmetry,
shown in figure 4 and 5.
Figure 4 shows that, whenever the cyclic prefix increases the throughput and goodput decreases. The higher cyclic prefix has low
throughput and goodput due to extra overhead of cyclic prefix and lower cyclic prefix has higher throughput and goodput.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 115
The maximum throughput and goodput obtained for cyclic prefix 0.3125 with DL:UL ratio 0.90.
Fig -4: Throughput & Goodput for different Cyclic Prefix by considering DL:UL ratio
Fig -5: No. of Packet drop for different Cyclic Prefix by considering DL:UL ratio
The number of packets drop is higher for low cyclic prefix due to echo and interference in multipath propagation. The low cyclic
prefix increases the echo and interference in multipath propagation due to this packet drop increases which is shown in figure 5.
The maximum number packet drop obtained for cyclic prefix 0.3125 with DL:UL ratio 0.90.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 116
3.3 Scenario 3: Effect of Modulation Coding Scheme
The figure 6 shows the throughput, goodput and figure 7 shows the number of packets drop in different modulation coding
scheme for different DL:UL ratio.
Fig -6: Throughput & Goodput for different Modulation Coding Scheme by considering DL:UL ratio
The throughput and goodput for DL:UL ratio 0.90 is higher as compare to other DL:UL ratio for modulation coding scheme
64QAM_3_4 due to large number of time slots in higher order modulation coding scheme as compare to lower order modulation
coding scheme shown in figure 6. Higher order modulation coding scheme support higher data rate.
Fig -7: No. of Packet drop for different Modulation Coding Scheme by considering DL:UL ratio
The number of packets drop is higher for DL:UL ratio 0.90 with 64QAM_3_4.
The number of packets drop increases because the higher order modulation coding scheme support to high data rate but signal
become poor due to long distance so that the start packet drop which shown in figure 7.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 117
3.4 Scenario 4: Effect of Frame Duration
The figure 8 represents the effect of frame duaration in terms of throughput and goodput and figure 9 shows effect in number of
packets drop.
Fig -8: Throughput & Goodput for different Frame Duration by considering DL:UL ratio
The figure 8 shows that the throughput and goodput for DL:UL ratio 0.90 with frame duration 5ms is higher as compare to 10ms.
When Frame duration increases the throughput and goodput decreases due to the less number of frame present in channel per unit
time.
Fig -9: No. of Packet drop for different Frame Duration by considering DL:UL ratio
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 118
The throughput and goodput for DL:UL ratio 0.93 is less for frame duration 5ms and 10ms as compare to DL:UL ratio 0.90 for
5ms and 10 ms due to greater bandwidth asymmetry. If DL:UL ratio is 0.50 then there is no bandwidth asymmetry.
The number of packets drop is larger for DL:UL ratio 0.50 with 10 ms frame duration, shown in figure 9.
3.5 Scenario 5: Effect of Simultaneous Two Way Transfer
Figure 10 and 11 shows the effect of simultaneous two way data transfer.
Fig -10: Throughput & Goodput for Simultaneous two way transfer by considering DL:UL ratio
The figure 10 represent the throughput and goodput for DL:UL ratio 0.90 and 0.10. Whenever the number of uploading nodes
increases the throughput and goodput goes down due to portion alloted to UL is 0.10 (DL:UL=0.90) which is not sufficient to
handel large number of uploading nodes.
Similarly the throughput and goodput increases when the number of uplaoding nodes increases due to portion allotted to UL is
0.90 (DL:UL=0.10) which is capable handle large uploading traffic.
Fig -11: No. of Packet drop for Simultaneous two way transfer by considering DL:UL ratio
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 119
The number of packet drop increases for DL:UL ratio 0.10 (UL=0.90) due to large traffic in uploading and number of packet drop
decreases when DL:UL ratio 0.90 (UL=0.10) due to low traffic in uploading shown in figure 11.
3.6 Scenario 6: Effect of Propagation Model
The impact of propagation model is measured by three performance matrices throughput, goodput and number of packets drop
shown in figure 12 and 13.
The throughput and goodput are same for all propagation model for DL:UL ratio 0.90, shown in figure 12.
Fig -12: Throughput & Goodput for different Propagation model by considering DL:UL ratio
Fig -13: No. of Packet drop for different Propagation model by considering DL:UL ratio
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 120
The number of packet drop is higher with DL:UL ratio 0.90
for TworayGround and FreeSpace propagation model due to
reflection and refraction and this will be reason for weak
signal strength, which is shown in figure 13. The
Shadowing has less number of packets dropped.
4. CONCLUSION
This paper analyzed the performance of channel bandwidth,
cyclic prefix, modulation coding scheme, frame duration,
simultaneous two way data transfer and propagation model,
in WiMAX network with bandwidth asymmetry using TCP
Sack1.
It is observed in simulation study that the higher channel
bandwidth increases the data rate and number of packet
dropped.
It is observed in simulation study that the higher cyclic
prefix reduce the data rate also reduce the packet drop.
The higher order modulation coding scheme provides higher
data rate and higher packet drop.
It is also observed that lower frame duration enhance the
data rate and number of packet drop.
In simultaneous two way data transfer higher DL:UL ratio
reduce data rate and packet drop for large uploading nodes
and lower DL:UL ratio increase the data rate and packet
drop for large uploading nodes.
The all propagation model provide same data rate and
shadowing propagation model provide less number of
packets dropped.
REFERENCES
[1]. Kailash Chandra Bandhu, Rajeev G. Vishwakarma
“The Impact of Cyclic Prefix, Modulation Coding
Scheme, Frame Duration, Two Way Transfer And
Propagation Model With Network Asymmetry In
WiMAX Network using TCP New Reno”
International Journal of Engineering Research &
Technology (IJERT) ISSN: 2278-0181 Vol. 3 Issue
3, March – 2014
[2]. Kailash Chandra Bandhu, Rajeev G. Vishwakarma
“The Impact of Channel Bandwidth with Network
Asymmetry in WiMAX Network Using TCP New
Reno” International Journal of Scientific &
Engineering Research Volume 4 (IJSER), Issue 2,
February-2013, ISSN 2229-5518.
[3]. Konstantinos Tsiknas and George Stamatelos
“Comparative Performance Evaluation of TCP
Variants in WiMAX (and WLANs) Network
Configurations” Hindawi Publishing Corporation
Journal of Computer Networks and Communications
Volume 2012, Article ID 806272, 9 pages
doi:10.1155/2012/806272.
[4]. Pratyush Sharma, Abhishek Sharma, Kailash C.
Bandhu “Performance Evaluation of Adaptive
Modulation Techniques and Offered Load in OFDM
based WiMAX Network by Considering Cyclic
Prefix” International Journal of Scientific &
Engineering Research Volume 2, Issue 11,
November-2011 ISSN 2229-5518.
[5]. Network Simulator Ns-2, 2010,
http://www.isi.edu/nsnam/ns.
[6]. R. Rouil, “The NIST WiMAX Network Simulator,”
NIST, Tech. Rep., 2007.
[7]. K. Xu, Y. Tian, and N. Ansari, “Improving TCP
performance in integrated wireless
communications networks,” Computer Networks,
vol. 47, no. 2, pp. 219–237, 2005.
[8]. IEEE Standard for Local and Metropolitan Area
Networks Part 16: Air Interface for Fixed
Broadband Wireless Access Systems, 2004.
[9]. Air Interface for fixed broadband wireless access
systems, Oct. 2004.
[10]. M. Gerla, R. Bagrodia, L. Zhang, K. Tang, and L.
Wang, “TCP over Wireless Multihop Protocols:
Simulation and Experiments,” IEEE ICC 1999
[11]. M. Gerla, K. Tang, and R. Bagrodia, “TCP
Performance in Wireless Multihop Networks,” IEEE
WMCSA 1999
[12]. V. Bharghavan, “Performance Analysis of a
Medium Access Protocol for Wireless Packet
Networks,” IEEE Performance and Dependability
Symposium 1998.
[13]. H. Balakrishnan, V. Padmanabhan, and R. Katz,
“The effects of asymmetry on TCP performance,” in
Proc. 3rd ACM/IEEE Intl. Conference MOBICOM,
1997.
[14]. K. Fall, S. Floyd “Simulation Based Comparison of
Tahoe, Reno and Sack TCP”.
BIOGRAPHIES
Kailash Chandra Bandhu
Department of Computer Science &
Engineering, Ph.D. Scholar Bhagwant
University Ajmer, India
Kailash_bandhu@yahoo.co.in
Dr. Rajeev G. Vishwakarma
Department of Computer Science &
Engineering, Shri Vaishnav Institute of
Technology and Science
Indore, India
Rajeev@mail.com

Weitere ähnliche Inhalte

Was ist angesagt?

Dynamic Routing for Data Integrity and Delay Differentiated Services in Wirel...
Dynamic Routing for Data Integrity and Delay Differentiated Services in Wirel...Dynamic Routing for Data Integrity and Delay Differentiated Services in Wirel...
Dynamic Routing for Data Integrity and Delay Differentiated Services in Wirel...1crore projects
 
Mtadf multi hop traffic aware data for warding for congestion control in wir...
Mtadf  multi hop traffic aware data for warding for congestion control in wir...Mtadf  multi hop traffic aware data for warding for congestion control in wir...
Mtadf multi hop traffic aware data for warding for congestion control in wir...ijwmn
 
Interference Aware Multi-path Routing in Wireless Sensor Networks
Interference Aware Multi-path Routing in Wireless Sensor NetworksInterference Aware Multi-path Routing in Wireless Sensor Networks
Interference Aware Multi-path Routing in Wireless Sensor NetworksRakesh Behera
 
Performance Analysis of Routing Protocols of Wireless Sensor Networks
Performance Analysis of Routing Protocols of Wireless Sensor NetworksPerformance Analysis of Routing Protocols of Wireless Sensor Networks
Performance Analysis of Routing Protocols of Wireless Sensor NetworksDarpan Dekivadiya
 
Qo s oriented distributed routing protocols : anna university 2nd review ppt
Qo s   oriented  distributed routing  protocols : anna university 2nd review pptQo s   oriented  distributed routing  protocols : anna university 2nd review ppt
Qo s oriented distributed routing protocols : anna university 2nd review pptAAKASH S
 
Energy efficient routing_in_wireless_sensor_networks
Energy efficient routing_in_wireless_sensor_networksEnergy efficient routing_in_wireless_sensor_networks
Energy efficient routing_in_wireless_sensor_networksGr Patel
 
Packet switching
Packet switchingPacket switching
Packet switchingVikash Dhal
 
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEY
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEYREAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEY
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEYcscpconf
 
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...ijwmn
 
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc Networks
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc NetworksHexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc Networks
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc NetworksIJTET Journal
 
Use of NS-2 to Simulate MANET Routing Algorithms
Use of NS-2 to Simulate MANET Routing AlgorithmsUse of NS-2 to Simulate MANET Routing Algorithms
Use of NS-2 to Simulate MANET Routing AlgorithmsGiancarlo Romeo
 
A QoS oriented distributed routing protocol for Hybrid Wireless Network :Firs...
A QoS oriented distributed routing protocol for Hybrid Wireless Network :Firs...A QoS oriented distributed routing protocol for Hybrid Wireless Network :Firs...
A QoS oriented distributed routing protocol for Hybrid Wireless Network :Firs...AAKASH S
 
IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANET
IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANETIMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANET
IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANETijcsa
 

Was ist angesagt? (16)

Dynamic Routing for Data Integrity and Delay Differentiated Services in Wirel...
Dynamic Routing for Data Integrity and Delay Differentiated Services in Wirel...Dynamic Routing for Data Integrity and Delay Differentiated Services in Wirel...
Dynamic Routing for Data Integrity and Delay Differentiated Services in Wirel...
 
Mtadf multi hop traffic aware data for warding for congestion control in wir...
Mtadf  multi hop traffic aware data for warding for congestion control in wir...Mtadf  multi hop traffic aware data for warding for congestion control in wir...
Mtadf multi hop traffic aware data for warding for congestion control in wir...
 
Interference Aware Multi-path Routing in Wireless Sensor Networks
Interference Aware Multi-path Routing in Wireless Sensor NetworksInterference Aware Multi-path Routing in Wireless Sensor Networks
Interference Aware Multi-path Routing in Wireless Sensor Networks
 
Performance Analysis of Routing Protocols of Wireless Sensor Networks
Performance Analysis of Routing Protocols of Wireless Sensor NetworksPerformance Analysis of Routing Protocols of Wireless Sensor Networks
Performance Analysis of Routing Protocols of Wireless Sensor Networks
 
Qo s oriented distributed routing protocols : anna university 2nd review ppt
Qo s   oriented  distributed routing  protocols : anna university 2nd review pptQo s   oriented  distributed routing  protocols : anna university 2nd review ppt
Qo s oriented distributed routing protocols : anna university 2nd review ppt
 
Energy efficient routing_in_wireless_sensor_networks
Energy efficient routing_in_wireless_sensor_networksEnergy efficient routing_in_wireless_sensor_networks
Energy efficient routing_in_wireless_sensor_networks
 
Packet switching
Packet switchingPacket switching
Packet switching
 
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEY
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEYREAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEY
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEY
 
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
 
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc Networks
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc NetworksHexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc Networks
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc Networks
 
Ns2 x graphs
Ns2 x graphsNs2 x graphs
Ns2 x graphs
 
8 Packet Switching
8 Packet Switching8 Packet Switching
8 Packet Switching
 
Routing protocols in ad hoc network
Routing protocols in ad hoc networkRouting protocols in ad hoc network
Routing protocols in ad hoc network
 
Use of NS-2 to Simulate MANET Routing Algorithms
Use of NS-2 to Simulate MANET Routing AlgorithmsUse of NS-2 to Simulate MANET Routing Algorithms
Use of NS-2 to Simulate MANET Routing Algorithms
 
A QoS oriented distributed routing protocol for Hybrid Wireless Network :Firs...
A QoS oriented distributed routing protocol for Hybrid Wireless Network :Firs...A QoS oriented distributed routing protocol for Hybrid Wireless Network :Firs...
A QoS oriented distributed routing protocol for Hybrid Wireless Network :Firs...
 
IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANET
IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANETIMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANET
IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANET
 

Andere mochten auch

Software as a service for efficient cloud computing
Software as a service for efficient cloud computingSoftware as a service for efficient cloud computing
Software as a service for efficient cloud computingeSAT Journals
 
Security threats and detection technique in cognitive radio network with sens...
Security threats and detection technique in cognitive radio network with sens...Security threats and detection technique in cognitive radio network with sens...
Security threats and detection technique in cognitive radio network with sens...eSAT Journals
 
Statistical analysis to identify the main parameters to effecting wwqi of sew...
Statistical analysis to identify the main parameters to effecting wwqi of sew...Statistical analysis to identify the main parameters to effecting wwqi of sew...
Statistical analysis to identify the main parameters to effecting wwqi of sew...eSAT Journals
 
A clonal based algorithm for the reconstruction of genetic network using s sy...
A clonal based algorithm for the reconstruction of genetic network using s sy...A clonal based algorithm for the reconstruction of genetic network using s sy...
A clonal based algorithm for the reconstruction of genetic network using s sy...eSAT Journals
 
Survey on securing outsourced storages in cloud
Survey on securing outsourced storages in cloudSurvey on securing outsourced storages in cloud
Survey on securing outsourced storages in cloudeSAT Journals
 
Usage of regular expressions in nlp
Usage of regular expressions in nlpUsage of regular expressions in nlp
Usage of regular expressions in nlpeSAT Journals
 
A combined approach using triple des and blowfish research area
A combined approach using triple des and blowfish research areaA combined approach using triple des and blowfish research area
A combined approach using triple des and blowfish research areaeSAT Journals
 
Numerical parametric study on interval shift variation in simo sstd technique...
Numerical parametric study on interval shift variation in simo sstd technique...Numerical parametric study on interval shift variation in simo sstd technique...
Numerical parametric study on interval shift variation in simo sstd technique...eSAT Journals
 
Assessment of composting, energy and gas generation potential for msw at alla...
Assessment of composting, energy and gas generation potential for msw at alla...Assessment of composting, energy and gas generation potential for msw at alla...
Assessment of composting, energy and gas generation potential for msw at alla...eSAT Journals
 
Assessment of electromagnetic radiations from communication transmission towe...
Assessment of electromagnetic radiations from communication transmission towe...Assessment of electromagnetic radiations from communication transmission towe...
Assessment of electromagnetic radiations from communication transmission towe...eSAT Journals
 
Design and manufacturing of drive center mandrel
Design and manufacturing of drive center mandrelDesign and manufacturing of drive center mandrel
Design and manufacturing of drive center mandreleSAT Journals
 
Reliability assessment for a four cylinder diesel engine by employing algebra...
Reliability assessment for a four cylinder diesel engine by employing algebra...Reliability assessment for a four cylinder diesel engine by employing algebra...
Reliability assessment for a four cylinder diesel engine by employing algebra...eSAT Journals
 
An experimental study on mud concrete using soil as a fine aggrgate and ld sl...
An experimental study on mud concrete using soil as a fine aggrgate and ld sl...An experimental study on mud concrete using soil as a fine aggrgate and ld sl...
An experimental study on mud concrete using soil as a fine aggrgate and ld sl...eSAT Journals
 
Comparative analysis of dynamic programming algorithms to find similarity in ...
Comparative analysis of dynamic programming algorithms to find similarity in ...Comparative analysis of dynamic programming algorithms to find similarity in ...
Comparative analysis of dynamic programming algorithms to find similarity in ...eSAT Journals
 
Design and analysis of bodyworks of a formula style racecar
Design and analysis of bodyworks of a formula style racecarDesign and analysis of bodyworks of a formula style racecar
Design and analysis of bodyworks of a formula style racecareSAT Journals
 
History of gasoline direct compression ignition (gdci) engine a review
History of gasoline direct compression ignition (gdci) engine  a reviewHistory of gasoline direct compression ignition (gdci) engine  a review
History of gasoline direct compression ignition (gdci) engine a revieweSAT Journals
 
The automatic license plate recognition(alpr)
The automatic license plate recognition(alpr)The automatic license plate recognition(alpr)
The automatic license plate recognition(alpr)eSAT Journals
 
Eatrhquake response of reinforced cocrete multi storey building with base iso...
Eatrhquake response of reinforced cocrete multi storey building with base iso...Eatrhquake response of reinforced cocrete multi storey building with base iso...
Eatrhquake response of reinforced cocrete multi storey building with base iso...eSAT Journals
 
Discrete wavelet transform based analysis of transformer differential current
Discrete wavelet transform based analysis of transformer differential currentDiscrete wavelet transform based analysis of transformer differential current
Discrete wavelet transform based analysis of transformer differential currenteSAT Journals
 

Andere mochten auch (19)

Software as a service for efficient cloud computing
Software as a service for efficient cloud computingSoftware as a service for efficient cloud computing
Software as a service for efficient cloud computing
 
Security threats and detection technique in cognitive radio network with sens...
Security threats and detection technique in cognitive radio network with sens...Security threats and detection technique in cognitive radio network with sens...
Security threats and detection technique in cognitive radio network with sens...
 
Statistical analysis to identify the main parameters to effecting wwqi of sew...
Statistical analysis to identify the main parameters to effecting wwqi of sew...Statistical analysis to identify the main parameters to effecting wwqi of sew...
Statistical analysis to identify the main parameters to effecting wwqi of sew...
 
A clonal based algorithm for the reconstruction of genetic network using s sy...
A clonal based algorithm for the reconstruction of genetic network using s sy...A clonal based algorithm for the reconstruction of genetic network using s sy...
A clonal based algorithm for the reconstruction of genetic network using s sy...
 
Survey on securing outsourced storages in cloud
Survey on securing outsourced storages in cloudSurvey on securing outsourced storages in cloud
Survey on securing outsourced storages in cloud
 
Usage of regular expressions in nlp
Usage of regular expressions in nlpUsage of regular expressions in nlp
Usage of regular expressions in nlp
 
A combined approach using triple des and blowfish research area
A combined approach using triple des and blowfish research areaA combined approach using triple des and blowfish research area
A combined approach using triple des and blowfish research area
 
Numerical parametric study on interval shift variation in simo sstd technique...
Numerical parametric study on interval shift variation in simo sstd technique...Numerical parametric study on interval shift variation in simo sstd technique...
Numerical parametric study on interval shift variation in simo sstd technique...
 
Assessment of composting, energy and gas generation potential for msw at alla...
Assessment of composting, energy and gas generation potential for msw at alla...Assessment of composting, energy and gas generation potential for msw at alla...
Assessment of composting, energy and gas generation potential for msw at alla...
 
Assessment of electromagnetic radiations from communication transmission towe...
Assessment of electromagnetic radiations from communication transmission towe...Assessment of electromagnetic radiations from communication transmission towe...
Assessment of electromagnetic radiations from communication transmission towe...
 
Design and manufacturing of drive center mandrel
Design and manufacturing of drive center mandrelDesign and manufacturing of drive center mandrel
Design and manufacturing of drive center mandrel
 
Reliability assessment for a four cylinder diesel engine by employing algebra...
Reliability assessment for a four cylinder diesel engine by employing algebra...Reliability assessment for a four cylinder diesel engine by employing algebra...
Reliability assessment for a four cylinder diesel engine by employing algebra...
 
An experimental study on mud concrete using soil as a fine aggrgate and ld sl...
An experimental study on mud concrete using soil as a fine aggrgate and ld sl...An experimental study on mud concrete using soil as a fine aggrgate and ld sl...
An experimental study on mud concrete using soil as a fine aggrgate and ld sl...
 
Comparative analysis of dynamic programming algorithms to find similarity in ...
Comparative analysis of dynamic programming algorithms to find similarity in ...Comparative analysis of dynamic programming algorithms to find similarity in ...
Comparative analysis of dynamic programming algorithms to find similarity in ...
 
Design and analysis of bodyworks of a formula style racecar
Design and analysis of bodyworks of a formula style racecarDesign and analysis of bodyworks of a formula style racecar
Design and analysis of bodyworks of a formula style racecar
 
History of gasoline direct compression ignition (gdci) engine a review
History of gasoline direct compression ignition (gdci) engine  a reviewHistory of gasoline direct compression ignition (gdci) engine  a review
History of gasoline direct compression ignition (gdci) engine a review
 
The automatic license plate recognition(alpr)
The automatic license plate recognition(alpr)The automatic license plate recognition(alpr)
The automatic license plate recognition(alpr)
 
Eatrhquake response of reinforced cocrete multi storey building with base iso...
Eatrhquake response of reinforced cocrete multi storey building with base iso...Eatrhquake response of reinforced cocrete multi storey building with base iso...
Eatrhquake response of reinforced cocrete multi storey building with base iso...
 
Discrete wavelet transform based analysis of transformer differential current
Discrete wavelet transform based analysis of transformer differential currentDiscrete wavelet transform based analysis of transformer differential current
Discrete wavelet transform based analysis of transformer differential current
 

Ähnlich wie Performance evaluation of tcp sack1 in wimax network asymmetry

Transport layer protocol for urgent data
Transport layer protocol for urgent dataTransport layer protocol for urgent data
Transport layer protocol for urgent dataeSAT Publishing House
 
Transport layer protocol for urgent data transmission in wsn
Transport layer protocol for urgent data transmission in wsnTransport layer protocol for urgent data transmission in wsn
Transport layer protocol for urgent data transmission in wsneSAT Journals
 
Importance of sliding window protocol
Importance of sliding window protocolImportance of sliding window protocol
Importance of sliding window protocoleSAT Journals
 
Importance of sliding window protocol
Importance of sliding window protocolImportance of sliding window protocol
Importance of sliding window protocoleSAT Publishing House
 
Uw as ns design challenges in transport layer
Uw as ns design challenges in transport layerUw as ns design challenges in transport layer
Uw as ns design challenges in transport layereSAT Publishing House
 
Improved SCTP Scheme To Overcome Congestion Losses Over Manet
Improved SCTP Scheme To Overcome Congestion Losses Over ManetImproved SCTP Scheme To Overcome Congestion Losses Over Manet
Improved SCTP Scheme To Overcome Congestion Losses Over ManetIJERA Editor
 
Ijarcet vol-2-issue-7-2311-2318
Ijarcet vol-2-issue-7-2311-2318Ijarcet vol-2-issue-7-2311-2318
Ijarcet vol-2-issue-7-2311-2318Editor IJARCET
 
TTACCA: TWO-HOP BASED TRAFFIC AWARE CONGESTION CONTROL ALGORITHM FOR WIRELESS...
TTACCA: TWO-HOP BASED TRAFFIC AWARE CONGESTION CONTROL ALGORITHM FOR WIRELESS...TTACCA: TWO-HOP BASED TRAFFIC AWARE CONGESTION CONTROL ALGORITHM FOR WIRELESS...
TTACCA: TWO-HOP BASED TRAFFIC AWARE CONGESTION CONTROL ALGORITHM FOR WIRELESS...cscpconf
 
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...ijwmn
 
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...ijwmn
 
Analysis of multi hop relay algorithm for efficient broadcasting in manets
Analysis of multi hop relay algorithm for efficient broadcasting in manetsAnalysis of multi hop relay algorithm for efficient broadcasting in manets
Analysis of multi hop relay algorithm for efficient broadcasting in manetseSAT Publishing House
 
Analysis of data transmission in wireless lan for 802.11
Analysis of data transmission in wireless lan for 802.11Analysis of data transmission in wireless lan for 802.11
Analysis of data transmission in wireless lan for 802.11eSAT Publishing House
 
Analysis of data transmission in wireless lan for 802.11 e2 et
Analysis of data transmission in wireless lan for 802.11 e2 etAnalysis of data transmission in wireless lan for 802.11 e2 et
Analysis of data transmission in wireless lan for 802.11 e2 eteSAT Journals
 
Improving thrpoughput and energy efficiency by pctar protocol in wireless
Improving thrpoughput and energy efficiency by pctar protocol in wirelessImproving thrpoughput and energy efficiency by pctar protocol in wireless
Improving thrpoughput and energy efficiency by pctar protocol in wirelessIaetsd Iaetsd
 
The improvement of end to end delays in network management system using netwo...
The improvement of end to end delays in network management system using netwo...The improvement of end to end delays in network management system using netwo...
The improvement of end to end delays in network management system using netwo...IJCNCJournal
 
Transmitting urgent data using ANKM method.
Transmitting urgent data using ANKM method.Transmitting urgent data using ANKM method.
Transmitting urgent data using ANKM method.IRJET Journal
 
A low complexity distributed differential scheme based on orthogonal space t...
A low complexity distributed differential scheme based on  orthogonal space t...A low complexity distributed differential scheme based on  orthogonal space t...
A low complexity distributed differential scheme based on orthogonal space t...IJECEIAES
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 

Ähnlich wie Performance evaluation of tcp sack1 in wimax network asymmetry (20)

Transport layer protocol for urgent data
Transport layer protocol for urgent dataTransport layer protocol for urgent data
Transport layer protocol for urgent data
 
Transport layer protocol for urgent data transmission in wsn
Transport layer protocol for urgent data transmission in wsnTransport layer protocol for urgent data transmission in wsn
Transport layer protocol for urgent data transmission in wsn
 
Importance of sliding window protocol
Importance of sliding window protocolImportance of sliding window protocol
Importance of sliding window protocol
 
Importance of sliding window protocol
Importance of sliding window protocolImportance of sliding window protocol
Importance of sliding window protocol
 
Uw as ns design challenges in transport layer
Uw as ns design challenges in transport layerUw as ns design challenges in transport layer
Uw as ns design challenges in transport layer
 
Improved SCTP Scheme To Overcome Congestion Losses Over Manet
Improved SCTP Scheme To Overcome Congestion Losses Over ManetImproved SCTP Scheme To Overcome Congestion Losses Over Manet
Improved SCTP Scheme To Overcome Congestion Losses Over Manet
 
Ijarcet vol-2-issue-7-2311-2318
Ijarcet vol-2-issue-7-2311-2318Ijarcet vol-2-issue-7-2311-2318
Ijarcet vol-2-issue-7-2311-2318
 
TTACCA: TWO-HOP BASED TRAFFIC AWARE CONGESTION CONTROL ALGORITHM FOR WIRELESS...
TTACCA: TWO-HOP BASED TRAFFIC AWARE CONGESTION CONTROL ALGORITHM FOR WIRELESS...TTACCA: TWO-HOP BASED TRAFFIC AWARE CONGESTION CONTROL ALGORITHM FOR WIRELESS...
TTACCA: TWO-HOP BASED TRAFFIC AWARE CONGESTION CONTROL ALGORITHM FOR WIRELESS...
 
Ijcnc050203
Ijcnc050203Ijcnc050203
Ijcnc050203
 
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
 
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
 
Analysis of multi hop relay algorithm for efficient broadcasting in manets
Analysis of multi hop relay algorithm for efficient broadcasting in manetsAnalysis of multi hop relay algorithm for efficient broadcasting in manets
Analysis of multi hop relay algorithm for efficient broadcasting in manets
 
Analysis of data transmission in wireless lan for 802.11
Analysis of data transmission in wireless lan for 802.11Analysis of data transmission in wireless lan for 802.11
Analysis of data transmission in wireless lan for 802.11
 
Analysis of data transmission in wireless lan for 802.11 e2 et
Analysis of data transmission in wireless lan for 802.11 e2 etAnalysis of data transmission in wireless lan for 802.11 e2 et
Analysis of data transmission in wireless lan for 802.11 e2 et
 
Improving thrpoughput and energy efficiency by pctar protocol in wireless
Improving thrpoughput and energy efficiency by pctar protocol in wirelessImproving thrpoughput and energy efficiency by pctar protocol in wireless
Improving thrpoughput and energy efficiency by pctar protocol in wireless
 
The improvement of end to end delays in network management system using netwo...
The improvement of end to end delays in network management system using netwo...The improvement of end to end delays in network management system using netwo...
The improvement of end to end delays in network management system using netwo...
 
Transmitting urgent data using ANKM method.
Transmitting urgent data using ANKM method.Transmitting urgent data using ANKM method.
Transmitting urgent data using ANKM method.
 
A low complexity distributed differential scheme based on orthogonal space t...
A low complexity distributed differential scheme based on  orthogonal space t...A low complexity distributed differential scheme based on  orthogonal space t...
A low complexity distributed differential scheme based on orthogonal space t...
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 

Mehr von eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

Mehr von eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Kürzlich hochgeladen

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniquesugginaramesh
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 

Kürzlich hochgeladen (20)

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniques
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 

Performance evaluation of tcp sack1 in wimax network asymmetry

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 112 PERFORMANCE EVALUATION OF TCP SACK1 IN WIMAX NETWORK ASYMMETRY Kailash Chandra Bandhu1 , Rajeev G. Vishwakarma2 1 Ph.D. Scholar, Department of Computer Science & Engineering, Bhagwant University, Ajmer, India 2 Professor, Department of Computer Science & Engineering, Shri Vaishnav Institute of Technology and Science, Indore, India Abstract The WiMAX technology support to different channel bandwidth, cyclic prefix, modulation coding scheme, frame duration, simultaneous two way data transfer and propagation model. The WiMAX network asymmetry is largely depends on DL: UL ratio. This paper evaluate the performance of TCP Sack1 by considering Channel Bandwidth, Cyclic Prefix, Modulation Coding Scheme, Frame Duration, Two way transfer and Propagation model in WiMAX network with network asymmetry. The performance of TCP Sack1 in WiMAX network is evaluating by varying MAC layer parameter such as channel bandwidth, cyclic prefix, modulation coding scheme, frame duration, DL: UL ratio and physical layer parameter such as propagation model and full duplex mode of data transfer and other operating parameter such as downloading traffic and these parameters really affect the performance of TCP Sack1 in WiMAX network. The performance of WiMAX network is measured in terms of throughput, goodput and number of packets dropped. Keywords: World Wide interoperability for microwave access (WiMAX), Subscriber Stations (SSs), Downlink (DL), Uplink (UL), Medium access control (MAC), Transmission Control Protocol (TCP), OFDM, IEEE 802.16, Throughput, Goodput and Packets drop --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION WiMAX is abbreviation `Worldwide Interoperability for Microwave Access', is a new wireless OFDM based technology that provides high throughput broadband connection over long distances based on IEEE 802.16 [8][9]. WiMAX network increasingly more intelligent and agile communication systems, capable of providing spectrally efficient and flexible data rate access [9]. Network asymmetry means that network characteristics in one direction do not match with the other direction [13]. The channel bandwidth, cyclic prefix, modulation coding scheme, frame duration, simultaneous two way data transfer and propagation model affect TCP performance along with Network asymmetry, since TCP relies on the timely arrival of acknowledgments (ACKs) to increase its congestion window and data sending rate. Under normal network conditions, an ACK is duly received for packets sent, and this helps the sender to increase the data sending rate. In the case of congestion, typically indicated by packet loss, TCP abruptly decreases its congestion window, and retransmits the lost packets [10][11]. The retransmission may aggravate the congestion. Normally, there are two ways to indicate the packet loss or congestion: (1) Expiry of retransmission timer (2) Receipt of three or more duplicate ACKs In the presence of an imperfect ACK channel, the ACK clocking is disrupted, i.e., packets sent are not duly acknowledged. Consequently, at the sender, the timer expires which TCP interprets as congestion, the congestion window plummets and the packets are retransmitted, even though these packets may have correctly reached to the receiver. This implies that the TCP throughput and goodput not only depends on the characteristics of the data sending channel, but also on the reverse channel used by ACKs [13][7][3]. TCP with „Selective Acknowledgments‟ is an extension of Reno and it works around the problems faced by Reno and New Reno namely detection of multiple lost packets and retransmission of more than one lost packet per RTT [14]. Sack retains the slow start and fast retransmits parts of Reno. It also has the coarse grained timeout of Tahoe to fall back on, in case a packet loss is not detected by the modified algorithm. Sack requires that segments not be acknowledged cumulatively but should be acknowledged selectively. Thus each ACK has a block which describes which segments are being acknowledged. Thus the sender has a picture of which segments have been acknowledged and which are still outstanding [14].
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 113 Whenever the sender enters fast recovery, it initializes a variable pipe which is an estimate of how much data is outstanding in the network, and it also set congestion window (cwnd) to half the current size. Every time it receives an ACK it reduces the pipe by 1 and every time it retransmits a segment it increments it by 1 [14]. Whenever the pipe goes smaller than the congestion window (cwnd) window it checks which segments are not received and send them. If there are no such segments outstanding then it sends a new packet [14]. Thus more than one lost segment can be sent in one RTT. The biggest problem with Sack is that currently selective acknowledgements are not provided by the receiver, to implement Sack it need to implement selective acknowledgment which is not a very easy task [14]. WiMAX provides the flexibility in channel bandwidth [2], cyclic prefix, modulation coding scheme, frame duration, propagation model and simultaneous two way data transfer [1]. The rest of the paper is structured as follows. The system model for the investigation is introduced in Section 2. In Section 3, simulation scenarios are presented and the results are discussed. Finally, the conclusion is present in Section 4. 2. NETWORK MODEL This section present the network model used in investigation. The network topology is shown in Figure 1. All subscriber stations are downloading stations (SSs). Fig -1: Network Topology 2.1 Simulation Environment The performance analyzed through simulation by using network simulator ns-2 (ns2.31) and the WiMAX module from the National Institute of Standards and Technology (NIST) [3][4]. The simulation parameters are summarized in Table 1. Table -1: Simulation Parameters WiMAX and OFDM Parameters Channel bandwidth Frame duration Modulation & Coding Cyclic prefix Contention size Propagation Model 3, 7, 10, 20, 28 MHz 5, 10 ms BPSK 1/2, QPSK 1/2, QPSK 3/4, 16QAM 1/2, 16QAM 3/4, 64QAM 2/3,64QAM 3/4 1/2, 1/4, 1/8, 1/16 5 TworayGround, FreeSpace, Shadowing Traffic Source and Other Parameters TCP version TCP segment size No. of DL WL Nodes Delayed ACK factor TCP start time Simulation duration Sack1 960 Bytes 5,10,15,20,25 2 s 20 s 300 s 2.2 Performance Metrics The performance studied by means of three metrics: 1) Throughput: that measures the amount of raw bytes sent by a source. 2) Goodput: that measures bytes that are sent and success-fully acknowledged. 3) Number of Packets drop. 3. SIMULATION RESULTS Several scenarios are considered to analyze the performance of TCP Sack1 in WiMAX network for different DL: UL ratio. 3.1 Scenario 1: Effect of Channel Bandwidth The figure 2 proved that larger channel bandwidth and larger DL:UL ratio provides higher throughput and goodput and lower channel bandwidth and lower DL:UL ratio provides lower throughput and goodput in WiMAX network. Because higher DL:UL ratio and higher bandwidth support to large downloading traffic. The channel bandwidth 28 MHz has maximum throughput and goodput for DL:UL ratio 0.75. The figure 3 shows the number of packets dropped for different channel bandwidth with different DL:UL ratio. When the channel bandwidth increased the number of packets dropped also increases for different DL:UL ratio. The large number of packets dropped for larger channel bandwidth and larger DL:UL ratio. Less number of packets dropped for lower channel bandwidth and lower DL:UL. Because wireless channel is unreliable channel and higher channel bandwidth and higher DL:UL ratio carry the large traffic in downloading then the large number packets will be dropped.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 114 The channel bandwidth 28 MHz has maximum number of packets dropped for DL:UL ratio 0.75. Fig -2: Throughput & Goodput for different Channel Bandwidth with different DL:UL ratio Fig -3: Number of Packets Dropped for different Channel Bandwidth with different DL: UL ratio 3.2 Scenario 2: Effect Cyclic Prefix In this scenario the performance of TCP Sack1 in WiMAX network is analyzed using cyclic prefix in bandwidth asymmetry, shown in figure 4 and 5. Figure 4 shows that, whenever the cyclic prefix increases the throughput and goodput decreases. The higher cyclic prefix has low throughput and goodput due to extra overhead of cyclic prefix and lower cyclic prefix has higher throughput and goodput.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 115 The maximum throughput and goodput obtained for cyclic prefix 0.3125 with DL:UL ratio 0.90. Fig -4: Throughput & Goodput for different Cyclic Prefix by considering DL:UL ratio Fig -5: No. of Packet drop for different Cyclic Prefix by considering DL:UL ratio The number of packets drop is higher for low cyclic prefix due to echo and interference in multipath propagation. The low cyclic prefix increases the echo and interference in multipath propagation due to this packet drop increases which is shown in figure 5. The maximum number packet drop obtained for cyclic prefix 0.3125 with DL:UL ratio 0.90.
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 116 3.3 Scenario 3: Effect of Modulation Coding Scheme The figure 6 shows the throughput, goodput and figure 7 shows the number of packets drop in different modulation coding scheme for different DL:UL ratio. Fig -6: Throughput & Goodput for different Modulation Coding Scheme by considering DL:UL ratio The throughput and goodput for DL:UL ratio 0.90 is higher as compare to other DL:UL ratio for modulation coding scheme 64QAM_3_4 due to large number of time slots in higher order modulation coding scheme as compare to lower order modulation coding scheme shown in figure 6. Higher order modulation coding scheme support higher data rate. Fig -7: No. of Packet drop for different Modulation Coding Scheme by considering DL:UL ratio The number of packets drop is higher for DL:UL ratio 0.90 with 64QAM_3_4. The number of packets drop increases because the higher order modulation coding scheme support to high data rate but signal become poor due to long distance so that the start packet drop which shown in figure 7.
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 117 3.4 Scenario 4: Effect of Frame Duration The figure 8 represents the effect of frame duaration in terms of throughput and goodput and figure 9 shows effect in number of packets drop. Fig -8: Throughput & Goodput for different Frame Duration by considering DL:UL ratio The figure 8 shows that the throughput and goodput for DL:UL ratio 0.90 with frame duration 5ms is higher as compare to 10ms. When Frame duration increases the throughput and goodput decreases due to the less number of frame present in channel per unit time. Fig -9: No. of Packet drop for different Frame Duration by considering DL:UL ratio
  • 7. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 118 The throughput and goodput for DL:UL ratio 0.93 is less for frame duration 5ms and 10ms as compare to DL:UL ratio 0.90 for 5ms and 10 ms due to greater bandwidth asymmetry. If DL:UL ratio is 0.50 then there is no bandwidth asymmetry. The number of packets drop is larger for DL:UL ratio 0.50 with 10 ms frame duration, shown in figure 9. 3.5 Scenario 5: Effect of Simultaneous Two Way Transfer Figure 10 and 11 shows the effect of simultaneous two way data transfer. Fig -10: Throughput & Goodput for Simultaneous two way transfer by considering DL:UL ratio The figure 10 represent the throughput and goodput for DL:UL ratio 0.90 and 0.10. Whenever the number of uploading nodes increases the throughput and goodput goes down due to portion alloted to UL is 0.10 (DL:UL=0.90) which is not sufficient to handel large number of uploading nodes. Similarly the throughput and goodput increases when the number of uplaoding nodes increases due to portion allotted to UL is 0.90 (DL:UL=0.10) which is capable handle large uploading traffic. Fig -11: No. of Packet drop for Simultaneous two way transfer by considering DL:UL ratio
  • 8. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 119 The number of packet drop increases for DL:UL ratio 0.10 (UL=0.90) due to large traffic in uploading and number of packet drop decreases when DL:UL ratio 0.90 (UL=0.10) due to low traffic in uploading shown in figure 11. 3.6 Scenario 6: Effect of Propagation Model The impact of propagation model is measured by three performance matrices throughput, goodput and number of packets drop shown in figure 12 and 13. The throughput and goodput are same for all propagation model for DL:UL ratio 0.90, shown in figure 12. Fig -12: Throughput & Goodput for different Propagation model by considering DL:UL ratio Fig -13: No. of Packet drop for different Propagation model by considering DL:UL ratio
  • 9. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 120 The number of packet drop is higher with DL:UL ratio 0.90 for TworayGround and FreeSpace propagation model due to reflection and refraction and this will be reason for weak signal strength, which is shown in figure 13. The Shadowing has less number of packets dropped. 4. CONCLUSION This paper analyzed the performance of channel bandwidth, cyclic prefix, modulation coding scheme, frame duration, simultaneous two way data transfer and propagation model, in WiMAX network with bandwidth asymmetry using TCP Sack1. It is observed in simulation study that the higher channel bandwidth increases the data rate and number of packet dropped. It is observed in simulation study that the higher cyclic prefix reduce the data rate also reduce the packet drop. The higher order modulation coding scheme provides higher data rate and higher packet drop. It is also observed that lower frame duration enhance the data rate and number of packet drop. In simultaneous two way data transfer higher DL:UL ratio reduce data rate and packet drop for large uploading nodes and lower DL:UL ratio increase the data rate and packet drop for large uploading nodes. The all propagation model provide same data rate and shadowing propagation model provide less number of packets dropped. REFERENCES [1]. Kailash Chandra Bandhu, Rajeev G. Vishwakarma “The Impact of Cyclic Prefix, Modulation Coding Scheme, Frame Duration, Two Way Transfer And Propagation Model With Network Asymmetry In WiMAX Network using TCP New Reno” International Journal of Engineering Research & Technology (IJERT) ISSN: 2278-0181 Vol. 3 Issue 3, March – 2014 [2]. Kailash Chandra Bandhu, Rajeev G. Vishwakarma “The Impact of Channel Bandwidth with Network Asymmetry in WiMAX Network Using TCP New Reno” International Journal of Scientific & Engineering Research Volume 4 (IJSER), Issue 2, February-2013, ISSN 2229-5518. [3]. Konstantinos Tsiknas and George Stamatelos “Comparative Performance Evaluation of TCP Variants in WiMAX (and WLANs) Network Configurations” Hindawi Publishing Corporation Journal of Computer Networks and Communications Volume 2012, Article ID 806272, 9 pages doi:10.1155/2012/806272. [4]. Pratyush Sharma, Abhishek Sharma, Kailash C. Bandhu “Performance Evaluation of Adaptive Modulation Techniques and Offered Load in OFDM based WiMAX Network by Considering Cyclic Prefix” International Journal of Scientific & Engineering Research Volume 2, Issue 11, November-2011 ISSN 2229-5518. [5]. Network Simulator Ns-2, 2010, http://www.isi.edu/nsnam/ns. [6]. R. Rouil, “The NIST WiMAX Network Simulator,” NIST, Tech. Rep., 2007. [7]. K. Xu, Y. Tian, and N. Ansari, “Improving TCP performance in integrated wireless communications networks,” Computer Networks, vol. 47, no. 2, pp. 219–237, 2005. [8]. IEEE Standard for Local and Metropolitan Area Networks Part 16: Air Interface for Fixed Broadband Wireless Access Systems, 2004. [9]. Air Interface for fixed broadband wireless access systems, Oct. 2004. [10]. M. Gerla, R. Bagrodia, L. Zhang, K. Tang, and L. Wang, “TCP over Wireless Multihop Protocols: Simulation and Experiments,” IEEE ICC 1999 [11]. M. Gerla, K. Tang, and R. Bagrodia, “TCP Performance in Wireless Multihop Networks,” IEEE WMCSA 1999 [12]. V. Bharghavan, “Performance Analysis of a Medium Access Protocol for Wireless Packet Networks,” IEEE Performance and Dependability Symposium 1998. [13]. H. Balakrishnan, V. Padmanabhan, and R. Katz, “The effects of asymmetry on TCP performance,” in Proc. 3rd ACM/IEEE Intl. Conference MOBICOM, 1997. [14]. K. Fall, S. Floyd “Simulation Based Comparison of Tahoe, Reno and Sack TCP”. BIOGRAPHIES Kailash Chandra Bandhu Department of Computer Science & Engineering, Ph.D. Scholar Bhagwant University Ajmer, India Kailash_bandhu@yahoo.co.in Dr. Rajeev G. Vishwakarma Department of Computer Science & Engineering, Shri Vaishnav Institute of Technology and Science Indore, India Rajeev@mail.com