Video Calling Over Wi-Fi Network using Android Phones

Size: px
Start display at page:

Download "Video Calling Over Wi-Fi Network using Android Phones"

Transcription

1 Video Calling Over Wi-Fi Network using Android Phones Shrideep N. Ghag Student of Computer Department,University of Pune,G. H. Raisoni Institute of Engineering & Technology, Kamlesh D. Kakade Student of Computer Department,University of Pune,G.H.Raisoni Institute of Engineering & Technology, Ritesh N. Goyal Student of Computer Department,University of Pune,G.H.Raisoni Institute of Engineering & Technology, Amit A. Kamthane Student of Computer Department,University of Pune,G.H.Raisoni Institute of Engineering & Technology, Abstract The intent of the paper is to develop a system that would perform video call over Wi-Fi network free of cost. Information of the caller or receiver is stored in database. For storing the information of caller and receiver we have a unique key called IMEI number i.e. International Mobile Equipment Identity. Before making a video call the user is supposed to have android mobile phone with video calling Wi-Fi application i.e. our app must be installed on it. After installing app on the user s mobile, user will register himself on our server. Registration task will be handled by connection manager and information of each user is stored in data-base. Once user gets registered, User will be shown the list of online users so that user will able to communicate with the other user by making a call or Receiving a call. Keywords: IMEI, Android, Wi-Fi. I. INTRODUCTION A Wi-Fi phone uses wireless technology. There are designated areas in cafes and public areas known as hotspots where you can use a Wi-Fi phone. The Wi-Fi phone has all the same features as a regular phone. With normal cell phones, you can make calls, text message, receive voic and with limitations, access the Internet. The Wi-Fi phone has greater data retrieval capabilities and wider Internet access. There is no need for telephone lines to connect to the Internet. Wi-Fi enabled mobile phones are popular in college going student as it provides the facility of chatting. The users of the mobile can view the list online users. This device is provided with the chat window so that users are able to chat among them. This system is designed to make video calling between the users on mobile phone. The most immediate benefit of Wi-Fi enabled cell phone is faster Internet browsing. This device not only provides the facility of internet usage but also checks whether the same user is present in the database or not. The software includes authentication process also. First of all, if user wants to connect to the user, then he has to register himself by browsing registration page. It has to give a unique display name which is not present in the database. If he chooses a unique display name, then he will be redirected to Display Client Activity. Then user will be able to see the details like IMEI number, local IP, SIM no and server IP. If he clicks view online users link on Display Client Activity page, then he will able to see the list of other users which are online at that time. That list is dynamic. If user clicks one of the users, then the dialog box is opened. The system provides 2 facilities to the user. He can do voice talk and text chat. If user selects text chat, he will be able to see chat window. Then, the user can send and receive message from other users. System also provides one great feature of adding user on need basis without disturbing the current conversation. The user on another side receives chat invitation from this user. It will show by notification. Whether the user 76

2 wishes to communicate with the invitation is solely depend upon the user only. II. WHY ANDROID? Android Operating System has several advantages, as listed below: Breaking down application boundaries : Android breaks down the barriers to building new and innovative applications. With Android, a developer could build an application that enables users to view the location of their friends and be alerted when they are in the vicinity giving them a chance to connect. Openness : Android enables developers to create compelling mobile applications. It is built to be truly open, allowing developers access core mobile device functionality through standard API (Application Programming Interface) calls. This is true, as a developer one can do everything, from sending short messages with just two lines of code. Fast & easy application development : Android will provide us an access to a wide range of useful libraries and tools that can be used to build rich applications. Android will enable us to obtain the location of the device, and allow devices to communicate with one another enabling rich peer-to peer social applications. III. LITERATURE SURVEY A. Video calling using mobile phone Video calling is existing system which enables 2 mobile users to do video call. Basically but in this system mobile user require a registered SIM mobile, which charges them for calling. B. Video calling over internet The video calling over internet protocol using a simulated IMS environment. The number of different call case scenario that are most likely to be encountered when making the video call over internet using the internet protocol. This mainly focuses on SIP RTP/RTCP protocols. These protocols help during the course of call setup and media exchange between the various end callers involved. C. Video calling over Wi-Fi with other technologies Video calling over wireless networks has become increasingly popular as wireless networks become faster and more reliable and devices with cameras and video calling applications become more ubiquitous. Measurement and analysis of video calls over home, outdoor and cellular wireless networks have determined the criteria for making a successful call over a wireless network. Signal strength, packet loss, jitter and round trip delay are critical parameters. Video calling over wireless networks is shown to be practical, provided that the critical parameters are met. The big transition occurring today is the move from video calling on desktop and notebook computers to video calling on smart phones, tablets and televisions. This transition makes wireless home and public network performance and reliability more important than ever. Table1.1 shows some video call data. IV. ARCHITECTURE The Architecture consists of four basic modules as: Registration: Register with server through IMEI (International Mobile Equipment Identity) of phone and validates in database. If User is online the Status is set to 1 otherwise it is set to 0. Server: Server is used for authentication and maintaining the database of all users. Chatting: One user can chat with other online users by fetching the IP of other user through server. Video Calls: Users can make Video calls within the Wi-Fi network with online users for free. They can make Video call without 3G network or Sims Card. As shown in fig.1.2. User A will have Video Calling application enabled android phone. User A will start the application and at the same time the Server will check the IMEI (International Mobile Equipment Identity) of User A in the database. If User A is not register then Server will launch the registration page on User A phone and will update the database with User a name, IMEI and status. If User is already register or newly updated then server will provide the list of other online user s. The Status of online user is set to 1 and offline user to 0 in database at server-side. After acquiring the list of online user s from server the User A will select the user for video calling. After selecting user, the server will provide the IP of user to whom video calling is to be made to requesting user. The other user will get the request and if it agrees for video-calling then, there will be one-to-one video calling or 77

3 messaging between two users. V. TRANSMISSION ALGORITHM Each transmitted frame is marked with a timestamp, which represents the ideal play out time of the frame, according to the following rules: The timestamp of the first video frame represents the time at which the video frame is transmitted. If we denote this time with t, it follows that TS (1) =t. A frame I (I>1) is marked with TS(I)=TS(i-1)+α, where α=1/δ and δ is the number of frame that must be displayed every second. VI. VIDEO PLAY OUT ALGORITHM The receiver retrieves video frames from the network and plays out these video frames according to the following rules: Video play out immediately starts upon the reception of the first video frame. If this happens at time t', then TR(1)=t'; The receiver plays out the frames at fixed period (i.e., one frame every α = 1/δ time units); The arriving video frames are ordered according to their timestamps. The video frame at the head position (i.e., the one with the lowest timestamp) is candidate for being played out; The candidate frame, say frame I, is played out only if: a) TR(I) \get TS(I) and b) TS(I) > TS(prev(I)), where prev(i) is the frame played out most recently and TR(I) = TR(i-1) + kα (k 1). If conditions a) and b) are not met, then frame I is discarded and a new frame selection must be done (by applying rule 3); If the video stream is transmitted with a best-effort service, it may happen that some video frames are delivered (and hence played out) later than expected (i.e., k 1). If a video frame is played out later than expected, the video frame, as well as all the successive frames, is played out with a TR greater than expected (TR computed with k=1 is the expected play out time). This affects the VTD (which is computed as TR (I)-TS (I)) and poses serious problems if the supported application has interactive features and if the VTD (Video Time Difference) is above the NIT (Natural Interaction Threshold). For this reason, the VTD must be reported within the acceptable NIT. In it is shown that the VTD can be reduced of ϕ time units, by dropping a number of frames, say m, that corresponds to ϕ time units (i.e. mα=ϕ), where α=1/δ and δ is the number of frames played every second. Since the amount of time that exceeds the NIT is known (VTDNIT), the VTD can be reported within the NIT, by discarding a number of frames that corresponds to the time quantity VTD-NIT. In essence, when the receiver finds out that the VTD is above the NIT (for instance when playing out frame I), it computes the value ϕ VTD (I)-NIT and computes the number of frames (m) that the server has to discard in order to report the VTD within the NIT. This number is sent to the server. Upon the reception of this number, the sender uses dropping frames algorithms to select the frames to discard and drops them. The dropping frames algorithms take into account the technique used to encode the video stream. Although the discarding of video frames may increase the total packet loss, in it is shown that the perceived video play out quality is slightly affected. VII. CONCLUSION Thus Video Calling over Wi-Fi (VCOW) helps us to make a video call using IP enabled android phones. By VCOW it has been possible to implement the video call free of cost. This application thus can be very useful in any Wi-Fi enabled campus i.e., college, school, corporate offices etc. REFERENCES [1] Mohammed Abdul Qadeer, Kanika Shah, Utkarsh Goel, Voice - Video Communication on Mobile Phones and PCs using Asterisk EPBX, IEEE International Conference on Communication Systems and Network Technologies, page , [2] Jing Zhu, On Traffic Characteristics and User Experience of Skype Video Call, IEEE,page-1-3, [3] Shang Dan1, Gao Yongqing1, Ping Yucai2, A 3G Video Phone Solution of Reducing the Call Drop, IEEE computer society,page , [4] Mohammad Goudarzi, Lingfen Sun, Emmanuel Ifeachor, Audiovisual Quality Estimation for Video Calls in Wireless Applications, IEEE Communications Society,published in IEEE Globecom,

4 [5] BARZUZA Tamar, BEN ZEDEFF Sagee, MODAI Ori,VAINBRAND Leonid, WIENER Yair, YELLIN Einat, TREND: A DYNAMIC BANDWIDTH ESTIMATION AND ADAPTATION ALGORITHM FOR REAL-TIME VIDEO CALLING, IEEE 18th International Packet Video Workshop,page , [6] Rui Li, Zhanwu Yu, Shaoming Pan, Research on Agent-based Call Routing Architecture for Video Communication, IEEE computer society,page , Fig 1.1 Video calling over internet Table 1 Typical Data Rates Found For Video Call 79

5 Fig 1.2 Video calling architecture 80

6 The IISTE is a pioneer in the Open-Access hosting service and academic event management. The aim of the firm is Accelerating Global Knowledge Sharing. More information about the firm can be found on the homepage: CALL FOR JOURNAL PAPERS There are more than 30 peer-reviewed academic journals hosted under the hosting platform. Prospective authors of journals can find the submission instruction on the following page: All the journals articles are available online to the readers all over the world without financial, legal, or technical barriers other than those inseparable from gaining access to the internet itself. Paper version of the journals is also available upon request of readers and authors. MORE RESOURCES Book publication information: Academic conference: IISTE Knowledge Sharing Partners EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open Archives Harvester, Bielefeld Academic Search Engine, Elektronische Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial Library, NewJour, Google Scholar

An Algorithm for Generating New Mandelbrot and Julia Sets

An Algorithm for Generating New Mandelbrot and Julia Sets An Algorithm for Generating New Mandelbrot and Julia Sets R. P. Pant 1 R. K. Bisht 1* 1. Department of Mathematics, D. S. B. Campus, Kumaun University, Nainital-263002, India * E-mail of the corresponding

More information

Location Based Spatial Query Processing In Wireless System

Location Based Spatial Query Processing In Wireless System Location Based Spatial Query Processing In Wireless System Sunny R. Panjwani Dept of Computer Engineering, D. Y. Patil College of Engineering,Akurdi Pune 411 035, India Email: sunnypanjwani7@gmail.com

More information

Selection of Web Services using Service Agent: An optimized way for the selection of Non-functional requirements

Selection of Web Services using Service Agent: An optimized way for the selection of Non-functional requirements Selection of Web Services using Service Agent: An optimized way for the selection of Non-functional requirements Manzoor Elahi COMSTS Institute of Information Technology, Islamabad,PAKISTAN tamimy@gmail.com

More information

Design and Simulation of Wireless Local Area Network for Administrative Office using OPNET Network Simulator: A Practical Approach

Design and Simulation of Wireless Local Area Network for Administrative Office using OPNET Network Simulator: A Practical Approach Design and Simulation of Wireless Local Area Network for Administrative Office using OPNET Network Simulator: A Practical Approach Elechi Onyekachi O Computer Science Department, Faculty of Physical Sciences,Ebonyi

More information

Digital Image Processing for Camera Application in Mobile Devices Using Artificial Neural Networks

Digital Image Processing for Camera Application in Mobile Devices Using Artificial Neural Networks Digital Image Processing for Camera Application in Mobile Devices Using Artificial Neural Networks Sachin P. Kamat Samsung India Software Operations Pvt. Ltd., Bangalore, 560052, India * E-mail: sachin.kamat@samsung.com

More information

Bandwidth Recycling using Variable Bit Rate

Bandwidth Recycling using Variable Bit Rate Bandwidth Recycling using Variable Bit Rate M.Swapna VATHSALYA INSTITUTE OF SCIENCE AND TECHNOLOGY ANANTHARAM, BHONGIR Mobile No:9666255511, E-mail: raviralaswapna@gmail.com Mr. P. V. S. Rama Prasad Associate

More information

Document Image Binarization Using Post Processing Method

Document Image Binarization Using Post Processing Method Document Image Binarization Using Post Processing Method E. Balamurugan Department of Computer Applications Sathyamangalam, Tamilnadu, India E-mail: rethinbs@gmail.com K. Sangeetha Department of Computer

More information

Control Theory and Informatics ISSN (print) ISSN (online) Vol 2, No.1, 2012

Control Theory and Informatics ISSN (print) ISSN (online) Vol 2, No.1, 2012 Distributed Virtual Storage System Muhammad Sharif *, Nasir Mehmod Butt, Mudassar Raza, Muhammad Arshad Department of Computer Sciences COMSATS Institute of Information Technology, Wah Cantt, Punjab-Pakistan

More information

Computer Engineering and Intelligent Systems ISSN (Paper) ISSN (Online) Vol.5, No.4, 2014

Computer Engineering and Intelligent Systems ISSN (Paper) ISSN (Online) Vol.5, No.4, 2014 Implementation of an Efficient Scan-Line Polygon Fill Algorithm Dr. Ismail Al-Rawi Arab Open University (Kuwait Branch), P.O 830 Al Ardia, P.C 92400, Kuwait *E-Mail: ism_49@hotmail.com Abstract Area filling

More information

A Novel Method to Solve Assignment Problem in Fuzzy Environment

A Novel Method to Solve Assignment Problem in Fuzzy Environment A Novel Method to Solve Assignment Problem in Fuzzy Environment Jatinder Pal Singh Neha Ishesh Thakur* Department of Mathematics, Desh Bhagat University, Mandi Gobindgarh (Pb.), India * E-mail of corresponding

More information

SQL Based Paperless Examination System

SQL Based Paperless Examination System SQL Based Paperless Examination System Harshada Satav *, Trupti Nanekar, Supriya Pingale, Nupur Maharashtra Academy Of Engineering, Alandi, Pune University, Maharashtra, India *Email: satav.harshada@gmail.com

More information

On Demand Web Services with Quality of Service

On Demand Web Services with Quality of Service On Demand Web Services with Quality of Service BRAJESH KOKKONDA Department of Computer Science & Engineering, Vivekananda Institute of Technology and Sciences, Tel: +91-7416322567 E-mail: brajesh.email@gmail.com

More information

Survey on Wireless Intelligent Video Surveillance System Using Moving Object Recognition Technology

Survey on Wireless Intelligent Video Surveillance System Using Moving Object Recognition Technology Survey on Wireless Intelligent Video Surveillance System Using Moving Object Recognition Technology Durgesh Patil Phone: +919766654777; E-mail: patildurgesh95@yahoo.com Sachin Joshi Phone: +919767845334;

More information

Dynamic Instruction Scheduling For Microprocessors Having Out Of Order Execution

Dynamic Instruction Scheduling For Microprocessors Having Out Of Order Execution Dynamic Instruction Scheduling For Microprocessors Having Out Of Order Execution Suresh Kumar, Vishal Gupta *, Vivek Kumar Tamta Department of Computer Science, G. B. Pant Engineering College, Pauri, Uttarakhand,

More information

Two-stage Interval Time Minimization Transportation Problem with Capacity Constraints

Two-stage Interval Time Minimization Transportation Problem with Capacity Constraints Two-stage Interval Time Minimization Transportation Problem with Capacity Constraints Abstract Prabhjot Kaur, Kalpana Dahiya * University Institute of Engineering and Technology, Panjab University, Chandigarh.

More information

Numerical solution of Fuzzy Hybrid Differential Equation by Third order Runge Kutta Nystrom Method

Numerical solution of Fuzzy Hybrid Differential Equation by Third order Runge Kutta Nystrom Method Numerical solution of Fuzzy Hybrid Differential Equation by Third order Runge Kutta Nystrom Method N.Saveetha 1* Dr.S.Chenthur Pandian 2 1. Department of Mathematics, Vivekanandha College of Technology

More information

Mobile Ad hoc Networks Dangling issues of optimal path. strategy

Mobile Ad hoc Networks Dangling issues of optimal path. strategy Mobile Ad hoc Networks Dangling issues of optimal path strategy R.V.S.Lalitha,M.Tech(Ph.D) Asst.Professor Sri Sai Aditya Institute of Science and Technology, Surampalem. E-mail:rvslalitha@gmail.com D.

More information

A Deadlock Free Routing Algorithm for Torus Network

A Deadlock Free Routing Algorithm for Torus Network A Deadlock Free Routing Algorithm for Torus Network Abstract: Krishnan M.N., Raghunath S., Ajith Pravin Dhas D., and Benny Raj A.M., Prof. M.Pounambal School of Information Technology and Engineering,

More information

On Mobile Cloud Computing in a Mobile Learning System

On Mobile Cloud Computing in a Mobile Learning System On Mobile Cloud Computing in a Mobile Learning System AFOLABI A.O (Corresponding Author) Department of Computer Science and Engineering Ladoke Akintola University of Technology, Ogbomoso. Nigeria Email:

More information

Differential Evolution Biogeography Based Optimization for Linear Phase Fir Low Pass Filter Design

Differential Evolution Biogeography Based Optimization for Linear Phase Fir Low Pass Filter Design Differential Evolution Biogeography Based Optimization for Linear Phase Fir Low Pass Filter Design Surekha Rani * Balwinder Singh Dhaliwal Sandeep Singh Gill Department of ECE, Guru Nanak Dev Engineering

More information

Harvesting Image Databases from The Web

Harvesting Image Databases from The Web Abstract Harvesting Image Databases from The Web Snehal M. Gaikwad G.H.Raisoni College of Engg. & Mgmt.,Pune,India *gaikwad.snehal99@gmail.com Snehal S. Pathare G.H.Raisoni College of Engg. & Mgmt.,Pune,India

More information

Modeling of Piecewise functions via Microsoft Mathematics: Toward a computerized approach for fixed point theorem

Modeling of Piecewise functions via Microsoft Mathematics: Toward a computerized approach for fixed point theorem Modeling of Piecewise functions via Microsoft Mathematics: Toward a computerized approach for fixed point theorem Dr. Faisal Abdulateef Shaghati Open Educational College, Mathematics Department, Iraq Baghdad,

More information

Secure Transactions using Wireless Networks

Secure Transactions using Wireless Networks Secure Transactions using Wireless Networks Rajeswari.P M.tech(CS) V.Sreenadha Sharma(Associate Professor) Audishankara college of engineering and technology. Raji.0534@gmail.com Abstract Internet is the

More information

A File System Level Snapshot In Ext4

A File System Level Snapshot In Ext4 A File System Level Snapshot In Ext4 Uma Nagaraj E-mail: umanagaraj67@gmail.com Ganesh Patil E-mail: patil.ganesh170@gmail.com Swapnil Gaikwad E-mail: swapnilgaik72@gmail.com Akshay Nehe E-mail: akshaynehe785@gmail.com

More information

The Fast Fourier Transform Algorithm and Its Application in Digital Image Processing

The Fast Fourier Transform Algorithm and Its Application in Digital Image Processing The Fast Fourier Transform Algorithm and Its Application in Digital Image Processing S.Arunachalam(Associate Professor) Department of Mathematics, Rizvi College of Arts, Science & Commerce, Bandra (West),

More information

MSGI: MySQL Graphical Interface

MSGI: MySQL Graphical Interface MSGI: MySQL Graphical Interface Dr. Ismail Al-Rawi Arab Open University, (Kuwait Branch), P.O 830 Al Ardia, P.C 92400, Kuwait *E-Mail: ism_49@hotmail.com Abstract The current development in data processing

More information

A Heuristic Based Multi-Objective Approach for Network Reconfiguration of Distribution Systems

A Heuristic Based Multi-Objective Approach for Network Reconfiguration of Distribution Systems Abstract A Heuristic Based Multi-Objective Approach for Network Reconfiguration of Distribution Systems V. Raj Kumar (Corresponding author) Department of Electrical & Electronics Engineering, GITAM Institute

More information

Numerical Flow Simulation using Star CCM+

Numerical Flow Simulation using Star CCM+ ABSTRACT Numerical Flow Simulation using Star CCM+ Upendra Rajak, Dr. Vishnu Prasad, Dr. Ruchi Khare Department of Civil Engineering, M.A. National Institute of Technology, Bhopal, MP, India *E-mail: upendrarajak86@gmail.com

More information

A Novel Technique for Controlling CNC Systems

A Novel Technique for Controlling CNC Systems A Novel Technique for Controlling CNC Systems Hussein Sarhan Department of Mechatronics Engineering, Faculty of Engineering Technology, P. O. Box 15008, Amman, Jordan Abstract E-mail: sarhan_hussein@yahoo.com;

More information

A Novel Approach for Imputation of Missing Value Analysis using Canopy K-means Clustering

A Novel Approach for Imputation of Missing Value Analysis using Canopy K-means Clustering A Novel Approach for Imputation of Missing Value Analysis using Canopy K-means Clustering Ramaraj.M 1, Dr.Antony Selvadoss Thanamani 2 1, Ph.D Research Scholar Department of Computer Science NGM College

More information

SFB Mobile App For Android

SFB Mobile App For Android SFB Mobile App For Android UIT is not responsible for charges incurred when using the SFB mobile app on your smart phone. Contents SFB on a Mobile Device... 3 Install SFB... 3 Sign in to SFB... 3 Set Your

More information

Audio Compression Using DCT and DWT Techniques

Audio Compression Using DCT and DWT Techniques Audio Compression Using DCT and DWT Techniques Jithin James 1, Vinod J Thomas 2 1 PG Scholar, 2 Assistant Professor Department of Electronics and Communication Engineering Vimal Jyothi Engineering College

More information

Clustering Algorithm for Files and Data in Cloud (MMR Approach)

Clustering Algorithm for Files and Data in Cloud (MMR Approach) Clustering Algorithm for Files and Data in Cloud (MMR Approach) Shobhit Tiwari * Sourav Khandelwal School of Computing Science and Engineering, Vellore Institute of Technology, Vellore, India Abstract

More information

An Optimized Congestion Control and Error Management System for OCCEM

An Optimized Congestion Control and Error Management System for OCCEM An Optimized Congestion Control and Error Management System for OCCEM M.Rajesh Research Scholar, Department of Computer Science & Engineering, St.Peter's University Chennai, India rajesmano@gmail.com J.M

More information

Information and Knowledge Management ISSN (Paper) ISSN X (Online) Vol 2, No.2, 2012

Information and Knowledge Management ISSN (Paper) ISSN X (Online) Vol 2, No.2, 2012 Biometric Data Security using Recursive Visual Cryptography LakshmiMadhuri.K. * Viraj Thakur Rajesh Jaiswal Sandesh Sonawane Rohit Nalavade.Department of Computer Engineering,Pune University MAE Alandi

More information

Recursive Visual Secret Sharing Scheme using Fingerprint. Authentication

Recursive Visual Secret Sharing Scheme using Fingerprint. Authentication Recursive Visual Secret Sharing Scheme using Fingerprint Authentication Mayura Kinikar Viraj Thakur Sandesh Sonawane Department of Computer Engineering MAE, Alandi,Pune-411006 University of PUNE,INDIA.

More information

Root cause detection of call drops using feedforward neural network

Root cause detection of call drops using feedforward neural network Root cause detection of call drops using feedforward neural network K R Sudhindra * V Sridhar People s Education Society College of Engineering, Mandya 571401, India * E-mail of the corresponding author:

More information

Design of A Mobile Phone Data Backup System

Design of A Mobile Phone Data Backup System Design of A Mobile Phone Data Backup System AREGBESOLA Moses Kehinde 1 and Osunade A.O. 2 College of Information and Communication Technology, Salem University, Lokoja, Kogi State, Nigeria 1 Department

More information

Algorithm for Classification

Algorithm for Classification Comparison of Hybrid PSO-SA Algorithm and Genetic Algorithm for Classification S. G. Sanjeevi 1* A. Naga Nikhila 2 Thaseem Khan 3 G. Sumathi 4 1. Associate Professor, Dept. of Comp. Science & Engg., National

More information

Offering an Expert Electronic Roll Call and Teacher Assessment System Based on Mobile Phones for Higher Education

Offering an Expert Electronic Roll Call and Teacher Assessment System Based on Mobile Phones for Higher Education Abstract Offering an Expert Electronic Roll Call and Teacher Assessment System Based on Mobile Phones for Higher Education Mehrbakhsh Nilashi Computer Engineering Department, Islamic Azad University of

More information

A Cultivated Differential Evolution Algorithm using modified Mutation and Selection Strategy

A Cultivated Differential Evolution Algorithm using modified Mutation and Selection Strategy A Cultivated Differential Evolution Algorithm using modified Mutation and Selection Strategy Pooja *1 Praveena Chaturvedi 1 Pravesh Kumar 2 1. Department of Computer Science, Gurukula Kangri Vishwavidyalaya,

More information

Dynamic Load Balancing By Scheduling In Computational Grid System

Dynamic Load Balancing By Scheduling In Computational Grid System Dynamic Load Balancing By Scheduling In Computational Grid System Rajesh Kumar Gupta #1, Jawed Ahmad #2 1 Department of CSE, NIET Gr. Noida, UPTU Lucknow, India 2 Department of CSE, Jamia Hamdard, New

More information

Application of Light Weight Directory Access Protocol to Information Services Delivery in Nigerian Tertiary Institutions Libraries

Application of Light Weight Directory Access Protocol to Information Services Delivery in Nigerian Tertiary Institutions Libraries Application of Light Weight Directory Access Protocol to Information Services Delivery in Nigerian Tertiary Institutions Libraries Mohammed M. Kpakiko Ict Division, Abdullahi Fodiyo Library, Usmanu Danfodiyo

More information

An FPGA based Efficient Fruit Recognition System Using Minimum Distance Classifier

An FPGA based Efficient Fruit Recognition System Using Minimum Distance Classifier An FPGA based Efficient Fruit Recognition System Using Minimum Distance Classifier Harsh S Holalad, Preethi Warrier, Aniket D Sabarad Dept of Electrical and Electronics Engg.,B V Bhoomaraddi College of

More information

Proposed Multi-Mode Home Node-B Air Interface Protocol Stack Architecture

Proposed Multi-Mode Home Node-B Air Interface Protocol Stack Architecture Proposed Multi-Mode Home Node-B Air Interface Protocol Stack Architecture Ajaegbu C Omotosho O.J Awodele O Ogbonna A.C Department of Computer Science, Babcock University Abstract A Multi-mode Home NodeB

More information

Voice Based Smart Internet Surfing for Blind using JADE Agent and HTML5 Developing Environment

Voice Based Smart Internet Surfing for Blind using JADE Agent and HTML5 Developing Environment Voice Based Smart Internet Surfing for Blind using JADE Agent and HTML5 Developing Environment Israa Akram Fadhil Master of Science in Computer Science, UNIVERSITY OF BAGHDAD / College of Arts /Unit of

More information

Face Location - A Novel Approach to Post the User global Location

Face Location - A Novel Approach to Post the User global Location Face Location - A Novel Approach to Post the User global Location Venkata Ramana Adari Department of Computer Science & Engineering, Chaitanya Engineering College Visakhapatnam,AP, India Tel: +919948319984

More information

Voice over Internet Protocol (VOIP): Overview, Direction And Challenges

Voice over Internet Protocol (VOIP): Overview, Direction And Challenges Voice over Internet Protocol (VOIP): Overview, Direction And Challenges 1 U. R. ALO and 2 NWEKE HENRY FIRDAY Department of Computer Science Ebonyi State University Abakaliki, Nigeria 1 Email:- auzomarita@yahoo.com

More information

Measuring Round Trip Time and File Download Time of FTP Servers

Measuring Round Trip Time and File Download Time of FTP Servers Measuring Round Trip Time and File Download Time of FTP Servers Syed Mehr Ali Shah Email: Corresponding author mehar81@gmail.com Department of Information Technology, Shinas College of Technology Sultanate

More information

Comparative Analysis of QoS-Aware Routing Protocols for Wireless Sensor Networks

Comparative Analysis of QoS-Aware Routing Protocols for Wireless Sensor Networks Comparative Analysis of QoS-Aware Routing Protocols for Wireless Sensor Networks V Naveen Kumar 1* K Siva Sankar 1 L.Srinivasa Rao 1 Dr. I.Santhi Prabha 2 1. GITAM Institute of Technology, GITAM University,

More information

Skype for Business Mobile Client Comparison Guide

Skype for Business Mobile Client Comparison Guide Mobile Client Introduction can be used on a personal mobile device through the mobile application (app). The mobile app allows users to view presence information, send and receive instant messages and

More information

SRV Canada VRS TM USER'S MANUAL for Mobile applications

SRV Canada VRS TM USER'S MANUAL for Mobile applications SRV Canada VRS TM USER'S MANUAL for Mobile applications Version 1.0 SRV Canada VRS User s Manual for Mobile devices Page 1 of 35 TABLE OF CONTENTS TABLE OF CONTENTS... 2 1 Welcome and About This Manual...

More information

Adaptive Balanced Clustering For Wireless Sensor Network Energy Optimization

Adaptive Balanced Clustering For Wireless Sensor Network Energy Optimization Adaptive Balanced Clustering For Wireless Sensor Network Energy Optimization Firas Zawaideh Computer Engineering Department, Famagusta University Famagusta North Cyprus Muhammed Salamah Computer Engineering

More information

Workshop #10 Wifi & WhatsApp

Workshop #10 Wifi & WhatsApp Workshop #10 Wifi & WhatsApp What is Wi-Fi exactly, what s the big deal & how do I connect to it? WhatsApp Messenger explained Terms you will hear today What is WhatsApp? How do I send a message on WhatsApp

More information

Gn-Dtd: Innovative Way for Normalizing XML Document

Gn-Dtd: Innovative Way for Normalizing XML Document Gn-Dtd: Innovative Way for Normalizing XML Document Ms.Jagruti Wankhade 1* Prof. Vijay Gulhane 2 1. Sipna s college of Engg and Tech.,S.G.B.Amravati University, Amravati (MS) India 2. Sipna s college of

More information

Rainfall-runoff modelling of a watershed

Rainfall-runoff modelling of a watershed Rainfall-runoff modelling of a watershed Pankaj Kumar Devendra Kumar GBPUA & T Pantnagar (US Nagar),India Abstract In this study an adaptive neuro-fuzzy inference system was used for rainfall-runoff modelling

More information

Chapter 7. Telecommunications, the Internet, and Wireless Technology

Chapter 7. Telecommunications, the Internet, and Wireless Technology Chapter 7 Telecommunications, the Internet, and Wireless Technology LEARNING OBJECTIVES What are the principal components of telecommunications networks and key networking technologies? What are the different

More information

3D- Discrete Cosine Transform For Image Compression

3D- Discrete Cosine Transform For Image Compression ISSN 222- (print) ISSN 222-X (online) Vol, No., 2 D- Discrete Cosine Transform For Image Compression P a g e Anitha S * Dr. B. S.Nagabhushana 2. Research Scholar, Dr MGR Educational and Research Institute,

More information

Computer Engineering and Intelligent Systems ISSN (Paper) ISSN (Online) Vol 3, No.2, 2012 Cyber Forensics in Cloud Computing

Computer Engineering and Intelligent Systems ISSN (Paper) ISSN (Online) Vol 3, No.2, 2012 Cyber Forensics in Cloud Computing Cyber Forensics in Cloud Computing Arijit Paul 1* Mayuri Kiran Anvekar 1** Rishil Jacob 1*** K. Chandra Sekaran 1 1. Department of Computer Science and Engineering, NITK, Surathkal, India * Email: arijitpaul90@gmail.com

More information

Query Optimization to Improve Performance of the Code Execution

Query Optimization to Improve Performance of the Code Execution Query Optimization to Improve Performance of the Code Execution Swati Tawalare * S.S Dhande Dept of CSE, SIPNA s College of Engineering & Technology, Amravati, INDIA * E-mail of the corresponding author

More information

Sat-Fi App User Guide for Android v5

Sat-Fi App User Guide for Android v5 Sat-Fi App User Guide for Android v5 This guide is based on the production version of the Globalstar Sat-Fi and Sat-Fi Apps. Software changes may have occurred after this printing. Globalstar reserves

More information

Website Vulnerability to Session Fixation Attacks

Website Vulnerability to Session Fixation Attacks Website Vulnerability to Session Fixation Attacks Bhavna C.K. Nathani Erwin Adi * School of Computer Science, Binus International, Bina Nusantara University, Jl. Hang Lekir 1 No. 6, Senayan, Jakarta 10270,

More information

VoIP/SIP: Economy and Mobility

VoIP/SIP: Economy and Mobility Nowadays VoIP-services become more and more popular all over the world. VoIP stands for Voice Over Internet Protocol, a communications protocol that allows for telephonic communication via the Internet.

More information

App Description Tips Download

App Description Tips Download YouTube App Description Tips Download A video app that allows users to view, share, discuss, and upload videos. You can create an account so that YouTube will remember your preferences. You can also subscribe

More information

Accession Communicator for Mobile

Accession Communicator for Mobile Accession Communicator for Mobile Quick Start Guide ACCESSION COMMUNICATOR FOR MOBILE Your AireSpring phone service can be used to make or receive calls from your desk phone, your PC or MAC, and your mobile

More information

Modelling of a Sequential Low-level Language Program Using Petri Nets

Modelling of a Sequential Low-level Language Program Using Petri Nets Innovative Systems Design and Engineering ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online) Vol 2, No 5, 2011 www.iiste.org Modelling of a Sequential Low-level Language Program Using Petri Nets Ganiyu Rafiu

More information

Fuzzy k-c-means Clustering Algorithm for Medical Image. Segmentation

Fuzzy k-c-means Clustering Algorithm for Medical Image. Segmentation Fuzzy k-c-means Clustering Algorithm for Medical Image Segmentation Ajala Funmilola A*, Oke O.A, Adedeji T.O, Alade O.M, Adewusi E.A Department of Computer Science and Engineering, LAUTECH Ogbomoso, Oyo

More information

UC Office for Smart Phone - iphone Edition

UC Office for Smart Phone - iphone Edition UC Office for Smart Phone - iphone Edition User Guide Revision 1.0 Contents 1 INTRODUCTION... 1 1.1 Overview... 1 2 REQUIREMENTS... 1 2.1 Hardware and Software Requirements... 1 2.2 Licensing Requirements...

More information

Table of Contents Table of Contents...2 Introduction...3 Mission of IT...3 Primary Service Delivery Objectives...3 Availability of Systems...

Table of Contents Table of Contents...2 Introduction...3 Mission of IT...3 Primary Service Delivery Objectives...3 Availability of Systems... Table of Contents Table of Contents...2 Introduction...3 Mission of IT...3 Primary Service Delivery Objectives...3 Availability of Systems...3 Improve Processes...4 Innovation...4 IT Planning & Alignment

More information

UC App for Android Mobile

UC App for Android Mobile UC App for Android Mobile 2018 by Cox Communications. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic, mechanical, photocopying, recording,

More information

ForeScout Extended Module for VMware AirWatch MDM

ForeScout Extended Module for VMware AirWatch MDM ForeScout Extended Module for VMware AirWatch MDM Version 1.7.2 Table of Contents About the AirWatch MDM Integration... 4 Additional AirWatch Documentation... 4 About this Module... 4 How it Works... 5

More information

Efficient Algorithms/Techniques on Discrete Wavelet Transformation for Video Compression: A Review

Efficient Algorithms/Techniques on Discrete Wavelet Transformation for Video Compression: A Review Efficient Algorithms/Techniques on Discrete Wavelet Transformation for Video Compression: A Review Surabhi K. Vyas (Corresponding author) Student (VLSI Design), Mody University, Laxmangarh, Sikar E-mail:

More information

VoipSwitch User Portal for Rich Communiation Suite RCS features, HTML 5, WebRTC powered FOR DESKTOP AND MOBILES

VoipSwitch User Portal for Rich Communiation Suite RCS features, HTML 5, WebRTC powered FOR DESKTOP AND MOBILES VoipSwitch User Portal for Rich Communiation Suite RCS features, HTML 5, WebRTC powered FOR DESKTOP AND MOBILES Overview The VoipSwitch User Portal (VUP) is a self-care customer portal for VoIP service

More information

A Probabilistic Data Encryption scheme (PDES)

A Probabilistic Data Encryption scheme (PDES) A Probabilistic Data Encryption scheme (PDES) Abstract Aldrin W. Wanambisi 1* Cleophas Maende 2, Geoffrey Muchiri Muketha 3,Shem Aywa 4 1. School of Pure and Applied Science, Mount Kenya University, P.O

More information

Location based Mobile Multimedia Pusher System

Location based Mobile Multimedia Pusher System Location based Mobile Multimedia Pusher System Amit Chaurasia 1, Yash Chaurasia 2, Vishal Gupta 3, Ashwani Singh 4, Vaishali Malpe 5 1,2,3,4B. Tech, Department of Computer Science, Terna Engineering College,

More information

A Proposed Framework for Testing Mobile Cloud Based Applications Using Mobile Testing as a Service (MTaaS)

A Proposed Framework for Testing Mobile Cloud Based Applications Using Mobile Testing as a Service (MTaaS) A Proposed Framework for Mobile Cloud Based Applications Using Mobile as a Service (MTaaS) Engr. Ali Ahmed Computer & Software Engineering Department Bahria University, Karachi Campus Karachi, Pakistan

More information

A STUDY OF ANDROID OPERATING SYSTEM WITH RESPECT WITH USERS SATISFACTION

A STUDY OF ANDROID OPERATING SYSTEM WITH RESPECT WITH USERS SATISFACTION A STUDY OF ANDROID OPERATING SYSTEM WITH RESPECT WITH USERS SATISFACTION Ashish A Kulkarni 1, Pooja A Kulkarni 2 1 Assistant Professor, MIT School of Management Pune, (India) 2 Assistant Professor, NBN

More information

This guide is based on the production version of the Globalstar Sat-Fi and Sat-Fi Apps. Software changes may have occurred after this printing.

This guide is based on the production version of the Globalstar Sat-Fi and Sat-Fi Apps. Software changes may have occurred after this printing. This guide is based on the production version of the Globalstar Sat-Fi and Sat-Fi Apps. Software changes may have occurred after this printing. Globalstar reserves the right to make changes in technical

More information

A Novel Technique for Secure Information Transmission in Videos Using Salt Cryptography

A Novel Technique for Secure Information Transmission in Videos Using Salt Cryptography Abstract A Novel Technique for Secure Information Transmission in Videos Using Salt Cryptography Nagesh Sharma, Dr. Rakesh Rathi, Vinesh Jain, Mohd. Waseem Saifi Government Engineering College, Ajmer,

More information

Efficient Retrieval of Web Services Using Prioritization and Clustering

Efficient Retrieval of Web Services Using Prioritization and Clustering Efficient Retrieval of Web Services Using Prioritization and Clustering A.Aroj Prasad * B.Meena B.Udaya Kumar V.Kartheek Department of Information Technology, ANITS, Andhra Pradesh, India. *E-mail: arojprasad@gmail.com

More information

Signaling For Multimedia Conferencing in Stand-Alone Mobile. Ad Hoc Networks

Signaling For Multimedia Conferencing in Stand-Alone Mobile. Ad Hoc Networks Signaling For Multimedia Conferencing in Stand-Alone Mobile Ad Hoc Networks Sudhakar Krishnan Department of Computer Science & Engineering, Sengunthar College of Engineering, Namakkal, Tamilnadu, India.

More information

The SV9100 Quick Install Guide: UNIVERGE ST500 Mobile Client

The SV9100 Quick Install Guide: UNIVERGE ST500 Mobile Client The SV9100 Quick Install Guide: UNIVERGE ST500 Mobile Client www.nec-enterprise.com This guide explains the installation, configuration and operation of the UNIVERGE ST500 Mobile Client for the SV9100

More information

UCS Mobile Client for Android

UCS Mobile Client for Android UCS Mobile Client for Android User Guide Please read this manual carefully before operating your set. Retain it for future reference. Copyright 2013 Ericsson-LG Enterprise Co., Ltd. All Rights Reserved.

More information

Sending images from a camera to an Android smartphone (PowerShot G3 X)

Sending images from a camera to an Android smartphone (PowerShot G3 X) Sending images from a camera to an Android smartphone (PowerShot G3 X) IMPORTANT In the following explanation, smartphone setting procedures are indicated by the icon, and camera setting procedures are

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION These slides are made available to faculty in PowerPoint form. Slides can be freely added, modified, and deleted to suit student needs. They represent substantial work on the part

More information

Reliable Stream Analysis on the Internet of Things

Reliable Stream Analysis on the Internet of Things Reliable Stream Analysis on the Internet of Things ECE6102 Course Project Team IoT Submitted April 30, 2014 1 1. Introduction Team IoT is interested in developing a distributed system that supports live

More information

Taylor & Francis Online: A User Guide.

Taylor & Francis Online: A User Guide. Taylor & Francis Online: A User Guide www.tandfonline.com Welcome Start exploring great academic research with Taylor & Francis Online. The platform has: A clean, intuitive user interface Enhanced discoverability

More information

Claranet Hosted Voice v2 Office UC Smartphone User Guide All Rights Reserved 2010 Claranet. Claranet Hosted Voice v2. Office UC Smartphone User Guide

Claranet Hosted Voice v2 Office UC Smartphone User Guide All Rights Reserved 2010 Claranet. Claranet Hosted Voice v2. Office UC Smartphone User Guide Claranet Hosted Voice v2 Office UC Smartphone User Guide March 2018 Contents Introduction... 3 Overview... 4 Application Description Office UC Smartphone... 5 Hardware & Software Description... 6 Firmware

More information

Utilizing Divisible Load Scheduling Theorem in Round Robin Algorithm for Load Balancing In Cloud Environment

Utilizing Divisible Load Scheduling Theorem in Round Robin Algorithm for Load Balancing In Cloud Environment Utilizing Divisible Load Scheduling Theorem in Round Robin Algorithm for Load Balancing In Cloud Environment ABSTRACT Dr. Thomas Yeboah 1, Prof. Odabi I. Odabi 2, Mr. Christopher Ayaaba A. Abilimi 3 1.

More information

5520/4520 Wireless Network and Protocols Project 3 (due 12/02/2013)

5520/4520 Wireless Network and Protocols Project 3 (due 12/02/2013) 5520/4520 Wireless Network and Protocols Project 3 (due 12/02/2013) The objective of this project is to measure QoS (Quality of Service) of audio and video streams in wireless networks. In particular,

More information

Bell Aliant Total Office Quick Reference Guide.

Bell Aliant Total Office Quick Reference Guide. Bell Aliant Total Office Quick Reference Guide www.bellaliant.net/totaloffice/ LEGAL NOTICE Copyright 2009 Nortel Networks. All Rights Reserved. This document is not to be copied, modified or distributed

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

Class X Subject : IT (Vocational) Chapter -1 Ouestion / Answer

Class X Subject : IT (Vocational) Chapter -1 Ouestion / Answer Class X Subject : IT (Vocational) Chapter -1 Ouestion / Answer Q1 What is a computer network? A computer network, often simply referred to as a network, is a collection of computers and other hardware

More information

Problems faced in Communicate set up of Coordinator with GUI and Dispatcher in NCTUns network simulator

Problems faced in Communicate set up of Coordinator with GUI and Dispatcher in NCTUns network simulator Problems faced in Communicate set up of Coordinator with GUI and Dispatcher in NCTUns network simulator D.Satish Kumar Department of Computer Science and Engineering Anna university of Technology Coimbatore

More information

UCS Mobile Client for iphone

UCS Mobile Client for iphone UCS Mobile Client for iphone User Guide Please read this manual carefully before operating your set. Retain it for future reference. Copyright 2014 Ericsson-LG Enterprise Co., Ltd. All Rights Reserved.

More information

Mobile App Guide Utility Telecom Accession Communicator

Mobile App Guide Utility Telecom Accession Communicator Mobile App Guide Utility Telecom Accession Communicator This guide is intended to help you understand how to set up Accession Communicator V2.28 for your smartphone. If you have any questions, call us

More information

Page 2 Skype Connect Requirements Guide

Page 2 Skype Connect Requirements Guide Thinking about implementing Skype Connect? Read this guide first. Skype Connect provides connectivity between your business and the Skype community. By adding Skype Connect to your existing SIP-enabled

More information

Performance study of Association Rule Mining Algorithms for Dyeing Processing System

Performance study of Association Rule Mining Algorithms for Dyeing Processing System Performance study of Association Rule Mining Algorithms for Dyeing Processing System Saravanan.M.S Assistant Professor in the Dept. of I.T in Vel Tech Dr. RR & Dr. SR Technical University, Chennai, INDIA.

More information

Mobility Management for VoIP on Heterogeneous Networks: Evaluation of Adaptive Schemes

Mobility Management for VoIP on Heterogeneous Networks: Evaluation of Adaptive Schemes Mobility Management for VoIP on Heterogeneous Networks: Evaluation of Adaptive Schemes Authors:Massimo Bernaschi, Filippo Cacace, Giulio Lannello Presented by:rukmini Sarvamangala OBJECTIVE OF THE PAPER

More information

Straight Talk Home Phone Voic Number Of Rings

Straight Talk Home Phone Voic Number Of Rings Straight Talk Home Phone Voicemail Number Of Rings Your comments about the Straight Talk home phone was very informative. I just have to find out how to port the home phone number. Can you still listen

More information