Course detail
Computer Communications and Networks
FIT-IPKAcad. year: 2021/2022
Internet concept and model of the Internet. Model ISO/OSI. TCP, UDP, IP protocols. Addressing in computer networks (local and Internet). Routing on the Internet. Multicasting on the Internet. Switching and switches. Principles of reliable data transfer. Network interconnections. Multiple access. Error control. Communication services and protocols. Wireless and mobile networks and protocols. Network security. Programming network applications.
Language of instruction
Number of ECTS credits
Mode of study
Guarantor
Department
Learning outcomes of the course unit
Student acquaints basic concepts and principles of computer communications and computer networks and will be aware of communication functions and their implementations in common computer networks. The student will learn how to deal with documents that describe the specification of communication protocols. The student will learn how to implement networking applications.
Prerequisites
Ability to write a computer program and working knowledge C/C++ programming language. Knowledge of operating systems.
Co-requisites
Planned learning activities and teaching methods
Assesment methods and criteria linked to learning outcomes
- Project #1 - max 20 pts.
- Project #2 - max 20 pts.
- The final exam - max 60 pts.
Course curriculum
Work placements
Aims
Specification of controlled education, way of implementation and compensation for absences
Recommended optional programme components
Prerequisites and corequisites
Basic literature
Kurose J.F., Ross K.W.: Computer Networking, A Top-Down Approach Featuring the Internet (8th edition). Addison-Wesley, 2021. (EN)
Recommended reading
John Goerzen, Tim Bower, Brandon Rhodes. Foundations of Python Network Programming: The comprehensive guide to building network applications with Python. Apress, 2011. (EN)
Classification of course in study plans
Type of course unit
Lecture
Teacher / Lecturer
Syllabus
- Introduction to computer networks
- Network applications
- Network application programming
- Transport layer
- Network Layer I (Addressing)
- Network Layer II (Protocols and Communications)
- IPv6 protocol
- Multicast
- Routing I (Local Area Networks)
- Routing II (Internet)
- Link layer (Ethernet)
- Wireless Networks
- Recapitulation
Project
Teacher / Lecturer
Syllabus
- Implementation of a client-server communication
- Implementation of networking application