By DAN CALLOWAY
Published 28 February 2010

POWAY, CA

Chelsea King

Seventeen year-old Chelsea King went missing on 26 February 2010 in Poway, California, north of San Diego in San Diego County and has not been seen since. Chelsea is 5-foot, 5-inches tall and weighs approximately 115 pounds. She has blond hair and blue eyes.

Chelsea King is a senior at Poway High School and is an honor student with straight As.

A peer counselor to youth at the high school, Chelsea is also a cross country runner, a volunteer for “Clean Up San Diego.” And, she performed as a tutor to the youth at Poway High School as well.

Chelsea is conscientious, loving, intelligent, and cherished by all who know her.

Chelsea’s car was spotted in the Rancho Bernardo Community parking lot late Thursday afternoon the 25th of February 2010. It is believed that she parked her car there while she went running.

If anyone has any information as to the whereabouts of Chelsea King, please contact the San Diego Police Department immediately at (619) 531-2000. You can remain anonymous.

We’re asking everyone to spread the word about Chelsea King’s disappearance as we and her family and friends would like to find her and bring her home.

An arrest has been made in this case. An updated article addresses this arrest and the circumstances surrounding it.

Tagged with:
 

Wired Campus: 27 February 2010

by DAN CALLOWAY
Published 27 February 2010

CHRONICLES OF HIGHER EDUCATION

East Stroudsburg U. Suspends Professor for Facebook Posts
An associate professor at the Pennsylvania institution was suspended on Wednesday for comments that she wrote on her Facebook page.

Learning From Culture Pirates
History shows that intellectual property is more complicated than either its creators or copiers care to admit, says Adrian Johns.

Here’s One Way to Curtail Web Surfing in the Classroom
In a moment of classroom theater, a physics professor at the University of Oklahoma freezes a laptop in liquid nitrogen, then smashes it on the floor.

Tagged with:
 

by DAN CALLOWAY
Published 23 February 2010

The organization that I have chosen to analyze for data storage requirements in this article is Amazon, Inc., an online e Commerce business that sells, among other things, books, eBooks, eBook readers, movies, music, children’s toys, computers, computer accessories, electronics, home and garden supplies, automotive supplies, baby supplies, children’s clothing, shoes, sports and outdoor equipment, tools, and more. The kind of data that this company receives as data input and stores is primarily OLTP data from online customers who purchase goods and services from Amazon. Customer data, including customer names, addresses, financial billing information, as well as customer preferences that are stored on each customer. Among the data that is stored by Amazon is the OLTP data that represents specific product data and order data for buying customers, product and availability data on all products sold by Amazon, as well as shopping cart and wish list data for every customer that represents those products that customers are planning to purchase now or in the near future. Output data for Amazon is the generated product information, shipping data, and product tracking information for every purchase made by its online customers, as well as past order, shipping, and billing information on previous customer orders placed with Amazon.

The current storage system used by Amazon is the Amazon S3 (simple storage system). This storage system is a scalable, highly available, low latency system that is currently storing 6.4 X 1010 objects as of August, 2009 while offering a 99.99% uptime guarantee. Amazon S3 stores arbitrary objects up to 53 GB in size, each accompanied by up to 2 KB of metadata. These objects are stored in buckets that are owned by Amazon Web Services (AWS) accounts. Buckets and objects are created, listed, and retrieved by a REST (Representational State Transfer)-style HTTP interface, which is a style of software for distributed hypermedia systems, or SOAP (Simple Object Access Protocol) interface (Amazon S3, 2010) and retrieved using the HTTP-Get interface or bit torrent protocol.

Although it is not entirely known exactly what data storage arrangement is being used by Amazon because of its proprietary nature and since this information has not been released to the public, whatever storage capabilities Amazon uses, it appears to be quite adequate. Apicella (2006) indicates that a clustered Network Attached Storage (NAS) solution known as IQ developed by Isilon, Inc., for Kodak is preferable since it allows for greater performance and scalability, and is capable of handling much larger file sizes and storage volumes than traditional NAS systems. Utilizing a clustered NAS, such as IQ, would allow Amazon (unless Amazon S3 is already a clustered NAS) to take advantage of a centralized NAS and capability to handle the larger file sizes and storage volumes than it currently maintains.

The storage needs of Amazon, Inc., are anticipated to increase tremendously based on the storage requirements for this online company in the past. Amazon was storing roughly 64B objects of data in August, 2009, up from 52B in March, 29B in October, 2008, 14B in January, 2008, and 10B objects in October, 2007 (Amazon S3, 2010). Based on storage figures over the last 21 months from October, 2007 to August 2009, and the rate of increase in storage requirements per month, it would be anticipated that Amazon would be expected to require a storage capacity of roughly 93B objects by August, 2010, assuming the rate of change in storage capacity does not deviate appreciably.

References

Amazon S3. (2010, January 7). In Wikipedia, The Free Encyclopedia. Retrieved 22:40, February 22, 2010, from http://en.wikipedia.org/w/index.php?title=Amazon_S3&oldid=336444506

Mario Apicella. (2006, June 19). The New NAS: Fast Cheap & Scalable. InfoWorld, 28(25), 31-34. Retrieved from http://proquest.umi.com.library.capella.edu/pqdweb?did=1074492511&sid=1&Fmt=4&clientId=62763&RQT=309&VName=PQD

by DAN CALLOWAY
Published 23 February 2010

Basic Network Attached Storage (NAS) for use in corporate organizations consists of a standard x86 server running a modified form of Linux or Microsoft’s WSS (Windows Storage Server). The server can have its own self-contained storage capability or external storage capability, which resides in its own enclosure outside of the server itself. In most cases, organizations also choose to have a secondary server to act as a fail over server in the event of server failure, and typically some form of RAID (Redundant Array of Independent Disks) is established on the system of at least RAID level 3 (data striping across disks) or RAID 4 (striping with dedicated parity) to offer redundancy (Apicella, 2006).

NAS and especially clustered NAS offers flexibility to many corporate entities by providing expanded storage capacities for ever-expanding data needs and access. Clustering of NAS improves NAS performance and scalability in most cases and is preferable (Apicella, 2006). NAS offers unified storage solutions for corporate organizations through its offering of a common storage location for file systems and Storage Area Network (SAN) systems.

A big issue that a lot of companies have that may not be totally satisfied by NAS is the need to handle very large files across large volumes in an efficient and fast manner. As mentioned in Apicella (2006) when files grow beyond 16TB, they often must then be split up across several file systems, which introduces complexity and data vulnerability into the mix. One solution to this problem is the development of file systems that can handle larger files and access larger volumes. Apicella introduced the file storage system called IQ (developed by IQ Storage Data Management), which is designed to handle file systems 20 to 50 times larger and 15 to 20 times faster than most NAS solutions. Also, the OneFS was mentioned as a distributed network file system developed by Isilon Systems for handling of thousands of TB of data via the IQ storage framework.

In support of NAS, however, the development of file systems that can handle larger files and access larger volumes so that files don’t have to be split up across multiple file systems and volumes offers a viable solution for NAS to provide an equivalent data storage solution to most corporations at reduced costs. One such file system is ZFS (Zetabyte File System) designed by Sun Microsystems, Inc., a subsidiary of Oracle, that is both a combined distributed network file system and logical volume manager all-in-one with the capability of handling much larger files and ability to access much larger volumes. ZFS is a 128-bit file system, which is capable of handling 1.84 X 10 19 or approximately 18 quadrillion times the data of current 64-bit file systems. This file system was designed such that its limitation would never be encountered in the physical world (“Sun Open Storage,” 2010). Use of a file system like ZFS would be a solution to the current limitations of NAS and would see NAS as being capable of providing future storage even in today’s IT world.


References:

Mario Apicella. (2006, June 19). The New NAS: Fast Cheap & Scalable. InfoWorld, 28(25), 31-34. Retrieved from http://proquest.umi.com.library.capella.edu/pqdweb?did=1074492511&sid=1&Fmt=4&clientId=62763&RQT=309&VName=PQD

Sun Open Storage. (2010). Sun Open Storage. Retrieved February 22, 2010, from http://www.oracle.com/us/products/servers-storage/storage/open-storage/index.html

Tagged with:
 
Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Polls

Should the federal government have oversight responsibilities for off-shore oil drilling in US waters?

View Results

Loading ... Loading ...

SEO Powered by Platinum SEO from Techblissonline