Skip to main content

microsoft surface

microsoft surface price

With its Windows business facing increasing competition thanks to a dizzying array of consumer devices like Apple's iPhone and tablet computers running on Google's Android operating system, Microsoft is placing its bets on its own hardware and software with the "Surface".
How can the software giant distinguish its yet-to-be-released tablet computer? Some analysts believe price could be the difference.
"The company did not disclose any pricing details, but said that pricing will be competitive with a comparable ARM tablet and Intel Ultrabook," Deutsche Bank Securities analysts said in a research note last week. "However, we believe that with its own device and with control on pricing, MSFT will be able to better use price as a competitive differentiator."
Nonetheless, if a recent report proves to be accurate, Microsoft's tablet computer -- particularly its higher-end version -- probably won't appeal to frugal consumers.
A "source close to Microsoft" told The Next Web that one version -- running an ARM processor and featuring Windows RT --- would cost $599 while a higher-end Surface would be priced at $999. Perhaps, Microsoft will find the price tag for its higher-end tablet is too steep for consumers; sources toldDigiTimes that the Windows 8 Pro-based Surface with Ivy Bridge processor would cost at least $799.
Microsoft, though, may not be worried about customers being able to afford the higher price if it's zeroing in on businesses.
"The obvious “low hanging" market opportunity for Microsoft’s Surface tablets is with business buyers that have an installed base of Windows PCs," ABI Research commented last week.
But the global research firm expressed skepticism that Microsoft's Surface would enjoy robust demand. "So far, businesses have been opposed to buying incremental computing assets for users due to the support costs," ABI Research said.
In the consumer market, the Surface may appeal to people who are used to Microsoft's Windows operating system through their personal computers. But will it create the same impression on the masses as Apple's iPad?
"If Apple's new iPad is the ... sports car of the computing world, a product that delivers speed in style but only on smooth roads, Microsoft's surface aims to be a well designed, but traditional sports utility vehicle that can haul boats and climb a hill of rocks," Yankee Group Research VP Carl Howe wrote. "It remains to be seen which consumers will choose, but at present, we doubt that consumers will trade sports cars for trucks."

Comments

Popular posts from this blog

Installing pyspark with Jupyter

Installing pyspark with Jupyter Check List Python is a wonderful programming language for data analytics. Normally, I prefer to write python codes inside   Jupyter Notebook  (previous known as  IPython ), because it allows us to create and share documents that contain live code, equations, visualizations and explanatory text.  Apache Spark  is a fast and general engine for large-scale data processing.  PySpark  is the Python API for Spark. So it’s a good start point to write PySpark codes inside jupyter if you are interested in data science: IPYTHON_OPTS="notebook" pyspark --master spark://localhost:7077 --executor-memory 7g Install Jupyter If you are a pythoner, I highly recommend installing  Anaconda . Anaconda conveniently installs Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science. Go to  https://www.continuum.io/downloads , find the ins...

Spark A to Z

Spark A to Z Simplicity, Flexibility and Performance are the major advantages of using Spark . Criteria Hadoop MapReduce Apache Spark Memory  Does not leverage the memory of the hadoop cluster to maximum. Let's save data on memory with the use of RDD's. Disk usage MapReduce is disk oriented. Spark caches data in-memory and ensures low latency. Processing Only batch processing is supported Supports real-time processing through spark streaming. Installation Is bound to hadoop. Is not bound to Hadoop. ·  Spark is 100 times faster than Hadoop for big data processing as it stores the data in-memory, by placing it in Resilient Distributed Databases (RDD). ·  Spark is easier to program as it comes with an interactive mode. ·  It provides complete recovery using lineage graph whenever something goes wrong. high availability in Apache Spark ·  Implementing single node recovery with local file system ·  Using Sta...

Google Nexus 7 - Buy in India

Don't get hurry it's better to wait for another month or two and get it cheaper! The 8GB Google Nexus 7 officially costs USD 199/- (approx Rs. 11,000 ) and 16GB costs USD 249/- (approx Rs. 13,750) in US. Pre-order listing at Grabmore is a 8GB model.  The good part though about this listing is that Rs. 16499 is all inclusive which includes shipping, handling, taxes as well as customs charges. Given that Nexus 7 has a quad core Tegra processor, 1GB ram and comes loaded with Google’s latest Jelly Bean version on Android – it still looks quite attractive compared to other tablets on offer in Indian market currently. Before you hit the order button though, you have to keep couple of things in mind. This is a pre-order listing and expected delivery time is about 4 to 5 weeks. Even in the US, Nexus 7 is currently not available and expected to start shipping from mid July. The expected delivery date on Grabmore is from 13 th  August to 18 th  August. So, if you a...