Technische Universität Braunschweig
  • Study & Teaching
    • Beginning your Studies
      • Prospective Students
      • Degree Programmes
      • Application
      • Fit4TU
      • Why Braunschweig?
    • During your Studies
      • Fresher's Hub
      • Term Dates
      • Courses
      • Practical Information
      • Beratungsnavi
      • Additional Qualifications
      • Financing and Costs
      • Special Circumstances
      • Health and Well-being
      • Campus life
    • At the End of your Studies
      • Discontinuation and Credentials Certification
      • After graduation
      • Alumni*ae
    • For Teaching Staff
      • Strategy, Offers and Information
      • Learning Management System Stud.IP
    • Contact
      • Study Service Centre
      • Academic Advice Service
      • Student Office
      • Career Service
  • Research
    • Research Profile
      • Core Research Areas
      • Clusters of Excellence at TU Braunschweig
      • Research Projects
      • Research Centres
      • Professors‘ Research Profiles
    • Early Career Researchers
      • Support in the early stages of an academic career
      • PhD-Students
      • Postdocs
      • Junior research group leaders
      • Junior Professorship and Tenure-Track
      • Habilitation
      • Service Offers for Scientists
    • Research Data & Transparency
      • Transparency in Research
      • Research Data
      • Open Access Strategy
      • Digital Research Announcement
    • Research Funding
      • Research Funding Network
      • Research funding
    • Contact
      • Research Services
      • Academy for Graduates
  • International
    • International Students
      • Why Braunschweig?
      • Degree seeking students
      • Exchange Studies
      • TU Braunschweig Summer School
      • Refugees
      • International Student Support
    • Going Abroad
      • Studying abroad
      • Internships abroad
      • Teaching and research abroad
      • Working abroad
    • International Researchers
      • Welcome Support
      • PhD Studies
      • Service for host institutes
    • Language and intercultural competence training
      • Learning German
      • Learning Foreign Languages
      • Intercultural Communication
    • International Profile
      • Internationalisation
      • International Cooperations
      • Strategic Partnerships
      • International networks
    • International House
      • About us
      • Contact & Office Hours
      • News and Events
      • International Days
      • 5th Student Conference: Internationalisation of Higher Education
      • Newsletter, Podcast & Videos
      • Job Advertisements
  • TU Braunschweig
    • Our Profile
      • Aims & Values
      • Regulations and Guidelines
      • Alliances & Partners
      • The University Development Initiative 2030
      • Foundation University
      • Facts & Figures
      • Our History
    • Career
      • Working at TU Braunschweig
      • Vacancies
    • Economy & Business
      • Entrepreneurship
      • Friends & Supporters
    • General Public
      • Check-in for Students
      • The Student House
      • Access to the University Library
    • Media Services
      • Communications and Press Service
      • Services for media
      • Film and photo permits
      • Advices for scientists
      • Topics and stories
    • Contact
      • General Contact
      • Getting here
  • Organisation
    • Presidency & Administration
      • Executive Board
      • Designated Offices
      • Administration
      • Committees
    • Faculties
      • Carl-Friedrich-Gauß-Fakultät
      • Faculty of Life Sciences
      • Faculty of Architecture, Civil Engineering and Environmental Sciences
      • Faculty of Mechanical Engineering
      • Faculty of Electrical Engineering, Information Technology, Physics
      • Faculty of Humanities and Education
    • Institutes
      • Institutes from A to Z
    • Facilities
      • University Library
      • Gauß-IT-Zentrum
      • Professional and Personnel Development
      • International House
      • The Project House of the TU Braunschweig
      • Transfer Service
      • University Sports Center
      • Facilities from A to Z
    • Equal Opportunity Office
      • Equal Opportunity Office
      • Family
      • Diversity for Students
  • Search
  • Quicklinks
    • People Search
    • Webmail
    • cloud.TU Braunschweig
    • Messenger
    • Cafeteria
    • Courses
    • Stud.IP
    • Library Catalogue
    • IT Services
    • Information Portal (employees)
    • Link Collection
    • DE
    • EN
    • IBR YouTube
    • Facebook
    • Instagram
    • YouTube
    • LinkedIn
    • Mastodon
Menu
  • Organisation
  • Faculties
  • Carl-Friedrich-Gauß-Fakultät
  • Institutes
  • Institute of Operating Systems and Computer Networks
  • Open Theses
Logo IBR
IBR Login
  • Institute of Operating Systems and Computer Networks
    • News
    • About us
      • Whole Team
      • Directions
      • Floor Plan
      • Projects
      • Publications
      • Software
      • News Archive
    • Connected and Mobile Systems
      • Team
      • Courses
      • Theses
      • Projects
      • Publications
      • Software
      • Datasets
    • Reliable System Software
      • Overview
      • Team
      • Teaching
      • Theses & Jobs
      • Research
      • Publications
    • Algorithms
      • Team
      • Courses
      • Theses
      • Projects
      • Publications
    • Microprocessor Lab
    • Education
      • Summer 2025
      • Winter 2024/2025
      • Theses
    • Services
      • Library
      • Mailinglists
      • Webmail
      • Knowledge Base
      • Wiki
      • Account Management
      • Services Status
    • Spin-Offs
      • Docoloc
      • bliq (formerly AIPARK)
      • Confidential Technologies
    • Research Cooperations
      • IST.hub

Design and Implementation of a centralized Backup and Restore Facility for distributed Systems

Student(visible for staff only)
SupervisorProf. Dr. Felix Büsching
ProfessorProf. Dr.-Ing. Lars Wolf
ProjectGAL
IBR GroupCM (Prof. Wolf)
TypeBachelor Thesis
Statusfinished
Start2011-05-16

Introduction

Within the GAL-project a Multi-Services-Home-Platform (MSHP) is developed and it is planned for the future to install several instances of this platform in realistic environments. At the current state of the project, this platform is far from being reliable and stable and there is a high risk for a loss of data. Because of this, a local back-up-component already has been implemented and the transfer of back-ups to a central server is provided. The current system is limited to a local (at each MSHP) configuration and there is no strategy or system for handling backups and restoring data.

The basic approach for achieving data-security in the GAL-project is the following: all user data is only stored on the users’ MSHP. Data that leaves the MSHP is only allowed to be transferred in an encrypted way. Furthermore, backups have to be encrypted with a user-specific key or certificate, to assure that the backups can only be restored on the users’ MSHP.

Task Description

Within this thesis, a centralized backup and restore facility for several distributed MSHPs, operated via a remote Graphical-User-Interface (GUI), is to be designed and implemented; several sub-tasks can be identified:

Encryption

As encryption of all data leaving the MSHP is a crucial part, the first task should start with an overview and an analysis of recent existing encryption methods and their suitability for the desired application. An appropriate solution should include both, encryption and authentication. The used encryption-algorithms should be integrated in a modular way to easily allow a replacement in case of a possible corruption of the algorithms in the future.

Integrity Check

A separate integrity check should provide a mechanism for detecting the correct transfer and storage of the backup-files. It should be implemented for both directions: For backup-files transferred form an individual MSHP to a central storage and the other way around.

Local restore functionality

A separate integrity check should provide a mechanism for detecting the correct transfer and storage of the backup-files. It should be implemented for both directions: For backup-files transferred form an individual MSHP to a central storage and the other way around.

Central Configuration Management

The central facility should enable remote management and configuration of the distributed backup processes. Individual configurations for each installation should be supported as well as general configurations for all MSHPs.

Central Management of local and central Backups

The central management should include an overview of local backups (on each MSHP) and remote backups (stored in one or more central storages). Through a web-based GUI, the simple restore of individual Backups (stored remote or local) can be initiated.

During a concluding evaluation, the functionality of the backup and restore facility has to be shown and possible limitations or bottlenecks are to be identified.

Verwandte (abgeschlossene) Arbeiten:
  • Fernwartung von Multi-Services-Home-Plattformen
  • Monitoring eines Body Area Netzwerks

last changed 2011-11-24, 20:52 by Prof. Dr. Felix Büsching

For All Visitors

Vacancies of TU Braunschweig
Career Service' Job Exchange 
Merchandising

For Students

Term Dates
Courses
Degree Programmes
Information for Freshman
TUCard

Internal Tools

Glossary (GER-EN)
Change your Personal Data

Contact

Technische Universität Braunschweig
Universitätsplatz 2
38106 Braunschweig

P. O. Box: 38092 Braunschweig
GERMANY

Phone: +49 (0) 531 391-0

Getting here

© Technische Universität Braunschweig
Imprint Privacy Accessibility