How To Create A Remote User Interface System (Remoteui)

Size: px
Start display at page:

Download "How To Create A Remote User Interface System (Remoteui)"

Transcription

1 RemoteUI: A High-Performance Remote User Interface System for Mobile Consumer Electronic Devices Daniel Thommes, Student Member, IEEE, Ansgar Gerlicher, Member, IEEE Qi Wang, Member, IEEE, Christos Grecos, Senior Member, IEEE Abstract Modern consumer electronic devices can easily integrate into distributed computing environments. By applying network-based user interface systems to control these devices, innovative applications become feasible. However, several requirements like high responsiveness and low bandwidth consumption need be satisfied. Particularly, to be applicable in wireless and mobile local and wide area networks, they must circumvent low available data rates and high network latency. We propose a new solution called RemoteUI, which works with abstract user interface (UI) descriptions and their prioritized, incremental remote replication. The system combines different approaches from thin client computing and widget based UI systems and is further optimized in the context of wireless networks and mobile consumer devices. To demonstrate the advantages of our solution, we experimentally compare the proposed RemoteUI System with Virtual Network Computing (VNC) implementations and an HTML-based solution1. Index Terms Remote User Interfaces, Mobile Consumer Electronic Devices, VNC, Web4CE, HTML I. INTRODUCTION A growing number of consumer electronic devices can be integrated into IP networks allowing them to use and offer pervasive services. Particularly, the transfer of user interfaces (UIs) to remote control devices is an essential technique to facilitate such services in a user-friendly and locationindependent manner. Scheduling the next TV-recording on a TV set or setting the temperature at home with the help of a smart climate control device can be carried out from remote locations. Versatile mobile consumer electronic devices like smartphones or tablet computers are today's remote controls "to go". They are connected to the Internet and capable of presenting rich user interfaces for a comprehensive number of applications. In this way they become a desirable amendment 1 Daniel Thommes is with the Institute of Applied Science, Stuttgart Media University, Stuttgart, Germany ( thommes@hdm-stuttgart.de). Ansgar Gerlicher is with the Institute of Applied Science, Stuttgart Media University, Stuttgart, Germany ( gerlicher@hdm-stuttgart.de). Qi Wang is with the Audio Visual Communications and Networks Group, School of Computing, University of the West of Scotland, Paisley, PA1 2BE, United Kingdom ( qi.wang@uws.ac.uk). Christos Grecos is with the Audio Visual Communications and Networks Group, School of Computing, University of the West of Scotland, Paisley, PA1 2BE, United Kingdom ( christos.grecos@uws.ac.uk). Fig. 1. Using mobile devices to remotely control other consumer electronic devices within LAN or WAN environments. or even replacement for traditional remote controls. They even allow remote control use cases that have not been possible before. Fig. 1 illustrates two of these use cases where a smartphone is used to control consumer electronic hardware from a local and a wide area network, respectively. Furthermore, the mentioned mobile devices are able to offer innovative network services themselves. For example, they can make personal information management functionality or rich media applications available to other network devices. There are situations where more convenient or better-suited input equipment for the control of these services are either preferable or even mandatory. Fig. 2 shows such a scenario in which the driver of a car controls the smartphone through the car s head unit, typically an onboard thin client computer with a larger screen. The latter mirrors the mobile phone s user interface, transmitted via a wireless personal or local area network (WPAN or WLAN), and allows controlling it with touch gestures. This solution provides a safer and more Fig. 2. Using specialized input devices to control the mobile device in a WLAN or WPAN environment.

2 convenient way for the driver to enjoy the applications running on the mobile phone. To realize the described use cases, a remote user interface system is needed that fulfills the following requirements: The complexity of both client and server software should be low, because in a consumer electronic environment the majority of devices have reduced processing power. The responsiveness of the user interface, although being transferred over a possibly slow network connection, should be high for good user experience. The remote control protocol s required bandwidth should be reduced to accomplish the desired fast reaction times in slow networks and lower the network traffic in scenarios where users are charged on a traffic amount basis. The transferred remote user interface must be adaptable to the client device, e.g. allowing high-quality client-side scaling and rotation-specific layouts. To achieve high user acceptance, the system should enable the usage of native UI-elements on client side to represent a system-specific design and behavior. The server component of the system must be portable to a variety of platforms including platforms that do not natively support graphics rendering (for example due to the absence of a display). There must be a possibility for server-initiated updates to allow asynchronous events occurring on the server to be propagated to the client. The aim of the RemoteUI Project is to develop technologies for realizing a high-performance, portable remote user interface system satisfying these requirements. In this paper, we propose the RemoteUI System and present the results of an in-depth comparison with existing well-known solutions. The remainder of this paper is structured as follows. In Section II we discuss existing work in the areas of thin client computing and remote control solutions. In Section III the architecture of the RemoteUI System and the functionality of its protocol are defined. For our experimental evaluation we implemented prototypes for the proposed system, and two existing representative solutions, as described in Section IV. With these prototypes we accomplished different experimental evaluations introduced in Section V. In Section VI we describe the setup and the results of the bandwidth and traffic volume comparison tests. In Section VII the test bed of the latency tests and experiment results are discussed. We summarize our observations and conclude in Section VIII. II. RELATED WORK Transferring graphical user interfaces from a server to a client via network connections can be realized through two major approaches. The first approach originated from the thin client concept, and typically employs pixel information or low-level graphic primitives for this purpose. For instance, systems like Virtual Network Computing (VNC) [1], Muse [2] and the system proposed by Simoens et al. [13] retrieve the required bitmap information from the framebuffer at the server. Systems like the Remote Desktop Protocol (RDP, based on ITU-T T.128 [3]), THINC [4] and BASS [5] work as a mirror graphic driver and intercept graphic commands. X- Server [6] introduces a graphic abstraction layer and Joveski et al. [12] intercept the latter for accessing graphic primitives. Information gathered from these sources is encoded with special run-length codecs like ZRLE or TRLE [7] or existing codecs like PNG, JPEG, H.264 or Theora. Client and server are usually connected persistently over TCP or RTP. These systems have various advantages. Typically the (thin) client software has relatively low complexity and displays a pixelaccurate reproduction of the server's UI. Employing optimized codecs, these systems perform adequately when transferring video streams. However disadvantages exist regarding client adaptation, for example client-side scaling is possible but often not optimal on mobile devices. Additionally the bandwidth requirements of these solutions are relatively high and the responsiveness in high-latency environments suffers from the necessity for full client-server round trips. There are various applications of thin client systems especially VNC-based solutions in consumer electronic environments. Haraikawa et al. propose the µvnc system [8], which transfers the UI of consumer electronic hardware through VNC. In this way a video recorder can be controlled with the help of a regular VNC client on a PC. To lower the complexity of the server software and supersede the necessity of a real framebuffer, µvnc uses pre-rendered images. Mainly for the realization of remote video servers, the RVU Protocol [9] uses an approach similar to RDP to transfer user interfaces. Videos can be embedded into these UIs using specialized video codecs. Consumer electronic devices implementing such technology, which shall support special mobile-based UI delivery options in the near future, have already been shipped. To mirror the user interface of a mobile consumer electronic device to a car's head-unit, Bose et al. [10] describe a solution that extends VNC with special carrelated features. The device can be connected via USB, WLAN or WPAN. The European project Mobithin [11] has focused on the thin client computing with mobile devices. Different proposed systems [12]-[14] use parts of the MPEG4 standard to accomplish high performance. The other major approach utilizes widget descriptions to transfer user interfaces, allowing a high-quality client-side rendering and scaling. These descriptions are often formulated in XML languages supporting specialized elements for widgets like ToggleButton or Progressbar. Examples are HAViML [15], Verhoeven and Dees protocol [16], LRDP [17] and QML [18]. A similar approach explores HTML to realize and transfer rich user interfaces. Sonnenberg [19] proposes to utilize HTML for the integration of mobile devices into cars. Following the Web4CE standard [20], a consumer electronic device can offer a UPnP Remote UI service [21] in the form of an XHTML 1.0 page. The Web4CE standard also addresses a common problem of HTML- and XML-based solutions that use HTTP as the underlying protocol. A so-called NotifSocket object is defined that allows the server to send updates to the client through a persistent

3 TCP connection. Using HTTP, this can only be realized with client-side polling. The same problem is addressed with Websockets [22] that have been already implemented in most current web browsers, in contrary to NotifSocket. However, both solutions do not practically support efficient transfer of binary data to HTML-based clients, which is highly desirable for the transmission of bitmaps. Standardized JavaScript [23] clients at the moment can only receive data from these sockets in text form. Therefore, binary data have to be encoded e.g. with Base64 [24] before the transfer. Base64 introduces approximately 33% overhead as 6 input bits are encoded with 8 output bits, which adversely influences the bandwidth requirements of such a system. According to Nielsen [25] the user interface of a software system should react within 100 milliseconds to inform the user about direct object manipulations, e.g. changing a button s color to express its pressed state. If the presentation of results in response to user input takes longer than 1.0 second, additional feedback is necessary. While network round-trip times (RTTs) in local area networks are typically below 100 ms, investigations show that RTTs in wireless wide-are networks (WWANs) such as UMTS can become considerably high. For a moving client sending 64-byte packets Wewetzer et al. [26] determined a mean RTT of about 600 ms. Systems working with widget descriptions in such scenarios have the advantage that no round-trip with the server is required to render the widget behavior needed for instant user feedback. In the proposed RemoteUI System, we leverage the advantageous features in existing approaches such as a persistent connection and efficient widget descriptions to form a high-performance UI system. Furthermore, we propose a range of techniques to minimize the required bandwidth and system latency. To evaluate the effects of these solutions we compare our system with two representative systems, VNCand HTML-based respectively. Both systems are most widely used and available on many platforms. This paper has substantially extended its preliminary version [27] by expounding the system s design. Furthermore, the performance evaluations have been detailed through extensive experiments. The proposed RemoteUI system is compared with VNC- and HTML-based systems in terms of traffic volume and latency wherever appropriate. III. THE REMOTEUI SYSTEM The proposed RemoteUI System (RUI) consists of at least one RemoteUI Server that delivers user interface information. One or more RemoteUI Clients can connect to this server to retrieve and display its user interface. In Fig. 3 the components of the RemoteUI System are shown. We distinguish between server and client components. The Connection components establish a connection between the server and the client to enable the display of the user interface (client) and the delivery of the user interface (server) respectively. Different implementations for the Connection component are possible, e.g. WLAN- or WPAN-based. This component provides a connection object for the overlaying Fig. 3. Components of the RemoteUI System (yellow/light) and application specific components (blue/dark) tier. To establish a connection, an optional Discovery component can be used to find devices offering the RemoteUI functionality. The Event System uses the established connection to realize an asynchronous transfer of user interface descriptions, input events and system commands between the server and the client. The RUI-Protocol component is a class library describing the protocol entities. The Controller and Input components use it to create protocol objects at runtime. The Event System is responsible for their serialization, transmission, retrieval and deserialization. We use a platformindependent, binary serialization protocol derived from HBWSP [28]. This protocol is able to describe arbitrary objects including the efficient representation of binary data as required for bitmap transfer. On the server side, a Controller connects the existing Business Logic and the RemoteUI System. Its implementation highly depends on the scenario and the execution environment in which the RemoteUI System is used. In order to control a smartphone via RemoteUI, the Controller has to be implemented as a bridge to the platform s UI components. On the client side, the Rendering component is responsible for displaying the received UI descriptions and commands. The Input component transfers input events originating from user interaction through the Event System to the server. A. UI-Tree and Tree Manipulation The RemoteUI System uses widget descriptions and graphic primitives to describe and transfer the user interface. These graphical objects build the so-called UI-Tree, which is replicated between server and client. Fig. 4 shows a UI-Tree (b on the left) and its rendered representation (a). While the contained image in this example must be transferred as pixel information, an abstract description of the displayed text and buttons is sufficient to create a client-side representation of the user interface. With this method, the required amount of data can be significantly reduced, as we will show in Section VI. When a new screen is opened, the server initially transfers its UI-Tree. The client receives, renders and saves a local copy of the tree. From then on, the client renders simple widget behavior like button presses or list scrolling locally. If serverside event-listeners have been registered on a widget, the client transfers the corresponding events to the server. The processing of these events usually produces visual results that

4 (a) Fig. 4. (a) The left UI-Tree being rendered on the phone, (b) UI-Tree manipulation (b) shall be displayed through UI-Tree manipulations, which are triggered by server commands. The client receives and instantly executes the commands, which includes rendering the resultant tree. To allow the manipulation, each node in the UI-Tree carries a unique ID that is used for addressing. Fig. 4 (b) exemplifies this process. The left tree is transformed into the right by replacing text and image information in different nodes. For certain widgets a round trip with the server is necessary to determine their appearance. The server for instance defines the state of a toggle button after it is pressed. During the following round-trip the button is in a pending state. If the round-trip time is high, this new state should be presented to the user. We call this phenomenon the additional-state problem that can generally occur in remote UI systems. The RemoteUI Client in future versions will provide special modified widgets that are capable of displaying these additional states. B. Incremental Transfer and Rendering Although the amount of data required to express a user interface with the RemoteUI Protocol is relatively small, there are situations where the transfer of a complete UI-Tree takes a long time. This can be the case in scenarios with low available bandwidth or the UI containing many images. To provide fast user feedback, the RemoteUI-Server incrementally sends the UI-Tree as soon as the first nodes become ready for transfer. The RemoteUI-Client incrementally receives, builds up and renders the local copy of the tree. This results in a row-by-row display of the user interface. If the first row of the layout can be displayed within less than a second, we assume this as sufficient for the required timely user feedback. Additionally, a less conspicuous progress indicator can be part of the interface to indicate a pending receive process. C. Prioritization The RemoteUI Protocol offers a mechanism to prioritize different user interface and command objects. The server processes and transmits objects with high priority first, which intentionally causes a delay for lower prioritized objects especially in low bandwidth scenarios. Because the client is able to incrementally render these objects, this technology reduces the user interface latency. In a preliminary approach, widgets displaying pixel data (ImageViews) are separated from the UI-Tree and transferred as lower-prioritized SetData commands. Part of our research is the development of algorithms to determine the optimal priority from input parameters such as visibility, traffic volume, operational importance, available bandwidth and network latency. By continuously applying these algorithms at runtime, the system will adapt to changing environment conditions to offer the highest possible performance. D. Caching and Prefetching Theoretically a UI-Tree does not need to be transferred more than once. Although there are screen switches that are realized by replacement of the tree, it is likely that a tree will be reused once loaded. Avoiding the retransfer of resources like pixel-images used in a UI-Tree can reduce the required traffic volume significantly. To profit from this fact, the RemoteUI System caches resources on the client. Additionally, during idle-times, a low-priority process prefetches resources that are likely to be required later on. A tree that contains a resource that has already been fetched only needs to contain a reference to it, which reduces the user interface latency. IV. PROTOTYPIC IMPLEMENTATIONS As platform for all prototypic implementations we chose the Linux-based operating system described by McLoughlin [29] later on referred to as target platform. This system is available for different kinds of mobile consumer electronic devices like smartphones, tablets and multimedia hardware. Additionally a specialized version is available for TV systems predestining the platform for our prototypic implementations. A. RemoteUI System Prototype We realized the RemoteUI System with the components described in Section III for the above mentioned target platform. Fig. 5 shows the applications that have been developed by us. While the RUI Client was realized as a stand-alone-application, the server functionality was divided into different applications. It was an important requirement for us to avoid manipulations of the operating system or the necessity of gaining root privileges to run our applications. Access to the user interface on the target platform is allowed

5 Fig. 5. Deployment of the RemoteUI applications from the owning application only. Therefore in our system an application must be enhanced with RemoteUI functionality in order to become remote controllable. A standard application project can easily be extended with RemoteUI functionality by weaving the required function calls and properties into the application s bytecode. We developed three prototypic Remote Controllable Applications. A simple Calculator, a MediaPlayer and a Demo App. Fig. 6 shows Screenshots of the Calculator, and a special List Demo Activity that is part of the Demo App, where the number of list items can be configured. We used these UIs for our evaluations described in Sections VI and VII. On startup a Remote Controllable Application connects locally to the RUI Server application by inter-process communication (IPC). The RUI Server in the following works as relay for the communication with a connected RUI Client. The implementation uses a Connection module working with TCP-Sockets and a Zeroconf-based Discovery [30]. Images are transmitted in display size, encoded with full color PNG [31]. B. HTML System Prototype To compare the RemoteUI System with an HTML-based approach, we additionally implemented a prototypic dynamic web server for the target platform. The server uses HTTP 1.1 [32] to serve static and dynamic content, using a new TCP connection for each request. It serves static content like HTML files from the SD card handling each request in a new thread. Additionally it supports simple listeners (servlets) that dynamically serve content when being registered for certain URLs. In contrast to the RemoteUI System's server, this solution is realized as a library and must be directly integrated into each application. Inter-process communication is not required in this way. Also this system does not automatically translate the native UI into HTML. We expected some performance benefits in terms of latency from these facts. We integrated the server into a version of the Calculator application. Following the Web4CE standard, this Calculator can be controlled via a static XHTML 1.0 web page shown in Fig. 7 (a). The page contains JavaScript code that sends an XMLHttpRequest [33] to a calculation servlet on each button press, carrying the corresponding button value as the GET parameter. The servlet on request modifies or evaluates the equation and updates the original Calculator's text view with the result. The updated text value is then sent to the requesting script in a JSON [34] response. The script writes this value into the respective HTML text area. Thus, the prototype works similarly to the RemoteUI System, keeping the business logic itself on the server. A second web page (Fig. 7 (b)) is an HTML version of the Demo List view. It shows 100*100 pixels thumbnails that are dynamically converted by a servlet from the originally 300*300 pixels application resources. Therefore the thumbnails are encoded and transferred in the same format as with the RemoteUI System. The list itself has no further functionality so the HTML page does not contain any JavaScript code. To measure the performance of the HTML system on the client, we implemented a small browser allowing us to process all events during page loads and XMLHttpRequests. This browser is based on the target system s WebView widget that uses the same native browser library as the built-in system browser. C. VNC Server and Client We used a VNC server application running natively on the target platform. The software requires root privileges to get access to the device s framebuffer. We modified the device accordingly to grant this access. On client-side we used a modified version of the open-source VNC viewer also used by Yu et al. [2] where we additionally enabled the portrait modus for controlled devices and introduced logging for our profiler. (a) (b) Fig. 6. Screenshots of the applications that we used for the performance comparisons: (a) Calculator, (b) List Demo (a) (b) Fig. 7. Screenshots of the web browser displaying XHTML versions of the test applications: (a) Calculator, (b) List Demo

6 D. Profiler Software For the latency comparisons described in Section VII we implemented special profiler software for the target platform. The profiler is able to measure the duration of arbitrary processes in a distributed environment. The logged events are stored in a process-local in-memory list. This list is written into a CSV-file when the profiling is finished. The profiling can be controlled through a special application that functions as profiler frontend on the device itself. We integrated the profiler library into all involved components. Fig. 8. Bandwidth comparison for the Calculator V. EXPERIMENTAL SETUP We carried out different experiments to compare the required bandwidth and latency of the RemoteUI System with those of HTML and VNC. For all tests we used a device with a resolution of 540*960 pixels, a dual-core 1.2 GHz RISC CPU and 768 MB RAM to execute the server implementations (RemoteUI Server, web server and VNC server). The client device offered a resolution of 600*1024 pixels, a 1 GHz RISC CPU and 512 MB RAM. The RemoteUI Client, VNC client and our HTML browser were installed on this device. On both devices we installed the profiler frontend. VI. BANDWIDTH AND TRAFFIC VOLUME COMPARISON A. Experimental Setup To compare the bandwidth and traffic volume we used the Calculator applications and the List Demos described in Section IV. In one experiment we configured the List Demo to contain 50 items to analyze the effect of scrolling (List Demo 50). In a second experiment the List Demo was displaying only 9 items (List Demo 9); in all remote systems the 9 items could be displayed without scrolling. The latter experiment was required to determine the traffic volume produced during the latency tests described in Section VII. With capture software running on the notebook we recorded the TCP traffic when executing the test applications. For the VNC connection we chose the full color depth (32 bit per pixel) and the ZRLE encoding. RemoteUI and HTML also transferred images in full color (PNG) so the display quality was comparable. Both test applications were started using the respective remote clients. A start button on a remote screen was touched, which opened either the respective view to be transferred (RemoteUI and VNC) or the web page containing the screen's replica. After being loaded, the Calculator was used on the client side to carry out a set of simple calculations. The List Demo 50 was used to scroll down the list of items. B. Experimental Results The results of the bandwidth consumption and data measurements are shown in Fig. 8, Fig. 9 and Table I. The bandwidth plots for the Calculator experiment (Fig. 8) show that after the initial transfer of the UI, RemoteUI and HTML required only few data to transfer button clicks and the corresponding text area updates (seconds 10-40). VNC in contrast uses pixel area updates to transfer the changes in the text area, which caused considerably more traffic. RemoteUI Fig. 9. Bandwidth comparison for the List Demo 50 with scrolling TABLE I ABSOLUTE TRAFFIC VOLUME OF REMOTEUI, HTML AND VNC Calculator List Demo 50 (with scrolling) List Demo 9 (no scrolling) VNC (kb) HTML (kb) RemoteUI (kb) in this case reduced the required traffic volume compared to VNC by over 90%. HTML was very efficient as well, with a reduction of about 87%. The HTML version of the Calculator uses nearly no styling information and contains only a few lines of JavaScript code. Nevertheless this simple implementation already caused about 25% more network traffic than the RemoteUI System that is able to render the UI in the system's native style. It is expected that a full-featured HTML version would require much more data. A similar result emerged for the List Demo 50 experiment. While RemoteUI required about 684 kb for the transfer, HTML without any JavaScript code and minimal styling used over 1.1 MB. However, Fig. 9 shows that both systems load all list items in advance so that no traffic is generated from client-side scrolling events. This is a weak point of VNC where every scrolling action produced a considerable amount of pixel data transfer (seconds 5-60). These high data requirements also degrade the system's responsiveness, making scrolling a difficult business for the user. We terminated the experiment after 60 seconds with resulting 4.5 MB of VNC traffic. Under these circumstances, VNC does not satisfy our requirements for scenarios with low bandwidth or for users being charged on a traffic volume basis. Transferring the 9-item list without scrolling in all three systems led to only the initial transfer of the UI. RemoteUI and HTML required about 200 kb. VNC, with 260 kb, also had modest traffic volume requirements. For this configuration mainly the latency of the systems is interesting. This is influenced by the systems' designs and implementations, as examined in the following section.

7 VII. LATENCY COMPARISON Equally important to the amount of data transfer is the system s latency. Evidently, the faster the reaction times of the system, the better the user s experience. Data minimization can improve the latency of such a system especially in low bandwidth scenarios. However, other parameters such as computation cycles, device performance and parallelism of the implementation highly affect the latency. A. Experimental Setup For the latency analysis we conducted 18 test series with 50 single test runs each. A test run consisted of the List Demo 9 (described in Section IV.A) being started by clicking a button on a client-side start screen. With the help of our profiler we measured the time between the touch-up event and the first and last drawing events of the client when rendering the received UIs. We refer to these times as First Draw and Full Load RTTs. To connect the client and the server, we selected a WLANrouter with IEEE g support and an extendable Linuxbased firmware. We installed tools for traffic shaping onto this device. For our WLAN configuration we chose the free channel 7 and WPA-2 encryption. We conducted all tests with three different maximum available bandwidths and two different network latencies, resulting in six test scenarios. At first we used the WLAN's native data rate and later simulated a 2.1 Mb/s and a 384 kb/s connection with the traffic shaping functionality of the router. We chose these bandwidths to obtain an impression of the systems behavior under lower-speed wireless networking conditions, and typical WPAN or WWAN data rate environments. It is noted that we are aware that different radio access technologies have different protocol stacks and operation conditions. Thus, the results of that subset of the tests can only be rough indicators for the behavior in WPANs or WWANs. The network latency in the first three test series was the default latency of the WLAN configuration. With a ping command we measured an average network RTT of 16 ms. In the other series with the help of the router firmware we introduced an additional latency of 292 ms. The resultant network RTT of 600 ms simulates a moving client in a UMTS environment as described by Wewetzer et al. [26]. B. Experimental Results Fig. 10 and Table II show the results of the measurements conducted with a network RTT of 16 ms. The times for a first draw event taking place ( First Draw RTT) are represented by dark colors. The VNC client lacks an incremental rendering feature, thus only the complete load times have been considered. It can be seen that RemoteUI performed significantly better than VNC: the RTTs for the complete loads were 40 to 50% faster. Additionally, RemoteUI was able to present a first rendered result in under a second in all scenarios. This accelerated rendering is important for the user feedback and supersedes the necessity for additional feedback during load times. Fig. 10. Mean round trip times with std. deviation indicators for starting the List Demo 9 with a given network RTT of 16 ms TABLE II MEAN RTT [MS] FOR STARTING THE LIST DEMO 9 WITH A GIVEN NETWORK RTT OF 16 MS WLAN 2.1 Mb/s 384 kb/s HTML First Draw Complete Load RemoteUI First Draw Complete Load VNC Complete Load Even faster than RemoteUI was the tested HTML solution. In all scenarios, the browser presented a first rendering after about 330 ms. The complete load times varied depending on network bandwidth but in all scenarios were faster than the ones of RemoteUI. In the WLAN scenario, the system was able to present a completely rendered result within less than a second. There are different reasons for HTML being faster than RemoteUI in this scenario. We used a static HTML page with minimal style sheets to represent the list. The time for converting the server s UI into a UI protocol as done by RemoteUI and VNC is therefore unaccounted in the HTMLbased system. Additionally the HTML client used the browser library built into the operating system of our target platform. This library is highly optimized and runs natively on the processor while the RemoteUI Client and the VNC client are implemented in code executed by a virtual machine. To achieve optimal results for the client-side behavior of HTML we also had to implement special JavaScript code. A typical browser on devices with touch screen waits after a single touch for a possible second touch forming a double touch event. This gesture is used for zooming and therefore must be considered by the browser. The wait time is typically 300 ms, during which the standard click event is not yet triggered. This behavior can only be overridden by introducing non-standard listeners in JavaScript, which operate on the mobile-browser specific touchend event. This approach however introduces problems to scrolling gestures. Nevertheless, for this test we implemented a touchend-based trigger to achieve a low RTT. The results otherwise would have contained the additional 300 ms reaction time.

8 Fig. 11. Mean Round Trip Times for starting the List Demo 9 with a given network RTT of 600 ms TABLE III MEAN RTT [MS] FOR STARTING THE LIST DEMO 9 WITH A GIVEN NETWORK RTT OF 600 MS WLAN 2.1 Mb/s 384 kb/s HTML First Draw Complete Load RemoteUI First Draw Complete Load VNC Complete Load Fig. 11 and Table III show the results for the experiments conducted with a given network RTT of 600 ms. Under these conditions the additional network RTT has more or less been added to the RTTs of RemoteUI and VNC. RemoteUI in this scenario rendered a first result in about 1.5 seconds whilst HTML still achieved a first user feedback in under a second. However, the complete load times for the HTML page now exceeded the ones of RemoteUI in the WLAN and 2.1 Mb/s scenarios. The reason lies in the system design of HTML. The images URLs are contained in the HTML code, hence the browser can only retrieve the images after loading the HTML document. This introduces a second round trip, causing an effective network delay of about 1.2 seconds in this scenario. RemoteUI does not require the latter because the server pushes the images directly after transferring the UI-Tree. VIII. CONCLUSIONS We presented a new system for remote user interfaces that is applicable for a variety of usage scenarios related to consumer electronic devices. The system allows the realization of remote control applications that can efficiently be used in local and wide area networks accordingly. In order to achieve high performance regarding required bandwidth and system responsiveness, we combined different approaches from thin client computing and widget based UI systems. These include a persistent connection to realize server-side updates and the usage of abstract view descriptions to enable efficient client-side scaling and overall bandwidth reduction. We further optimized the system taking into account the context of wireless networks and mobile devices. In contrast to pixel-based thin clients, our solution is able to render basic UI behaviors on the client. This technique substantially increases the system's responsiveness in high-latency network environments. Additionally our client implementation is much thinner than traditional web browsers, because it does not require a JavaScript engine. The latter is indispensable if HTML is used to realize rich UI functionality Our experimental results show that the proposed RemoteUI System outperforms the pixel-based approach represented by VNC substantially regarding bandwidth, traffic volume and latency. Compared with a simple HTML solution, RemoteUI's required bandwidth is equal or lower. In some latency test scenarios, HTML showed better responsiveness when loading the web pages representing the user interfaces. However, in our simplistic implementation, the HTML solution lacks several features such as real dynamic UI-generation, native UI behavior and rich capabilities for user interaction. These features could theoretically be integrated into a specialized HTML client. The required JavaScript libraries, style sheets and images would significantly increase the traffic volume. In our latency tests we demonstrated the positive effect of our proposed prioritization mechanism. The images in our example were transferred with lower priority, enabling the RemoteUI Client to partially render a preliminary UI. The server automatically pushes the images subsequent to the UI- Tree. This design prevents additional network round trips, leading to RemoteUI being faster than HTML under high latency conditions. In our future work we will further investigate mechanisms for the proposed prioritization scheme. Future versions of the RemoteUI System shall e.g. realize automatic adaptation to changing network conditions. The prioritization scheme will be designed to incorporate this information. Other planned actions include the application of more efficient image encodings and the examination of optimized underlying transport protocols as a possible replacement for TCP. We also assume that there is a relation between required bandwidth, network behavior and energy consumption. Analyzing this relationship is useful to give evidence to the applicability of the system in situations with limited energy. In scenarios with unavoidable high network latencies we plan the introduction of special client-only view variants as a potential solution for the additional-state problem. REFERENCES [1] T. Richardson, Q. Stafford-Fraser, K. Wood, and A. Hopper, Virtual network computing, IEEE Internet Computing, vol. 2, no. 1, pp , [2] W. Yu, J. Li, C. Hu, and L. Zhong, Muse: a multimedia streaming enabled remote interactivity system for mobile devices, Proc. 10th International Conference on Mobile and Ubiquitous Multimedia, pp , [3] ITU-T Rec. T.128, Multipoint application sharing, Jun [4] R. A. Baratto, L. N. Kim, and J. Nieh, THINC: a virtual display architecture for thin-client computing, Proc. 20th ACM Symposium on Operating Systems Principles, pp , [5] O. Boyaci and H. Schulzrinne, BASS Application Sharing System, Proc. 10th IEEE International Symposium on Multimedia, pp , Dec [6] R. W. Scheifler and J. Gettys, The X window system, ACM Transactions on Graphics, vol. 5, no. 2, pp , Apr

9 [7] T. Richardson and J. Levine, The Remote Framebuffer Protocol, IETF RFC 6143, Mar [8] T. Haraikawa, T. Sakamoto, T. Hase, T. Mizuno, and A. Togashi, µvnc: a proposal for Internet connectivity and interconnectivity of home appliances based on remote display framework, IEEE Transactions on Consumer Electronics, vol. 47, no. 3, pp , Aug [9] RVU Alliance, RVU Protocol Specification 1.0, 03 Dec [10] R. Bose, J. Brakensiek, and K. Y. Park, Terminal mode: transforming mobile devices into automotive application platforms, Proc. 2nd International Conference on Automotive User Interfaces and Interactive Vehicular Applications, pp , [11] B. Vankeirsbilck, P. Simoens, L. Deboosere, B. Dhoedt, F. Westphal, T. Plantier, B. Lécroart, F. Prêteux, A. Dejonghe, and J. Point, Bringing thin clients to the mobile world, Proc. NEM Summit Towards Future Media Internet, [12] B. Joveski, P. Simoens, L. Gardenghi, J. Marshall, M. Mitrea, B. Vankeirsbilck, F. Preteux, and B. Dhoed, Towards a multimedia remote viewer for mobile thin clients, Proc. of the SPIE, the International Society for Optical Engineering, vol. 7881, [13] P. Simoens, P. Praet, B. Vankeirsbilck, J. De Wachter, L. Deboosere, F. De Turck, B. Dhoedt, and P. Demeester, Design and implementation of a hybrid remote display protocol to optimize multimedia experience on thin client devices, Proc. IEEE Australasian Telecommunication Networks and Applications Conference, pp , [14] B. Joveski, M. Mitrea, and F. Preteux, MPEG-4 LASeR - based thin client remote viewer, Proc. 2nd European Workshop on Visual Information Processing (EUVIP), pp , [15] R. G. Wendorft, R. T. Udink, and M. P. Bodlaender, Remote execution of HAVi applications on Internet-enabled devices, IEEE Transactions on Consumer Electronics, vol. 47, no. 3, pp , Aug [16] R. Verhoeven and W. Dees, Defining services for mobile terminals using remote user interfaces, IEEE Transactions on Consumer Electronics, vol. 50, no. 2, pp , May [17] V. Stirbu, P. Shrubsole, and J. Costa-Requena, LRDP: The Lightweight Remote Display Protocol, IETF Internet draft, 11 Feb [18] V. Stirbu and J. Savolainen, Hypermedia-Driven Framework for Scalable and Adaptive Application Sharing, REST: From Research to Practice, E. Wilde and C. Pautasso, Eds. Springer New York, pp , [19] J. Sonnenberg, Connecting in-vehicle entertainment with CE devices via Multi-Platform Web Applications, Proc. IEEE International Conference on Consumer Electronics, pp , [20] CEA R7 Home Network Committee, Web-based Protocol and Framework for Remote User Interface on UPnP Networks and the Internet (Web4CE), Jan [21] UPnP Forum, RemoteUIServer:1 Service Template Version Sep [22] I. Fette and A. Melnikov, The WebSocket Protocol, IETF Internet draft, 30 Sep [23] Ecma International, Standard ECMA ECMAScript Language Specification. Jun [24] S. J. Josefsson The Base16, Base32, and Base64 Data Encodings. IETF RFC 4648, Oct [25] J. Nielsen, Usability engineering, Morgan Kaufmann, p. 135, [26] C. Wewetzer, M. Caliskan, K. Meier, and A. Luebke, Experimental Evaluation of UMTS and Wireless LAN for Inter-Vehicle Communication, Proc. 7th International Conference on ITS Telecommunications, pp. 1 6, [27] D. Thommes, Q. Wang, A. Gerlicher, and C. Grecos, RemoteUI: A High-Performance Remote User Interface System for Mobile Consumer Electronic Devices, Proc. IEEE International Conference on Consumer Electronics, pp , Jan (Best Poster Paper Award Winner) [28] P. Lin and Q. Chen, A Distributed Platform Based on HBWSP & XML for Net Resources Sharing, Proc. IEEE International Seminar on Future Information Technology and Management Engineering, pp , [29] I. V. McLoughlin, Open-Source and Consumer Electronics - The Back Door to World Domination: Why Reinvent the Wheel (Especially When Nice People Are Giving Wheels Away for Free)?, IEEE Consumer Electronics Magazine, vol. 1, no. 2, pp , Apr [30] B. Aboba, E. Guttman, and S. Cheshire, Dynamic Configuration of IPv4 Link-Local Addresses. IETF RFC 3927, May [31] W3C, Portable Network Graphics (PNG) Specification (Second Edition), W3C Recommendation. 10 Nov [32] P. J. Leach, T. Berners-Lee, J. C. Mogul, L. Masinter, R. T. Fielding, and J. Gettys, Hypertext Transfer Protocol HTTP/1.1, IETF RFC 2616, Jun [33] W3C, XMLHttpRequest Level 2, W3C Working Draft. 17 Jan [34] D. Crockford, The application/json Media Type for JavaScript Object Notation (JSON), IETF RFC 4627, Jul BIOGRAPHIES Daniel Thommes (S 11) is a PhD student in a collaborative research program of the University of the West of Scotland (UWS), UK, and the Stuttgart Media University, Germany. Since 2010 he is Research Assistant and Lecturer with the Stuttgart Media University. Previously, he worked for several years as a Research Assistant and Consulting Software Architect. His research interests include mobile computing, wireless/mobile networks, web technologies, software architecture and usability engineering. He received the Diplom-degree in Media Technology Engineering from the Ilmenau University of Technology, Germany, in Since 2012 Daniel is member of the IEEE Consumer Electronics Society. Ansgar Gerlicher (M 06) Prof Ansgar Gerlicher is a Professor in Mobile Applications and Director of Research in Mobile Applications & Security with the Institute of Applied Science, Stuttgart Media University, Germany. Previously, he worked for several years as a Software Architect and Project Manager in the Telecommunication and Automotive Industries. His research interests include integration of consumer electronic devices in vehicles and mobile and embedded software architectures, frameworks and mobile security. He received his PhD degree in real-time collaboration systems from the London College of Communication, UArts, UK. Since 2012 he is a member of the IEEE Consumer Electronics Society. Qi Wang (S 02-M 06) Dr Qi Wang is a Lecturer in Computer Networking with the University of the West of Scotland (UWS), UK. Previously, he was a Postdoctoral Research Fellow with the University of Strathclyde, UK, and a Telecommunications engineer with the State Grid Corporation of China. He received his PhD in mobile networking from the University of Plymouth, UK, and his MEng and BEng degrees in electronic and communication systems from Dalian Maritime University, China. His research interests include Internet Protocol networks, wireless/mobile networks, and video networking. Recently, he has been involved in various international and national projects such as the European Union FP6 MULTINET project and the UK EPSRC DIAS project. He is the Principal Investigator of the UK EPSRC project entitled Enabler for Next- Generation Mobile Video Applications, and was a recipient of England ORS Award. He is on the technical programme committees of numerous international conferences. Christos Grecos (M 01-SM 06) Prof Christos Grecos is a Professor in Visual Communications Standards, and Head of School of Computing at the University of the West of Scotland (UWS), UK. He leads the Audio- Visual Communications and Networks Research Group (AVCN) with UWS, and his research interests include image/video compression standards, image/video processing and analysis, image/video networking and computer vision. He has published many research papers in top-tier international publications including a number of IEEE transactions on these topics. He is on the editorial board or served as guest editor for many international journals, and he has been invited to give talks in various international conferences. He was the Principal Investigator for several national or international projects funded by UK EPSRC or EU. He received his PhD degree in Image/Video Coding Algorithms from the University of Glamorgan, UK.

Smartphone as a Remote Control Proxy in Automotive Navigation System

Smartphone as a Remote Control Proxy in Automotive Navigation System Contemporary Engineering Sciences, Vol. 7, 2014, no. 14, 683-689 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4675 Smartphone as a Remote Control Proxy in Automotive Navigation System

More information

Performance analysis and comparison of virtualization protocols, RDP and PCoIP

Performance analysis and comparison of virtualization protocols, RDP and PCoIP Performance analysis and comparison of virtualization protocols, RDP and PCoIP Jiri Kouril, Petra Lambertova Department of Telecommunications Brno University of Technology Ustav telekomunikaci, Purkynova

More information

Measuring AJAX Performance on a GPRS Mobile Platform

Measuring AJAX Performance on a GPRS Mobile Platform International Journal of Principles and Applications of Information Science and Technology July 2008, Vol.2, No.1 Measuring AJAX Performance on a GPRS Mobile Platform Feng Xie 1 and David Parsons 2 Institute

More information

Infor Web UI Sizing and Deployment for a Thin Client Solution

Infor Web UI Sizing and Deployment for a Thin Client Solution Infor Web UI Sizing and Deployment for a Thin Client Solution Copyright 2012 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and

More information

Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking

Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking Burjiz Soorty School of Computing and Mathematical Sciences Auckland University of Technology Auckland, New Zealand

More information

Mobile Virtual Network Computing System

Mobile Virtual Network Computing System Mobile Virtual Network Computing System Vidhi S. Patel, Darshi R. Somaiya Student, Dept. of I.T., K.J. Somaiya College of Engineering and Information Technology, Mumbai, India ABSTRACT: we are planning

More information

VNC in High-Latency Environments and Techniques for Improvement

VNC in High-Latency Environments and Techniques for Improvement VNC in High-Latency Environments and Techniques for Improvement Taurin Tan-atichat Dept. of Computer Science and Engineering University of California, San Diego La Jolla, CA, USA ttanatic@cs.ucsd.edu Joseph

More information

Web Interface using HTML5 for Interaction between Mobile Device & Cloud- Services

Web Interface using HTML5 for Interaction between Mobile Device & Cloud- Services Web Interface using HTML5 for Interaction between Mobile Device & Cloud- Services Nimit S Modi,Proff.Yask Patel Computer Department,PIET, Baroda. IT Department,PIET,Baroda Abstract Mobile cloud computing

More information

Citrix & Terminal Services Considerations (Ascent Capture 7.5 Enterprise with Citrix & Terminal Services FAQs)

Citrix & Terminal Services Considerations (Ascent Capture 7.5 Enterprise with Citrix & Terminal Services FAQs) (Ascent Capture 7.5 Enterprise with Citrix & Terminal Services FAQs) Date March 17, 2008 Applies To Ascent Capture Enterprise (Only), Version 7.5. This version of Ascent Capture has been certified with:

More information

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

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

More information

Fast remote data access for control of TCP/IP network using android Mobile device

Fast remote data access for control of TCP/IP network using android Mobile device RESEARCH ARTICLE OPEN ACCESS Fast remote data access for control of TCP/IP network using android Mobile device Vaibhav Muddebihalkar *, R.M Gaudar** (Department of Computer Engineering, MIT AOE Alandi

More information

MICROSOFT. Remote Desktop Protocol Performance Improvements in Windows Server 2008 R2 and Windows 7

MICROSOFT. Remote Desktop Protocol Performance Improvements in Windows Server 2008 R2 and Windows 7 MICROSOFT Remote Desktop Protocol Performance Improvements in Windows Server 2008 R2 and Windows 7 Microsoft Corporation January 2010 Copyright This document is provided as-is. Information and views expressed

More information

Semester Thesis Traffic Monitoring in Sensor Networks

Semester Thesis Traffic Monitoring in Sensor Networks Semester Thesis Traffic Monitoring in Sensor Networks Raphael Schmid Departments of Computer Science and Information Technology and Electrical Engineering, ETH Zurich Summer Term 2006 Supervisors: Nicolas

More information

Performance of Host Identity Protocol on Nokia Internet Tablet

Performance of Host Identity Protocol on Nokia Internet Tablet Performance of Host Identity Protocol on Nokia Internet Tablet Andrey Khurri Helsinki Institute for Information Technology HIP Research Group IETF 68 Prague March 23, 2007

More information

Benchmarking the Performance of XenDesktop Virtual DeskTop Infrastructure (VDI) Platform

Benchmarking the Performance of XenDesktop Virtual DeskTop Infrastructure (VDI) Platform Benchmarking the Performance of XenDesktop Virtual DeskTop Infrastructure (VDI) Platform Shie-Yuan Wang Department of Computer Science National Chiao Tung University, Taiwan Email: shieyuan@cs.nctu.edu.tw

More information

WISE-4000 Series. WISE IoT Wireless I/O Modules

WISE-4000 Series. WISE IoT Wireless I/O Modules WISE-4000 Series WISE IoT Wireless I/O Modules Bring Everything into World of the IoT WISE IoT Ethernet I/O Architecture Public Cloud App Big Data New WISE DNA Data Center Smart Configure File-based Cloud

More information

SiteCelerate white paper

SiteCelerate white paper SiteCelerate white paper Arahe Solutions SITECELERATE OVERVIEW As enterprises increases their investment in Web applications, Portal and websites and as usage of these applications increase, performance

More information

FCE: A Fast Content Expression for Server-based Computing

FCE: A Fast Content Expression for Server-based Computing FCE: A Fast Content Expression for Server-based Computing Qiao Li Mentor Graphics Corporation 11 Ridder Park Drive San Jose, CA 95131, U.S.A. Email: qiao li@mentor.com Fei Li Department of Computer Science

More information

Introduction: Why do we need computer networks?

Introduction: Why do we need computer networks? Introduction: Why do we need computer networks? Karin A. Hummel - Adapted slides of Prof. B. Plattner, plattner@tik.ee.ethz.ch - Add-on material included of Peterson, Davie: Computer Networks February

More information

Live Streaming with Content Centric Networking

Live Streaming with Content Centric Networking Live Streaming with Content Centric Networking Hongfeng Xu 2,3, Zhen Chen 1,3, Rui Chen 2,3, Junwei Cao 1,3 1 Research Institute of Information Technology 2 Department of Computer Science and Technology

More information

World-wide online monitoring interface of the ATLAS experiment

World-wide online monitoring interface of the ATLAS experiment World-wide online monitoring interface of the ATLAS experiment S. Kolos, E. Alexandrov, R. Hauser, M. Mineev and A. Salnikov Abstract The ATLAS[1] collaboration accounts for more than 3000 members located

More information

Moore s Law and Network Optimization

Moore s Law and Network Optimization Moore s Law and Network Optimization Constantine D. Polychronopoulos University of Illinois at Urbana-Champaign Onassis Foundation Science Lecture Series 2008 Computer Science ITE - Crete July 2008 1 Moore

More information

CONTROL SYSTEM FOR INTERNET BANDWIDTH BASED ON JAVA TECHNOLOGY

CONTROL SYSTEM FOR INTERNET BANDWIDTH BASED ON JAVA TECHNOLOGY CONTROL SYSTEM FOR INTERNET BANDWIDTH BASED ON JAVA TECHNOLOGY SEIFEDINE KADRY, KHALED SMAILI Lebanese University-Faculty of Sciences Beirut-Lebanon E-mail: skadry@gmail.com ABSTRACT This paper presents

More information

DOCUMENT REFERENCE: SQ309-002-EN. SAMKNOWS TEST METHODOLOGY Web-based Broadband Performance White Paper. July 2015

DOCUMENT REFERENCE: SQ309-002-EN. SAMKNOWS TEST METHODOLOGY Web-based Broadband Performance White Paper. July 2015 DOCUMENT REFERENCE: SQ309-002-EN SAMKNOWS TEST METHODOLOGY Web-based Broadband Performance White Paper July 2015 SAMKNOWS QUALITY CONTROLLED DOCUMENT. SQ REV LANG STATUS OWNER DATED 309 03 EN FINAL SC

More information

HP ThinPro. Table of contents. Enabling RemoteFX for RDP. Technical white paper

HP ThinPro. Table of contents. Enabling RemoteFX for RDP. Technical white paper Technical white paper HP ThinPro Enabling RemoteFX for RDP Table of contents Overview... 2 Operating system requirements... 2 USB redirection... 2 Enabling RemoteFX on the RDP server... 2 Windows 7 and

More information

A Tool for Evaluation and Optimization of Web Application Performance

A Tool for Evaluation and Optimization of Web Application Performance A Tool for Evaluation and Optimization of Web Application Performance Tomáš Černý 1 cernyto3@fel.cvut.cz Michael J. Donahoo 2 jeff_donahoo@baylor.edu Abstract: One of the main goals of web application

More information

JavaFX Session Agenda

JavaFX Session Agenda JavaFX Session Agenda 1 Introduction RIA, JavaFX and why JavaFX 2 JavaFX Architecture and Framework 3 Getting Started with JavaFX 4 Examples for Layout, Control, FXML etc Current day users expect web user

More information

Remote Desktop Protocol Performance

Remote Desktop Protocol Performance MICROSOFT Remote Desktop Protocol Performance Presentation and Hosted Desktop Virtualization Team 10/13/2008 Contents Overview... 3 User Scenarios... 3 Test Setup... 4 Remote Desktop Connection Settings...

More information

Application Note. Windows 2000/XP TCP Tuning for High Bandwidth Networks. mguard smart mguard PCI mguard blade

Application Note. Windows 2000/XP TCP Tuning for High Bandwidth Networks. mguard smart mguard PCI mguard blade Application Note Windows 2000/XP TCP Tuning for High Bandwidth Networks mguard smart mguard PCI mguard blade mguard industrial mguard delta Innominate Security Technologies AG Albert-Einstein-Str. 14 12489

More information

SharePoint Performance Optimization

SharePoint Performance Optimization White Paper AX Series SharePoint Performance Optimization September 2011 WP_SharePoint_091511.1 TABLE OF CONTENTS 1 Introduction... 2 2 Executive Overview... 2 3 SSL Offload... 4 4 Connection Reuse...

More information

Chapter 5. Data Communication And Internet Technology

Chapter 5. Data Communication And Internet Technology Chapter 5 Data Communication And Internet Technology Purpose Understand the fundamental networking concepts Agenda Network Concepts Communication Protocol TCP/IP-OSI Architecture Network Types LAN WAN

More information

Getting Started with RemoteFX in Windows Embedded Compact 7

Getting Started with RemoteFX in Windows Embedded Compact 7 Getting Started with RemoteFX in Windows Embedded Compact 7 Writers: Randy Ocheltree, Ryan Wike Technical Reviewer: Windows Embedded Compact RDP Team Applies To: Windows Embedded Compact 7 Published: January

More information

An Introduction to VoIP Protocols

An Introduction to VoIP Protocols An Introduction to VoIP Protocols www.netqos.com Voice over IP (VoIP) offers the vision of a converged network carrying multiple types of traffic (voice, video, and data, to name a few). To carry out this

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Brief Course Overview An introduction to Web development Server-side Scripting Web Servers PHP Client-side Scripting HTML & CSS JavaScript &

More information

Front-End Performance Testing and Optimization

Front-End Performance Testing and Optimization Front-End Performance Testing and Optimization Abstract Today, web user turnaround starts from more than 3 seconds of response time. This demands performance optimization on all application levels. Client

More information

Using Steelhead Appliances and Stingray Aptimizer to Accelerate Microsoft SharePoint WHITE PAPER

Using Steelhead Appliances and Stingray Aptimizer to Accelerate Microsoft SharePoint WHITE PAPER Using Steelhead Appliances and Stingray Aptimizer to Accelerate Microsoft SharePoint WHITE PAPER Introduction to Faster Loading Web Sites A faster loading web site or intranet provides users with a more

More information

Performance Analysis of Ubiquitous Web Systems for SmartPhones

Performance Analysis of Ubiquitous Web Systems for SmartPhones Performance Analysis of Ubiquitous Web Systems for SmartPhones Katrin Hameseder, Scott Fowler and Anders Peterson Linköping University Post Print N.B.: When citing this work, cite the original article.

More information

Optimization of Citrix ICA with Steelhead Appliances and RiOS 6.0 WHITE PAPER

Optimization of Citrix ICA with Steelhead Appliances and RiOS 6.0 WHITE PAPER Optimization of Citrix ICA with Steelhead Appliances and RiOS 6.0 WHITE PAPER INTRODUCTION Desktop virtualization architectures enable enterprises to host their applications and data centrally and to access

More information

Cisco Application Networking for Citrix Presentation Server

Cisco Application Networking for Citrix Presentation Server Cisco Application Networking for Citrix Presentation Server Faster Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address

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

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

SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi george.sarosi@twcable.com

SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi george.sarosi@twcable.com SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi george.sarosi@twcable.com Abstract Time Warner Cable is the second largest Cable TV operator in North America

More information

VirtuMob : Remote Display Virtualization Solution For Smartphones

VirtuMob : Remote Display Virtualization Solution For Smartphones VirtuMob : Remote Display Virtualization Solution For Smartphones M H Soorajprasad #1, Balapradeep K N #2, Dr. Antony P J #3 #1 M.Tech Student, Department of CS&E,KVGCE Sullia, India #2 Assistant Professor,

More information

STUDY AND SIMULATION OF A DISTRIBUTED REAL-TIME FAULT-TOLERANCE WEB MONITORING SYSTEM

STUDY AND SIMULATION OF A DISTRIBUTED REAL-TIME FAULT-TOLERANCE WEB MONITORING SYSTEM STUDY AND SIMULATION OF A DISTRIBUTED REAL-TIME FAULT-TOLERANCE WEB MONITORING SYSTEM Albert M. K. Cheng, Shaohong Fang Department of Computer Science University of Houston Houston, TX, 77204, USA http://www.cs.uh.edu

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

OPTIMIZED CONSUMPTION AND ACCESS OF REMOTE DISPLAY ON MOBILE DEVICE ENVIRONMENT

OPTIMIZED CONSUMPTION AND ACCESS OF REMOTE DISPLAY ON MOBILE DEVICE ENVIRONMENT IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) ISSN(E): 2321-8843; ISSN(P): 2347-4599 Vol. 2, Issue 2, Feb 2014, 167-174 Impact Journals OPTIMIZED CONSUMPTION AND

More information

VMware View 4 with PCoIP I N F O R M AT I O N G U I D E

VMware View 4 with PCoIP I N F O R M AT I O N G U I D E VMware View 4 with PCoIP I N F O R M AT I O N G U I D E Table of Contents VMware View 4 with PCoIP................................................... 3 About This Guide........................................................

More information

DEPLOYMENT GUIDE Version 1.1. Configuring BIG-IP WOM with Oracle Database Data Guard, GoldenGate, Streams, and Recovery Manager

DEPLOYMENT GUIDE Version 1.1. Configuring BIG-IP WOM with Oracle Database Data Guard, GoldenGate, Streams, and Recovery Manager DEPLOYMENT GUIDE Version 1.1 Configuring BIG-IP WOM with Oracle Database Data Guard, GoldenGate, Streams, and Recovery Manager Table of Contents Table of Contents Configuring BIG-IP WOM with Oracle Database

More information

A Comparison of Mobile Peer-to-peer File-sharing Clients

A Comparison of Mobile Peer-to-peer File-sharing Clients 1. ABSTRACT A Comparison of Mobile Peer-to-peer File-sharing Clients Imre Kelényi 1, Péter Ekler 1, Bertalan Forstner 2 PHD Students 1, Assistant Professor 2 Budapest University of Technology and Economics

More information

Q-Cam Professional V 1.1 User Manual

Q-Cam Professional V 1.1 User Manual Q-Cam Professional V 1.1 User Manual Introduction QCam Professional is a remote monitoring application designed primarily for the remote monitoring and auxiliary control of IP video cameras. It allows

More information

UPnP Control Point for Mobile Phones in Residential Networks

UPnP Control Point for Mobile Phones in Residential Networks 1 UPnP Control Point for Mobile Phones in Residential Networks Andreas Häber 1, Frank Reichert 2, and Andreas Fasbender 3 Abstract Together, Ericsson and HiA are studying the role of WiFi-enabled mobile

More information

Results-Oriented Application Acceleration with FastView Because Every Second Counts Whitepaper

Results-Oriented Application Acceleration with FastView Because Every Second Counts Whitepaper Results-Oriented Application Acceleration with FastView Because Every Second Counts Whitepaper Table of Contents Executive Summary...3 Why Website Performance Matters...3 What Affects Website Performance...5

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

Effective Vector Data Transmission and Visualization Using HTML5

Effective Vector Data Transmission and Visualization Using HTML5 Effective Vector Data Transmission and Visualization Using HTML5 Padraig Corcoran 1, Peter Mooney 1, Adam Winstanley 1 and Michela Bertolotto 2 1 Department of Computer Science, National University of

More information

Remote desktop protocols. A comparison of Spice, NX and VNC. Bachelor Degree Project in Network and System administration G2E 15h Spring term 2012

Remote desktop protocols. A comparison of Spice, NX and VNC. Bachelor Degree Project in Network and System administration G2E 15h Spring term 2012 Remote desktop protocols A comparison of Spice, NX and VNC Bachelor Degree Project in Network and System administration G2E 15h Spring term 2012 Martin Hagström h06marha@student.his.se June 5, 2012 Supervisor:

More information

Performance Tuning Guide for ECM 2.0

Performance Tuning Guide for ECM 2.0 Performance Tuning Guide for ECM 2.0 Rev: 20 December 2012 Sitecore ECM 2.0 Performance Tuning Guide for ECM 2.0 A developer's guide to optimizing the performance of Sitecore ECM The information contained

More information

Research on P2P-SIP based VoIP system enhanced by UPnP technology

Research on P2P-SIP based VoIP system enhanced by UPnP technology December 2010, 17(Suppl. 2): 36 40 www.sciencedirect.com/science/journal/10058885 The Journal of China Universities of Posts and Telecommunications http://www.jcupt.com Research on P2P-SIP based VoIP system

More information

MEASURING WORKLOAD PERFORMANCE IS THE INFRASTRUCTURE A PROBLEM?

MEASURING WORKLOAD PERFORMANCE IS THE INFRASTRUCTURE A PROBLEM? MEASURING WORKLOAD PERFORMANCE IS THE INFRASTRUCTURE A PROBLEM? Ashutosh Shinde Performance Architect ashutosh_shinde@hotmail.com Validating if the workload generated by the load generating tools is applied

More information

Base One's Rich Client Architecture

Base One's Rich Client Architecture Base One's Rich Client Architecture Base One provides a unique approach for developing Internet-enabled applications, combining both efficiency and ease of programming through its "Rich Client" architecture.

More information

Implementing Mobile Thin client Architecture For Enterprise Application

Implementing Mobile Thin client Architecture For Enterprise Application Research Paper Implementing Mobile Thin client Architecture For Enterprise Paper ID IJIFR/ V2/ E1/ 037 Page No 131-136 Subject Area Information Technology Key Words JQuery Mobile, JQuery Ajax, REST, JSON

More information

Implementing SIP and H.323 Signalling as Web Services

Implementing SIP and H.323 Signalling as Web Services Implementing SIP and H.323 Signalling as Web Services Ge Zhang, Markus Hillenbrand University of Kaiserslautern, Department of Computer Science, Postfach 3049, 67653 Kaiserslautern, Germany {gezhang, hillenbr}@informatik.uni-kl.de

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

An Active Packet can be classified as

An Active Packet can be classified as Mobile Agents for Active Network Management By Rumeel Kazi and Patricia Morreale Stevens Institute of Technology Contact: rkazi,pat@ati.stevens-tech.edu Abstract-Traditionally, network management systems

More information

Open IMS Core with VoIP Quality Adaptation

Open IMS Core with VoIP Quality Adaptation Open IMS Core with VoIP Quality Adaptation Is-Haka Mkwawa, Emmanuel Jammeh, Lingfen Sun, Asiya Khan and Emmanuel Ifeachor Centre for Signal Processing and Multimedia Communication School of Computing,Communication

More information

WebEx. Remote Support. User s Guide

WebEx. Remote Support. User s Guide WebEx Remote Support User s Guide Version 6.5 Copyright WebEx Communications, Inc. reserves the right to make changes in the information contained in this publication without prior notice. The reader should

More information

Gauge Drawing Tool... 8. Slider Drawing Tool... 8. Toggle Button Drawing Tool... 8. One-Way List Drawing Tool... 8

Gauge Drawing Tool... 8. Slider Drawing Tool... 8. Toggle Button Drawing Tool... 8. One-Way List Drawing Tool... 8 v. 20120510 Table of Contents RTiPanel Overview and Requirements... 3 Software Requirements:... 3 Hardware Requirements:... 3 Network Requirements:... 3 Licensing Requirements:... 4 Basic Integration Designer

More information

Web Based 3D Visualization for COMSOL Multiphysics

Web Based 3D Visualization for COMSOL Multiphysics Web Based 3D Visualization for COMSOL Multiphysics M. Jüttner* 1, S. Grabmaier 1, W. M. Rucker 1 1 University of Stuttgart Institute for Theory of Electrical Engineering *Corresponding author: Pfaffenwaldring

More information

An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0

An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0 An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0 September 2010 Copyright IBM Corporation 2010. 1 Overview Rational Application Developer, Version 8.0, contains

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Further we designed a management system on the basis of our proposed architecture that supports basic management functions.

Further we designed a management system on the basis of our proposed architecture that supports basic management functions. Abstract Most Internet networking devices are now equipped with a Web server for providing Web-based element management so that an administrator may take advantage of this enhanced and powerful management

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

AT&T Connect Video Conferencing Functional and Architectural Overview. v9.5 October 2012

AT&T Connect Video Conferencing Functional and Architectural Overview. v9.5 October 2012 AT&T Connect Video Conferencing Functional and Architectural Overview v9.5 October 2012 Video Conferencing Functional and Architectural Overview Published by: AT&T Intellectual Property Product: AT&T Connect

More information

FIVE SIGNS YOU NEED HTML5 WEBSOCKETS

FIVE SIGNS YOU NEED HTML5 WEBSOCKETS FIVE SIGNS YOU NEED HTML5 WEBSOCKETS A KAAZING WHITEPAPER Copyright 2011 Kaazing Corporation. All rights reserved. FIVE SIGNS YOU NEED HTML5 WEBSOCKETS A KAAZING WHITEPAPER HTML5 Web Sockets is an important

More information

Communication Door: Real-Time Communication Middleware

Communication Door: Real-Time Communication Middleware Special Issue Advanced Technologies and Solutions toward Ubiquitous Network Society Communication Door: Real-Time Communication Middleware By Masahiro TABUCHI,* Kazuaki NAKAJIMA,* Akiko KAWAMOTO,* Takashi

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

EXPERIMENTAL STUDY FOR QUALITY OF SERVICE IN VOICE OVER IP

EXPERIMENTAL STUDY FOR QUALITY OF SERVICE IN VOICE OVER IP Scientific Bulletin of the Electrical Engineering Faculty Year 11 No. 2 (16) ISSN 1843-6188 EXPERIMENTAL STUDY FOR QUALITY OF SERVICE IN VOICE OVER IP Emil DIACONU 1, Gabriel PREDUŞCĂ 2, Denisa CÎRCIUMĂRESCU

More information

Testing & Assuring Mobile End User Experience Before Production. Neotys

Testing & Assuring Mobile End User Experience Before Production. Neotys Testing & Assuring Mobile End User Experience Before Production Neotys Agenda Introduction The challenges Best practices NeoLoad mobile capabilities Mobile devices are used more and more At Home In 2014,

More information

Extended-rtPS Algorithm for VoIP Services in IEEE 802.16 systems

Extended-rtPS Algorithm for VoIP Services in IEEE 802.16 systems Extended-rtPS Algorithm for VoIP Services in IEEE 802.16 systems Howon Lee, Taesoo Kwon and Dong-Ho Cho Department of Electrical Engineering and Computer Science Korea Advanced Institute of Science and

More information

Adding Panoramas to Google Maps Using Ajax

Adding Panoramas to Google Maps Using Ajax Adding Panoramas to Google Maps Using Ajax Derek Bradley Department of Computer Science University of British Columbia Abstract This project is an implementation of an Ajax web application. AJAX is a new

More information

Thin@ System Architecture V3.2. Last Update: August 2015

Thin@ System Architecture V3.2. Last Update: August 2015 Thin@ System Architecture V3.2 Last Update: August 2015 Introduction http://www.thinetsolution.com Welcome to Thin@ System Architecture manual! Modern business applications are available to end users as

More information

CLOUDDMSS: CLOUD-BASED DISTRIBUTED MULTIMEDIA STREAMING SERVICE SYSTEM FOR HETEROGENEOUS DEVICES

CLOUDDMSS: CLOUD-BASED DISTRIBUTED MULTIMEDIA STREAMING SERVICE SYSTEM FOR HETEROGENEOUS DEVICES CLOUDDMSS: CLOUD-BASED DISTRIBUTED MULTIMEDIA STREAMING SERVICE SYSTEM FOR HETEROGENEOUS DEVICES 1 MYOUNGJIN KIM, 2 CUI YUN, 3 SEUNGHO HAN, 4 HANKU LEE 1,2,3,4 Department of Internet & Multimedia Engineering,

More information

PIVOTAL CRM ARCHITECTURE

PIVOTAL CRM ARCHITECTURE WHITEPAPER PIVOTAL CRM ARCHITECTURE Built for Enterprise Performance and Scalability WHITEPAPER PIVOTAL CRM ARCHITECTURE 2 ABOUT Performance and scalability are important considerations in any CRM selection

More information

Accelerating Mobile Access

Accelerating Mobile Access Mobile devices are proliferating, and their use to access applications is skyrocketing, while users are less accepting of application performance issues than ever before. Since mobile devices have limited

More information

Managing Mobile Devices Over Cellular Data Networks

Managing Mobile Devices Over Cellular Data Networks Managing Mobile Devices Over Cellular Data Networks Best Practices Document Best Practices Document www.soti.net We Manage Mobility TABLE OF CONTENTS UNIQUE CHALLENGES OF MANAGING DEVICES OVER CELLULAR

More information

Performance of VMware vcenter (VC) Operations in a ROBO Environment TECHNICAL WHITE PAPER

Performance of VMware vcenter (VC) Operations in a ROBO Environment TECHNICAL WHITE PAPER Performance of VMware vcenter (VC) Operations in a ROBO Environment TECHNICAL WHITE PAPER Introduction Many VMware customers have virtualized their ROBO (Remote Office Branch Office) offices in order to

More information

VIA CONNECT PRO Deployment Guide

VIA CONNECT PRO Deployment Guide VIA CONNECT PRO Deployment Guide www.true-collaboration.com Infinite Ways to Collaborate CONTENTS Introduction... 3 User Experience... 3 Pre-Deployment Planning... 3 Connectivity... 3 Network Addressing...

More information

Curl Building RIA Beyond AJAX

Curl Building RIA Beyond AJAX Rich Internet Applications for the Enterprise The Web has brought about an unprecedented level of connectivity and has put more data at our fingertips than ever before, transforming how we access information

More information

Server Based Desktop Virtualization with Mobile Thin Clients

Server Based Desktop Virtualization with Mobile Thin Clients Server Based Desktop Virtualization with Mobile Thin Clients Prof. Sangita Chaudhari Email: sangita123sp@rediffmail.com Amod N. Narvekar Abhishek V. Potnis Pratik J. Patil Email: amod.narvekar@rediffmail.com

More information

5 tips. awesome. mobile. enterprise. apps. An introduction to great app development using motwin Platform

5 tips. awesome. mobile. enterprise. apps. An introduction to great app development using motwin Platform 5 tips build to awesome mobile enterprise apps. An introduction to great app development using motwin Platform 1. Real-Time Data Streaming Ensure that the data your user access is dynamic and up-todate.

More information

SRIDesk: A Streaming based Remote Interactivity Architecture for Desktop Virtualization System

SRIDesk: A Streaming based Remote Interactivity Architecture for Desktop Virtualization System SRIDesk: A Streaming based Remote Interactivity Architecture for Desktop Virtualization System Jiewei Wu, Jiajun Wang, Zhengwei Qi, Haibing Guan Shanghai Key Laboratory of Scalable Computing and Systems

More information

Building and Using NX Open Source Components version 3.X

Building and Using NX Open Source Components version 3.X pproved by: Building and Using NX Open Source Components version 3.X Document Prot.D-509/06-NXG-DOC Page 1 of 9 pproved by: Index 1. version 3.x...3 1.1. Building NX Compression Libraries and Proxy...3

More information

A Case for SIP in JavaScript

A Case for SIP in JavaScript Copyright IEEE, 2013. This is the author's copy of a paper that appears in IEEE Communications Magazine. Please cite as follows: K.Singh and V.Krishnaswamy, "A case for in JavaScript", IEEE Communications

More information

The Critical Role of an Application Delivery Controller

The Critical Role of an Application Delivery Controller The Critical Role of an Application Delivery Controller Friday, October 30, 2009 Introduction In any economic environment a company s senior management expects that their IT organization will continually

More information

Cisco Application Networking for IBM WebSphere

Cisco Application Networking for IBM WebSphere Cisco Application Networking for IBM WebSphere Faster Downloads and Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address

More information

CSE 237A Final Project Final Report

CSE 237A Final Project Final Report CSE 237A Final Project Final Report Multi-way video conferencing system over 802.11 wireless network Motivation Yanhua Mao and Shan Yan The latest technology trends in personal mobile computing are towards

More information

Flexible Architecture for Internet of Things Utilizing an Local Manager

Flexible Architecture for Internet of Things Utilizing an Local Manager , pp.235-248 http://dx.doi.org/10.14257/ijfgcn.2014.7.1.24 Flexible Architecture for Internet of Things Utilizing an Local Manager Patrik Huss, Niklas Wigertz, Jingcheng Zhang, Allan Huynh, Qinzhong Ye

More information

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification 1.1 Multipoint Control Unit (MCU) A. The MCU shall be capable of supporting (20) continuous presence HD Video Ports at 720P/30Hz resolution and (40) continuous presence ports at 480P/30Hz resolution. B.

More information

Remote control of CAN-based industrial equipment using Internet technologies

Remote control of CAN-based industrial equipment using Internet technologies Remote control of CAN-based industrial equipment using Internet technologies Prof. Dr.-Ing. Gerhard Gruhler, University of Applied Sciences Reutlingen, Steinbeis Technology Transfer Center Automation (STA),

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 2, Issue 9, September 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Experimental

More information

STeP-IN SUMMIT 2014. June 2014 at Bangalore, Hyderabad, Pune - INDIA. Mobile Performance Testing

STeP-IN SUMMIT 2014. June 2014 at Bangalore, Hyderabad, Pune - INDIA. Mobile Performance Testing STeP-IN SUMMIT 2014 11 th International Conference on Software Testing June 2014 at Bangalore, Hyderabad, Pune - INDIA Mobile Performance Testing by Sahadevaiah Kola, Senior Test Lead and Sachin Goyal

More information