Tag File System in Cloud 林敬棋 NTU CSIE D00922019. Research Statement This project aims at adding tags to the files in the cloud storage. ◦ A tag is a keyword.

Slides:



Advertisements
Similar presentations
an Internet bookmark acts as a marker for a Web site.
Advertisements

Business Development Suit Presented by Thomas Mathews.
2010 Product Overview.  Introduction  Purpose  The Problems  The Solution  Getting Around  Main Modules  Content Management System  Room and Equipment.
Backup as a Service and Disaster Recovery as a Service Providing backup and disaster recovery for virtual servers.
Database Theory Why use database? Data is a valuable corporate resource which needs adequate accuracy, consistency and security controls. The centralized.
Smart Bookmarking by: Lori Sheldon. Picture it.... you have all of your bookmarks saved on your home computer.
College for Professional Studies Topic : Social Bookmarking Name: Santosh Devbhandari Course and Sem: B.Sc. IT 4 th SEM.
Jessica Mannino. Blog A blog (a contraction of the term " Web log ") is a website, usually maintained by an individual, with regular entries of commentary,
File Management Systems
Del.icio.us Bill G. Kelm IDS 150: Research in the Information Age April 3, 2007.
Chapter 12 File Management Systems
Introduction Web Development II 5 th February. Introduction to Web Development Search engines Discussion boards, bulletin boards, other online collaboration.
Management of information. Objectives Discuss the benefits of good management practice Present reference management tools Present bookmark management.
Feeds Computer Applications to Medicine NSF REU at University of Virginia July 27, 2006 Paul Lee.
My Site Collaborative Features. About Me Support Team Leader with Webteksolutions Primary.
SERVER Betül ŞAHİN What is this? Betül ŞAHİN
0 1 Presented by MANSOUREH SERATI Faculty Member of Islamic World Science Citation Center (ISC) shiraz, Iran.
Web 2.0: Concepts and Applications 4 Organizing Information.
Web Search Created by Ejaj Ahamed. What is web?  The World Wide Web began in 1989 at the CERN Particle Physics Lab in Switzerland. The Web did not gain.
1 Chapter 12 File Management Systems. 2 Systems Architecture Chapter 12.
How do you spread the news using NNTP (Network News Transfer Protocol) - Avinash Gosavi
SharePoint Services Indiana University Cory P. Retherford May 9 th, 2011.
Windows 2003 Overview Lecture 1. Windows Networking Evolution Windows for Workgroups – peer-to-peer networking built into the OS Windows NT – separate.
Website Presentation Written By Mark Brady. Website Advantages Company services can be activated from the customers home, or literally anywhere. Users.
Web 2.0 Features on Scitation. Web 2.0 and Powder Diffraction Web 2.0 features can be found on the Scitation platform for Powder Diffraction –
Grid Appliance – On the Design of Self-Organizing, Decentralized Grids David Wolinsky, Arjun Prakash, and Renato Figueiredo ACIS Lab at the University.
Do you spend too much time trying to locate those favorite websites used for research?
55 Participants Average years in education = 12 Average age = 38 3 males; 52 females Most used applications = Reviews, Polling, etc.; Events; Social Networks.
SOCIAL BOOKMARKING How to Use del.icio.us to Save, Recall and Share Links Jo-Anne Gibson June, 2007.
 Social and Technological developments that led to Web 2.0 Internet connectivity available almost everywhere Personal computer evolved into homes, schools,
CSE 219 Computer Science III CVS
Diagnostic Pathfinder for Instructors. Diagnostic Pathfinder Local File vs. Database Normal operations Expert operations Admin operations.
INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.
Let's play “tag”. what is a tag? A tag is a keyword or descriptive term associated with an item as means of classification by means of a folksonomy...
NTU Natural Language Processing Lab. 1 An Analysis of Effectiveness of Tagging in Blogs Christopher H. Brooks and Nancy Montanez University of San Francisco.
Okalo Daniel Ikhena Dr. V. Z. Këpuska December 7, 2007.
File Storage Organization The majority of space on a device is reserved for the storage of files. When files are created and modified physical blocks are.
Center for E-Business Technology Seoul National University Seoul, Korea Social Ranking: Uncovering Relevant Content Using Tag-based Recommender Systems.
The Problem:  Everyone needs to store financial records  The IRS requires we maintain our financial records for 3-7 number of years  Storing and recalling.
Final project presentation by Alsharidah, Mosaed.
Social Bookmarking with del.icio.us. What is del.icio.us? Social Software Store your bookmarks online Tag your bookmarks Share your bookmarks with others.
WEB 2.0 PATTERNS Carolina Marin. Content  Introduction  The Participation-Collaboration Pattern  The Collaborative Tagging Pattern.
Social Bookmarking! September 29, For Today: Introduce Social Bookmarking Register at Take home worksheet!
Digital Literacy Concepts and basic vocabulary. Digital Literacy Knowledge, skills, and behaviors used in digital devices (computers, tablets, smartphones)
Brought to you as a public service by: Ian O’Donnell DISASTER RISK REDUCTION SOCIAL TAGGING SITE:
Blackboard Learn 9.1 © 2010 Blackboard Inc. All rights reserved.
Hernán J. Larrea.  Symantec Corporation has not participated in the development of this document.  All sources will be properly mentioned at the end.
Configuring, Managing and Maintaining Windows Server® 2008 Servers Course 6419A.
How to be Found Online PRESENTED BY JILLIAN BLACKBURN.
Web 2.0 is the second generation of Internet-based services that emphasize online collaboration and sharing among users.
Prepare, Migrate, and Operate with Barracuda. Who is Barracuda Networks? NYSE: CUDA Founded in 2003, IPO 2013 Headquartered in Silicon Valley, offices.
Online Data Storage Companies MY Docs Online. Comparison Name Personal Edition Enterprise Edition Transcription Edition Price $9.95 monthly rate $4.99.
1 Web Search What are easy ways to create a website? 2 Web Search What is a blog? What type of content does this type of website provide? 3 Web.
 GEETHA P.  Originally coined by Tim O’Reilly Publishing Media  Second generation of services available on www.  Lets people collaborate and share.
19 Copyright © 2008, Oracle. All rights reserved. Security.
Cloud-Computing Cloud Web-Blog Software Application Download Software.
Storage Issues 09/19.
“Real Simple Syndication” (RSS)
3.2 Virtualisation.
< < LE:NOTRE Institute tag cloud Resources cloud tag cloud tag
Net 323 D: Networks Protocols
Mendeley.
What is a Database and Why Use One?
Database.
Outline Midterm results summary Distributed file systems – continued
Atelier Progress Report
Station Management System
Website Testing Checklist
Attach2Dynamics Drag and Drop multiple files and folders to Cloud Storage within your Dynamics CRM
Databases and Information Management
Presentation transcript:

Tag File System in Cloud 林敬棋 NTU CSIE D

Research Statement This project aims at adding tags to the files in the cloud storage. ◦ A tag is a keyword used to describe an object.  Often used in social bookmarking, social news and blog entries to help users search for relevant content.

Motivation and Challenge The traditional hierarchy based file system may not work well in the cloud. ◦ Files belong to the same user can be stored in different server. Use tags to manage the files instead of directory. Challenges: ◦ Maintain tag-file relationship.  Crash recovery, migration, … ◦ Efficient tag management  Searching, renaming, …

Potential Solution Centralized solution ◦ Keeps a tag-to-file table in the master server. Decentralized solution ◦ Each server keeps a tag-to-file table for files stored on it.

Novelty There are already some tag file system. ◦ However, they works on single machine. ◦ Nevertheless, they only add a layer on the hierarchy based file system. Currently people tag tags on websites, blogs, and articles. ◦ Not general files.

Resource Required Private cloud ◦ A set of servers. Files with different contents.

Evaluation Items ◦ Upload/download files ◦ Add/delete/modify tags ◦ Search/list files with given tags “Why you believe you can succeed?” ◦ I can get strong backup from my colleagues since our lab majors in cloud computing.