OOTI Talks Apr-19 Johan J. Lukkien,

Slides:



Advertisements
Similar presentations
Pete Bohman Adam Kunk.  Introduction  Related Work  System Overview  Indexing Scheme  Ranking  Evaluation  Conclusion.
Advertisements

CAP 252 Lecture Topic: Requirement Analysis Class Exercise: Use Cases.
P2P: Advanced Topics Filesystems over DHTs and P2P research Vyas Sekar.
30-Jun-15 Johan J. Lukkien, TU/e Informatica, System Architecture and Networking 1 OOTI Talks
Lecturer: Miljen Matijašević G10, room 6, Tue 11:30-12:30 Session 3, 31 Mar 2014.
2-Oct-15 Bojan Orlic, TU/e Informatica, System Architecture and Networking 12-Oct-151 Homework assignment 1 feedback Bojan Orlic Architecture.
TWEPP Scientific Committee Ph. Farthouat, CERN. Agenda  Feedback from TWEPP-12  TWEPP-12 Proceedings: status  Scientific.
Objectives Functionalities and services Architecture and software technologies Potential Applications –Link to research problems.
T Seminar on Network Security Today’s agenda 1.Seminar arrangements 2.Advice on the presentation.
Business Writing: Data Collection and Analysis Business Communication: Organising and Outlining the Report Organising and Outlining the Report.
Eduardo Gutarra Velez. Outline Distributed Filesystems Motivation Google Filesystem Architecture The Metadata Consistency Model File Mutation.
July 12th 1999Kits Workshop 1 Active Networking at Washington University Dan Decasper.
ITCS 6265 Details on Project & Paper Presentation.
Using Visual Aids. Objects and Models Photographs and Drawings Graphs Charts Video The Speaker Powerpoint 123.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Lecture 24: GFS.
Cloud Distributed Computing Environment Hadoop. Hadoop is an open-source software system that provides a distributed computing environment on cloud (data.
Cofax Scalability Document Version Scaling Cofax in General The scalability of Cofax is directly related to the system software, hardware and network.
Presentation Title Presenter name Presenter’s company.
Introduction to DBMS Purpose of Database Systems View of Data
Situated supervision Ability to read the situation ….
Layers Data from IBM-Rational and Craig Larman’s text integrated into these slides. These are great references… Slides from these sources have been modified.
Advanced Topics in Concurrency and Reactive Programming: Case Study – Google Cluster Majeed Kassis.
Organizational Patterns
External Sorting Chapter 13
Improving and Generalizing Chord
NOTE-TAKING AND NOTE- MAKING
CHAPTER 3 Architectures for Distributed Systems
Chapter 6 Warehouse-Scale Computers to Exploit Request-Level and Data-Level Parallelism Topic 4 Storage Prof. Zhang Gang School of.
Ganymed: Scalable Replication for Transactional Web Applications
Transport layer issues Johan Lukkien
The Google File System Sanjay Ghemawat, Howard Gobioff and Shun-Tak Leung Google Presented by Jiamin Huang EECS 582 – W16.
Br. Mahyuddin Daud (Sem /2013) Making the most out of lectures
Team member 1, school Team member 2, school Team member 3, school
Testing appraisal models with digital corpora
OOTI Talks Nov-18 Johan J. Lukkien,
CS5412: Using Gossip to Build Overlay Networks
Guidelines for Reports Basic Concepts & Algorithms in CP
File service architecture
Socratic Seminar *I can balance listening with speaking.
Layers Data from IBM-Rational and Craig Larman’s text integrated into these slides. These are great references… Slides from these sources have been modified.
External Sorting The slides for this text are organized into chapters. This lecture covers Chapter 11. Chapter 1: Introduction to Database Systems Chapter.
IS 651: Distributed Systems Midterm
How to Read Research Papers?
File Organizations and Indexing
File Organizations and Indexing
External Sorting Chapter 13
Selected Topics: External Sorting, Join Algorithms, …
Final Exam Review CptS 464/564 April 25, 2018.
A Redundant Global Storage Architecture
Distributed File Systems
Connections Johan Lukkien
Layering & protocol stacks Johan Lukkien
Introduction to DBMS Purpose of Database Systems View of Data
First Author 1, Second Author2, Useful links and key points
First Author 1, Second Author2, Useful links and key points
Multithreaded Programming
Implementation of ICT-related solutions
CSE 451: Operating Systems Distributed File Systems
DISTRIBUTED SYSTEMS Principles and Paradigms Second Edition ANDREW S
Two – One Problem Legal Moves: Slide Rules: 1s’ move right Hop
Comments on SIEC by the Expert Group on International Economic and Social Classifications UNSD.
Two – One Problem Legal Moves: Slide Rules: 1s’ move right Hop
External Sorting Chapter 13
Packet communication Johan Lukkien
File Organizations and Indexing
Network Architecture Johan Lukkien
Introduction Johan Lukkien
CS5412: Using Gossip to Build Overlay Networks
Final Exam Review CptS 464/564 April 24, 2019.
Evidence for Welfare Practice
Presentation transcript:

OOTI Talks 22-11-2006 18-Apr-19 Johan J. Lukkien, j.j.lukkien@tue.nl TU/e Informatica, System Architecture and Networking

Questions Where are failure models for? Relationships: (reliable) multicast vs TCP vs. general multicast problem (spanning tree approach) atomic/reliable multicast / reliable RPC vs. transactions 18-Apr-19 Johan J. Lukkien, j.j.lukkien@tue.nl TU/e Informatica, System Architecture and Networking

Advice Clear difference between assumptions, problem and solutions Prepare for time-problems 18-Apr-19 Johan J. Lukkien, j.j.lukkien@tue.nl TU/e Informatica, System Architecture and Networking

Comment The topics were well-prepared, but more than fits in an hour 18-Apr-19 Johan J. Lukkien, j.j.lukkien@tue.nl TU/e Informatica, System Architecture and Networking

Questions What do they (=google) do? (rather than how) abstract problem Where is the gain? i.e., why and how does the GFS system solve the suggested issues avoidance of single hotspot – file manager dispatches request asap Is GFS an overlay filesystem relying on local filesystems? “a chunk is a file”... 2 levels of files? 18-Apr-19 Johan J. Lukkien, j.j.lukkien@tue.nl TU/e Informatica, System Architecture and Networking

Advice Indicate the separate concerns ranking, storage, retrieval, crawling, name-space management, load balancing Explicitly name the problems, or picture them e.g., which typical operations are supported by a data structure Listeners read the slides less text, or slowly coming in or give enough time Give an operational idea of the problems, how many reads, writes etc., Semantics/terminology: file, chunk, block, .... ? 18-Apr-19 Johan J. Lukkien, j.j.lukkien@tue.nl TU/e Informatica, System Architecture and Networking

Comments I find the choice of topic very interesting; relationship between presented facts and underlying problems unclear I would have given the numbers first 18-Apr-19 Johan J. Lukkien, j.j.lukkien@tue.nl TU/e Informatica, System Architecture and Networking