Tuesday 10 March 2020

Performance Evaluation ofAndroid Operating System

Performance Evaluation of Android Operating System
Instant messenger, often shortened to IM is one type of communication service that allows person to have a conversation (chat) privately with others via the internet. Within the calls & messaging on Android and iOS operating systems, they both have an equal value in the terms of innovation and performance. In this work, we focus on evaluate the performance of the IM application on Android and iOS operating systems used several criteria; delay, packet size, and throughput. We usetwo methods of data collection; primary and secondary data, and compare the IM application using simulation methods. Input parameters for this simulation is in thestanza form of a text message, and the output consists of delay, packet size, and throughput. The results of this work indicate that the IM on iOS operating system with criteria of delay, packet size and throughput can send and receive messages faster than IM on android operating system

Message id is an element of the XML form that serves to show the id of every sent message.b)Message tois an element of the XML form that serves to indicate the sent message to the recipient's address. c)Message Fromis an element of the XML form that serves to show the messages from the sender address. d)Message typeis an element of the XML form that serves to indicate the type of sent message.e)Bodyis an element of the xml form that serves as the content of the message to be sent. f)Threadis an element of the XML form that serves to demonstrate the unique of each conversation,asentmessageinaconversation has a thread that differentiates messages in one conversation with another conversation.https://codeshoppy.in/

.Cellular network optimization can be seen as a process to improve the overall network quality as experienced by the mobile subscribers and to ensure that the network resources are efficiently utilized. In design of any system Quality of Service (QoS) is one of the important issues from both customers and providers point of view that means customers expect the service of best quality from the system providers and providers want to give best quality of service to the customers from the system. Same in case of wireless communication systems. All the parameters related to QoS are having different importance for all customers and applications. The contentment level of different customers depends on different QoS parameters[5].The general quality of service (QoS) parameters most considered in the packet switched network are delay, packet size, and throughput [6].Quality of service (QoS) has a standard requirement for some primarily one-way of media data transfer/retrieval that is throughput should be less than 384 kbit/s or 384000 bit/s bps and delay should be less than 10 second [7].Based on the data above, the number of instant messenger is more than the number of smartphones itself that dominated by Android and iOS operating systems. However, according to DigitalTrends, these two operating systems ability are tend to be balance.
https://codeshoppy.in/
Conceptual Model Conceptual models are used to describe the architecture system comparison instant messenger applications on iOS and Android smartphone devices. Fig.2. shows that Openfire used as a server.Smartphones based on iOS and Android which they have instant messenger applications installed to exchange messages between one to another device. The messages that will be included in the application form as a character, but when it is sent to the server itwill be shaped as stanza which is an XML that contains the sender, the recipient, the type of chat, message and the thread that is used as a unique individual messages. MySQL database is used as a data source such as instant messenger user account, admin account, sent messages, etc., are all stored in a MySQL database. Wireshark is used for monitoring the system which in this study is devoted to see the way the message from the sender to the recipient until passing the port 5222. This port is used for interaction from the client to the server and vice versa. Routers are used as data communication lines between smartphone with Openfire which exchange data messages. 
In this stage, we perform verification and validation of the previous stages. We correct or improve if something goes wrong at each stage of the simulation method. Verification is done by testing the IM applications on IOS smartphone and Android device whether it is run according to the flowchart simulations. While the validation is done by testing the IM application on IOS smartphone and Android device whether corresponding to the provisions of the stages of conceptual models, input/output data, and modeling.
https://codeshoppy.com/shop/product/business-invoice/
https://codeshoppy.com/shop/product/privacy-preserving/
https://codeshoppy.com/shop/product/stock-management-system/
https://codeshoppy.com/shop/product/ediagnostic-lab-online-reporting-mobile-app/
https://codeshoppy.com/shop/product/location-encrypted-data/
https://codeshoppy.com/shop/product/v-buddy-a-learning-management-system/

 

Wednesday 4 March 2020

Applications for Android OS

Applications for Android OS

In view of the imperfection of the Android operating system multimedia function and the complexity of streaming media system. At the same time, the development cycle is long, and efficiency is low. In order to solve those problems, the thesis designed the streaming engine layer between Linux kernel layer and application framework layer of Android platform, and constructed fast and convenient streaming media application development framework. First of all, Android operating system (OS) was analyzed, and then the media engine was added into the Android OS architecture. Based on the characteristic of the streaming media system, the steaming media engine is divided into five layers, including the user interface, data capture, and data output, codec, and network transmission layer. At last, the architecture was applied in the wisdom medical terminal project. Through an instance of video data transmission client, the feasibility of the architecture is confirmed.
Android OS is a kind of open source OS, which is launched by Google. In Android, the hierarchical structure is used just like other OSs; it is divided into five layers, including Linux kernel, hardware abstraction, libraries and Android runtime, application framework and applications. The system architecture is shown in Figure 1. Every layer description is as follows [4-5] Linux Kernel ) Android OS bases on Linux 2.6 kernel, and Linux kernel as hardware abstraction of underlying layer provides the services of basic memory management, thread management, network protocol stack and device driver etc. B. Hareware Abstraction The hardware abstraction layer is used to abstract services provided by the underlying Linux kernel layer; it can shield the underlying implement details. C. Libraries and Android Runtime Android libraries provide many basic C/C++ libraries, which are called by applications. They are the ultimate realization of the upper layer applicaitons. Android Runtime is a set of libraries which provides most of functions of Java programming language. Dalvik virtual machine is included. Every processing has own instance of Dalvik virtual machine. It is used to run the .dex excutive file. D. Application Framework The application framework layer provides a development platform for developers, which facilitates the reuse and replacement of components and the building of all kinds of applications. E. Applications Android application layer provides a range of packages, which contains most of Google's applications, for example, clock, calendar, etc. They are writen by Java.Generally, native code is faster than Java code [6-7]. So in view of of the efficiency requirements of streaming media applications, and the characteristics of Android stratification, the streaming media engine is located between Linux kernel layer and applications layer, and realized by C/C++ programming language. In the streaming media engine, the function of Linux kernel and libraries are called to realize streaming media codec and transmission functions. Android application layer could call the service provided by streaming media engine using JNI interface. Because the reliability of software is inversely proportional to the number of software stratification, so the whole structure is designed for four layers. CodeShoppy


Applications for Android OS


 Android OS bases on Linux 2.6 kernel, and Linux kernel as hardware abstraction of underlying layer provides the services of basic memory management, thread management, network protocol stack and device driver etc. B. Hareware Abstraction The hardware abstraction layer is used to abstract services provided by the underlying Linux kernel layer; it can shield the underlying implement details. C. Libraries and Android Runtime Android libraries provide many basic C/C++ libraries, which are called by applications. They are the ultimate Overall design of streaming media engine The characteristicsof Android platform is hierarchical design, while the modular design is typically used for streaming media system. Combining hierarchical and modular design, the streaming media engine is divided five layers, including the user interface, data capture, data output, codec, and network transport. The overall framework is shown in Figure 3. This of design strategy the can simplify media information proccessing. It is helpful for developers to develop and maintain streaming media application using the streaming media engine. It is also easy for sreaming media application to extend new codec or transport protocol.Data Capture The main task of the data capture is to capture audio or video data. It is defined a derived class, which provides some interfaces including message input and output interface, device open and close interface. Developers only need to inherit the class, and then according to the data type which we want to capture, the functions of the class are realized. In fact, the device open function calls the appropriate driver interface to initialize and open an audio or video device. At the end of open o function, the thread is started to capture the audio or video data. At last, input function can be used to input data acquisition command, and then captured data by thread will be copied to message data area. When the output 0 function is called, we can get the capured messag included the audio or vedio data. C. Data Output The design of data output layer is similar to the design of the data capture layer. It also creates a derived class named by data output, and provides device open and close interface, data output interface. Because nothing can be got form the layer, there not is ouput 0 function in the layer. First of all, the developers inherit the class, and then realize it according to different output devices and business needs. When needs to be used, firstly it instantiated. Sencondly, the open 0 function which is realized by using device driver is called to open and initialize the device, and create the output thread for audio or vedio. In the thread, the input data is outputed the ouput device for playing audio or video. The ouput data is input by using input 0 function. D. Codec Codec layer mainly realizes the compression and decompression of streaming media data, it is defined a codec class, which has initialization, codec selecting, data input and output interface. After inheriting the class, developers could call the select 0 function to select different codec algorithm, and avcodecinit 0 to initialize the codec. The algorithm is realized in the input 0 function by different way. The output function is used to get data which has processed. The decoding processing is the contrary.Network Transport Network transport layer mainly to complete the transfer function in streaming media systems; it created a network transmission class, including data input and the session initialization interface. According to the requirement, developers inherit the class and initialize the transmitionsession in mIt 0 function, then using input 0 function, developers can transmit the data to destination. The multi­thread mechanism can be used to achieve the transmission of data. The signal is used to communicate process with thread. F. User Interface The user interface layer is the interface of streaming media engine, and it is a JNI interface package of streaming media engine. Through JNI interface, Java applications can call the corresponding streaming engine functions. APIs implement the parameters control, parameter setting and query interface. The layer controls the flow of message from one layer to another. There is a mapping table between native functions and Android Java functions. It will be registered to Dalvik virtual machine when systemloadLibrary 0 is called. By this way, the time consumption will be reduced [10]. The user interface layer contains start and stop interface of streaming media engine. When the start function is called, the messages are sent from data capture via codec to network transport or from network transport via codec to data output.which one IS selected can be configured by configuration file. These classes in the streaming media engine each layer are compiled into dynamic libraries using Android NDK tools, which can be called by others. The purpose of this is easy to upgrade and reuse each layer. Only through changing the dynamic library, the developers can develop new application.  
https://codeshoppy.com/php-projects-titles-topics.html