Giter Site home page Giter Site logo

denghanjie / cs360v-f21 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vijay03/cs360v-f21

0.0 0.0 0.0 56.5 MB

Online Graduate Virtualization Class. UT Austin CS Dept. Instructor: Vijay Chidambaram. Copyright held by Vijay Chidambaram and UT Austin.

License: Other

Makefile 0.18% Python 60.12% HTML 39.70%

cs360v-f21's Introduction

CS 360V Virtualization (Fall 2021)

Welcome to CS 360V Virtualization for undergrads. This is a course designed to expose undergraduate students to the latest in virtualization technologies such as virtual machines, containers, serverless, etc. The course also has two significant project components to be completed over the course of the semester.

This course will introduce students to a range of exciting topics including:

  • Basics of Virtual Machines
  • Basics of Containers
  • How CPU is Virtualized
  • How Storage is Virtualized
  • How Network is Virtualized
  • Nested Virtualization
  • Hardware Features Assisting Virtualization
  • Deploying Virtual Machines
  • Orchestrating Containers
  • How serverless works

Aside from teaching you the concepts behind virtualization, this course is meant to get you familiar with the commonly used tools and software. You should get used to using virtual machines, and containers. You will gain more experience with Git, and with real-world code bases.

Piazza Link: piazza.com/utexas/fall2021/cs360v

Canvas Link: https://utexas.instructure.com/courses/1311673

Class Timing and Location: TuTh 2 pm - 3:30pm at GDC 5.302

Schedule (See here for notes)

Instructor: Vijay Chidambaram

Email: [email protected]

Office hours: Fri 2-3 PM CST on Zoom

TA: Hayley LeBlanc

Email: [email protected]

Office hours: Wed 4-5 PM on Zoom

Grading

25% Midterm 1
25% Midterm 2

25% Project: modifying a hypervisor
25% Project: contributing to an open-source repository related to virtualization

Extra Credit

You can earn upto 1% extra credit if your patches get accepted to any open-source repository related to virtualization.

0.5%: Any patch at all, no restrictions, could be a one line fix to a simple bug.
0.5%: This needs to be a more substantial patch, requiring technical thought and care.

Note that these extra-credit activities will also serve you well in hunting for jobs or internships: getting a patch accepted in a project is impressive.

Reading

These books are not required, but are useful for the class. The same information is also available freely online.

Hardware and Software Support for Virtualization
Edouard Bugnion, Jason Nieh, Dan Tsafrir, and Margaret Martonosi

https://search.lib.utexas.edu/permalink/01UTAU_INST/be14ds/alma991057986159206011 (Available for free in the UT Library) https://ebookcentral-proquest-com.ezproxy.lib.utexas.edu/lib/utxa/detail.action?docID=4815368

Projects

There will be two big projects in the course. Students will work in groups of two or three for both projects. Students can have different teams for each project.

The first project will involve modifying an existing hypervisor to add certain features. You will need to know the basics of operating systems, C, and assembly to complete this project. You can start seting up the project here: Lab 0, https://github.com/vijay03/cs360v-f21/blob/main/Lab0.md

The second project is open-ended, and will involve adding a new feature to any open-source project related to virtualization and containers. Students will propose what they want to do, get the proposal approved, and then present on what they did at the end of the semester. You are encouraged to add a useful feature to an open-source project (and potentially get it merged with the code base). More details here: https://github.com/vijay03/cs360v-f21/blob/main/project-open-source.md.

More details about the projects will be added shortly.

Deadlines (tentative)

Aug 26 First class
Sep 9 Lab 0 due
Sep 21 Lab 1 due
Oct 5 Midterm 1
Sep 30 Lab 2 due
Oct 14 Lab 3 due
Oct 26 Lab 4 due
Dec 2 Midterm 2
Dec 12 Report due about open-source contributions

Course Policies

Students with disabilities may request appropriate academic accommodations from the Division of Diversity and Community Engagement, Services for Students with Disabilities, 512-471-6259, http://www.utexas.edu/diversity/ddce/ssd/.

Religious Holy Days: A student who is absent from an examination or cannot meet an assignment deadline due to the observance of a religious holy day may take the exam on an alternate day or submit the assignment up to 24 hours late without penalty, if proper notice of the planned absence has been given. Notice must be given at least 14 days prior to the classes which will be missed. For religious holy days that fall within the first 2 weeks of the semester, notice should be given on the first day of the semester. Notice must be personally delivered to the instructor and signed and dated by the instructor, or sent certified mail. Email notification will be accepted if received, but a student submitting email notification must receive email confirmation from the instructor.

Collaboration

  1. The students are encouraged to do the projects in groups of two or three.
  2. Each student must present.
  3. I strongly encourage you to discuss the projects and assignments with anyone you can. That's the way good science happens. But all work and writeup for the assignment must be your own, and only your own.
  4. As a professional, you should acknowledge significant contributions or collaborations in your written or spoken presentations.
  5. The student code of conduct is here. Intellectual dishonesty can end your career, and it is your responsibility to stay on the right side of the line. If you are not sure about something, ask.
  6. The penalty for cheating on an exam, project or assignment in this course is an F in the course and a referral to the Dean of Students office.
  7. You cross over from collaboration to cheating when you look at another person/team's source code. Discussing ideas is okay, sharing code is not.
  8. You also may not look at any course project material relating to any project similar to or the same as this course's class projects. For example, you may not look at the work done by a student in past years' courses, and you may not look at similar course projects at other universities.
  9. All submitted work must be new and original.

Late Policy

  1. All projects/assignments must be submitted in class the day they are due.
  2. For each day a project/assignment is late, you lose 5% of the points for that project. So if you submit two days after the deadline, your maximum points on that project will be 90%.
  3. In this class, it is always better to do the work (even late) than not do it at all.
  4. If you become ill: contact the instructor. A medical note is required to miss an exam.

Acknowledgements

This course is inspired by (and uses material from) courses taught by Don Porter, Alison Norman, Remzi Arpaci-Dusseau, Simon Peter, and Chris Rossbach.

Copyright

Copyright Notice: These course materials, including, but not limited to, lecture notes, homeworks, and projects are copyright protected. You must ask me permission to use these materials.

I do not grant to you the right to publish these materials for profit in any form. Any unauthorized copying of the class materials is a violation of federal law and may result in disciplinary actions being taken against the student or other legal action against an outside entity. Additionally, the sharing of class materials without the specific, express approval of the instructor may be a violation of the University's Student Honor Code and an act of academic dishonesty, which could result in further disciplinary action. This includes, among other things, uploading class materials to websites for the purpose of sharing those materials with other current or future students.

cs360v-f21's People

Contributors

vijay03 avatar abbykrish avatar hayley-leblanc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.