Difference between revisions of "Main Page"

From CSE538 Wiki
Jump to navigation Jump to search
 
(91 intermediate revisions by the same user not shown)
Line 1: Line 1:
<strong>CSE 473 wiki (INTRODUCTION TO COMPUTER NETWORKS)</strong>
+
<span style="color: red;font-size:200%">'''NOTE THAT THIS IS NOT THE WIKI FOR THE FALL 2021 EDITION OF THE COURSE, WHICH IS ACCESSIBLE [https://classes.engineering.wustl.edu/cse538-online HERE].'''</span>
=='''Links'''==
+
 
* [https://piazza.com/wustl/fall2014/cse473/home Piazza course page]: Please use it for all Q&A related to the class. ('''Note''':  You need to [http://piazza.com/wustl/fall2014/cse473 sign-up] before being able to access the site).
+
 
* [http://bb.wustl.edu Blackboard Site]:  Used '''only''' for posting grades.
+
<span style="font-size:150%"><strong>CSE 538 (Modeling and Performance Evaluation of Computer Systems)</strong></span>
--------------
 
  
=='''Announcements'''==
+
=='''Course Description'''==
 +
Modern computing systems consist of multiple interconnected components, which all influence performance. The focus of this course is on developing modeling tools aimed at understanding how to design and provision such systems to meet certain performance or efficiency targets, and the trade-offs involved. The course covers Markov chains and their applications to simple queues, and proceeds to explore more complex systems including server farms and how to optimize their performance through scheduling and task assignment policies. The course includes a brief review of the necessary probability and mathematical concepts. Prerequisite: ESE 326. <br/> '''Note''':  This is a graduate course, and so while we will go through a brief ''refresher'' on probability and transform methods, neither is meant to replace having taken a course on those topics.
  
* '''[12/5/2014  Office hours for the next two weeks'''I will be travelling on both Monday 12/08 and Monday 12/15, and will therefore not be able to hold office hours on either day.  I will have office hours on Wednesday 12/10, and will try to find another slot to replace the Monday office hours.
+
==='''Why Should I Take This Course?''' (or What Should I Expect to Learn from It?)===
* '''[12/4/2014] Scope of final exam''':  As mentioned today in our last class, the scope of the final exam includes everything '''after''' the midterm exam, i.e., only topics that were not part of the midterm's scope are included.
+
The course is about creating and solving models that allow you to evaluate the performance of different computer systems (though the techniques are general and applicable to a wide range of other systems).
* '''[12/4/14] Solution for final review problems''':  has been posted in the [[exams | Exams & quizzes]] section of the wiki.
 
* '''[12/4/14] Quiz 6''':  Grades for quiz 6 have been posted on Blackboard.  Mean grade was 5.51 with a min of 1 and a max of 10.
 
* '''[12/3/2014]  Updated Lecture 17 Slides''':  I have uploaded an updated version of the slides that includes a modified version of the solution of the exercise on slide 29 for the case with RTS/CTS.  The new version captures more accurately the effect of RTS and CTS messages, including for nodes that may not hear the RTS messages (the earlier version assumed all nodes heard all RTS and CTS messages).  A slide with a time diagram was also added to illustrate the behavior.  The difference with the earlier version is small because the transmission times of RTS (and CTS) messages is itself small.
 
* '''[11/28/2014] Final review''':  A set of problems that we will cover during the Final Review session on Thursday December 4, 2014, has been posted in the [[exams | Exams & quizzes]] section of the wiki.  In order for the review session to be useful, you should solve all the problems ahead of time.  Your ability to solve them correctly and quickly will be your best indicator of weakness areas that you should focus on to do well in the final exam.  Other material that can help you prepare for the exam includes past quizzes, review questions, and the exercises in the slides.  The scope of the final exam spans everything that was not included in the midterm exam.  As the midterm, the final will be open-book and you are allowed your computer to facilitate searching through material, though as pointed out before, spending too much time searching for answers in your notes may preclude you from completing all the final's problems.
 
  
[[old_announce | '''Old Announcements''']]
+
A model has usually three components: (1) How work arrives to the system, (2) the structure of the system (can jobs wait for service and how many, in which order are they served, etc.), and (3) a characterization of the amount of work each job brings. Performance metrics of interest are commonly in the form of order statistics of quantities such as ''waiting time, system time (waiting + service), throughput (number of jobs processed per unit of time), loss probability (odds that a job is turned away because of a full system), etc.''
  
=='''Overview'''== 
+
The course will equip you with a set of tools for choosing the proper representations for each of those three components, and will show you how to combine and apply them in a number of standard system configurations associated with common computer systemsThrough those examples, you will not only learn how to apply those tools, but also how to interpret the results they produce.
This course provides a broad introduction to <u>'''computer networking'''</u>.<br/>
 
It addresses all four major architectural layers of modern computer networks (application layer, transport layer, network layer and link layer), as well as selected topics from multimedia networking, wireless networking and network security.<br/>
 
'''Application layer''' topics include basic network programming and application layer protocols, including the protocols that underlie the world-wide web, electronic mail, the domain name system and peer-to-peer applications.<br/>
 
'''Transport layer''' topics include the User Datagram Protocol (UDP), principles of reliable data transfer and the Transmission Control Protocol (TCP), as well as peer-to-peer protocols.<br/>
 
'''Network layer''' topics include key protocols from the Internet protocol suite (IPv4 and IPv6, as well as ICMP, DHCP and NAT), plus router data and control plane functionsThe latter covers general network routing algorithms and specific Internet unicast and multicast routing protocols (OSPF, IS-IS, PIM and BGP).<br/>
 
'''Link layer''' topics include multi-access protocols, Collision-Sense Multiple Access with Collision Detection (CSMA/CD), Ethernet, link layer switching, and Virtual Local Area Networks (VLAN). Wireless topics include WiFi, cellular wireless networks and mobile IP.<br/>
 
The topic of '''network security''' includes an introduction to basic cryptographic techniques, introduces security protocols, and offers a review of major (network) attacks and associated defense.<br/><br/>
 
'''Prerequisite''': CSE 241<br/>
 
'''Credits''': 3 units.
 
  
=='''Textbook(s)'''==
+
=='''Instructor's Background'''==
Kurose & Ross, Computer Networking: A Top-Down Approach, 6/e (2013), 0132856204, ISBN-13: 9780132856201
+
The bulk of my career has been spent developing and applying algorithmic and performance modeling solutions to problems in computer networking.
  
See also [http://ftp.itb.ac.id/pub/ISO-IMAGES/linux/filenya-putu-shinoda/bukulinux/TCPIPSocketInJava.pdf TCP/IP Sockets in Java] by K.L. Calvert and M.J. Donahoo
+
I spent about 12 years at IBM Research T.J. Watson developing what at the time were viewed as "next generation" networking solutions. Some of that work led to various quality-of-service enhancement to routers made by IBM, and to the development of what was supposed to be IBM's advanced packet switching network architecture called Networking BroadBand Services (NBBS).  That work did not go anywhere as it was caught by the Internet tsunami (to which I also contributed to some extent by co-authoring a few RFCs such as RFC 2212, RFC 2676, RFC 2697, RFC 2698, RFC 2753), but on the modeling front it gave rise to the concept or equivalent or effective bandwidth that predicts how much bandwidth a variable rate connection needs to meet a certain performance level. I left IBM to join the University of Pennsylvania where I continued working on various networking problems, extending into the area of routing, traffic engineering, multimedia applications, etc., anything that had to do with improving performance over packet networks.  I also became interested in questions of network economics and technology adoption in systems with positive and negative externalities, and this led to a separate branch of investigations that still continues to this day. Finally, I joined WashU in 2013 where besides continuing investigations related to network economics, I have explored performance questions in cloud systems with a focus on improving efficiency and enabling real-time guarantees, e.g., how to make the cloud useful to systems with tight latency requirements.
  
=='''Logistics'''==
+
For more information see the [https://www.cse.wustl.edu/~guerin/background.html Background section] of my [https://www.cse.wustl.edu/~guerin/ webpage].
* '''Class times and location''': Tuesday & Thursday, 2:30-4:00pm in Lopata 101.
 
** First class is on Tuesday August26, 2014, and last class is on Thursday December 4, 2014.
 
* '''Class grading''':  Review questions 10%; Quizzes 20%; Labs 25%; Midterm 20%; Final 25%
 
* '''Instructor''':  Roch Guerin, Bryan 509D, email: guerin@wustl.edu
 
** Office hours: Monday 4:00-5:30pm & Wednesday 4:00-5:30pm
 
* '''TAs and office + studio hours (<u>all studios and TAs office hours will be held in Urbauer 216</u>)'''
 
** Adam Drescher (adrescher@wustl.edu), office hours: Sunday 5-7pm & Monday 6-7pm
 
** Junjie Liu (junjie.liu@wustl.edu), office hours:  Sunday 3-5pm & Monday 4-5pm
 
** Dana Rubenstein (dana.rubenstein@wustl.edu), office hours:  Monday 5-6pm
 
** Jeremy Tang (jntang@go.wustl.edu), office hours: Monday 7-8pm
 
** Studio hours (Dana Rubenstein & Jeremy Tang): Wednesday 5:30-7:00pm & Friday 10:00-11:30am
 
  
* '''Late policy''': Labs and review questions are expected to be turned in '''at the start of class''' on their due dateThere will be ''no exception'' and ''no partial credit''. On an ''exceptional basis,'' if you are unable to make it to class, you can turn in an assignment in the CSE department office (Bryan 509). Give your assignment to one of the department staff, and ask them to sign and timestamp itThe timestamp must precede the start time of the class.
+
=='''Links'''==
 +
* [https://piazza.com/wustl/fall2020/cse538t/home Piazza course page]: Please use it for all Q&A related to the class.  ('''Note''': You need to [http://piazza.com/wustl/fall2020/cse538t sign-up] before being able to access the site).
 +
* [https://wustl.instructure.com/courses/47391/ Canvas Site]: Used '''only''' for posting grades.
 +
--------------
  
* '''Asking questions''':  You can obviously ask face-to-face questions during any of the office or studio hours, but the other and possibly better means to get your questions answered is to use the [https://piazza.com/wustl/fall2014/cse473/home Piazza site] setup for the course (you will need to register to be able to access it).  The TAs and I will monitor the site and do our best to answer questions in a timely manner.  Posting questions on Piazza has the advantage that questions and answers are available to all students, and it is often the case that if you have a question, other students have a similar one.  Because of that, neither the TAs nor I will respond to email questions.  So please use the Piazza site as much as you can and don't hesitate to ask as many questions as you need to; '''there is no such thing as a dumb question.'''
+
=='''Announcements'''==
  
* '''Midterm exam'''<sup>*</sup>: Tuesday October 14, 2014 (in class).
+
ALL ANNOUNCEMENTS ARE POSTED ON THE [https://piazza.com/wustl/fall2020/cse538/home PIAZZA COURSE PAGE]
* '''Final exam'''<sup>*</sup>: December 17, 2014, 3:30-5:30pm in our regular classroom, Lopata 101.
 
* '''ACADEMIC INTEGRITY''':  Please make sure you are familiar with [http://wustl.edu/policies/undergraduate-academic-integrity.html Washington University Academic Integrity Policy], as it will be strictly applied.
 
  
 +
=='''Textbook(s)'''==
 +
M. Harchol-Balter, ''"Performance Modeling and Design of Computer Systems."'' Cambridge University Press (2013), ISBN: 978-1-107-02750-3
  
<sup>'''*'''</sup> EXCEPT FOR PROPERLY DOCUMENTED MEDICAL OR FAMILY EMERGENCY REASONS, THERE WILL BE '''NO''' MAKE-UP TIMES FOR EXAMS. YOU NEED TO ARRANGE OTHER ACTIVITIES SO AS TO AVOID CONFLICTS.
+
=='''Logistics'''==
 +
* '''Class times and location''': Monday & Wednesday, 4:00pm-5:20pm in TBD.
 +
** First class is on Monday August 24, 2020, and last class is on Wednesday December 2nd, 2020.
 +
* '''Class grading''':  Review problems 5%; Homeworks 25%, Quizzes 20%; Exam 1 25%; Exam2 25%
 +
* '''Instructor''':  Roch Guerin, Jolley 304C, email: guerin@wustl.edu
 +
** '''Office hours''' 4 times a week on zoom for 45mins slots):
 +
*** Tuesday 8:00-8:45am & Thursday 8:00-8:45am: [[zoom|zoom info]]
 +
*** Tuesday 3:00-3:45pm & Thursday 3:00-3:45pm: [[zoom|zoom info]]
 +
* '''TAs and office hours:''' TBD, if any
  
=='''Course Structure'''==
+
* '''Late policy''':  Homeworks and review problems are expected to be turned in '''at the start of class''' on their due date.  There will be ''no exception'' and ''no partial credit''.  On an ''exceptional basis,'' if you are unable to make it to class, you can turn in your homework in the CSE department office (Jolley 304).  Give your assignment to one of the department staff, and ask them to sign and timestamp it.  The timestamp must precede the start time of the class.
  
'''Class format:'''  Ideally, each "lecture" should be highly interactive and spent either digging into specific concepts you may not have fully understood (in responses to questions '''you will need to ask'''), or working through some problems that require that you apply the material being targeted for this particular lectureIn order for this to work, it means that you MUST have read ahead of time the material expected to be covered during the lectureThis material will be identified by date in the ''Reading Assignment'' column of the [[syllabus]] on the wiki.  Working through the problems will require access to the book and possibly other material, so that you should bring a laptop to class.
+
* '''Asking questions''': You can obviously ask face-to-face questions during any of the office hours, but the other and possibly better means to get your questions answered is to use the [https://piazza.com/wustl/fall2020/cse538t/home Piazza site] setup for the course (you will need to register to be able to access it).  The TA (if any) and I will monitor the site and do our best to answer questions in a timely mannerPosting questions on Piazza has the advantage that questions and answers are available to all students, and it is often the case that if you have a question, other students have a similar one.  Because of that, neither the TA nor I will respond to email questionsSo please use the Piazza site as much as you can and don't hesitate to ask as many questions as you need to; '''there is no such thing as a dumb question.'''
  
'''Reading Assignments (and preparing for quizzes & exams):''' As mentioned, reading assignments are intended to prepare you for the next lecture. Reading assignments will also often include additional material beyond the textbook, and in particular, Requests for Comments (RFCs) that are the "standards" documents of the Internet Engineering Task Force(IETF). In most instances, except for the topic of network security (Attacks & Defenses) where the book only has limited coverage, you will not been expected to have read those RFCs ahead of class. Material that is not required reading before a class will be listed on a separate line starting with '''FYI'''. Note though that some of the problems will require retrieving information from those documents, so having some familiarity with their content ahead of class wont hurt.
+
* '''Exam 1'''<sup>*</sup>: Monday October 19, 2020, in class.'''
 +
* '''Exam 2'''<sup>*</sup>: Wednesday December 11, 2020, 7:20-8:00pm in '''TBD'''.
 +
* '''ACADEMIC INTEGRITY''':  Please make sure you are familiar with [http://wustl.edu/policies/undergraduate-academic-integrity.html Washington University Academic Integrity Policy], as it will be strictly applied.
  
In addition to the reading assignments and the questions we will explore in class, there is a wealth of material that is available with the ''Kurose & Ross'' textbook.  In particular, the textbook's [http://wps.pearsoned.com/ecs_kurose_compnetw_6/216/55463/14198700.cw/index.html student resources] include many problems, exercises, and labs that can help you assess and improve your understanding of the class materialYou are strongly encouraged to take advantage of those resources, and, for example, for small study groups of 2-3 students to work through them and discuss possible solutions.
+
<sup>'''*'''</sup> EXCEPT FOR PROPERLY DOCUMENTED MEDICAL OR FAMILY EMERGENCY REASONS, THERE WILL BE '''NO''' MAKE-UP TIMES FOR EXAMS OR QUIZZESYOU NEED TO ARRANGE OTHER ACTIVITIES SO AS TO AVOID CONFLICTS.
  
'''Review Questions:''' Will be assigned ahead of each class.  They are meant to test your understanding of both previous material and more importantly the reading assignment material, and need to be turned in at the start of the class.  As an added incentive for you to work through the questions, they will be checked to assess that you have made an honest attempt at completing them.  Review questions make-up 10% of your grade, and your overall score will depend on how many reasonably answered questions you turn in.
+
=='''University Policies & Resources on Sexual Assault, Bias, and Mental Health'''==
  
'''Quizzes:''' There will be six quizzes that will together count for 20% of your overall grade. Quizzes are scheduled approximately every second week to alternate with labs due dates. Quizzes will take place at the start of class (so don't be late) and will take 15 minutes. Your lowest quizz score will be discarded (alternatively, you can miss one quizz).  Like with exams, there will be no make-ups or adjustments for missed quizzes except for duly documented medical or family emergency reasons.
+
==='''Accommodating Special Requirements'''===
 +
Washington University is committed to providing accommodations and/or services to students with documented disabilities. Students who are seeking support for a disability or a suspected disability should contact Disability Resources at 935-4153. Disability Resources is responsible for approving all disability-related accommodations for WU students, and students are responsible for providing faculty members with formal documentation of their approved accommodations at least two weeks prior to using those accommodations. I will accept Disability Resources VISA forms by email and personal delivery. If you have already been approved for accommodations, please provide me with a copy of your VISA within the first two weeks of the semester.
  
'''Studios:'''  There are five studios that are all optional and meant to prepare you for the labsTwo TAs will be available to assist you with studios on Wednesday 5:30-7:00pm & Friday 10:00-11:30am in Urbauer 216Studios are not graded and nothing needs to be turned in.  They are expected to be completed in small groups (4) to allow for interactions and discussions of the material.
+
==='''Accommodations based upon sexual assault'''===
 +
The University is committed to offering reasonable academic accommodations to students who are victims of sexual assault. Students are eligible for accommodation regardless of whether they seek criminal or disciplinary actionDepending on the specific nature of the allegation, such measures may include but are not limited to: implementation of a no-contact order, course/classroom assignment changes, and other academic support services and accommodationsIf you need to request such accommodations, please direct your request to Kim Webb (kim_webb@wustl.edu), Director of the [https://rsvpcenter.wustl.edu/ Relationship and Sexual Violence Prevention Center].  Ms. Webb is a confidential resource; however, requests for accommodations will be shared with the appropriate University administration and faculty.  The University will maintain as confidential any accommodations or protective measures provided to an individual student so long as it does not impair the ability to provide such measures.
  
Code needed to complete each one of the studios will be made available under a correspondingly named directory in the [[svn|SVN]] repository that you have been assigned for the class. Descriptions of each individual studio are provided in pdf format in the [[studios|Optional studios]] section of the wiki.
+
If a student comes to me to discuss or disclose an instance of sexual assault, sex discrimination, sexual harassment, dating violence, domestic violence or stalking, or if I otherwise observe or become aware of such an allegation, I will keep the information as private as I can, but as a faculty member of Washington University, I am required to immediately report it to my Dean or directly to Ms. Jessica Kennedy, the University’s Title IX Director.  If you would like to speak with directly Ms. Kennedy directly, she can be reached at (314) 935-3118, jwkennedy@wustl.edu, or by visiting the [https://titleix.wustl.edu/ Title IX office] in Umrath Hall.  Additionally, you can report incidents or complaints to the Office of Student Conduct and Community Standards or by contacting WUPD at (314) 935-5555 or your local law enforcement agency. See: [https://titleix.wustl.edu/ Title IX].
  
'''Labs:''' There are five lab assignments that involve applying some of the material covered in the class, either by observing the behavior of networked systems or by developing simple versions of some basic network software componentsSeveral of the assignments will be done using the [[Onl|''Open Network Lab'']] (ONL), and you will need to first get an ONL account. Labs involve multiple components from developing your software to testing it using the ONL machines and network. Getting all the pieces to work well together is likely to take multiple iterations, so don't wait until the last minute to get started on your lab.  It's a recipe for disaster.
+
You can also speak confidentially and learn more about available resources at the Relationship and Sexual Violence Prevention Center by calling (314) 935-8761 or visiting the 4th floor of Seigle HallSee: [https://rsvpcenter.wustl.edu/ RSVP Center].
  
Code needed to complete each one of the labs will be made available under a correspondingly named directory in the [[svn|SVN]] repository that you have been assigned for the classDescriptions of each individual lab are provided in pdf format in the [[labs|Labs]] section of the wiki.
+
==='''Bias Reporting'''===
 +
The University has a process through which students, faculty, staff and community members who have experienced or witnessed incidents of bias, prejudice or discrimination against a student can report their experiences to the University’s Bias Report and Support System (BRSS) teamSee: [http://brss.wustl.edu brss.wustl.edu]
  
The first two labs must be completed individually by each student.  Subsequent labs can be done in teams of two if so desired.  A team only needs to turn in one lab assignment, and unless warranted by exceptional conditions, both team partners  receive the same lab.  You can discuss labs with other students, but what you turn in '''must be your own.''' In particular, because the labs heavily rely on labs from previous years (although differences have been introduced), trying to earlier years' solutions will expose you to severe penalties, including possibly failing the courseIf you are ever in doubt regarding what material is appropriate for you to use, please ask me. Labs will count towards 25% of your overall grade.
+
==='''Mental Health'''===
 +
Mental Health Services’ professional staff members work with students to resolve personal and interpersonal difficulties, many of which can affect the academic experience. These include conflicts with or worry about friends or family, concerns about eating or drinking patterns, and feelings of anxiety and depressionSee: [http://shs.wustl.edu/MentalHealth shs.wustl.edu/MentalHealth]
  
'''Exams:''' The course has two exams, a midterm (20% of your overall grade) and a final (25% of your overall grade).  The midterm will take place in-class during the class of Tuesday October 14, 2014.  The exam will be held during the time-slot allocated by the university, i.e., on Wednesday December 17, 2014, 3:30-5:30pmThe final will be cumulative in its scope, i.e., include everything that has been covered during the class.
+
==='''Center for Diversity and Inclusion (CDI)'''===
 +
The Center of Diversity and Inclusion (CDI) supports and advocates for undergraduate, graduate, and professional school students from underrepresented and/or marginalized populations, creates collaborative partnerships with campus and community partners, and promotes dialogue and social changeOne of the CDI's strategic priorities is to cultivate and foster a supportive campus climate for students of all backgrounds, cultures and identities.
 +
See: diversityinclusion.wustl.edu/

Latest revision as of 16:09, 17 August 2021

NOTE THAT THIS IS NOT THE WIKI FOR THE FALL 2021 EDITION OF THE COURSE, WHICH IS ACCESSIBLE HERE.


CSE 538 (Modeling and Performance Evaluation of Computer Systems)

Course Description

Modern computing systems consist of multiple interconnected components, which all influence performance. The focus of this course is on developing modeling tools aimed at understanding how to design and provision such systems to meet certain performance or efficiency targets, and the trade-offs involved. The course covers Markov chains and their applications to simple queues, and proceeds to explore more complex systems including server farms and how to optimize their performance through scheduling and task assignment policies. The course includes a brief review of the necessary probability and mathematical concepts. Prerequisite: ESE 326.
Note: This is a graduate course, and so while we will go through a brief refresher on probability and transform methods, neither is meant to replace having taken a course on those topics.

Why Should I Take This Course? (or What Should I Expect to Learn from It?)

The course is about creating and solving models that allow you to evaluate the performance of different computer systems (though the techniques are general and applicable to a wide range of other systems).

A model has usually three components: (1) How work arrives to the system, (2) the structure of the system (can jobs wait for service and how many, in which order are they served, etc.), and (3) a characterization of the amount of work each job brings. Performance metrics of interest are commonly in the form of order statistics of quantities such as waiting time, system time (waiting + service), throughput (number of jobs processed per unit of time), loss probability (odds that a job is turned away because of a full system), etc.

The course will equip you with a set of tools for choosing the proper representations for each of those three components, and will show you how to combine and apply them in a number of standard system configurations associated with common computer systems. Through those examples, you will not only learn how to apply those tools, but also how to interpret the results they produce.

Instructor's Background

The bulk of my career has been spent developing and applying algorithmic and performance modeling solutions to problems in computer networking.

I spent about 12 years at IBM Research T.J. Watson developing what at the time were viewed as "next generation" networking solutions. Some of that work led to various quality-of-service enhancement to routers made by IBM, and to the development of what was supposed to be IBM's advanced packet switching network architecture called Networking BroadBand Services (NBBS). That work did not go anywhere as it was caught by the Internet tsunami (to which I also contributed to some extent by co-authoring a few RFCs such as RFC 2212, RFC 2676, RFC 2697, RFC 2698, RFC 2753), but on the modeling front it gave rise to the concept or equivalent or effective bandwidth that predicts how much bandwidth a variable rate connection needs to meet a certain performance level. I left IBM to join the University of Pennsylvania where I continued working on various networking problems, extending into the area of routing, traffic engineering, multimedia applications, etc., anything that had to do with improving performance over packet networks. I also became interested in questions of network economics and technology adoption in systems with positive and negative externalities, and this led to a separate branch of investigations that still continues to this day. Finally, I joined WashU in 2013 where besides continuing investigations related to network economics, I have explored performance questions in cloud systems with a focus on improving efficiency and enabling real-time guarantees, e.g., how to make the cloud useful to systems with tight latency requirements.

For more information see the Background section of my webpage.

Links


Announcements

ALL ANNOUNCEMENTS ARE POSTED ON THE PIAZZA COURSE PAGE

Textbook(s)

M. Harchol-Balter, "Performance Modeling and Design of Computer Systems." Cambridge University Press (2013), ISBN: 978-1-107-02750-3

Logistics

  • Class times and location: Monday & Wednesday, 4:00pm-5:20pm in TBD.
    • First class is on Monday August 24, 2020, and last class is on Wednesday December 2nd, 2020.
  • Class grading: Review problems 5%; Homeworks 25%, Quizzes 20%; Exam 1 25%; Exam2 25%
  • Instructor: Roch Guerin, Jolley 304C, email: guerin@wustl.edu
    • Office hours 4 times a week on zoom for 45mins slots):
      • Tuesday 8:00-8:45am & Thursday 8:00-8:45am: zoom info
      • Tuesday 3:00-3:45pm & Thursday 3:00-3:45pm: zoom info
  • TAs and office hours: TBD, if any
  • Late policy: Homeworks and review problems are expected to be turned in at the start of class on their due date. There will be no exception and no partial credit. On an exceptional basis, if you are unable to make it to class, you can turn in your homework in the CSE department office (Jolley 304). Give your assignment to one of the department staff, and ask them to sign and timestamp it. The timestamp must precede the start time of the class.
  • Asking questions: You can obviously ask face-to-face questions during any of the office hours, but the other and possibly better means to get your questions answered is to use the Piazza site setup for the course (you will need to register to be able to access it). The TA (if any) and I will monitor the site and do our best to answer questions in a timely manner. Posting questions on Piazza has the advantage that questions and answers are available to all students, and it is often the case that if you have a question, other students have a similar one. Because of that, neither the TA nor I will respond to email questions. So please use the Piazza site as much as you can and don't hesitate to ask as many questions as you need to; there is no such thing as a dumb question.
  • Exam 1*: Monday October 19, 2020, in class.
  • Exam 2*: Wednesday December 11, 2020, 7:20-8:00pm in TBD.
  • ACADEMIC INTEGRITY: Please make sure you are familiar with Washington University Academic Integrity Policy, as it will be strictly applied.

* EXCEPT FOR PROPERLY DOCUMENTED MEDICAL OR FAMILY EMERGENCY REASONS, THERE WILL BE NO MAKE-UP TIMES FOR EXAMS OR QUIZZES. YOU NEED TO ARRANGE OTHER ACTIVITIES SO AS TO AVOID CONFLICTS.

University Policies & Resources on Sexual Assault, Bias, and Mental Health

Accommodating Special Requirements

Washington University is committed to providing accommodations and/or services to students with documented disabilities. Students who are seeking support for a disability or a suspected disability should contact Disability Resources at 935-4153. Disability Resources is responsible for approving all disability-related accommodations for WU students, and students are responsible for providing faculty members with formal documentation of their approved accommodations at least two weeks prior to using those accommodations. I will accept Disability Resources VISA forms by email and personal delivery. If you have already been approved for accommodations, please provide me with a copy of your VISA within the first two weeks of the semester.

Accommodations based upon sexual assault

The University is committed to offering reasonable academic accommodations to students who are victims of sexual assault. Students are eligible for accommodation regardless of whether they seek criminal or disciplinary action. Depending on the specific nature of the allegation, such measures may include but are not limited to: implementation of a no-contact order, course/classroom assignment changes, and other academic support services and accommodations. If you need to request such accommodations, please direct your request to Kim Webb (kim_webb@wustl.edu), Director of the Relationship and Sexual Violence Prevention Center. Ms. Webb is a confidential resource; however, requests for accommodations will be shared with the appropriate University administration and faculty. The University will maintain as confidential any accommodations or protective measures provided to an individual student so long as it does not impair the ability to provide such measures.

If a student comes to me to discuss or disclose an instance of sexual assault, sex discrimination, sexual harassment, dating violence, domestic violence or stalking, or if I otherwise observe or become aware of such an allegation, I will keep the information as private as I can, but as a faculty member of Washington University, I am required to immediately report it to my Dean or directly to Ms. Jessica Kennedy, the University’s Title IX Director. If you would like to speak with directly Ms. Kennedy directly, she can be reached at (314) 935-3118, jwkennedy@wustl.edu, or by visiting the Title IX office in Umrath Hall. Additionally, you can report incidents or complaints to the Office of Student Conduct and Community Standards or by contacting WUPD at (314) 935-5555 or your local law enforcement agency. See: Title IX.

You can also speak confidentially and learn more about available resources at the Relationship and Sexual Violence Prevention Center by calling (314) 935-8761 or visiting the 4th floor of Seigle Hall. See: RSVP Center.

Bias Reporting

The University has a process through which students, faculty, staff and community members who have experienced or witnessed incidents of bias, prejudice or discrimination against a student can report their experiences to the University’s Bias Report and Support System (BRSS) team. See: brss.wustl.edu

Mental Health

Mental Health Services’ professional staff members work with students to resolve personal and interpersonal difficulties, many of which can affect the academic experience. These include conflicts with or worry about friends or family, concerns about eating or drinking patterns, and feelings of anxiety and depression. See: shs.wustl.edu/MentalHealth

Center for Diversity and Inclusion (CDI)

The Center of Diversity and Inclusion (CDI) supports and advocates for undergraduate, graduate, and professional school students from underrepresented and/or marginalized populations, creates collaborative partnerships with campus and community partners, and promotes dialogue and social change. One of the CDI's strategic priorities is to cultivate and foster a supportive campus climate for students of all backgrounds, cultures and identities. See: diversityinclusion.wustl.edu/