Posts Tagged ‘Data’

Tata communications opens new exchange data centre in singapore

September 3rd, 2010

Tata Communications announced the opening of its new Tata Communications Exchange (TCX) data centre in Singapore, built to meet the growing IT outsourcing needs of enterprises in Asia Pacific.

The six-storey data centre in Tai Seng, near Paya Lebar, is situated in the new I-Park media hub complex. It has 6 6,000 sq ft of data centre space.

TCX is part of the US$430 million that Tata Communications pledged to invest in Asia Pacific between 2009 and 2011. US$180million of this figure has been allocated to providing data centre infrastructure and managed services in this geography.

“Asia is one of the most attractive investment destinations for businesses today,” says Vinod Kumar, President and Chief Operating Officer, Tata Communications. “Our substantial investment in TCX, coupled with our submarine cable build-out, ensures scalability and global reach while delivering on our commitment to meet customer requirements. We will continue to lead the industry in offering superior data centre and connectivity services into emerging markets. This is where we see high growth potential.”

Source:http://www.telecomtiger.com/fullstory.aspx?passfrom=enterprisestory&storyid=9884

Share and Enjoy:
  • Twitter
  • FriendFeed
  • LinkedIn
  • Google Bookmarks
  • Facebook
  • MySpace
  • Digg
  • del.icio.us
  • Sphinn
  • Mixx
  • Blogplay
  • Yahoo! Buzz
  • Live
  • Posterous
  • Technorati
  • Add to favorites
  • RSS
  • email
  • Print
  • Tumblr
  • Identi.ca
  • Hyves
  • IndianPad
  • Yahoo! Bookmarks

Post to Twitter

Going for the best data center in india

August 31st, 2010

A dependable data centre provider is a mandate for online business. Since the number of companies providing web hosting services has seen a significant rise, selecting a good hosting service out of them remains all the more a challenge. Since the performance of your business depends much upon the performance of the hosting services, is essential to evaluate the level as well as the quality of services facilitated by hosting service provider. The prior investigation and research is very important since switching later on is quite difficult, if you by chance you have opted for the wrong one.

If you are looking for an economical web hosting service, then you can opt for shared web hosting. However, you still need to note that the quality of service provided in case of a shared hosting provider may not always be complete and upto your expectations. Incase of a shared web hosting service you compromise much on the quality. The cut in expense is simply because a very small part of server is used. You have access to only a limited resource and enjoy less authority, etc. Incase you are not much professional with handling the computer administration yourself, shared hosting can be looked as an option, however for a site requiring heavy traffic, dedicated hosting is many times better. If you decide on Dedicated Hosting, Dedicated Hosting in India serves as a very good option. Dedicated Hosting in India is very affordable.

Today large number of big and mid-level companies is opting for dedicated server in India. In case of a dedicated server, the security aspect is better handled. Since much sensitive data is to be handled in case of a corporate, dedicated hosting in India caters best to those requirements. India now is seen as a hub for facilitating outsourcing services at lower cost; the Indian service providers have the record of being reliable and are considered among the best ones.

Opting for Dedicated Hosting in India gives you control of disk space, quality bandwidth, RAM and other major factors. Moreover outsourcing to India cuts your expense bills. The maintenance, hardware and software updates are better taken care of and you save office space & power consumption. India has long served as a key source of reliable and affordable workforce and larger number of business owners round the world is opting for Data Center India as well as Dedicated Server in India.

Source:http://www.edollaronline.com/?p=37042

Share and Enjoy:
  • Twitter
  • FriendFeed
  • LinkedIn
  • Google Bookmarks
  • Facebook
  • MySpace
  • Digg
  • del.icio.us
  • Sphinn
  • Mixx
  • Blogplay
  • Yahoo! Buzz
  • Live
  • Posterous
  • Technorati
  • Add to favorites
  • RSS
  • email
  • Print
  • Tumblr
  • Identi.ca
  • Hyves
  • IndianPad
  • Yahoo! Bookmarks

Post to Twitter

Organizing sensitive data in the cloud

August 31st, 2010

There’s a tremendous buzz today about cloud computing, but before outsourcing your critical business systems to the cloud let’s review some security concerns.

The most critical business applications deal with corporate HR, finance, credit card, and other sensitive data. If any of this information is compromised lawsuits may ensue and your corporate brand is tarnished. This is a nightmare that could lead to customers avoiding purchasing your products or services. How can cloud computing effectively protect sensitive data?

See more advice from Gregory Machler in ” Deep Theater Defense

There are three areas that need to be addressed to effectively push your applications into the cloud:.

Let’s start with defense in depth.

First, put sensitive data in a second tier of firewall segments behind the main corporate firewalls. This second-tier firewall and corresponding network shields sensitive applications and their data from being easily accessed if the Web-facing firewalls are breached. For example, let’s look at grocery stores. It would be wise to deploy at least four firewall/network segments: one for HR data, one for financial data, one for credit card PCI (Payment Card Industry) data, and one for services that the other segments share. The segment containing services that are shared could contain common support services such as network and systems management, encryption and PKI functions, access control services, and security event management functions.

Another architectural implementation that protects corporations from internal data theft is the creation of a Tunneling Access Protocol. The Tunnel Access Protocol is an access control function that forces all administrators to log information before they perform administration on segment systems. Hence, all administrative access is tracked, discouraging internal theft of information

The second area that needs addressing is the analysis needed to determine successful migration of the application to behind the cloud’s second-tier firewalls. I recommend starting with the application design document first. It gives you a big-picture understanding of which business need the application performs, what middleware is used, what databases are used, and what protocols it uses. It also often contains the logical architecture.
It is important to focus on all the systems the application interacts with. Your security team will have a variety of information collected about the application: what data is sensitive, how and what tools are used to encrypt the data, and penetration testing results if it is a Web-facing application. Also, I recommend creating a protocol diagram showing all servers and their IP addresses, the protocols being used, and the protocol (TCP or UDP) ports being used. This network view specifically shows which servers need to talk to each other and what protocols (ports) they will use to do it. It is not necessary to include switches, routers and other network infrastructure components because the protocols/ports just ride over them. If the protocol diagram is thorough, it should be a simple step to create the firewall rules. Firewall rules are made up of source and destination IP (Internet Protocol) addresses, protocol used, and ports that ride on top of those protocols.

Lastly, I recommend a thorough collection of system and application metadata. The need to port your application well requires this work. Plus, if you have a disaster, business interruption or want to pull your application from the cloud — you need this data. System information exists per firewall/network segment. All applications share the same system data such as the same firewall, routers, switches, encryption algorithm (if used for all applications in a segment), and storage subsystem. System metadata includes vendor, model, software release and version, and other system-wide configuration data. Application data is similar but it addresses load balancers, encryption method, middleware, database, server hardware and operating system, and services, protocols, and ports that ride on top of those systems. Application metadata includes vendor, model, software release and version, and other application configuration data.

The next debate is where this metadata should be contained. I recommend containing this information in a hierarchy in a LDAP repository. I would create two tiers in the directory: one called Segment System for each of the four segments in the example above, and lastly one called Application for all applications within a given segment. This ordering enables a systematic collection of all metadata so that sensitive cloud applications can quickly be deployed. And, most importantly, it enables a quick deployment of the application and/or segment into a cloud.

In summary, migrating critical cloud applications involves putting data behind a second tier of firewalls. Common services exist in one of the segments that can be shared by all segmented applications. Applications should be in separate segments based upon the type of data that is being protected such as credit card data, finance data and HR data, and services that are shared. A variety of documentation should be created and/or reviewed to make sure that the porting of applications behind the second-tier ‘deep theater’ defense firewalls goes well. This collected metadata is from a hierarchy of two layers: common system per segment and different applications within each segment. I recommend the metadata be saved in a directory where it can be easily retrieved.

Source:http://www.networkworld.com/news/2010/083010-organizing-sensitive-data-in-the.html?hpg1=bn

Share and Enjoy:
  • Twitter
  • FriendFeed
  • LinkedIn
  • Google Bookmarks
  • Facebook
  • MySpace
  • Digg
  • del.icio.us
  • Sphinn
  • Mixx
  • Blogplay
  • Yahoo! Buzz
  • Live
  • Posterous
  • Technorati
  • Add to favorites
  • RSS
  • email
  • Print
  • Tumblr
  • Identi.ca
  • Hyves
  • IndianPad
  • Yahoo! Bookmarks

Post to Twitter

Why outsourcing data entry to india is a wise decision?

August 30th, 2010

Outsourcing is the well-known word in the world of business. It is one of the most profitable businesses in the world. This business is growing in various part of word. India is a big hub for outsourcing your requirements especially data entry. Most of the business owners are taking benefit of huge cost savings by outsourcing their requirements to different countries.

There are various companies managing and maintaining huge and up-to-date records, employee details and other important information just by outsourcing data entry task. India is the popular country for BPO services. There are numbers of large-scale data entry companies managing big data entry requirements. Indian data entry services are very famous because of quality entry from experts at reasonable rates.

Across the sea, there are numbers of organization running on outsourcing services. Through BPO services in India, business managers feel ease in their life because they are getting the requirement faster and accurate.

There are number of reputed data entry firm based in India, finished the task on time. They are well-equipped with newest hardware and software. They are having experienced expert staff and quality controller. The professional are having enough knowledge of field so that they are able to do the task in time and quality.

From the professional BPO firms, you can expect the following data entry proficiency:

> Information entry of directory, image files and e-books.

> The accurate solution for handwritten paper by professionals.

> Get your bills and survey entered in computer that helps you to do correction and management.

> You can get the proper solution for data processing.

> They deliver timely solution for any kind of alpha numeric offline and online data entry requirements.

> They may offer free trials to get the idea of their data entry expertise.

Such data entry services can help to reduce the workload of staff. It can also enhance the productive of the employees. Outsourcing data entry task to India is right choice for business owners because it helps to reduce the overall cost and labor without affecting the quality and timeliness of the task.

Source:http://www.fourpxarticles.com/business/management/data-entry-why-outsourcing-data-entry-to-india-is-a-wise-decision/

Share and Enjoy:
  • Twitter
  • FriendFeed
  • LinkedIn
  • Google Bookmarks
  • Facebook
  • MySpace
  • Digg
  • del.icio.us
  • Sphinn
  • Mixx
  • Blogplay
  • Yahoo! Buzz
  • Live
  • Posterous
  • Technorati
  • Add to favorites
  • RSS
  • email
  • Print
  • Tumblr
  • Identi.ca
  • Hyves
  • IndianPad
  • Yahoo! Bookmarks

Post to Twitter

Data entry – Why Outsourcing data entry is in demand?

August 28th, 2010

Outsourcing Data Entry is most profitable term in the modern business world. You just need a loyal and reliable resource to outsource your projects.

As we all know that to find proper resource for outsourcing is not an easy task but once you get it then you never have to worry about your projects. To outsource your requirements you just need high speed internet and an email account that is easily available. These reasons made outsourcing data entry work in demand.

Outsourcing data entry is also blessing term for business organizations, financial firms, medical units, telecom companies as they can’t find much time to manage their data in easily accessible manners. Importance of data entry made revolution in BPO industry due that today so many data entry service providers are available. Some companies provide first time free trial offer to make you understand about work flow.

You can get many of the advantages by outsourcing your data entry projects:

Working experience with high skilled typist

Quality and Accurate work flow

Cost Effectiveness

Time Saving

Maximum Revenue

Improve Efficiency

There are so many home typists also available that serve very low cost data entry solutions but to choose them is risky. So for outsourcing you must need to choose professional organizations. Professional organizations involves full range solutions as well as individual services like online data entry, offline data entry, image entry, check processing, data processing, textual and numeric data entry. You can also choose any individual service as per your requirements and all data entry companies provide flexible pricing system for each process.

If you are a retired job person and want to earn more money then outsourcing data entry can most reliable term for you. Just capture data entry projects from your local area and outsource it to offshore or local companies. It will sure make you to earn thousands of dollars or pounds within short time. So these kinds of factors like flexibility, accuracy and easily accessible environment made outsourcing data entry in demand.

Source:http://www.lonad.com/2010/08/27/data-entry-why-outsourcing-data-entry-is-in-demand/

Share and Enjoy:
  • Twitter
  • FriendFeed
  • LinkedIn
  • Google Bookmarks
  • Facebook
  • MySpace
  • Digg
  • del.icio.us
  • Sphinn
  • Mixx
  • Blogplay
  • Yahoo! Buzz
  • Live
  • Posterous
  • Technorati
  • Add to favorites
  • RSS
  • email
  • Print
  • Tumblr
  • Identi.ca
  • Hyves
  • IndianPad
  • Yahoo! Bookmarks

Post to Twitter

Data entry services in india to outsourcing services

August 25th, 2010

Data entry is one of the most overlooked departments of the organizations. Organizations do not give as much attention to their data entry department as the other departments. Many companies choose to outsource their data entry work. Outsourcing data entry services is the most cost-effective and reliable way to handle your data entry work.

Why to Outsource Data Entry to India

While thinking to outsource data entry services, India is the most preferred country to outsource. India is the home of outsourcing industry in the world today. Data entry outsourcing is not a new concept in the market today. There are too many outsourcing companies in the India which provide affordable and accurate data entry services.

There are also other benefits of outsourcing data entry India like:

1.Reduced cost of data entry work

2.No need to hire and train employee for data entry work

3.Make able you to focus on your core business

4.Saved money and time can be invested in the other areas of business

It is good idea to keep data entry work internal within the organization but sometimes it is more logical to outsource data entry. As in the most cases if you don’t have enough workforces for your data entry work or you have to higher expensive experts for this work than outsourcing data entry to India would be the best choice for you. By outsourcing data entry services to India, you can also escape from some extra expenses.

It was considered that only employee of particular firm can better understand company’s product and handle data entry work, but today you can find so many firms mostly in India which have data entry specialists who are familiar with every field of business. They are able to handle data entry work more efficiently and accurately with in-time delivery.

To find reliable data entry service provider is the key aspect in getting success in outsourcing. You’ve to choose the data entry service provider who has experience in data entry field and has good knowledge of data entry work. In India you may find hundreds of data entry service providing company which provide accurate and secure data entry services at most competitive market prices. You have lots of data entry service providing company in India to choose from. Many of them providing customized data entry services like online and offline data entry, data capturing and data conversions, document processing and management and many more with use of latest data entry software.

Source:http://business44.com/2010/08/information-technology-outsourcing-for-companies-desiring-faster-growth/

Share and Enjoy:
  • Twitter
  • FriendFeed
  • LinkedIn
  • Google Bookmarks
  • Facebook
  • MySpace
  • Digg
  • del.icio.us
  • Sphinn
  • Mixx
  • Blogplay
  • Yahoo! Buzz
  • Live
  • Posterous
  • Technorati
  • Add to favorites
  • RSS
  • email
  • Print
  • Tumblr
  • Identi.ca
  • Hyves
  • IndianPad
  • Yahoo! Bookmarks

Post to Twitter

Data center outsourcing market, market research report

August 16th, 2010

A Data Center is a facility used to house computer systems and associated components (such as network equipment and storage systems). Also called a server farm, it includes supporting equipment, such as backup power supplies, data communication connections, environmental controls (e.g., air conditioning, fire suppression), rack infrastructure for collocation, and security devices. Data Center Outsourcing refers to the outsourcing of Data Center services to enable an organization reduce the amount of internal resources required to manage Data Center operation.

The demand for Data Centers has grown exponentially in the recent years due to the increase in demand of data to be stored by the organizations. However, building and managing a new Data Center is a highly complex task, and requires huge capital expenditure. Further, technological innovation leads to fast obsolescence of many hardware and software products. These factors are compelling organizations to outsource all, or part of their Data Center activities to vendors. Reduction in the operational cost, availing Cloud computing service, and access to latest technology outside expertise are some of the major drivers for the growth of the Data Center Outsourcing market.

Unlike in the past, organizations are now engaging multiple vendors for their Data Center Outsourcing related activities. This provides more bargaining power to the organizations, and reduces their dependability on a single vendor. Further, in certain geographic regions, most of the Data Center Outsourcing related contracts are being signed with domestic vendors. For example, in North America, most of the Data Center Outsourcing related activities are being performed by the American companies. Though many of these activities are being performed at offshore locations like India, organizations are preferring to deal with domestic outsourcing partners.

This report by TechNavio Insights highlights the current and future market potential of the Data Centre Outsourcing market. Further it discusses trends, drivers, growth inhibitors. It also profiles a few major vendors in the market.

Source:http://www.articlebubble.com/uncategorized/data-center-outsourcing-market-market-research-report-bharatbook/

Share and Enjoy:
  • Twitter
  • FriendFeed
  • LinkedIn
  • Google Bookmarks
  • Facebook
  • MySpace
  • Digg
  • del.icio.us
  • Sphinn
  • Mixx
  • Blogplay
  • Yahoo! Buzz
  • Live
  • Posterous
  • Technorati
  • Add to favorites
  • RSS
  • email
  • Print
  • Tumblr
  • Identi.ca
  • Hyves
  • IndianPad
  • Yahoo! Bookmarks

Post to Twitter

Get Adobe Flash playerPlugin by wpburn.com wordpress themes