Networking CS 3470, Section 1 Sarah Diesburg

Slides:



Advertisements
Similar presentations
COP3330 Object Oriented Programming in C++ Syllabus
Advertisements

Introduction to CS170. CS170 has multiple sections Each section has its own class websites URLs for different sections: Section 000:
Computers in Principle & Practice I - V Deena Engel Computers in Principle and Practice I V , Sections 1 & 2 Fall, 2009 Deena Engel .
COMP 110 Introduction to Programming Jingdan Zhang June 20, 2007 MTWRF 9:45-11:15 am Sitterson Hall 014.
COMP 110 Introduction to Programming Mr. Joshua Stough August 22, 2007 Monday/Wednesday/Friday 3:00-4:15 Gardner Hall 307.
COMP 14 – 02: Introduction to Programming Andrew Leaver-Fay August 31, 2005 Monday/Wednesday 3-4:15 pm Peabody 217 Friday 3-3:50pm Peabody 217.
COP4020/CGS5426 Programming languages Syllabus. Instructor Xin Yuan Office: 168 LOV Office hours: T, H 10:00am – 11:30am Class website:
Computer Network Fundamentals CNT4007C
Course Information and Introductions Intro to Computer Science CS1510 Dr. Sarah Diesburg University of Northern Iowa 1.
Introduction to Programming Summer 2010 Akil M. Merchant.
Course Overview Sarah Diesburg  Bobby Roy COP 5641 / CIS 4930.
COMP Introduction to Programming Yi Hong May 13, 2015.
Lecture 1 Page 1 CS 111 Summer 2015 Introduction CS 111 Operating System Principles.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang.
Course Overview Ted Baker  Andy Wang COP 5641 / CIS 4930.
EEL4712 Digital Design. Instructor Dr. Greg Stitt Office Hours: TBD (Benton 323) Also, by appointment.
CSCI 51 Introduction to Computer Science Dr. Joshua Stough January 20, 2009.
CS 23021–600 Computer Science I Dr. Angela Guercio Spring 2010.
Introduction to Data Structures
Course Information Sarah Diesburg Operating Systems COP 4610.
Course Information and Introductions Intro to Computer Science CS1510, Section 2 Dr. Sarah Diesburg University of Northern Iowa 1.
Course Information Andy Wang Operating Systems COP 4610 / CGS 5765.
Course Overview Ted Baker  Andy Wang COP 5641 / CIS 4930.
Course Introduction Andy Wang COP 4530 / CGS 5425 Fall 2003, Section 4.
Principles of Computer Science I Honors Section Note Set 1 CSE 1341 – H 1.
June 19, Liang-Jun Zhang MTWRF 9:45-11:15 am Sitterson Hall 011 Comp 110 Introduction to Programming.
COP4610/CGS5765 Operating Systems Syllabus. Instructor Xin Yuan Office: 168 LOV Office hours: W M F 9:10am – 10:00am, or by appointments.
Course Overview Mark Stanovich COP 5641 / CIS 4930.
CS Introduction to Computer Science Spring 2011 Dr. Angela Guercio (
Computer Science, FSU1 CNT5505 DATA/COMUTER COMMUNICATIONS Fall 2010.
CS151 Introduction to Digital Design Noura Alhakbani Prince Sultan University, College for Women.
Course Overview Ted Baker  Andy Wang COP 5641 / CIS 4930.
COP4610 Principles of Operating Systems Prof. Robert van Engelen Department of Computer Science Florida State University.
Computer Networks CNT5106C
Course Information and Introductions Intro to Computer Science CS1510 Dr. Sarah Diesburg University of Northern Iowa 1.
CS Computer Architecture Fall 2010 Dr. Angela Guercio ( Course Web Page
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview
Computer Network Fundamentals CNT4007C
Welcome to CS 4390/CS5381: Introduction to Formal Methods
Andy Wang Object Oriented Programming in C++ COP 3330
Networking CS 3470, Section 1 Sarah Diesburg
Course Information and Introductions
Course Information and Introductions
Computer Networks CNT5106C
ACIS 3504 Accounting Systems and Controls
CSC 135 section 60 or CSC Fall 2017.
Course Information Mark Stanovich Principles of Operating Systems
Computer Science 102 Data Structures CSCI-UA
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview
Course Information and Introductions
Computer Networks CNT5106C
Course Overview - Database Systems
Andy Wang Operating Systems COP 4610 / CGS 5765
Andy Wang Object Oriented Programming in C++ COP 3330
CSCD 330 Network Programming Spring
Andy Wang Operating Systems COP 4610 / CGS 5765
Andy Wang Operating Systems COP 4610 / CGS 5765
CSCD 330 Network Programming Spring
Andy Wang Operating Systems COP 4610 / CGS 5765
Networking CS 3470, Section 1 Sarah Diesburg
ACIS 3504 Accounting Systems and Controls
Andy Wang Operating Systems COP 4610 / CGS 5765
CSCD 330 Network Programming Spring
Computer Networks CNT5106C
Andy Wang Operating Systems COP 4610 / CGS 5765
Course Information and Introductions
Introduction to Programming Environments for Elementary Education
Sarah Diesburg Operating Systems CS 3430
CS201 – Course Expectations
Presentation transcript:

Networking CS 3470, Section 1 Sarah Diesburg Course Information Networking CS 3470, Section 1 Sarah Diesburg

University of Northern Iowa Instructor Sarah Diesburg (diesburg@cs.uni.edu) Office: 311 ITTC Office hours MWF 11:00-noon, 2:00-3:00pm, and by appointments Class websites http://www.cs.uni.edu/~diesburg/courses/cs3470_fa13/index.htm eLearning University of Northern Iowa

University of Northern Iowa Class Schedule Lecture M W F 1:00-1:50pm in ITTC 328 Mandatory: Two general networking lectures, one recitation lecture per week (subject to change) University of Northern Iowa

University of Northern Iowa Why Study Networking? Amount of networked systems and electronics growing Computers, servers, cell phones, tablets Cars Smart homes Law-enforcement cameras Wearable technologies UNI ID card University of Northern Iowa

University of Northern Iowa Why Study Networking? It contains many important system concepts Quality of service Encapsulation Resource coordination Reliability University of Northern Iowa

University of Northern Iowa Learning Objectives Networking concepts Structure and organization of computer networks Network layers and design goals Reliability, congestion control, routing algorithms, protocols Network packets Network programming Sockets, client/server design, etc. University of Northern Iowa

University of Northern Iowa Prerequisites Computer Science Majors CS 1410 Computer Organization CS 1520 Data Structures CS 1800 Discrete Structures Industrial Technology Majors TECH 1037 Intro to Circuits TECH 2041Intro to Analog Electronics TECH 2042 Intro to Digital Electronics CS 1160 C/C++ University of Northern Iowa

University of Northern Iowa Prerequisites Working knowledge of the UNIX programming environment C or other high-level programming language proficiency University of Northern Iowa

University of Northern Iowa Course Material Lecture notes (posted at the class website) Textbook: Peterson & Davie, Computer Networks, A Systems Approach, 5th Edition (ISBN 9780123850591) University of Northern Iowa

University of Northern Iowa Class Grading Two components Exams (50%) Homework assignments and projects (50%) University of Northern Iowa

University of Northern Iowa Exams Exam 1 (10%) Exam 2 (10%) Comprehensive final exam (30%) University of Northern Iowa

University of Northern Iowa More on Exams 80% based on lectures, assignments, and projects 20% based on your ability to apply various principles learned in the class University of Northern Iowa

Assignments and Projects Homework assignments (10%) Paper submissions Maybe some in-class activities 3 – 4 projects 1 (10 - 15% each) University of Northern Iowa

If you pass projects and final, your grade will be: University of Northern Iowa

University of Northern Iowa Assignments Individual homework assignments One bonus point for each homework assignment Constructive comments on lectures and recitations Or, a funny story of the week University of Northern Iowa

University of Northern Iowa Projects… Increasingly difficult Some will be programming ….in C! Why C? Networking stack is programmed in the Operating System Use the language of the operating system If you don’t know C, I suggest you look at the resources and give yourself a quick crash- course University of Northern Iowa

University of Northern Iowa C Quote “A final note: you might think of the current situation for programmers with a car analogy: driving a car with an automatic transmission is great. It's easy because the car does everything for you. No clutch, no shifter to worry about. But, to drive a sports car or a racing car, who wants an automatic transmission? As programmers, we often want closer access to the machine level, and we want to control exactly what happens, and when it happens.” Ann Tyson, From C++ to C University of Northern Iowa

Late Submission Policy for Projects Late project solutions will incur a 10-point deduction each day the project is late Project solutions received after three days from the original due date will receive 0 points University of Northern Iowa

University of Northern Iowa Slack Days Exception to the Late Submission Policy Each student has 3 slack days May be used to turn in a project solution a day late without incurring the 10 point deduction Cannot be used in fractional amounts Computed at the student level, not group level To use, indicate in the submission how many slack days are being used per student University of Northern Iowa

University of Northern Iowa So, what if…. If I use one slack day and turn the project in two days late, what is my deduction? -10 pts If I use all three slack days on one project, will turning the project in 4 days after the deadline only incur a 10-point deduction? No. The project is over 3 days late. How do weekends and holidays count? A day is a day (no matter what) University of Northern Iowa

University of Northern Iowa Computer Accounts CatID credentials to access eLearning website UNI emails Important class announcements will be sent frequently from eLearning You should have already received the first class announcment  Specialized login accounts from me to a class-specific programming server More details to be announced later University of Northern Iowa

Your Responsibilities Understand lecture and reading materials Attend office hours for extra help, as needed Uphold academic honesty Turn in your assignments on time Check class Web page and your UNI email account and regularly University of Northern Iowa

University of Northern Iowa Dos and Don’ts Do share debugging experiences Do share knowledge of tools Do acknowledge help from others Do acknowledge sources of information from books and web pages University of Northern Iowa

University of Northern Iowa Dos and Don’ts Don’t cheat Don’t copy code from others Don’t paraphrase code from others either E.g., changing variable names & indentations Don’t post more than 1 line of code to the discussion board University of Northern Iowa

University of Northern Iowa Course Policies Attendance mandatory There are no make-up exams for missed exams… Honor code: read your student handbook Students with disabilities Report to Student Disability Resource Center Bring me a letter within the first week of class University of Northern Iowa

University of Northern Iowa To see or not to see me I am not psychic Please let me know if… Class is too hard You don’t have the background Class can be improved in certain ways When in doubt, email me… diesburg@cs.uni.edu University of Northern Iowa

University of Northern Iowa Survival Tips Post messages and read the discussion board frequently Sign up to receive emails Web search engines are your good friends University of Northern Iowa