Queueing Based Edge Server Selection in Content Delivery Network Using Haversine Distance

Size: px
Start display at page:

Download "Queueing Based Edge Server Selection in Content Delivery Network Using Haversine Distance"

Transcription

1 International Journal of Eltronics ommunication and omputer Thnology (IJET) Queueing ased Edge Server Seltion in ontent Delivery Network Using Haversine Distance Debabrata Sarddar Department of omputer Science & Engineering University of Kalyani Kalyani, India Sandip Roy Department of Information Thnology rainware Group of Institutions Kolkata, India Rajesh ose Senior Projt Engineer Simplex Infrastructures Ltd. Kolkata, India bstract New generation of thnology is inclining towards the uphill cloud computing thnology. Many users and organizations could not able to embrace cloud services blindly bause of their uncovering surity issue for managing huge amount of data. Data is transmigrated between different s which are disseminated globally. In cloud computing large number of cloud user should be cognizant of the physical location of their data over the earth surface to guarantee whether their data localization should also be maintained different data privacy law. t any peak hour when large number of cloud users request send to the accordingly network congestion and the number of data loss are drastically increased, the network bomes unmanageable. ontent Delivery Network is solution to remove these network hazards. We build the queueing based edge seltion algorithm to handle huge number of requests made by giant web customers to overcome the intrinsic limitations of cloud network. Keywords- loud omputing; ontent Delivery Network; Edge Server; Haversine Distance; Network ; Theory I. INTRODUTION ontent Delivery Network (DN) replicates contents over several edge s placed at various geographical locations for handling the request of burst crowds over the internet [1]. DN improves the performance of the cloud network in which popular web services suffer network congestion due to the large demands made on their services by serving user s request through the nearest and this approach helps to reduce the response time of the user request. The replica of the end-users content are distributed among a set of edge s scattered over geographical regions using content replica placement algorithm. The request routing infrastructure is responsible for redirting client request to appropriate edge s when requests are generated from end-users for particular services for the original host and original host is far away from the client at that instant [2]. DN improves the network performance by maximizing bandwidth and maintaining corrtness by content replication. In this paper, we focus on searching an edge such that the latency time between client and selted edge must be minimized. Therefore the average access time of the network should be reinforced. II. PRIVIOUS WORK l-mukaddim Khan Pathan and Rajkumar uyya presented detail taxonomy of DNs with respt to four different factors as request-routing procedure, content replication mhanisms, load balancing methodology and cache management [2]. In this paper, they have further build up taxonomies for each of these paradigms to relegate the common trends in content networking. Here comparison of existing DNs are articulated in such a manner that helps one to get an insight into the thnology, services, strategies, and practices which are currently followed in this field. S. Saroiu, K. P. Gummadi, R. J. Dunn, St. D. Gribble, and H. M. Levy examined four content delivery systems such as web traffic, ontent Delivery Network of the kamai and Kazaa and Gnutella peer-to-peer file sharing traffic [4]. G. Pallis,. Vakali, K. Stamos,. Sidiropoulos, D. Katsaros and Y. Manolopoulos addressed the content replication problem. Their objtive is to minimize the average response time when clients fetch objts from the nearest edge [5]. Khai Hsiang Wong, Phooi Yee Lau, and Sungkwon Park focused on simulating the concepts of Soarin and their simulation thnique concentrate in the relationship between the placement strategy and throughput among different edge s [6]. In queueing theory based cloud computing, M/M/S queueing model is used for multiple s overcome M/M/1 queueing model for reducing the mean queue length and waiting time [7]. III. OUR LTENY SED PROPOSED SIMULTION TEHNIQUE Our latency based edge simulation thnique aims to calculate latency from sender to reiver by focusing on the area of calculating propagation, serialization and ISSN: IJET 749

2 International Journal of Eltronics ommunication and omputer Thnology (IJET) queueing. Propagation depends upon the distance between source and destination. We can calculate distance between two locations using haversine formula [8]. Serialization concentrates in the bandwidth available between sender and reiver [3]. Here we consider the M/M/S queueing model to calculate queueing [10]. When the bomes busy, queue length and average waiting time will be increased. Finally we compare our latency based proposed simulation thnique with the latency using M/M/1 queueing model to calculate queueing to improve quality of service (QoS) in cloud environment [9].. alculate distance between two locations on the earth using haversine formula The haversine formula is used for calculating distance between sender and reiver on the earth evaluated from their given longitudes and latitudes. The following algorithm is used for calculating distance between sender and reiver. 1. R 6371 // Radius of Earth in k.m. 2. Φ 1 lat1.toradians() // Latitude of sender 3. Φ 2 lat2.toradians() // Latitude of reiver 4. λ 1 lon1.toradians() // Longitude of sender 5. λ 2 lon2.toradians() // Longitude of reiver 6. ΔΦ (lat2-lat1).toradians() 7. Δλ (lon2-lon1).toradians() 8. a Math.sin(ΔΦ/2) * Math.sin(ΔΦ/2) + Math.cos(Φ 1 ) * Math.cos(Φ 2 ) * Math.sin(Δλ/2) * Math.sin(Δλ/2) 9. c 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1-a)) 10. d R * c // Haversine distance between sender and reiver over the earth surface. alculate propagation between sender and reiver using haversine distance Propagation is the amount of time required for the head of the signal to travel from sender to reiver over the cloud environment. Satellite communication uses eltromagnetic waves to circulate information through the space. The transmitter converts the information from eltrical signals to radio signals. The radio signals travel approximately at the speed of light for free space. Propagation can be calculated by the following formula: Propagation = d / Speed of Light. alculate serialization between sender and reiver Serialization is the amount of time required to push all the packet s bits over the channel between sender and reiver in the cloud system. Larger bandwidth plays an important role for reducing the serialization. Serialization is calculated as follows: Serialization = Packet size in bit / Transmission rate in bits per sond D. alculate queueing between sender and reiver is the amount of time a job waits in a queue until it can be served by a particular. We can calculate queuing or waiting time for single and multiple s using queuing theory [11]. Let s consider arrival rate and service rate and mean waiting time for M/M/1 and M/M/S queueing model are calculated by following formulas. Mean waiting time for M/M/1 is given by W q = λ / µ (µ - λ) Mean waiting time for M/M/S is given by Where W q = L q / λ customers in the queue is given by and the probability that no E. alculate latency from sender to reiver is an expression of how much time it takes for a packet of data to get from one point to another. from sender to reiver can be calculated by the following formula. IV. = Propagation + Serialization + Queueing OUR PROPOSED LOGORITHM FOR SELETING EDGE SERVERS OF PRTIULR DN The earth is divided into several regions by the geographers. The land of the surface of the world can be logically partitioned into eight regions: sia, Europe, ntarctica, frica, ustralia, North and South merica and the water surface of the world can be subdivided into four major oceans from largest to smallest, are the Pacific Ocean, tlantic Ocean, Indian Ocean, and rctic Ocean [12]. In our algorithm we are placing the edge s of a particular ontent Delivery Network (DN) over the eight regions and all the edge s are periodically synchronized by the DN Provider which is monitoring a particular DN. Selting a ISSN: IJET 750

3 International Journal of Eltronics ommunication and omputer Thnology (IJET) spific edge based on least latency of a particular DN Provider is the primary goal of our algorithm [13, 15]. To access a particular content from the web cloud user sends corresponding request to the particular web. Subsequently web provides the basic index page to the corresponding cloud user [14]. Then the original web redirt the request to the spified DN Provider for delivering the content. DN Provider can update the information periodically. Our simulation thnique helps DN Provider to calculate latency using propagation time, serialization time and queuing time of each registered edge of the DN Provider. Then DN Provider creates a list of registered edge based on the minimum latency. It then finds out the suitable edge from the list to establish the conntion with cloud user. In this paper we have studied the fact of selting edge with minimum latency value and at busy status would lead to high average waiting time. We selt the edge M/M/S queuing model instead of M/M/1 queuing model. We explained our proposed edge seltion algorithm of a particular DN in the next stion. Figure 1. The earth can be logically partition into eight regions and four oceans. lgorithm for selting edge of a particular DN 1 set U = {e 1, e 2, e 3,, e n } of multiple cloud users from different location over the earth surface request to connt with the original host using Uniform resource locator (URL) or spific IP address. 2 Par For each i = 1 to n do 2.1 Original host returns the basic index page to the corresponding requested cloud user e i. 2.2 Redirts the request to the DN Provider. 2.3 DN Provider chks the geographic coordinate values (i.e. latitude or longitude) of e i and based upon its coordinate value DN Provider selts the set S of edge spific or neighbor to the geographic region of the requested cloud user e i. 2.4 alculate haversine_distance between requested cloud user e i and each edge s from set S. 2.5 ollt the available bandwidth of each edge belongs to the set S. 2.6 ased upon haversine distance and bandwidth calculate propagation and serialization resptively for each edge of set S. 2.7 alculate the queuing of each edge belonging in set S of the DN Provider based on M/M/S queueing model. 2.8 alculate the latency of each edge belonging to the set S. 2.9 Selts edge S L based upon least latency from the set of edge s S If selted least latency edge S L has the ability to serve the content requested by the cloud user e i Seltion of the least latency edge S F gets finalized with S L Else Eliminate S L from S Repeating the step 2.9 for choosing the next least latency edge. 3 End for 4 onntion is established between requested cloud user e i and finally selted suitable latency edge S F of user spific geographic region until requested cloud user e i wants to disconnt the facility from the original host. 5 End. Practical example with result analysis Step 1. t any instant suppose there are multiple users from different region are requesting for a particular host. For simplicity let us consider a single cloud user from Kolkata, who wants to request for a mail service for sending 1500 bytes data using the mail located at hicago and the request send to the original at hicago. Step 2. The haversine distance d from Kolkata to hicago is km and original redirts the request to the DN Provider. Step 3. The DN Provider stores the details information of the edge s. ll edge s, which are geographically clustered based upon seven geographical regions as shown in Table 1. The set S of edge s spific or neighbor to the geographic region of the requested cloud user is generated enlisting those placed at Singapore, olombo, New Delhi, nkara, Islamabad and London resptively. Step 4. In Table 2 we have stored the mean waiting time of every edge using M/M/1 and M/M/S queueing model. Step 5. The haversine distance and bandwidth of each edge from cloud user located at Kolkata is calculated and enlisted in Table 3. Step 6. Propagation, serialization and queuing are calculated and periodically updated by the DN Provider as like as Table 4 and Table 5. Step 7. DN Provider selts edge S L placed at olombo from six edge s belonging to the set S and is ISSN: IJET 751

4 International Journal of Eltronics ommunication and omputer Thnology (IJET) capable of serving the request of user placed at Kolkata. So edge placed at olombo is our S F. Step 8. S F is connted with the cloud user of Kolkata until the user disconnts from the service. TLE I. TLE II. Host NME OF THE PLES OF THE EDGE SERVER OF PRTIULR DN MEN WITING TIME OF EVERY EDGE SERVER USING M/M/1 Name of the region 1 sia rriv al rate usto ND M/M/S MODEL Servic e rate usto Mean waiting time M/M/1 Mean waiting time M/M/S hicago Edge rriv Servic al rate e rate usto usto Name of the place of edge Singapore olombo New Delhi nkara Islamabad 2 Europe London 3 North merica Mexico Ottawa hicago (Host ) Kingston 4 South merica Santiago uenos ires 5 frica Harare ape Town 6 ustralia anberra 7 ntarctica Not available Mean waiting time M/M/1 Mean waiting time M/M/S London Singapore olombo New Delhi nkara Islamabad Host Latitu de hicago N Edge Latitu de London N Singapore N olombo N New Delhi N nkara N Islamabad N TLE IV. Original host Longit ude W Longit ude W E E E E E Haversine andwidth distance (km) Gbps Haversine andwidth distance (km) Mbps Mbps Mbps Mbps Mbps Mbps LTENY OF HOST SERVER ND EH EDGE SERVER USING M/M/1 QUEUEING MODEL Propagat ion (ms ) Serializat ion (ms ) hicago Edge Propagat ion (ms ) Serializat ion London Singapore olombo New Delhi nkara Islamabad TLE V. Original host LTENY OF HOST SERVER ND EH EDGE SERVER USING M/M/S QUEUEING MODEL Propag ation Seriali zation hicago Edge Propag ation Seriali zation London Singapore olombo New Delhi nkara Islamabad TLE III. HVERSINE DISTNE ND NDWIDTH OF HOST SERVER ND EH EDGE SERVER In this paper, our proposed algorithm calculate the haversine distance between cloud user located at Kolkata to the original host at hicago and all the edge s located ISSN: IJET 752

5 International Journal of Eltronics ommunication and omputer Thnology (IJET) different places particular or neighbor to the user as shown in Table 3 [16]. It is found that the haversine distance of New Delhi from Kolkata is the smallest distance among the all edge s and the calculated propagation s are represented in the Figure 2 (a). Figure 2 (b) explains the serialization which is also dirtly proportional with available bandwidth between cloud user and edge that is calculated by our simulation process. ased upon periodically updated value of arrival rate and departure rate from the available in a particular DN, our proposed algorithm is calculated the queueing for M/M/S queueing model which is shown in Figure 3 (b) and also compare with the queueing for M/M/1 queueing model in Figure 3 (a). t last latency is calculated by our simulation algorithm and DN Provider selts the least latency available edge. From our data DN Provider selt the edge located at London using M/M/1 queueing mode land also choose the edge located at olombo using M/M/S queueing model as shown in Figure 4 and Figure 5 resptively and at last conntion is established between the cloud user and the aforesaid edge. In this paper we have studied that latency of selting edge at olombo using M/M/S queueing model is 47.1 ms faster than the latency of choosing edge located at London using M/M/1 queueing model.. omparison study using simulation graph (a) (b) Figure 3. M/M/1 queueing (a) and M/M/S queueing of different serevrs of a particular DN (a) (a) (b) Figure 4. of different s using M/M/1 queueing (a) and M/M/S queueing (b) of a particular DN (b) Figure 2. Propagation (a) and serialization (b) of different edge s of a particular DN Figure 5. ompare latency between M/M/1 and M/M/S queueing model of a particular DN ISSN: IJET 753

6 International Journal of Eltronics ommunication and omputer Thnology (IJET) V. ONLUSION In this paper, region based clustering and neighbor region seltion for a requested cloud user is challenging problem for selting set of multiple edge s of a particular ontent Delivery Network. Here we have shown latency based edge seltion algorithm based on propagation, serialization and queueing. Moreover we have also considered M/M/S queueing model for multiple s which grows the performance over using one reducing queue length and waiting time. Our simulation analysis and numerical result shows that latency based edge seltion guarantees the quality of service requirements of the cloud user s jobs and also makes maximum benefits for the DN Provider. REFERENES [1] M. rlitt and T. Jin, Workload haracterization Study of 1998 World up Web Site, IEEE Network, May/June 2000, page no(s) [2] l-m. Khan Pathan and R. uyya, Taxonomy and Survey of ontent Delivery Networks, Taxonomy.pdf [3] What is Network and Why Does It Matter? [4] S. Saroiu, K.P. Gummadi, R J. Dunn, S D. Gribble and H. M. Levy, n nalysis of Internet ontent Delivery Systems, NSF grants R , ITR and IIS [5] G. Pallis,. Vakali, K. Stamos,. Sidiropoulos, D. Katsaros, and Y. Manolopoulos, -based Objt Placement pproach in ontent Distribution Networks, national programs funded by the ΕΠΕΑΕΚ. [6] K. H. Wong, P. Y. Lau and S. Park, Using Surrogate Servers for ontent Delivery Network Infrastructure with Guaranteed QoS, JN, (Vol. 1: No. 1), March [7] T. Sai. Sowjanya, D. Praveen, K. Satish and. Rahiman, The Queueing Theory in loud omputing to Reduce the Waiting Time, IJSET, (Vol.1: Issue 3), pril 2011, page no(s) [8] Sinnott, R. W. Virtues of the Haversine, Sky and Telescope, (Vol.68: No. 2), 1984, page no(s) [9] J. bate and W. Whitt, "Transient behavior of the M/M/l queue: Starting at the origin", Queueing Systems, (Vol. 2: Issue. 1), March 1987, page no(s) [10] D. J. Daley and L. D. Servi, "Idle and busy periods in stable M / M / k queues," Journal of pplied Probability, (Vol.35: No. 4), 1998, page no(s) [11] Dr. J. Sztrik, asic Queueing Theory, University of Debren, Faculty of Informatics, Debren, 2012, page no(s). 17, 149. [12] Geography Student Reading Understanding Maps of Earth, NS ISS EarthKM [13] L. herkasova From Internet Data enters to Dataenters in the loud, HP Research Labs [14] D.. Verma, ontent Distribution Networks: n Engineering pproach, John Wiley & Sons, Inc., New York, US, [15] M. ndrews,. Shepherd,. Srinivasan, P. Winkler and F. Zane, lustering and seltion using passive monitoring, Proc. of IEEE INFOOM, NY, US, [16] D. Sarddar, S. Roy and R. ose, n Efficient Edge Servers Seltion in ontent Delivery Network Using Voronoi Diagram, IJRIT, (Vol. 2: No. 8), 2014 page no(s) ISSN: IJET 754

Optimization of Edge Server Selection Technique using Local Server and System Manager in content delivery network

Optimization of Edge Server Selection Technique using Local Server and System Manager in content delivery network , pp. 83-90 http://dx.doi.org/10.14257/ijgdc.2015.8.4.08 Optimization of Edge Server Selection Technique using Local Server and System Manager in content delivery network Debabrata Sarddar 1 and Enakshmi

More information

Efficient Optimization of Edge Server Selection Technique in Content Delivery Network

Efficient Optimization of Edge Server Selection Technique in Content Delivery Network I.J. Mathematical Sciences and Computing, 2015, 4, 1-10 Published Online November 2015 in MECS (http://www.mecs-press.net) DOI: 10.5815/msc.2015.04.01 Available online at http://www.mecs-press.net/msc

More information

The Impact of QoS Changes towards Network Performance

The Impact of QoS Changes towards Network Performance International Journal of Computer Networks and Communications Security VOL. 3, NO. 2, FEBRUARY 2015, 48 53 Available online at: www.ijcncs.org E-ISSN 2308-9830 (Online) / ISSN 2410-0595 (Print) The Impact

More information

AN OVERVIEW OF QUALITY OF SERVICE COMPUTER NETWORK

AN OVERVIEW OF QUALITY OF SERVICE COMPUTER NETWORK Abstract AN OVERVIEW OF QUALITY OF SERVICE COMPUTER NETWORK Mrs. Amandeep Kaur, Assistant Professor, Department of Computer Application, Apeejay Institute of Management, Ramamandi, Jalandhar-144001, Punjab,

More information

Improving Content Delivery by Exploiting the Utility of CDN Servers

Improving Content Delivery by Exploiting the Utility of CDN Servers Improving Content Delivery by Exploiting the Utility of CDN Servers George Pallis Computer Science Department University of Cyprus gpallis@cs.ucy.ac.cy Abstract. As more aspects of our work and life move

More information

Fault-Tolerant Framework for Load Balancing System

Fault-Tolerant Framework for Load Balancing System Fault-Tolerant Framework for Load Balancing System Y. K. LIU, L.M. CHENG, L.L.CHENG Department of Electronic Engineering City University of Hong Kong Tat Chee Avenue, Kowloon, Hong Kong SAR HONG KONG Abstract:

More information

AN EFFICIENT DISTRIBUTED CONTROL LAW FOR LOAD BALANCING IN CONTENT DELIVERY NETWORKS

AN EFFICIENT DISTRIBUTED CONTROL LAW FOR LOAD BALANCING IN CONTENT DELIVERY 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. 9, September 2014,

More information

CSE3214 Computer Network Protocols and Applications. Chapter 1 Examples and Homework Problems

CSE3214 Computer Network Protocols and Applications. Chapter 1 Examples and Homework Problems CSE3214 Computer Network Protocols and Applications Chapter 1 Examples and Homework Problems Example 1 (review question 18) (1) How long does it take a packet of length 1000 bytes to propagate over a link

More information

Computer Networks Homework 1

Computer Networks Homework 1 Computer Networks Homework 1 Reference Solution 1. (15%) Suppose users share a 1 Mbps link. Also suppose each user requires 100 kbps when transmitting, but each user transmits only 10 percent of the time.

More information

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

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

More information

Referring to the above question, the end-to-end delay (transmission delay plus propagation delay) is

Referring to the above question, the end-to-end delay (transmission delay plus propagation delay) is CS326e Quiz 3 The first correct 10 answers will be worth 1 point each. Each subsequent correct answer will be worth 0.2 points. Circle the correct answer. UTEID In the following 7 problems, we are sending

More information

Real-Time Analysis of CDN in an Academic Institute: A Simulation Study

Real-Time Analysis of CDN in an Academic Institute: A Simulation Study Journal of Algorithms & Computational Technology Vol. 6 No. 3 483 Real-Time Analysis of CDN in an Academic Institute: A Simulation Study N. Ramachandran * and P. Sivaprakasam + *Indian Institute of Management

More information

Controlled Random Access Methods

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

More information

Basic Multiplexing models. Computer Networks - Vassilis Tsaoussidis

Basic Multiplexing models. Computer Networks - Vassilis Tsaoussidis Basic Multiplexing models? Supermarket?? Computer Networks - Vassilis Tsaoussidis Schedule Where does statistical multiplexing differ from TDM and FDM Why are buffers necessary - what is their tradeoff,

More information

NETWORK DELAY: HOW RELIABLE NETWORK ANALYZER SOFTWARE DEVELOPMENT

NETWORK DELAY: HOW RELIABLE NETWORK ANALYZER SOFTWARE DEVELOPMENT NETWORK DELAY: HOW RELIABLE NETWORK ANALYZER SOFTWARE DEVELOPMENT 1 MOHD NAZRI ISMAIL, 2 ABDULLAH MOHD ZIN 1 Faculty of MIIT, University of Kuala Lumpur (UniKL), Malaysia 2 Faculty of FTSM, University

More information

Communications and Networking

Communications and Networking Communications and Networking History and Background telephone system local area networks Internet architecture: what the pieces are and how they fit together names and addresses: what's your name and

More information

Mobile Phone Location Tracking by the Combination of GPS, Wi-Fi and Cell Location Technology

Mobile Phone Location Tracking by the Combination of GPS, Wi-Fi and Cell Location Technology IBIMA Publishing Communications of the IBIMA http://www.ibimapublishing.com/journals/cibima/cibima.html Vol. 2010 (2010), Article ID 566928, 7 pages DOI: 10.5171/2010.566928 Mobile Phone Location Tracking

More information

Network Performance: Networks must be fast. What are the essential network performance metrics: bandwidth and latency

Network Performance: Networks must be fast. What are the essential network performance metrics: bandwidth and latency Network Performance: Networks must be fast What are the essential network performance metrics: bandwidth and latency Transmission media AS systems Input'signal'f(t) Has'bandwidth'B System'with'H(-) Output'signal'g(t)

More information

Analysis of Effect of Handoff on Audio Streaming in VOIP Networks

Analysis of Effect of Handoff on Audio Streaming in VOIP Networks Beyond Limits... Volume: 2 Issue: 1 International Journal Of Advance Innovations, Thoughts & Ideas Analysis of Effect of Handoff on Audio Streaming in VOIP Networks Shivani Koul* shivanikoul2@gmail.com

More information

Operating Systems and Networks Sample Solution 1

Operating Systems and Networks Sample Solution 1 Spring Term 2014 Operating Systems and Networks Sample Solution 1 1 byte = 8 bits 1 kilobyte = 1024 bytes 10 3 bytes 1 Network Performance 1.1 Delays Given a 1Gbps point to point copper wire (propagation

More information

Influence of Load Balancing on Quality of Real Time Data Transmission*

Influence of Load Balancing on Quality of Real Time Data Transmission* SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 6, No. 3, December 2009, 515-524 UDK: 004.738.2 Influence of Load Balancing on Quality of Real Time Data Transmission* Nataša Maksić 1,a, Petar Knežević 2,

More information

THE UNIVERSITY OF AUCKLAND

THE UNIVERSITY OF AUCKLAND COMPSCI 742 THE UNIVERSITY OF AUCKLAND SECOND SEMESTER, 2008 Campus: City COMPUTER SCIENCE Data Communications and Networks (Time allowed: TWO hours) NOTE: Attempt all questions. Calculators are NOT permitted.

More information

First Midterm for ECE374 02/25/15 Solution!!

First Midterm for ECE374 02/25/15 Solution!! 1 First Midterm for ECE374 02/25/15 Solution!! Instructions: Put your name and student number on each sheet of paper! The exam is closed book. You have 90 minutes to complete the exam. Be a smart exam

More information

Clearing the Way for VoIP

Clearing the Way for VoIP Gen2 Ventures White Paper Clearing the Way for VoIP An Alternative to Expensive WAN Upgrades Executive Overview Enterprises have traditionally maintained separate networks for their voice and data traffic.

More information

How To Analyze The Security On An Ipa Wireless Sensor Network

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

More information

Department of Computer Science Institute for System Architecture, Chair for Computer Networks. Caching, Content Distribution and Load Balancing

Department of Computer Science Institute for System Architecture, Chair for Computer Networks. Caching, Content Distribution and Load Balancing Department of Computer Science Institute for System Architecture, Chair for Computer Networks Caching, Content Distribution and Load Balancing Motivation Which optimization means do exist? Where should

More information

Computer Networks and the Internet

Computer Networks and the Internet ? Computer the IMT2431 - Data Communication and Network Security January 7, 2008 ? Teachers are Lasse Øverlier and http://www.hig.no/~erikh Lectures and Lab in A126/A115 Course webpage http://www.hig.no/imt/in/emnesider/imt2431

More information

Traffic delivery evolution in the Internet ENOG 4 Moscow 23 rd October 2012

Traffic delivery evolution in the Internet ENOG 4 Moscow 23 rd October 2012 Traffic delivery evolution in the Internet ENOG 4 Moscow 23 rd October 2012 January 29th, 2008 Christian Kaufmann Director Network Architecture Akamai Technologies, Inc. way-back machine Web 1998 way-back

More information

TCP/IP Protocol Suite. Marshal Miller Chris Chase

TCP/IP Protocol Suite. Marshal Miller Chris Chase TCP/IP Protocol Suite Marshal Miller Chris Chase Robert W. Taylor (Director of Information Processing Techniques Office at ARPA 1965-1969) "For each of these three terminals, I had three different sets

More information

NOVEL PRIORITISED EGPRS MEDIUM ACCESS REGIME FOR REDUCED FILE TRANSFER DELAY DURING CONGESTED PERIODS

NOVEL PRIORITISED EGPRS MEDIUM ACCESS REGIME FOR REDUCED FILE TRANSFER DELAY DURING CONGESTED PERIODS NOVEL PRIORITISED EGPRS MEDIUM ACCESS REGIME FOR REDUCED FILE TRANSFER DELAY DURING CONGESTED PERIODS D. Todinca, P. Perry and J. Murphy Dublin City University, Ireland ABSTRACT The goal of this paper

More information

What is Network Latency and Why Does It Matter?

What is Network Latency and Why Does It Matter? What is Network Latency and Why Does It Matter? by O3b Networks This paper is presented by O3b Networks to provide clarity and understanding of a commonly misunderstood facet of data communications known

More information

R2. The word protocol is often used to describe diplomatic relations. How does Wikipedia describe diplomatic protocol?

R2. The word protocol is often used to describe diplomatic relations. How does Wikipedia describe diplomatic protocol? Chapter 1 Review Questions R1. What is the difference between a host and an end system? List several different types of end systems. Is a Web server an end system? 1. There is no difference. Throughout

More information

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

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

More information

PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE AD HOC NETWORKS

PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE AD HOC NETWORKS PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE AD HOC NETWORKS Reza Azizi Engineering Department, Bojnourd Branch, Islamic Azad University, Bojnourd, Iran reza.azizi@bojnourdiau.ac.ir

More information

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

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

More information

A NOVEL RESOURCE EFFICIENT DMMS APPROACH

A NOVEL RESOURCE EFFICIENT DMMS APPROACH A NOVEL RESOURCE EFFICIENT DMMS APPROACH FOR NETWORK MONITORING AND CONTROLLING FUNCTIONS Golam R. Khan 1, Sharmistha Khan 2, Dhadesugoor R. Vaman 3, and Suxia Cui 4 Department of Electrical and Computer

More information

1. Comments on reviews a. Need to avoid just summarizing web page asks you for:

1. Comments on reviews a. Need to avoid just summarizing web page asks you for: 1. Comments on reviews a. Need to avoid just summarizing web page asks you for: i. A one or two sentence summary of the paper ii. A description of the problem they were trying to solve iii. A summary of

More information

Protagonist International Journal of Management And Technology (PIJMT) Online ISSN- 2394-3742. Vol 2 No 3 (May-2015) Active Queue Management

Protagonist International Journal of Management And Technology (PIJMT) Online ISSN- 2394-3742. Vol 2 No 3 (May-2015) Active Queue Management Protagonist International Journal of Management And Technology (PIJMT) Online ISSN- 2394-3742 Vol 2 No 3 (May-2015) Active Queue Management For Transmission Congestion control Manu Yadav M.Tech Student

More information

Data Networks Summer 2007 Homework #3

Data Networks Summer 2007 Homework #3 Data Networks Summer Homework # Assigned June 8, Due June in class Name: Email: Student ID: Problem Total Points Problem ( points) Host A is transferring a file of size L to host B using a TCP connection.

More information

Data Consistency on Private Cloud Storage System

Data Consistency on Private Cloud Storage System Volume, Issue, May-June 202 ISS 2278-6856 Data Consistency on Private Cloud Storage System Yin yein Aye University of Computer Studies,Yangon yinnyeinaye.ptn@email.com Abstract: Cloud computing paradigm

More information

Improving the Performance of HTTP over High Bandwidth-Delay Product circuits

Improving the Performance of HTTP over High Bandwidth-Delay Product circuits Improving the Performance of HTTP over High Bandwidth-Delay Product circuits A.J. McGregor National Laboratory for Applied Network Research San Diego Super Computer Center 10100 Hopkins Drive, San Diego,

More information

A SENSIBLE GUIDE TO LATENCY MANAGEMENT

A SENSIBLE GUIDE TO LATENCY MANAGEMENT A SENSIBLE GUIDE TO LATENCY MANAGEMENT By Wayne Rash Wayne Rash has been writing technical articles about computers and networking since the mid-1970s. He is a former columnist for Byte Magazine, a former

More information

Utilizing Round Robin Concept for Load Balancing Algorithm at Virtual Machine Level in Cloud Environment

Utilizing Round Robin Concept for Load Balancing Algorithm at Virtual Machine Level in Cloud Environment Utilizing Round Robin Concept for Load Balancing Algorithm at Virtual Machine Level in Cloud Environment Stuti Dave B H Gardi College of Engineering & Technology Rajkot Gujarat - India Prashant Maheta

More information

LOAD BALANCING OF USER PROCESSES AMONG VIRTUAL MACHINES IN CLOUD COMPUTING ENVIRONMENT

LOAD BALANCING OF USER PROCESSES AMONG VIRTUAL MACHINES IN CLOUD COMPUTING ENVIRONMENT LOAD BALANCING OF USER PROCESSES AMONG VIRTUAL MACHINES IN CLOUD COMPUTING ENVIRONMENT 1 Neha Singla Sant Longowal Institute of Engineering and Technology, Longowal, Punjab, India Email: 1 neha.singla7@gmail.com

More information

Application Level Congestion Control Enhancements in High BDP Networks. Anupama Sundaresan

Application Level Congestion Control Enhancements in High BDP Networks. Anupama Sundaresan Application Level Congestion Control Enhancements in High BDP Networks Anupama Sundaresan Organization Introduction Motivation Implementation Experiments and Results Conclusions 2 Developing a Grid service

More information

AN IMPROVED SNOOP FOR TCP RENO AND TCP SACK IN WIRED-CUM- WIRELESS NETWORKS

AN IMPROVED SNOOP FOR TCP RENO AND TCP SACK IN WIRED-CUM- WIRELESS NETWORKS AN IMPROVED SNOOP FOR TCP RENO AND TCP SACK IN WIRED-CUM- WIRELESS NETWORKS Srikanth Tiyyagura Department of Computer Science and Engineering JNTUA College of Engg., pulivendula, Andhra Pradesh, India.

More information

Trace Driven Analysis of the Long Term Evolution of Gnutella Peer-to-Peer Traffic

Trace Driven Analysis of the Long Term Evolution of Gnutella Peer-to-Peer Traffic Trace Driven Analysis of the Long Term Evolution of Gnutella Peer-to-Peer Traffic William Acosta and Surendar Chandra University of Notre Dame, Notre Dame IN, 46556, USA {wacosta,surendar}@cse.nd.edu Abstract.

More information

UbiqStor: Server and Proxy for Remote Storage of Mobile Devices

UbiqStor: Server and Proxy for Remote Storage of Mobile Devices UbiqStor: Server and Proxy for Remote Storage of Mobile Devices MinHwan Ok 1, Daegeun Kim 2, * Myong-soon Park 1 1 Dept. of Computer Science and Engineering / Korea University Seoul, 136-701, Korea 2 Network

More information

How To Improve Performance On A Ccdn (Dns)

How To Improve Performance On A Ccdn (Dns) Enhanced Content Delivery Network to Improve the QoE 1 Sachendra Singh Solanky, 2 Sandra Brigit Johnson, 3 Vakkalagadda Eswar Praphul 1 M.Tech Student SCSE, VIT University Chennai-600048, 2 M.Tech Student

More information

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP ENSC 427: Communication Networks ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP Spring 2010 Final Project Group #6: Gurpal Singh Sandhu Sasan Naderi Claret Ramos (gss7@sfu.ca) (sna14@sfu.ca)

More information

architecture: what the pieces are and how they fit together names and addresses: what's your name and number?

architecture: what the pieces are and how they fit together names and addresses: what's your name and number? Communications and networking history and background telephone system local area networks Internet architecture: what the pieces are and how they fit together names and addresses: what's your name and

More information

A Simulation Study of Effect of MPLS on Latency over a Wide Area Network (WAN)

A Simulation Study of Effect of MPLS on Latency over a Wide Area Network (WAN) A Simulation Study of Effect of MPLS on Latency over a Wide Area Network (WAN) Adeyinka A. Adewale, Samuel N. John, and Charles Ndujiuba 1 Department of Electrical and Information Engineering, Covenant

More information

Advanced Vehicle Tracking System on Google Earth Using GPS and GSM

Advanced Vehicle Tracking System on Google Earth Using GPS and GSM IJECT Vo l. 5, Is s u e Sp l - 3, Ja n - Ma r c h 2014 ISSN : 2230-7109 (Online) ISSN : 2230-9543 (Print) Advanced Vehicle Tracking System on Google Earth Using GPS and GSM 1 Sowjanya Kotte, 2 Hima Bindhu

More information

Allocating Network Bandwidth to Match Business Priorities

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

More information

Congestion Control Overview

Congestion Control Overview Congestion Control Overview Problem: When too many packets are transmitted through a network, congestion occurs t very high traffic, performance collapses completely, and almost no packets are delivered

More information

MMPTCP: A Novel Transport Protocol for Data Centre Networks

MMPTCP: A Novel Transport Protocol for Data Centre Networks MMPTCP: A Novel Transport Protocol for Data Centre Networks Morteza Kheirkhah FoSS, Department of Informatics, University of Sussex Modern Data Centre Networks FatTree It provides full bisection bandwidth

More information

RECOMMENDATION ITU-R F.1113. (Question ITU-R 157/9) b) that systems using this mode of propagation are already in service for burst data transmission,

RECOMMENDATION ITU-R F.1113. (Question ITU-R 157/9) b) that systems using this mode of propagation are already in service for burst data transmission, Rec. ITU-R F.1113 1 RECOMMENDATION ITU-R F.1113 RADIO SYSTEMS EMPLOYING METEOR-BURST PROPAGATION (Question ITU-R 157/9) (1994) Rec. ITU-R F.1113 The ITU Radiocommunication Assembly, considering a) that

More information

ECE/CS 372 introduction to computer networks. Lecture 2. Midterm scheduled for Tuesday, May 7 th

ECE/CS 372 introduction to computer networks. Lecture 2. Midterm scheduled for Tuesday, May 7 th ECE/CS 372 introduction to computer networks Lecture 2 Announcements: Please make sure to check the course s website on a regular basis http://web.engr.oregonstate.edu/~sinkyha/cs372 Midterm scheduled

More information

A Dynamic Load Balancing Algorithm For Web Applications

A Dynamic Load Balancing Algorithm For Web Applications Computing For Nation Development, February 25 26, 2010 Bharati Vidyapeeth s Institute of Computer Applications and Management, New Delhi A Dynamic Load Balancing Algorithm For Web Applications 1 Sameena

More information

QoS issues in Voice over IP

QoS issues in Voice over IP COMP9333 Advance Computer Networks Mini Conference QoS issues in Voice over IP Student ID: 3058224 Student ID: 3043237 Student ID: 3036281 Student ID: 3025715 QoS issues in Voice over IP Abstract: This

More information

The old Internet. Software in the Network: Outline. Traditional Design. 1) Basic Caching. The Arrival of Software (in the network)

The old Internet. Software in the Network: Outline. Traditional Design. 1) Basic Caching. The Arrival of Software (in the network) The old Software in the Network: What Happened and Where to Go Prof. Eric A. Brewer UC Berkeley Inktomi Corporation Local networks with local names and switches IP creates global namespace and links the

More information

Global Server Load Balancing

Global Server Load Balancing White Paper Overview Many enterprises attempt to scale Web and network capacity by deploying additional servers and increased infrastructure at a single location, but centralized architectures are subject

More information

CHAPTER 7 SUMMARY AND CONCLUSION

CHAPTER 7 SUMMARY AND CONCLUSION 179 CHAPTER 7 SUMMARY AND CONCLUSION This chapter summarizes our research achievements and conclude this thesis with discussions and interesting avenues for future exploration. The thesis describes a novel

More information

Efficient DNS based Load Balancing for Bursty Web Application Traffic

Efficient DNS based Load Balancing for Bursty Web Application Traffic ISSN Volume 1, No.1, September October 2012 International Journal of Science the and Internet. Applied However, Information this trend leads Technology to sudden burst of Available Online at http://warse.org/pdfs/ijmcis01112012.pdf

More information

Transport Layer Protocols

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

More information

High Performance Cluster Support for NLB on Window

High Performance Cluster Support for NLB on Window High Performance Cluster Support for NLB on Window [1]Arvind Rathi, [2] Kirti, [3] Neelam [1]M.Tech Student, Department of CSE, GITM, Gurgaon Haryana (India) arvindrathi88@gmail.com [2]Asst. Professor,

More information

CURRENT wireless personal communication systems are

CURRENT wireless personal communication systems are Efficient Radio Resource Allocation in a GSM and GPRS Cellular Network David E Vannucci & Peter J Chitamu Centre for Telecommunications Access and Services School of Electrical and Information Engineering

More information

Final for ECE374 05/06/13 Solution!!

Final for ECE374 05/06/13 Solution!! 1 Final for ECE374 05/06/13 Solution!! Instructions: Put your name and student number on each sheet of paper! The exam is closed book. You have 90 minutes to complete the exam. Be a smart exam taker -

More information

First Midterm for ECE374 03/24/11 Solution!!

First Midterm for ECE374 03/24/11 Solution!! 1 First Midterm for ECE374 03/24/11 Solution!! Note: In all written assignments, please show as much of your work as you can. Even if you get a wrong answer, you can get partial credit if you show your

More information

VOIP QOS. Thomas Mangin. ITSPA - Autumn Seminar 11th October 2012 LEEDS. Technical Director IXLeeds AND THE IXP THE CORE THE EDGE

VOIP QOS. Thomas Mangin. ITSPA - Autumn Seminar 11th October 2012 LEEDS. Technical Director IXLeeds AND THE IXP THE CORE THE EDGE VOIP QOS ITSPA - Autumn Seminar 11th October 2012 LEEDS THE EDGE THE CORE AND THE IXP Thomas Mangin Technical Director IXLeeds AGENDA NO AGENDA Agenda are good to let you known when to doze off There is

More information

White Paper. Optimizing the video experience for XenApp and XenDesktop deployments with CloudBridge. citrix.com

White Paper. Optimizing the video experience for XenApp and XenDesktop deployments with CloudBridge. citrix.com Optimizing the video experience for XenApp and XenDesktop deployments with CloudBridge Video content usage within the enterprise is growing significantly. In fact, Gartner forecasted that by 2016, large

More information

AKAMAI WHITE PAPER. Delivering Dynamic Web Content in Cloud Computing Applications: HTTP resource download performance modelling

AKAMAI WHITE PAPER. Delivering Dynamic Web Content in Cloud Computing Applications: HTTP resource download performance modelling AKAMAI WHITE PAPER Delivering Dynamic Web Content in Cloud Computing Applications: HTTP resource download performance modelling Delivering Dynamic Web Content in Cloud Computing Applications 1 Overview

More information

An Algorithm for Automatic Base Station Placement in Cellular Network Deployment

An Algorithm for Automatic Base Station Placement in Cellular Network Deployment An Algorithm for Automatic Base Station Placement in Cellular Network Deployment István Törős and Péter Fazekas High Speed Networks Laboratory Dept. of Telecommunications, Budapest University of Technology

More information

Grid Computing Approach for Dynamic Load Balancing

Grid Computing Approach for Dynamic Load Balancing International Journal of Computer Sciences and Engineering Open Access Review Paper Volume-4, Issue-1 E-ISSN: 2347-2693 Grid Computing Approach for Dynamic Load Balancing Kapil B. Morey 1*, Sachin B. Jadhav

More information

Effect of Packet-Size over Network Performance

Effect of Packet-Size over Network Performance International Journal of Electronics and Computer Science Engineering 762 Available Online at www.ijecse.org ISSN: 2277-1956 Effect of Packet-Size over Network Performance Abhi U. Shah 1, Daivik H. Bhatt

More information

Scheduling for QoS Management

Scheduling for QoS Management Scheduling for QoS Management Domenico Massimo Parrucci Condello isti information science Facoltà and di Scienze technology e Tecnologie institute 1/number 1 Outline What is Queue Management and Scheduling?

More information

Packet Queueing Delay in Wireless Networks with Multiple Base Stations and Cellular Frequency Reuse

Packet Queueing Delay in Wireless Networks with Multiple Base Stations and Cellular Frequency Reuse Packet Queueing Delay in Wireless Networks with Multiple Base Stations and Cellular Frequency Reuse Abstract - Cellular frequency reuse is known to be an efficient method to allow many wireless telephone

More information

FatPipe Networks Network optimisation and link redundancy for satellite communications

FatPipe Networks Network optimisation and link redundancy for satellite communications FatPipe Networks Network optimisation and link redundancy for satellite communications Next generation WAN acceleration Version 01 rev 05 Gregory Fedyk Regional Director UK/IRE, France and Benelux Isik

More information

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

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

More information

CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING

CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING CHAPTER 6 CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING 6.1 INTRODUCTION The technical challenges in WMNs are load balancing, optimal routing, fairness, network auto-configuration and mobility

More information

EECS 122: Introduction to Computer Networks Multiaccess Protocols. ISO OSI Reference Model for Layers

EECS 122: Introduction to Computer Networks Multiaccess Protocols. ISO OSI Reference Model for Layers EECS 122: Introduction to Computer Networks Multiaccess Protocols Computer Science Division Department of Electrical Engineering and Computer Sciences University of California, Berkeley Berkeley, CA 94720-1776

More information

Keywords: Dynamic Load Balancing, Process Migration, Load Indices, Threshold Level, Response Time, Process Age.

Keywords: Dynamic Load Balancing, Process Migration, Load Indices, Threshold Level, Response Time, Process Age. Volume 3, Issue 10, October 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Load Measurement

More information

Computer Networks - CS132/EECS148 - Spring 2013 ------------------------------------------------------------------------------

Computer Networks - CS132/EECS148 - Spring 2013 ------------------------------------------------------------------------------ Computer Networks - CS132/EECS148 - Spring 2013 Instructor: Karim El Defrawy Assignment 2 Deadline : April 25 th 9:30pm (hard and soft copies required) ------------------------------------------------------------------------------

More information

First Midterm for ECE374 03/09/12 Solution!!

First Midterm for ECE374 03/09/12 Solution!! 1 First Midterm for ECE374 03/09/12 Solution!! Instructions: Put your name and student number on each sheet of paper! The exam is closed book. You have 90 minutes to complete the exam. Be a smart exam

More information

Cloud App Anatomy. Tanj Bennett Applications and Services Group Microsoft Corps. 5/15/2015 Cloud Apps

Cloud App Anatomy. Tanj Bennett Applications and Services Group Microsoft Corps. 5/15/2015 Cloud Apps Cloud App Anatomy Tanj Bennett Applications and Services Group Microsoft Corps Cloud Apps Are Personal Personal applications have a display, means of input, and computational devices which execute them.

More information

A Neighborhood Awareness Method for Handoff Assistance in 802.11 Wireless Networks

A Neighborhood Awareness Method for Handoff Assistance in 802.11 Wireless Networks A Neighborhood Awareness Method for Handoff Assistance in 802.11 Wireless Networks Gurpal Singh *, Ajay Pal Singh Atwal ** and B.S. Sohi *** * Deptt of CSE & IT, BBSBEC, Fatehgarh Sahib, Punjab, India,

More information

How To Design A Layered Network In A Computer Network

How To Design A Layered Network In A Computer Network A Layered Approach to Computer Networks Physical Layer Data Link Layer Network Layer Transport Layer Session Layer Presentation Layer Application Layer Different layer of abstraction Different error control

More information

COMP 361 Computer Communications Networks. Fall Semester 2003. Midterm Examination

COMP 361 Computer Communications Networks. Fall Semester 2003. Midterm Examination COMP 361 Computer Communications Networks Fall Semester 2003 Midterm Examination Date: October 23, 2003, Time 18:30pm --19:50pm Name: Student ID: Email: Instructions: 1. This is a closed book exam 2. This

More information

Vehicle Scrutinizing using GPS & GSM Technologies Implemented with Ardunio controller

Vehicle Scrutinizing using GPS & GSM Technologies Implemented with Ardunio controller Vehicle Scrutinizing using GPS & GSM Technologies Implemented with Ardunio controller A.Kalaiarasi 1, Raviram.P 2, Prabakaran. P M 3, ShanthoshKumar.K 4, Dheeraj B P 5 Assistant Professor, Dept. of EEE,

More information

Flexible mobility management strategy in cellular networks

Flexible mobility management strategy in cellular networks Flexible mobility management strategy in cellular networks JAN GAJDORUS Department of informatics and telecommunications (161114) Czech technical university in Prague, Faculty of transportation sciences

More information

Key Components of WAN Optimization Controller Functionality

Key Components of WAN Optimization Controller Functionality Key Components of WAN Optimization Controller Functionality Introduction and Goals One of the key challenges facing IT organizations relative to application and service delivery is ensuring that the applications

More information

Requirements of Voice in an IP Internetwork

Requirements of Voice in an IP Internetwork Requirements of Voice in an IP Internetwork Real-Time Voice in a Best-Effort IP Internetwork This topic lists problems associated with implementation of real-time voice traffic in a best-effort IP internetwork.

More information

GPS Based Low Cost Intelligent Vehicle Tracking System (IVTS)

GPS Based Low Cost Intelligent Vehicle Tracking System (IVTS) 2012 International Conference on Traffic and Transportation Engineering (ICTTE 2012) IPCSIT vol. 26 (2012) (2012) IACSIT Press, Singapore GPS Based Low Cost Intelligent Vehicle Tracking System (IVTS) Dr.

More information

Vehicle Tracking System,

Vehicle Tracking System, Vehicle Tracking System, The Complete Solution What is GPS? Product Review. Complete system. Contact Us. What is GPS? GPS, which stands for Global Positioning System, is the only system today able to show

More information

Modeling and Performance Analysis of Telephony Gateway REgistration Protocol

Modeling and Performance Analysis of Telephony Gateway REgistration Protocol Modeling and Performance Analysis of Telephony Gateway REgistration Protocol Kushal Kumaran and Anirudha Sahoo Kanwal Rekhi School of Information Technology Indian Institute of Technology, Bombay, Powai,

More information

Research Article Average Bandwidth Allocation Model of WFQ

Research Article Average Bandwidth Allocation Model of WFQ Modelling and Simulation in Engineering Volume 2012, Article ID 301012, 7 pages doi:10.1155/2012/301012 Research Article Average Bandwidth Allocation Model of WFQ TomášBaloghandMartinMedvecký Institute

More information

Home Agent-Based Decentralized User-Mobility with EPA-Selection

Home Agent-Based Decentralized User-Mobility with EPA-Selection Home gent-based Decentralized User-Mobility with EP-Selection Hossam el-ddin MOSTF Slovak University of Technology Faculty of Informatics and Information Technologies Ilkovičova 3, 842 16 Bratislava, Slovakia

More information

Fair Scheduling Algorithm with Dynamic Load Balancing Using In Grid Computing

Fair Scheduling Algorithm with Dynamic Load Balancing Using In Grid Computing Research Inventy: International Journal Of Engineering And Science Vol.2, Issue 10 (April 2013), Pp 53-57 Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com Fair Scheduling Algorithm with Dynamic

More information

Congestion Control Review. 15-441 Computer Networking. Resource Management Approaches. Traffic and Resource Management. What is congestion control?

Congestion Control Review. 15-441 Computer Networking. Resource Management Approaches. Traffic and Resource Management. What is congestion control? Congestion Control Review What is congestion control? 15-441 Computer Networking What is the principle of TCP? Lecture 22 Queue Management and QoS 2 Traffic and Resource Management Resource Management

More information