Course Code | COMP3331/9331 |
Course Title | Computer Networks and Applications |
Units of Credit | 6 |
Lecturer | Salil Kanhere |
Admin | Nadeem Ahmed |
Classes |
Lectures: Tuesday 0900 - 1100 Hrs, Thu 1400 -1600 Hrs Ainsworth G03 (
Campus Map
)
Timetable for all classes. |
Consultations |
Tuesday 11:30 -12:30, Thursday 16:30 - 17:30
Venue: Room 612, Level 6, CSE (K17) |
Course Website |
https://webcms3.cse.unsw.edu.au/COMP3331/19T3
|
Handbook Entry | http://www.handbook.unsw.edu.au/undergraduate/courses/current/COMP3331.html |
This course is an introductory course on computer networks, aimed at students with a background in computer science / electrical engineering. We will focus on common paradigms and protocols used in present data communication. Through lectures, in-class activities, labs and assignments, you will learn the theory and application of
(1) medium access control, congestion control, flow control, and reliable transmission,
(2) addressing and naming,
(3) routing and switching,
(4) widely used protocols such as Ethernet, IP, TCP, UDP, HTTP, etc.
(5) security threats and common defensive techniques, and
(6) special purpose networks such as content delivery networks, peer-to-peer networks and wireless networks.
This is a combined undergraduate and postgraduate course.
There will be 4 hours of lectures every week:
(i) 2-hour lecture on Tuesday 09:00 - 11:00 and
(ii) 2-hour lecture on Thursday 14:00 - 16:00
both in Ainsworth G03 (K-J17-G03).
There will be 2-hour labs during 9 weeks (starting in Week 2). The detailed lab schedule will be posted on lab exercises page. The detailed course timetable is available
here
.
After completing this course, students will:
This course contributes to the development of the following graduate capabilities:
Graduate Capability | Acquired in |
scholarship: understanding of their discipline in its interdisciplinary context | lectures, labs, assignment |
scholarship: capable of independent and collaborative enquiry | labs, assignment |
scholarship: rigorous in their analysis, critique, and reflection | lectures, labs, exams, sample problems |
scholarship: able to apply their knowledge and skills to solving problems | labs, assignment, exams, sample problems |
scholarship: capable of effective communication
|
labs, assignment, lectures, exams |
scholarship: information literate
|
all aspects of the course |
scholarship: digitally literate | all aspects of the course |
leadership: collaborative team workers
|
labs, assignment |
professionalism: capable of independent, self-directed practice
|
all aspects of the course |
professionalism: capable of lifelong learning | all aspects of the course |
professionalism: capable of operating within an agreed Code of Practice
|
labs, assignment |
global citizens: culturally aware and capable of respecting diversity and acting in socially just/responsible ways
|
labs, course forums |
Before commencing this course, students should:
This course takes a top-down approach to teaching computer networks. The rationale behind this is that most students have first-hand experience using applications running over the Internet. This allows them to relate to each layer of protocol stack as we travel down the layers. Once they are committed, they participate in appropriate cognitive aspects such as learning the details with a focus to understand them. Students get mentally prepared to answer questions where very often there is no single answer or the answers can be unexpected. This results in deep learning and gives students a sense of accomplishment and confidence.
Learning will be largely facilitated through the delivery of lectures. The hands-on laboratories will provide an opportunity to gain deeper understanding of the concepts discussed in the lectures. The sample problems, homework problem set and tutorials will help in the development of problem-solving skills and in preparing for the exams. The programming assignments are mainly geared to allow students to gain familiarity with basic network programming and designing network protocols.
There will be four assessment components as listed below:
Component | Weight |
---|---|
Lab Exercises | 20% |
Programming Assignment | 20% |
Mid-term Exam | 20% |
Final Exam | 40% |
To pass the course a student MUST receive at least 40% marks in the final exam. The following formula outlines precisely how the final mark will be computed:
lab = marks for lab exercises (scaled to 20) assign = marks for the programming assignment (out of 20 marks) midTerm = mark for the mid-term exam (out of 20 marks) finalExamScaled = scaled mark for the final exam (out of 40 marks) mark = lab + assign + midTerm + finalExamScaled grade = HD|DN|CR|PS if mark >= 50 && finalExamScaled >= 16 = FL if mark < 50 = UF finalExamScaled < 16
Plagiarism is defined as using the words or ideas of others and presenting them as your own . UNSW and CSE treat plagiarism as academic misconduct, which means that it carries penalties as severe as being excluded from further study at UNSW. There are several on-line sources to help you understand what plagiarism is and how it is dealt with at UNSW:
Make sure that you read and understand these. Ignorance is not accepted as an excuse for plagiarism. In particular, you are responsible for the safe-keeping of your assignment files such that they are not accessible by anyone but you by setting proper permissions on your CSE home directory and/or on online code repositories. Note also that plagiarism includes paying or asking another person to do a piece of work for you and then submitting it as your own work.
The following table lists the tentative weekly schedule. Students will be informed of any changes during the lecture and by announcements on the notices page.
Week | Lecture Dates | Lecture Topics | Labs | Assessment Tasks |
---|---|---|---|---|
1 | 17 & 19 Sep 2019 |
Course Logistics
Introduction:
|
No Lab | |
2 | 24 & 26 Sep 2019 |
Introduction:
|
Lab 1 |
Lab 1 submission deadline: 12 Noon Monday 30 Sep 2019
|
3 | 1 & 3 Oct 2019 |
Application Layer:
|
Lab 2 |
Lab 2 submission deadline: 12 Noon Tuesday 8th Oct 2019
|
4 | 8 & 10 Oct 2019 |
Transport Layer:
|
Lab 3
|
Lab 3 submission deadline: 12 Noon Monday 14 Oct 2019
Assignment Released |
5 |
15 & 17 Oct 2019
|
Transport Layer:
|
Tutorial 1
|
|
6 | 22 & 24 Oct 2019 |
Transport Layer:
|
Lab 4
|
Mid-term Exam on 22 Oct 2019
Lab 4 submission deadline: 12 Noon Monday 28 Oct 2019 |
7 | 29 & 31 Oct 2019 |
Network Layer, Data Plane:
|
Lab 5
|
Lab 5 submission deadline: 12 Noon Monday 4 Nov 2019
|
8
|
5 & 7 Nov 2019
|
Network Layer, Control Plane:
|
Lab 6
|
Lab 6 submission deadline: 12 Noon Monday 11 Nov 2019
|
9 | 12 & 14 Nov 2019 |
Link Layer:
|
Lab 7
|
Lab 7 submission deadline: 12 Noon Monday 18 Nov 2019
|
10 |
19 Nov 2019
|
A day in the life of a web request
Network Security
|
Tutorial 2 for Exam Prep
|
Assignment Due |
Exam Period |
29 Nov 2019
onwards |
Exam Period |
|
Final Exam |
Course Textbook:
Reference Texts:
Links to additional reading material will be available on the lecture notes page.
Software:
For the labs, we will be using several Unix-based network utility programs. The purpose of these programs and information on how to use them will be provided in the lab handouts. We will also use a packet sniffing tool called Wireshark , which has been widely deployed on CSE machines. In addition, we will also use ns-2 , a widely used network simulator for a few labs. Ns-2 is installed on the CSE lab machines. The simulator is written in C++. However, it uses OTcl as its command and configuration interface. In the lab exercises, we will use scripts written in OTcl. We will provide some of the OTcl scripts for the lab exercises. You will be expected to run the scripts, make some changes in the scripts, and analyse certain performance metrics. You will not be required to write C++ code. Detailed resources for all tools used will be made available on the lab exercises page.
Programming assignment is expected to be developed in C, Java or Python. Students are assumed to have sufficient expertise in one of these programming languages. Links to network programming in C, Java and Python will be available under the assignment link of the course webpage. Sample code demonstrating a simple client/server application will be supplied as a starting point for students.
Student feedback on this course, and on the effectiveness of lectures in this course, is obtained via electronic survey (MyExperience) at the end of each term. Student feedback is taken seriously, and continual improvements are made to the course based in part on this feedback. Students are strongly encouraged to let the lecturer in charge know of any problems as soon as they arise. Suggestions and criticisms will be listened to openly, and every action will be taken to correct any issue or improve the students’ learning experience.
You can view the Special Consideration policy at the link here .
UNSW handles special consideration requests centrally (in the Student Lifecycle division), so all special consideration requests must be submitted via the UNSW Special Consideration website. If your work in this course is affected by unforeseen adverse circumstances, you should apply for Special Consideration. Special consideration requests must be accompanied by documentation on how you have been affected, which will be verified by Student Lifecycle. Do not email the course convenor directly about special consideration. If your request is reasonable and your work has clearly been impacted, then
Note the use of the word "may". None of the above is guaranteed. It depends on you making a convincing case that the circumstances have clearly impacted your ability to work. Note that UNSW expects you to be available to sit Supplementary Exams, if required. If you are awarded a supplementary exam and do not attend, then your exam mark will be zero.
If you are registered with Disability Services, please forward your documentation to your Lecturer within the first two weeks of term.
Contacting LiC and Course Admin: No personal emails please.
Resource created Wednesday 04 September 2019, 06:45:28 PM, last modified Tuesday 10 September 2019, 03:45:54 PM.