Thesis Presentation
| A.Y. 2006-2007 | ||
| Student | Advisor | Thesis Topic |
| Ajay Surie | Satya | |
The emergence of pervasive computing systems such as Internet Suspend/Resume has facilitated ubiquitous access to a user's personalized computing environment, by layering virtual machine technology on top of distributed storage. This usage model poses several new challenges, such as establishing trust in unmanaged hardware that a user may access, and efficiently migrating VM state across low bandwidth networks.
This talk presents Trust-Sniffer, a tool that reduces the security risks associated with transient use by helping a user to gain confidence in software on an untrusted machine. The root of trust is a small, user carried device such as a USB memory stick. Trust-Sniffer verifies the on-disk boot image of the target machine, and incrementally expands the zone of trust by validating applications, including dynamically linked libraries, before they are executed. An application is validated by comparing its checksum to a list of known good checksums. If a binary cannot be validated, its execution is blocked. This staged approach to establishing confidence in an untrusted machine strikes a good balance between the needs of security and ease-of-use, and facilitates rapid use of transient hardware.
To optimize the transfer of large amounts disk and memory state for VM migration, I propose a solution based on {\em opportunistic replay} of user actions. The term opportunistic means that replay does not have to perfect to be useful. In contrast to other replay techniques, opportunistic replay captures user interactions with applications at the GUI level, resulting in very small replay logs that economize network utilization. Replay of user interactions on a VM at the migration target site can result in divergent VM state. Cryptographic hashing techniques are used to identify and transmit only the differences. Encouraging results with a preliminary prototype show savings of up to 80.5\% of bytes transferred.
Thesis Committee:
M. Satyanaraynan, Chair
David A. Eckhardt