Computer Networks (Winter 2013/2014): Difference between revisions

From NET Wiki
Jump to navigation Jump to search
 
Line 14: Line 14:
Principles and basic understanding of computer networking, with an emphasis on the Internet. Topics include: the concepts and components of computer networks, protocol engineering and formal specification basis, packet switching, layered architectures, TCP/IP, error control, window flow control, local area networks, network layer and mobility, transport layer and congestion control, Quality of Service and multimedia networking, network management and security, and an introduction to current research topics.
Principles and basic understanding of computer networking, with an emphasis on the Internet. Topics include: the concepts and components of computer networks, protocol engineering and formal specification basis, packet switching, layered architectures, TCP/IP, error control, window flow control, local area networks, network layer and mobility, transport layer and congestion control, Quality of Service and multimedia networking, network management and security, and an introduction to current research topics.
After this course students should have general knowledge on basic concepts of networking, how the Internet works and basic network programming.
After this course students should have general knowledge on basic concepts of networking, how the Internet works and basic network programming.
==Preliminary Schedule==
{{Announcement|Please note that the date for the Q&A session has been changed to January 23rd in the exercise slot!}}
{| {{Prettytable|width=}}
|-
|{{Hl2}} |'''Date'''
|{{Hl2}} |'''Topic'''
|{{Hl2}} |'''Slides'''
|{{Hl2}} |'''Excercises'''
|{{Hl2}} |'''Excercise notes'''
|-
| align="right" | 24.10.2013
| Introduction & Layering
| [[Media:CN_WS2013_chapter1.pdf | pdf]]
| [[Media:CN_WS2013_e1.pdf | pdf]]
|
|-
| align="right" | 31.10.2013
| Link Layer I
| [[Media:CN_WS2013_chapter2_1.pdf | pdf]]
| [[Media:CN_WS2013_e2.pdf | pdf]]
|
|-
| align="right" | 07.11.2013
| Link Layer II
| [[Media:CN_WS2013_chapter2_2.pdf | pdf]]
| [[Media:CN_WS2013_e3.pdf | pdf]]
|
|-
| align="right" | 14.11.2013
| Network Layer I
| [[Media:ComputerNetworks_WS2013_chapter3_i.pdf‎ | pdf]]
| [[Media:ComputerNetworks_WS2013_e4_updated.pdf‎‎ | pdf]]
|
|-
| align="right" | 21.11.2013
| Network Layer II
| [[Media:CN_WS2013_chapter3-ii.pdf‎| pdf]]
| [[Media:CN_WS2013_e5.pdf‎ | pdf]]
|
|-
| align="right" | 28.11.2013
| Network Layer III
| [[Media:CN_WS2013_chapter3-iii.pdf‎ ‎| pdf]]
|  [[Media:CN_WS2013_e6.pdf | pdf]]
|
|-
| align="right" | 05.12.2013
| Transport Layer I
| [[Media:CN_WS2013_chapter4-i.pdf‎ ‎| pdf]]
| [[Media:CN_WS2013_e7.pdf‎ ‎| pdf]]
|
|-
| align="right" | 12.12.2013
| Transport Layer II
| [[Media:CN_WS2013_chapter4-ii.pdf‎ ‎| pdf]]
| [[Media:CN_WS2013_e8.pdf‎ ‎| pdf]]
|
|-
| align="right" | 19.12.2013
| Networked Multimedia
| [[Media:CN_WS2013_chapter5.pdf‎ ‎| pdf]]
| [[Media:CN_WS2013_e9.pdf‎ ‎| pdf]]
|
|-
| align="right" | 09.01.2014
| Quality of Service
| [[Media:CN_WS2013_chapter6.pdf‎ ‎| pdf]]
| [[Media:CN_WS2013_e10.pdf‎ ‎| pdf]]
|
|-
| align="right" | 16.01.2014
| Network Security I
| [[Media:CN_WS2013_chapter7.pdf‎ ‎| pdf]]
| [[Media:CN_WS2013_e11.pdf‎ ‎| pdf]]
|
|-
| align="right" | 23.01.2014
| Network Security II '''(Q&A session from 12)'''
| [[Media:CN_WS2013_chapter7-2.pdf‎ ‎| pdf]]
| [[Media:CN_WS2013_e12.pdf‎ ‎| pdf]]
|
|-
| align="right" | 30.01.2014
|''' Exercise only'''
|
|
|-
| align="right" | 06.02.2014
| Written Examination
|
|
|
|-
|}


==Old exam sheets==
==Old exam sheets==

Latest revision as of 16:32, 23 October 2015

Details

Imbox content.png You can gain insight into your exams: Monday, March 10th, 3pm-4pm. Location: Room 3.111 IFI
Workload/ECTS Credits: 120h, 4 ECTS (old PO), 5 ECTS (new PO)
Module: B.Inf.902: Telematik (old), B.Inf.1204.Telematik/Computernetzwerke (new)
Lecturer: Prof. Dr. Xiaoming Fu
Teaching assistant: Narisu Tao, M.Sc., David Koll, M.Sc.
Time: Lecture: Thursday, 10am-12pm, Exercise: Thursday, 12pm-1pm
Place: Mikrobiologie-Hörsaalgebäude - MN06 Google Maps
UniVZ Link


Course description

Principles and basic understanding of computer networking, with an emphasis on the Internet. Topics include: the concepts and components of computer networks, protocol engineering and formal specification basis, packet switching, layered architectures, TCP/IP, error control, window flow control, local area networks, network layer and mobility, transport layer and congestion control, Quality of Service and multimedia networking, network management and security, and an introduction to current research topics. After this course students should have general knowledge on basic concepts of networking, how the Internet works and basic network programming.

Old exam sheets

The following old exam sheets are provided for self-study purposes. They will not be discusses during an exercise session, nor will we provide answer sheets. However, you can email questions regarding a particular exercise to the TA's to be considered during the Q&A session at the end of the semester.

Textbook

Additional References

Other Resources

  • Movie: "Warriors of the Net" [1]

Prerequisites

  • Computer Science I, II; basic familiarity with UNIX and C.