Archive for July, 2010
Over Network Backups: Performance, Congestion and How To Deal
Jul 26th
![]()
This article discusses the affect of using a real-time continuous backup solution; Genie Timeline 2.1 over a network, by answering the following 3 questions:
- What is the bandwidth usage of multiple users backing up over a network and do you have any figures on the network performance of Timeline?
- I usually use my network for video streaming which takes up a lot of bandwidth, will backups be of a concern?
- How is Timeline designed to reduce impact on system performance?
To begin we should explain how transfers are done over a network. All network transfers take place through the CIFS protocol over TCP, which is subject to throttling and congestion avoidance at the network layer. Switches and routers have policies to prevent TCP applications from causing networking delays which will keep the Genie Timeline file transfers in check. The networking components of Genie Timeline should not adversely affect network performance.
This case is especially true for video and audio streaming/conferencing that are on two different dimensions. Video and audio conferencing network activity all take place over the UDP protocol, which is *not* subject to the same limitations; so Genie Timeline shouldn’t affect the quality of any audio/video sessions over the local LAN.
On the other side is the design and behavior of Timeline itself. Timeline defaults to (and usually runs in) “Smart Mode” which is a resource-friendly backup setting. It both throttles all costly operations (both in terms of CPU or I/O activity, such as access to local disks and LAN storage units), and runs in a reduced priority mode. In this mode, Genie Timeline runs almost invisibly in the background, and does not affect neither any running applications nor any network activity.
The actual numbers for network transfers vary depending on the data selected for transfer. It should be noted that certain file types are backed up using our own proprietary differential backup algorithm, Block Level. For these files, only the changed portions of the file are sent to the backup device, drastically minimizing the transfer amounts for large files such as multi-GB Outlook PST’s. Furthermore, the frequency of the backup can be controlled – while under all configurations Timeline remains a real-time backup solution, the actual writes can be coalesced to disk flexibly: anywhere from every 3 minutes to every several hours as needed, each with its own distinct bandwidth requirements.
LaCie announces Xtremkey; Indestructible Flash Drive!
Jul 15th
With a hard shell made out of Zamac which is a metal alloy composed of zinc, aluminum, magnesium and copper that can withstand extreme circumstances such as 333 feet of water pressure, temperatures that range from -58ºF to 392ºF, and pressure of a 10-ton truck! This USB drive is built tough, even though it is unlikely that such circumstances could happen, at least it can protect from abusive luggage handling at the airport, forgetting the drive in the car on a sunny day or even getting water on it somehow.
Equipped with the Hi-Speed USB 2.0 interface, the Xtremkey is also very fast in data transfer as it can reach up to 40Mb/s writing speed and up to 40 MBp/s reading speed.
The LaCie XtremKey ranges from an 8GB capacity to a 64GB. You can visit the LaCie website at www.Lacie.com for more information.
Check out the video of the key getting tested out:
Windows File Systems: Types and Limitations
Jul 6th
What are file systems?
File systems are methods of storing and organizing data on your computer. File systems are used on data storage devices such as hard disks or CD-ROMs to maintain the physical location of the files on these media types.
But how does that affect my data and computer operations?
For each type of file system there are certain specifications and limitations that govern the way you can read and write data on your disk. Windows makes use of the FAT and NTFS file systems.
FAT
File Allocation Table (FAT) is supported by all versions of Microsoft Windows. Older versions of the FAT file system (FAT12 and FAT16) had file name length limits this is commonly referred to as the 8.3 filename limit. VFAT, which was an extension to FAT12 and FAT16 introduced in Windows NT 3.5 and subsequently included in Windows 95, allowed long file names (LFN).
To address the need for even larger storage capacity, Microsoft introduced FAT32 with Windows 95 OSR2, FAT32 also addressed many of the limits in FAT12 and FAT16, but remains limited compared to NTFS.
Limitations of the FAT32 file system include:
• Clusters cannot be 64 kilobytes (KB) or larger. If clusters are 64 KB or larger, some programs (such as Setup programs) may incorrectly calculate disk space.
• A FAT32 volume must contain a minimum of 65,527 clusters. You cannot increase the cluster size on a volume that uses the FAT32 file system so that it contains fewer than 65,527 clusters.
• The maximum disk size is approximately 8 terabytes when you take into account the following variables: The maximum possible number of clusters on a FAT32 volume is 268,435,445, and there is a maximum of 32 KB per cluster, along with the space required for the file allocation table (FAT).
• You cannot decrease the cluster size on a FAT32 volume so that the size of the FAT is larger than 16 megabytes (MB) minus 64 KB.
• You cannot format a volume larger than 32 gigabytes (GB) in size using the FAT32 file system during the Windows XP installation process. Windows XP can mount and support FAT32 volumes larger than 32 GB (subject to the other limits), but you cannot create a FAT32 volume larger than 32 GB by using the Format tool during Setup. If you need to format a volume that is larger than 32 GB, use the NTFS file system to format it. Another option is to start from a Microsoft Windows 98 or Microsoft Windows Millennium Edition (Me) Startup disk and use the Format tool included on the disk.
• You are not allowed to have 4GB or more data file to a FAT32 File System.
You can follow this link to the Microsoft Support page for more information about the FAT32 file system:
http://support.microsoft.com/kb/154997
NTFS
NTFS, introduced with the Windows NT operating system, has much less file size limitations. a log-based file system, addresses FAT’s reliability and recoverability problems. A partition’s clusters are numbered sequentially using a 64-bit logical cluster number (LCN). Theoretically this system would allow access to 16 exabytes (16 billion GB) which far exceeds current storage needs. For now, Windows 2000 limits volumes to 128 Terabytes, but later operating systems could take advantage of even larger storage capacities. Like FAT, it sets a default cluster size depending on the size of the partition, assigning a size of 4KB for anything over 2GB. Also like FAT, administrators can override the defaults and use drop-down box to specify sizes up to 64KB.
The following are a few limitations of NTFS:
• File Names
File names are limited to 255 UTF-16 code words. Certain names are reserved in the volume root directory and cannot be used for files. These are: $MFT, $MFTMirr, $LogFile, $Volume, $AttrDef, . (dot), $Bitmap, $Boot, $BadClus, $Secure, $Upcase, and $Extend;[3] . (dot) and $Extend are both directories; the others are files. The NT kernel limits full paths to 32,767 UTF-16 code words.
• Maximum Volume Size
In theory, the maximum NTFS volume size is 264−1 clusters. However, the maximum NTFS volume size as implemented in Windows XP Professional is 232−1 clusters. For example, using 64 KB (64 × 1024 bytes) clusters, the maximum Windows XP NTFS volume size is 256 TB (256 × 10244 bytes) minus 64 KB. Using the default cluster size of 4 KB, the maximum NTFS volume size is 16 TB minus 4 KB. (Both of these are vastly higher than the 128 GB (128 × 10243 bytes) limit lifted in Windows XP SP1.) Because partition tables on master boot record (MBR) disks only support partition sizes up to 2 TB, dynamic or GPT volumes must be used to create NTFS volumes over 2 TB. Booting from a GPT volume to a Windows environment requires a system with EFI and 64-bit support.[43]
• Maximum File Size
As designed, the maximum NTFS file size is 16 EB (16 × 10246 bytes) minus 1 KB (1024 bytes) or 18,446,744,073,709,550,592 bytes. As implemented, the maximum NTFS file size is 16 TB (16 × 10244 bytes) minus 64 KB (64 × 1024 bytes) or 17,592,185,978,880 bytes.
• Alternate Data Streams
Windows system calls may handle alternate data streams.[3] Depending on the operating system, utility and remote file system, a file transfer might silently strip data streams.[3] A safe way of copying or moving files is to use the BackupRead and BackupWrite system calls, which allow programs to enumerate streams, to verify whether each stream should be written to the destination volume and to knowingly skip offending streams.
You can check the following Microsoft Support link for even more information about the Windows Fily systems:
http://support.microsoft.com/kb/100108
Your body is the controller; Microsoft Kinect is the future of gaming
Jul 5th
![]()

What Is Xbox 360 Kinect?
Kinect is the new controller from Microsoft for the Xbox 360 gaming console, it is more of a peripheral than a controller that you can hold in your hand, it consists of a camera that uses infrared scanning to track you movements around a room transforming your body into a controller.
Kinect was formerly known as Project Natal and videos on the internet showed how advanced the camera is with facial recognition, gesture recognition and a very advanced UI.
You can watch videos showing some of the future titles that are going to be released for Kinect by checking out this post on CrunchGear.
Other goodies with Kinect include a microphone so you can talk to the 360, a separate menu system than you’ve known on the 360 and Skype-like chat software called “videokinect” to sweeten the deal.
You can check out Kinect’s press release that contains pricing information and how it is going to be compatible with the new slim Xbox 360 Microsoft is planning to release.
An iPhone fanboy review of the iPhone 4
Jul 4th
![]()

If you are an iPhone enthusiast I am sure you have heard all the hype around the new iPhone 4. News is spreading all over the internet about the new iPhone’s antenna issues and all the controversy surrounding Apple’s cover up of the incorrect signal strength bars.This might throw off people from having a full overview off the phone and its capabilities. The following article from TechCrunch explains the phone’s amazing capabilities as well as explores all of its faults in an amazing, detailed review.
