Free Essay

Mobile Service Provider

In:

Submitted By harmesh
Words 4262
Pages 18
[pic]

TERM PAPER

COURSE NAME: CSE

COURSE CODE: CSE101

TOPIC: Mobile service database provider

DOS: 20-11-2010

Submitted To: Submitted By:

ACKNOWLEDGEMENT

I am grateful to Almighty for giving me the strength to successfully conduct my term paper and for sustaining my efforts which many a times did oscillate.

I am deeply indebted to mam, our CSE faculty without whose constructive guidance this term paper would not have been a success. Her valuable advice and suggestions for the corrections, modifications and improvement did enhance the perfection in performing my job well.

I am obliged LOVELY PROFESSIONAL UNIVERSITY for providing the best of facilities and environment to bring out our innovation and spirit of inquiry through this venture.

I am grateful to My Parents whose blessings and wishes have gone a long way in the completion of this arduous task.

Last but not the least I thank all My Friends and Batch Mates, without their prompt support my efforts would have been in vain.

CONTENTS

1. Introduction of C

2. Mobile services present scenario

3. Model of mobile computing

4. Benefits of the Mobile Web For Mobile Service Provider:

5. Routing and Query Processing

6.Description of mobile service provider

7. Disconnectivity and consistency

8. Coding

9. Snapshot

10. Future Scope

11. Refernces

INTRODUCTION OF C:-

We begin our journey with a little history. C , has become one of the most popular programming languages. Originally designed for systems programming,

C enables programmers to write efficient code and provided close access to the machine. C

compilers, found on practically every Unix system, are now available with most operating

systems. During the 1980s and into the 1990s, an explosive growth in object-oriented

technology began with the introduction of the Smalltalk language. Object-Oriented

Programming (OOP) began to replace the more traditional structured programming

techniques. This explosion led to the development of languages which support programming

with objects. Many new object-oriented programming languages appeared: Object-Pascal,

Modula-2, Mesa, Cedar, Neon, Objective-C, LISP with the Common List Object System

(CLOS), and, of course, C++. Although many of these languages appeared in the 1980s,

many ideas of OOP were taken from Simula-67. Yes! OOP has been around since 1967. C++

originated with Bjarane Stroustrop. In the simplest sense, if not the most accurate, we can

Consider it to be a better C. Although it is not an entirely new language, C represents a

Significant extension of C abilities. We might then consider C to be a subset of C. C

supports essentially every desirable behavior and most of the undesirable ones of its

predecessor, but provides general language improvements as well as adding OOP capability.

Note that using C does not imply that your are doing OOP. C does not force you to use

its OOP features. You can simply create structured code that uses only C's non-OOP

features.

The designers of C++ wanted to add object-oriented mechanisms without compromising the

efficiency and simplicity that made C so popular. One of the driving principles for the

language designers was to hide complexity from the programmer, allowing her to concentrate

on the problem at hand.

Because C++ retains C as a subset, it gains many of the attractive features of the C language,

such as efficiency, closeness to the machine, and a variety of built-in types. A number of new

features were added to C++ to make the language even more robust, many of which are not

used by novice programmers. By introducing these new features here, we hope that you will

begin to use them in your own programs early on and gain their benefits. Some of the features

we will look at are the role of constants, inline expansion, references, declaration statements,

user defined types, overloading, and the free store.

Most of these features can be summarized by two important design goals: strong compiler

type checking and a user-extensible language.

By enforcing stricter type-checking, the C compiler makes us acutely aware of data types

in our expressions. Stronger type checking is provided through several mechanisms,

including: function argument type checking, conversions, and a few other features we will

examine below.

C also enables programmers to incorporate new types into the language, through the use of

classes.

Mobile services present scenario:

As mobile networks continue to move toward an open ecosystem model, mobile operators are searching for ways to effectively monetize their networks as they race to roll out increasingly fat “pipes”. The battle is on among the players in the new mobile ecosystem to offer compelling revenue-generating applications and services. Handset and mobile OS vendors have launched application storefronts that aggregate and distribute developers’ innovation in gaming, entertainment, productivity, social media, and other applications. The business models for these initiatives are largely based on a revenue share between the virtual store owner and the developer community, generally leaving out mobile operators, some of whom are launching their own cross-platform application stores.
However – and for how much – they acquire applications, subscribers will likely prefer the internet model of unrestricted usage of their favorite applications. 3G operators are trying to balance the success of flat rate mobile data plans to drive adoption with ways to maximize the revenue potential of available bandwidth across the varying needs of subscribers. As mobile data usage continues its torrid growth rate, subscriber satisfaction and mobile operator monetization expectations may be on a collision course!
The good news is that there are some promising win-win approaches emerging for operators and their subscribers to benefit from the growing abundance of mobile internet applications:
•Pay for what you need – Tiered mobile broadband service plans enable subscribers to self-select the plans that meet their mobile broadband usage needs. Once monthly quotas are reached, operators are employing a range of approaches to notify subscribers and/or restrict services while still maintaining ever-delicate subscriber satisfaction (and retention!). A growing number of operators offer such plans including AT&T, T-Mobile, 3 Sweden, Network Norway, and many more.Table of Contents
Abstract:................................ ................................ ................................ ................................ ..........3
Introduction:................................ ................................ ................................ ................................ .....3
What is theMobi ledata base?................................ ................................ ................................ ............3
Need for Mobile Databases................................ ................................ ................................ ...4
Mobile database System Architecture. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4
Three parties. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . .4
Some of the Mobile Relational Database Systems:................................ ................................ ................5
Model of Mobile Computing................................ ................................ ................................ ...............6
Routing and Query Processing................................ ................................ ................................ ............7
Broadcast Data. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . .7
Disconnectivity and Consistency................................ ................................ ................................ ..........8
Summary................................ ................................ ................................ ................................ ..........8
References:................................ ................................ ................................ ................................ .......8

[pic][pic][pic]
Abstract:
Mobile computing is increasingly becoming more and more popular as people need information even on the move in this rapid changing information world. This paper attempts to highlight the concepts and basic issues relating to mobile database.
Introduction:
Traditionally, large-scale commercial databases were developed as centralized database systems. However, this trend changed as more and more distributed applications stated to emerge.
The distributed database applications involved usually a strong central database and powerful network administration. However, the newer technology trends have changed this paradigm because of the following technological trends: y The notebook and laptop Computers are being used increasingly among the Business
Community
y
The development and availability of a relatively low-cost wireless digital communication infrastructure. This infrastructure is based on wireless local-area networks, cellular digital packet networks, and other technologies
The rapid advancements of wireless communication technology and computer miniaturizing technology have enabled users to utilize computing resources anywhere in the computer network.
For example, you can even connect to your Intranet from an aeroplane. Mobile database are the database that allows the development and deployment of database applications for handheld devices, thus, enabling relational database based applications in the hands of mobile workers. The database technology allows employees using handheld to link to their corporate networks, download data, work offline, and then connect to the network again to synchronise with the corporate database. For example, with a mobile database embedded in a handheld device, a package delivery worker can collect signatures after each delivery and send the information to a corporate database at day's end.
What is theM o b iledatabase?
A mobile database is a database than can be connected to by a mobile computing device over a mobile network. The client and server have wireless connections. A cache is maintained to hold frequent data and transactions so that they are not lost due to connection failure. A database is a structured way to organize information. This could be a list of contacts, price information or distance travelled.
The use of laptops, mobiles and PDAs is increasing and likely to increase in the future with more and more applications residing in the mobile systems. While those same analyst s can¶t tell us exactly which applications will be the most popular, it is clear that a large percentage will require the use of a database of some sort. Many applications such as databases would require the ability to download information from an information repository and operate on this information even when out of range or disconnected.

[pic][pic][pic]
An example of this is a mobile workforce. In this scenario user would require to access and update information from files in the home directories on a server or customer records from a database. This type of access and work load generated by such users is different from the traditional workloads seen in client server systems of today. With the advent of mobile databases, now users can load up their smart phones or PDAs with mobile databases to exchange mission-critical data remotely without worrying about time or distance. Mobile databases let employees enter data on the fly. Information can be synchronized with a server database at a later time.
Need for Mobile Databases y Mobile users must be able to work without a wireless connection due to poor or even non- existent connections. y Applications must provide significant interactivity. y Applications must be able to access local device/vehicle hardware, such as printers, bar code scanners, or GPS units (for mapping or Automatic Vehicle Location systems). y Bandwidth must be conserved (a common requirement on wireless networks that charge per megabyte or data transferred). y Users don't require access to truly live data, only recently modified data.
If your application meets any of those requirements, the chances are good that you will be required to build a mobile database application with synchronization.
Mobile database System Architecture
For any mobile architecture, things to be considered are y Users are not attached to a fixed geographical location y Mobile computing devices: low-power, low-cost, portable y Wireless networks y Mobile computing constraints
Three parties
Fixed hosts: Perform the transaction and data management functions with the help of database servers Mobile units: Portable computers, move around a geographical region that is a collection of mobile cells y
Mobile hosts retains network connection through the support of base stations y Role of mobile hosts depend on the capacity
Base stations: It is a two-way radio installation in a fixed location, used to communicate with one or more mobile or portable radio transceivers. They are typically used by low-power two-way radios such as mobile phones, portable phones and wireless routers

[pic][pic]
Capturing mobility by hand-off processes y When a mobile unit leaves a mobile cell serviced by a base station, transfer the responsibility for mobile transaction and data support to the new base station y Transparent processes
Some of the Mobile Relational Database Systems:
The current database systems do not provide special facilities for specific update operations in a mobile computing environment. Some of the commercially available Mobile relational
Database systems are:
IBM's DB2 Everywhere 1.0
Oracle Lite
Sybase's SQL
These databases work on Palm top and hand held devices (Windows CE devices) providing a local data store for the relational data acquired from enterprise SQL databases. The main constraints for such databases are relating to the size of the program as the handheld devices haveRAM oriented constraints. The commercially available mobile database systems allow wide variety of platforms and data sources. They also allows users with handheld to synchronise with Open Database
Connectivity (ODBC) database content, and personal information management data and email from

Lotus Development's Notes or Microsoft's Exchange. These database technologies support either query-by-example (QBE) or SQL statements.
Mobile computing has proved useful in many applications. Many business travelers are using laptop computers to enable them to work and to access data while traveling. Delivery services may use/ are using mobile computers to assist in tracking of delivery of goods. Emergency response services may use/ are using mobile computers at the disasters sites, medical emergencies, etc. to access information and to provide data pertaining to the situation. Newer applications of mobile computers are also emerging.
One of the issue relating to wireless computing is that creates a situation where machines no longer have fixed locations and network addresses. This may complicate query processing for the cases where location plays a key role, since it becomes difficult to determine the optimal location at which to materialize the result of a query. This may happen only for the cases where the location of the user is a parameter of the query. For example, If a traveler information system provides data on hotels, roadside services, etc. to motorists; queries about services that are ahead on the current route must be processed based on knowledge of the user's location, direction of motion, and speed.
Another issue relating to mobile computing is the energy (battery power). It is a scarce resource for mobile computers. This limitation influences many aspects of system design. Can we reduce the requirements of data transfer for the sake of energy efficiency? Yes, by doing scheduled data broadcasts, we may reduce the need for mobile systems to transmit queries.
But on the other side it will increase the amount of data residing on machines administered by users, rather than by database administrators. In addition, these machines may, at times, be disconnected from the network; thus, raising the question about the consistency of data

Model of Mobile Computing :

The mobile-computing environment consists of mobile computers, which are referred to as mobile hosts, and a wired network of computers. The communication between the Mobile hosts and the wired network takes place through the computers referred to as mobile support stations. A mobile support station manages the mobile hosts within its cell. But what is a cell? A cell is defined as the geographical area covered by a mobile support station. Mobile hosts may move between cells, thus, necessitating a transfer of control from one mobile support station to another. Since mobile hosts may, at times, be powered down, a host may leave one cell and re-materialize later at some distant cell. Therefore, moves between cells are not necessarily between adjacent cells. Within a small area, such as a building, Mobile hosts may be connected by a wireless local-area network within a small area, which may provide lower-cost connectivity than a wide-area cellular network.
This will also reduce the overhead of transfer of control.
It is possible for mobile hosts to communicate directly without the intervention of a mobile support station. However, such communication can occur only between the nearby hosts.
The size and power limitations of many mobile computers have led to alterative memory hierarchies. Flash memories may be used in such systems to save power. If the mobile host includes a hard disk, the disk may be allowed to spin down when it is not in use, to save energy. The Benefits of the Mobile Web For Mobile Service Provider:

• It can enable access to information, any time and anywhere there is cell phone coverage. By freeing information from the restrictions of a desk or search for a nearby WiFi hotspot, people can quickly retrieve and exchange information.

• It provides vast connectivity. One-third of humankind currently has access to the Internet through a mobile device. This number is twice as many as the number of Internet-connected personal computers (PCs). By 2010, it’s expected that half of the planet’s population will have access to the Internet through a mobile device.2

• It enables services to take advantage of mobile device capabilities such as clicking on a phone number to call it or add it to the device address book.

• It can provide location-sensitive content. Location technologies can enable location-sensitive information be provided to a user. This can reduce the steps required for the user to reach useful content, and so makes it accessible with the least amount of effort.

Routing and Query Processing:
The mobile computing poses typical problems from the point of view of routing and query processing. For example, as per the mobile-computing model, the route between a pair of hosts may change over time, if one of the two hosts is mobile. This simple fact may have a dramatic effect at the network level, since location-based network addresses are no longer constants within the system. However, these networking issues are beyond the scope of this course.
The mobile-computing model also directly affects database query processing. In the case of distributed query processing, the communication costs play important role in query optimization process while selecting the best method of query evaluation strategy. Mobility results in dynamically changing communication costs, therefore, complicate the optimization process.
Some of the anomalous factors, which need to be considered for mobile computing, are:
User time is a highly valuable commodity in most of the business applications

Connection time is the unit of monetary charges is assigned in most cellular systems, therefore, should be minimum.

Number of bytes, or packets, transferred is the unit of charges is computed in digital cellular systems Time-of-day based charges may vary based on whether communication occurs during peak or off-peak periods

Energy is limited. Often, battery power is a scarce resource and should be optimized.
One of the basic principles of radio communication is that it requires less energy to receive than to transmit radio signals. Thus, transmission and reception of data impose different power demands on the mobile host.
Broadcast Data
It is often desirable for frequently requested data to be broadcast in a continuous cycle by mobile support stations, rather than transmitted to mobile hosts on demand. A typical application of broadcast data is stock-market price information. There are two reasons for using broadcast data:

The mobile host does not have to invest on the energy cost for transmitting data requests

The broadcast data can be received by a large number of mobile hosts in a single transmission, at no extra cost, thus, ensures effective utilization of the available transmission bandwidth. Thus, the mobile hosts need to only receive data as and when those data are transmitted, rather than consuming energy by transmitting a request. The mobile host may also have the local nonvolatile storage for storing (cache) the broadcast data as and when received, for possible later use. The mobile host may optimize energy costs by determining whether a given query may be processed using only cached data. In case, the cached data is not found to be appropriate for the query, then the mobile host may either may wait for the data to be broadcast, or transmit a request for data. However, in order to make this decision, the mobile host must know when the relevant data will be

broadcast.

The broadcasting of data may be made according to a fixed schedule or a changeable schedule. If the schedule of data transmission is fixed then the mobile host uses the known fixed schedule to

determine when the relevant data will be transmitted. In the data transmission schedule is changeable then even the broadcast schedule may itself be broadcast at a well-known frequency and time intervals.
In effect, the broadcast medium can be thought of as a disk with a high latencyRequests for data can be thought of as being serviced when the requested data are broadcast. The transmission schedules behave like indices on the disk. This area is still evolving and research is still being conducted on broadcast data issues.

DESCRIPTION OF MOBILE SERVICE PROVIDER:
[pic]

Disconnectivityand Consistency

As one of the major cost involved in wireless communication, the connectivity cost, is paid for on the basis of connection time, there is an incentive for certain mobile hosts to be disconnected for substantial periods. However, during the time of disconnection, the user may still be working on the host machine and may issue queries and updates on data on locally cached data. This situation creates several problems of the following types:
Recoverability:Updates entered at the mobile host machine which is not connected may be lost if the machine undergoes a major failure. This problem will result from the fact that only copy of information is kept at local host and simulation of storage that takes care of failure will be difficult to do.
Consistency:The locally cached data may become inconsistent, but the mobile host can discover this fact only when it is reconnected. Similarly, the updates occurring in the mobile host cannot be propagated until reconnection occurs. However, such updates must be propagated as and when the mobile host reconnects. However, if the mobile host caches read-only copies of data, which is being updated by other computers, the cached data may become inconsistent once a different machine updates the value. In such cases on reconnection, the mobile host may be sent with invalidation reports that may inform it about inconsistent cache entries. In case updates can occur at both the mobile host and elsewhere, detecting conflicting updates become even more difficult. Details on these issues are beyond the scope of this text.

SOURCE CODE: #include #include void main() { int d,d1,p,q; int p1=500, p2=200, p3=100, p4=50, p5=20; float amt=0; printf("List of Mobile Service Providers"); printf("\n AIRTEL"); printf("\n HUTCH"); printf("\n RELIANCE"); printf("\n BSNL"); printf("\n IDEA"); printf("\n VODAFONE"); printf("\n Enter your choice"); scanf(" %d", &d); switch(d) { case 1: { printf("\n Facilities Available : "); printf("\n 1. RECHARGE"); printf("\n 2. GPRS"); printf("\n 3. MESSAGE PACK"); printf("\n 4. CALL RATES"); printf("\n Enter your choice"); scanf(" %d", &d1); switch(d1) { case 1: { printf("\n Types of recharge coupons available are : "); int p, p1=500, p2=200, p3=100, p4=50, p5=20; printf("\n 1. Rs. 500 recharge : Talktime Rs. 488"); printf("\n 2. Rs. 200 recharge : Talktime Rs. 188"); printf("\n 3. Rs. 100 recharge : Talktime Rs. 88"); printf("\n 4. Rs. 50 recharge : Talktime Rs. 44"); printf("\n 5. Rs. 20 recharge : Talktime Rs. 14"); printf("\n Enter your choice of coupon"); scanf(" %d", &p); printf("\n Enter the quantity of recharge coupons to be bought"); scanf(" %d", &q); printf("\n Total amount to be paid is : "); if(p==1) amt = (float)(p1*q); if(p==2) amt = (float)(p2*q); if(p==3) amt = (float)(p3*q); if(p==4) amt = (float)(p4*q); if(p==5) amt = (float)(p5*q); printf(" %f", amt); } } } } getch(); }

SNAPSHOT
[pic]

FUTURE SCOPE

If you plan to have your site accessed through a mobile service provider portal – often referred to as a carrier deck – then note that creating a click stream is a crucial and often required deliverable.

They usually want to see an early click stream prior to development and may make suggestions to improve usability. Some providers require you to submit a click stream or site map when requesting consideration for the provider’s portal or better deck placement.

Designing for the Right Device:

When designing for mobile, think about the different classes of devices. The line between devices is not well defined, making designing for mobile more challenging. Instead, the boundaries shift constantly. Despite this, some simple guidelines exist to help you determine what device class to target. The mobile devices available today can be broken down in to a few broad classes:

1. Feature Phones: These are the most common device type. Feature phones usually come in candy bar, clamshell or slider form. They have a 12-key layout and typically come with voice, messaging and data capabilities. Most feature phones sold in the past three years also come with built-in digital cameras and media players. Companies typically target these phones to the general consumer.

2. PDAs: These devices — evolved from the PDAs of the ‘90s — now often include voice, messaging, and data capabilities. PDAs have much in common with the smart phone but differ in that much of their functionality is primarily oriented towards organizational tasks rather then voice communications. Another difference is that PDAs often include QWERTY keyboard and stylus in place of the 12-key layout on normal phones. They also feature a larger screen that can often switch between portrait and landscape mode.

3. Voice-Only Phones: These devices are typically extremely low-cost phones aimed at developing markets and are not relevant in the context of the Mobile Web.

Feature Phones lead the market by a large margin but bear in mind that the borderline between the Feature Phones and Smart Phones is constantly shifting towards the Smart Phone category – the newest Feature Phones are often equal in functionality to yesterday’s Smart Phones.

References:

1. http://www.ignou.ac.in/virtualcampus/adit/course/cst302/block2/cst302-bl2-u1.htm

2. http://en.wikipedia.org/wiki/Mobile_database

3. Programming with ANSI and Turbo C by Ashok N. Kamthane

www.sourcecodeworld.com

4.www.ebook.com

Similar Documents

Free Essay

Questionnaire on Mobile Service Providers

...range? a) <5000 b)>5000 c)>10000 d) >20000 5) Which type of mobile connection do you use? a) Prepaid b) Post paid  6) Which kind of mobile network do you use? a) CDMA  b) 2G  c) 3G 7) Which connections you presently own? a) Aircel  b) Airtel  c) BSNL d) Docomo  e) Idea  f) Reliance  g) Uninor  h) Vodafone i) Tata Indicom 8) Which scheme you using? a) Life time  b) Students pack c) Normal monthly plan   d) All India pay per second plan 9) From how long you are availing the services of your present service provider? a) <1 year  b) 2 years  c) 3 years  d) >4 years 10) Are you using more than one SIM at a time? a) Yes, of different providers  b) Yes, of same provider  c) No 11) Reasons for choosing your service provider.. Strongly Agree Neutral Disagree StronglyAgree...

Words: 596 - Pages: 3

Free Essay

Mobile Service Provider

...LOVELY PROFESSIONAL UNIVERSITY Course Code: CSE101T Registration no. : 11108944 Name: ASHWINI KUMAR Roll No. : RE3R02B32 PART- A 1. Ans :- (a) unary and ternary operator Unary operator:- It pecedes an operand . The operand (the value on which the operator operates ) of the unary operator must have arithmetic or pointer type and the result is the value of the argument. Example:- If a=5 then +a means 5 If a=0 then +a means 0. If a=-4 then +a means -4. Ternary operator:- It precedes an operand. The operand of the unary operator must have arithmetic type and the result is the negation of the operand’s value. Example:- If a=5 then –a means -5 If a=0 then –a means 0 If a=-4 then –a means 4. (b) Assignment and equalto operator Assignment operator:- Equal to operator: An assignment operator assigns value In this we put the To a variable. value as it is. Example – Example- a*=5 means a=5*5. Int a; a=5 means a is initialized with 5 if(a==5) { return true; } return false; (c) Expression and statement Expression:- An expression is...

Words: 399 - Pages: 2

Free Essay

Mobile Service Provider Database.

...#include typedef struct Employee { char fname[20]; char lname[20]; char sub_taken[20]; char last_edu[20]; char join_date[20]; int id; int age; float bsal; }Employee; int main(void) { int id; FILE *fp,*ft; char another,choice; Employee emp; char fname[20]; char lname[20]; long int recsize; fp=fopen("EMP.DAT","rb+"); if(fp==NULL) { fp=fopen( "EMP.DAT","wb+"); if(fp==NULL) { printf(" Can't Open File"); exit(); } } recsize=sizeof(emp); while(1) { printf(" 1.Add Records 2.Delete Records 3.Modify Records 4.List Records 5.Exit"); printf(" Enter your choice"); fflush(stdin); scanf("%c",&choice); switch(choice) { case'1': fseek(fp,0,SEEK_END); another='Y'; while(another=='Y'|| another=='y') { printf("Enter the first name,last name,age and basic salary : "); scanf("%s %d %f",emp.fname,&emp.age,&emp.bsal); printf(" Enter joining date,id,last education,subject taken"); scanf("%s %d %s %s",emp.join_date,&emp.id,emp.last_edu, emp.sub_taken); fwrite(&emp,recsize,1,fp); printf(" Add another Record (Y/N): "); fflush(stdin); another=getchar(); } break; case '2': another='Y'; while(another=='Y'|| another=='y') { printf(" Enter the id of the employee to be deleted : "); scanf("%d",&id); ft=fopen("TEMP.DAT","wb"); rewind(fp); while(fread(&emp,recsize...

Words: 381 - Pages: 2

Premium Essay

It Services

...Five Services to Help Grow Your IT Services Business in 2013 — and Beyond ConnectWise.com Introduction 2013 is a year of great opportunity for Managed Service Providers (MSPs). As reported in the Wall Street Journal, IT spending by businesses with fewer than 500 employees is expected to grow by $4 billion to a total of $27.2 billion in 2015.1 The good news does not end there for MSPs. According to a recent study, 89% of MSP clients are “very” or “mostly” satisfied with their providers.2 In fact, a significant majority of clients reported that they intend to increase their IT spending in the next two years. Now is the time to position your company for growth by preparing to meet new and evolving client needs. 3 If you are an MSP seeking to grow or maintain your business in 2013 and beyond, market conditions are such that there will be many opportunities to acquire new clients or expand on the services provided to your existing clients. Your challenge is in differentiating your business from thousands of other providers in the marketplace who share your ambitions. A recent Wall Street Journal article revealed that there are now over 300,000 independent IT consultants and 114,000 small IT services companies providing support to small and mid-sized businesses (SMB).4 There may also be new competitors on the horizon as technology retailers such as Staples, Apple, and Best Buy eye the SMB marketplace and work to develop offerings that will compete with the traditional managed...

Words: 2822 - Pages: 12

Premium Essay

Recommendation of Cb

...abundantly clear that service quality lead the consumers to switch the service provider. So, mobile service providers need to satisfy the Consumer with good service. • Mobile service providers should invest more on improving their network coverage in order to retain their consumers. • Mobile service providers have to provide more offers for family and friends. Enticing offers still hold a major sway. • All case firms should concentrate more on the influencing aspects (ISD call rate, free local SMS, booster packs and call cutter cards) in customer point of view in order to utilize the services more. • Every customer looks for better features , mobile operators should try to include new features regularly. • Mobile service provider should satisfy their current consumers by providing them innovative offers. • Mobile service provider should accept valid feedbacks from consumers regularly and make sure that they satisfy the consumers. CONCLUSION The study reveals that service quality and brand image play the most important role in switching the service provider followed personal factor of a consumer. It is found that there is a relation between switching the service provider and the factors (Customer service, service problem, usage cost, etc.). After analysing the findings of the study, we suggest that cellular service providers should concentrate more on increasing network stability . The findings also suggest that managers of these mobile operators should shift...

Words: 298 - Pages: 2

Free Essay

Critical Analysis of a Warid Telecom Tv Commercial

...aimed at critiquing and analyzing the Warid Telecom TV advert for their campaign to register onto the Warid Pesa mobile money transfer platform. In the said advert, a cross section of different publics is presented - a student calls her dad; a guy calls his friend; a stranded young man calls another and a business man calls on another person – and all of them are saying “Please send me money right now!” The situation presented in the TV Ad depicts distressed characters who urgently require a service (money to be sent to them) which the advertiser purports to provide with as less stress as possible (of course in comparison to the competitors on the market). But this is in the punch line at the climax of the advert where WARID promotes their Mobile Money platform branded Warid Pesa as the only such service on the market where a customer neither needs to be currently subscribed on the Warid Telecom network nor have to wait before approval of their registration. The advert cleverly, yet subtly paints the comparative analysis between Warid Pesa and MTN’s Mobile Money by highlighting the fact that for other service providers, one would require to be a subscriber to the respective telephone network, fill registration forms, wait for an approval of the application - then be able to send money to the person receiving money who would also be required to be a registered Mobile Money...

Words: 1703 - Pages: 7

Premium Essay

Ques

...APPENDIX B QUESTIONNAIRE ON RELATIONSHIP MARKETING, WORD OF MOUTH AND CUSTOMER LOYALTY IN THE TELECOMMUNICATION INDUSTRY OF DRC. (TO BE FILLED BY MOBILE PHONE CUSTOMERS) Dear respondent, I am in the final year of my studies in LIU University, and as part of my course I’m conducting a study on Relationship marketing, Word of Mouth and Customer Loyalty in the Telecom Sector in Kinshasa. As one of the customers, your opinions are very important to this study. The information provided will only be used for academic purpose, and will be treated with utmost confidence. Thank you for your cooperation. Demographic Characteristics (Please tick as appropriate) 1. Sex of the respondent Male Female 2. Marital Status Married Single 3. Age of respondent Below 20yrs 40-49 50-59 20-29 30-39 4. What is your level of Education? Below primary level Tertiary ...

Words: 1036 - Pages: 5

Premium Essay

Information Tecnology Milstones

...below. Include a minimum of 10 information technology milestones or events that impacted human services. |Year |Milestone or Event |Impact on Human Services | |1996 |Amber Alerts |Provides an online integrated national database for missing children | | | |Initiates a widespread alert when a child goes missing | |1965-1970 |Decision Support System |This system integrates organizational skills and human services to provide better | | | |service to clients. | | | |By integrating organization in human services, it has become easy to diagnose | | | |problems and find faster solutions to the client’s issues. | |1972 |Electronic medical filing |By filing the client’s records online it is easier to access them and they have less| | |system |errors. | | | |Nurses and human service personal don’t have to do the job over and over again all | | | ...

Words: 355 - Pages: 2

Premium Essay

Behavioural Economics and Customer Complaints

...BEHAVIOURAL ECONOMICS AND CUSTOMER COMPLAINTS IN COMMUNICATION MARKETS A report prepared for the Australian Communications and Media Authority (ACMA) in connection with the public inquiry “Reconnecting the Customer” by Dr Patrick Xavier* Adjunct Professor of Economics & Finance, Curtin University Business School. May 2011 * Dr Patrick Xavier BEc (Hons), M.A., M.Ec, PhD is Director of Info-Comm Strategies and Adjunct Professor of Economics, Curtin Business School, Curtin University of Technology, Australia. Dr Xavier has published widely and has had extensive experience as a consultant to national and international agencies on regulatory reform in the (tele)communications sector, including the OECD, ITU, World Bank and APEC. He was part of the OECD’s regulatory reform team that visited a range of countries to advise on regulatory reform in major industrialised and emergent economies. He has undertaken work in Hong Kong and in a range of developing countries, including Lao PDR, Romania, Armenia, Vietnam, Pakistan, Pacific Islands, Thailand, Bhutan and China. He can be contacted at: poxavier@gmail.com Disclaimer. The views in this report are those of the author and do not necessarily reflect the views of the ACMA. © BEHAVIOURAL ECONOMICS AND CUSTOMER COMPLAINTS IN COMMUNICATION MARKETS Executive summary 4 1. INTRODUCTION 10 1.1 Purpose of this report 10 1.2 Customer complaints in the...

Words: 24011 - Pages: 97

Free Essay

Content Writing

...YOUTUBE: Saw someone doing something funny? Saw someone doing something wrong? Want to be an overnight sensation? Have something to share with the world? Just YouTube it! Bring the change! The additional improvements that can be brought in whatsapp to widen its user base: “Hmm...” would be the first reaction if a mobile service provider reads the name of the topic. Little over few years ago, Mobile Service Providers enjoyed monopoly and milked money out of people with absurd tariffs. Although there was an internal competition among the service providers, they’ve certainly obtained fruitful results with their inevitable tedious offers. The situation was relatable to People around the world! They were waiting for a technological change that would wipeout the MSPs (Mobile Service Providers) for the unapologetic turds they are! Enter “whatsapp”. The result of a beautiful medley between technology and innovation. For all those who’ve been living under a rock and just came out after the last great extinction, Whatsapp provides an alternate messaging service through the working internet plan from your mobiles/tablets and pcs. For those thinking, Humor me, it’s worth more than 19 billion dollars! That’s equal to the GDP of Uganda. Right, Let us get to the main topic. When an idea worth billions of dollars is already such a huge hit, it comes with an implication that there is no or very less room for improvements. Nevertheless, I will try to put up a brave face and pour in my creative...

Words: 586 - Pages: 3

Free Essay

Mobile

...telecommunication company in West Midnapore which is a district of West Bengal. A descriptive study was conducted to achieve the objectives. In total 250 respondents filled a well-structured questionnaire having a list of statements pertaining to products, services & facilities provided by the service provider. Results reveal that the dimensions which influence the satisfaction level of customer’s are: Core services (like good coverage, good connectivity and network quality) and call rate. Further results show that there is a significant relation between the brand name and the preference of customers. Hence, it has been recommended that telecom companies should focus on connectivity, call rate, coverage and network quality. Keywords: Customer Satisfaction & Expectation, Customer Preference, Product Quality, Value for Money, Analysis of Strengths & Weaknesses of the Product. INTRODUCTION The breathtaking growth of the telecommunication companies in India over the last twenty years has made a history. The economic resurgence affected in the early 1990s brought around a paradigm shift on the overall business scenario of India. With the arrival of private telecommunication companies in India, the industry observed introduction of mobile phones into the Indian market and it became extremely popular amongst the Indian masses. India's telecom sector has shown huge expansion in the recent years in all respects of...

Words: 2311 - Pages: 10

Premium Essay

Dfgdfgdfgdfgdfgdf

...Understanding the mobile phone subscriber’s behavior in staying with or changing a service provider is the topic of this assignment. Under this assignment student is supposed to carry out a survey using 50 subscribers and the mobile phone is no longer a luxury good. At the moment in Sri Lanka mobile phone has become very essential good for everyone. And this is very lucrative market in Sri Lanka. According to the figures of the TR nearly 20 million people are using the mobile phone. And five major service providers are operating in Sri Lanka they are namely DIALOG, MOBITEL ETISALAT, HUTCH and AIRTEL. These mobile operators are operating in a very competitive manner in order to attract the other’s subscriber. Apart from these information theories related to consumer behavior are briefly discuss in this report. Those theories are consumer decision making process. There are Black Box model, organizational buying, and purchasing and procurement process. This research study is been investigate by looking at the various attributes of the consumer behavior to find out the weaknesses had by the company which are making the customers to find out whether to stay with their service provider or change. It’s recommended that the service providers should look into retain existing customers introducing reward system and increase the customer service. Loyalty programs should be strengthened in order to reward the most profitable customers. Acknowledgment This Assignment was prepared...

Words: 345 - Pages: 2

Free Essay

Hip to Be Square

...Assignment 1 - Hip to be Square Sonal Rewanwar Answer 1: The shift into the new mobile payment market started mainly with the advancements in wireless connectivity. The availability of cheap and readily available cellular and WiFi connectivity gave merchants an option to move from the restrictive and geographically limited wired point of sales. The major contributors to this shift were the four payment services using mobile payments that sprung up, namely, 1. 2. 3. 4. Premium Mobile SMS Based payments Direct Mobile Billing Mobile web payments NFC based payments Premium Mobile SMS Based payments: This service allowed for the payments of a purchase to be made via an SMS based service. The charges from the same were added in the users monthly bill or deducted from the prepaid account balance. Direct Mobile Billing: Similar to SMS based billing, this was an utility used on smartphones. This involved a two step authentication procedure to securely authorize payments from the smart phone.This did not require and credit card or bank accounts and the charges were levied on the customers mobile account again. Mobile web payments: Consumers made payments using internet based application or internet browser. Similar to Paypal this required credit cards/debit cards NFC based payments: This technology relied on RFID enabled chips or NFC enabled smartphones to communicate with the radio frequency enabled receiver. The payment information was wirelessly...

Words: 1109 - Pages: 5

Premium Essay

Questinnarie

...5* |Which mobile services do you use? | |Airtel | |If your answer is 'Others', you already finish all the questions. Please click 'Submit'|| | 6* |Which type of services do you use? | |Postpaid| | 7* |For how long have you been using these services? | |More Than 1 Year| | 8* |What is your monthly expenditure in terms of your mobile useage? | |More Than Rs. 1000| | 9* |How do you rate your services provider in terms of connectivity and area of network coverage? | |Bad| | 10* |What do you feel about the call tariff linked with the connection you are currently using? | |Expensive| | 11* |How appropriate are the STD and ISD rates related with your plan being used right now? | |Very Economical | | 12* |How appropriate are the SMS rates related with the plan you are using currently? | |Expensive| | 13* |Does your Service Provider have any hidden costs incorporated in the plan you are using? | |Yes | Answer the following questions based on your experience of using the services| | 14* |Service provider in terms of clarity of voice | |Neither Good Nor Bad | | 15* |Service provider in terms of call dropping | |Very Bad | | 16* |Pricing of Value Added Services | |Very Bad | | 17* |Unwanted Calls and Advertisements about other services is.. | |Very Bad | | 18* |Are you Satisfied with the number of drop boxes/Recharge coupons Denominations available for smooth operations of your mobile services | |Very Good| ...

Words: 404 - Pages: 2

Premium Essay

Mobile Number Portability

...OK…So your tired of your current service provider. You’re tired of their sloppy customer service. Tired of having to speak to their discourteous customer representatives. Tired of receiving calls from unknown numbers in the middle of an important meeting only to hear “Kabhi Kabhi Aditi … ” being played and a mechanical female voice saying “Press 1 to set it as your callertune”. So…What would u want to do?? Change your service provider of course! Ah…but wait..you’re attached to your number! All of us are! Why change the number and put up with the trouble of having to remember a completely new one?? The solution to this seemingly never ending problem arrives in India, early next year in the form of Mobile Number Portability. Wondering what this is all about? Simple..you can switch between service providers without having to change your number and you can do this irrespective of the technology that you use. In other words, if you have a CDMA mobile and want to switch to GSM network, you can go ahead and do it with glee Of course, everything comes with a cost. But luckily in this case, the cost isn’t much high!! According to TRAI (Telecom Regulatory Authority of India), subscribers should not be charged more than Rs.19/- for changing their service provider. Mobile services will be disrupted for a few hours when the transfer is in process but this is again a minor hiccup. This service will initially be available only in metros and selected cities by early 2010. And thus...

Words: 273 - Pages: 2