14
Computer Networking Course Introduction Dr Sandra I. Woolley

Computer Networking Course Introduction

  • Upload
    gypsy

  • View
    27

  • Download
    0

Embed Size (px)

DESCRIPTION

Computer Networking Course Introduction. Dr Sandra I. Woolley. Content. Course Summary The Recommended Text Course Structure, Content and Assessment Recommended Software. The Course Summary. The Recommended Text. Communication Networks A. Leon-Garcia & I. Widjaja McGraw-Hill - PowerPoint PPT Presentation

Citation preview

Page 1: Computer Networking Course Introduction

Computer NetworkingCourse Introduction

Dr Sandra I. Woolley

Page 2: Computer Networking Course Introduction

2

Content

Course Summary

The Recommended Text

Course Structure, Content and Assessment

Recommended Software

Page 3: Computer Networking Course Introduction

3

The Course Summary

Module Code EE3A2 Discipline Electronic, Electrical & Computer Engineering Title Computer Networking Level 3 Status Open Credits 10 Teaching Period Semester 2 Staff Dr. S. I. Woolley Objectives Students are introduced to the major concepts of modern

computer networks and the technologies underlying them. Network layer models, internet protocols and packet routing are studied. Fundamental concepts of cryptography and error control for secure and robust communication are also studied, along with more practical networking aspects, such as, network security and monitoring.

Delivery Lectures, tutorial classes and unassessed laboratory activity Assessment 2 hour summer examination School Engineering Co-requisites None Pre-requisites None Max/min course number Key texts Communication Networks - Fundamental Concepts and Key

Architectures, Leon-Garcia and Widjaja, McGrawHill, 2nd, Edition, 0071198482, 2003

Page 4: Computer Networking Course Introduction

4

The Recommended Text

Communication NetworksA. Leon-Garcia & I. WidjajaMcGraw-Hill

The 2nd Edition (August 2003) is recommended

Page 5: Computer Networking Course Introduction

5

Cryptography Text(optional further reading)

The Code BookSimon SinghISBN: 1857028899

Page 6: Computer Networking Course Introduction

6

Course Resources Course lecture slides at

http://www.eee.bham.ac.uk/woolleysi/teaching/computernetworking/index.htm

Or follow the link from CANVAS.

Page 7: Computer Networking Course Introduction

7

Outline of Course Themes Introduction to the course Computer networks and layered architectures

Local area networks and medium access control Practical LANs and packet switching

Cryptography An overview of network management and security Error control coding

TCP/IP

Network packet capture example and Quality-of-Service (QoS)

Page 8: Computer Networking Course Introduction

8

Course Content, Structure and Assessment Course themes are introduced in lectures.

Lectures introduce subjects, explain concepts and guide self-study.

Self-study of the recommended textbook is important to fill-in the details.

The course is assessed by examination.

There is a recommended unassessed laboratory activity and there are tutorial/example classes.

Practical self-study exercises are recommended.

Page 9: Computer Networking Course Introduction

9

General Notes on the Course Content Computer networking is a vast subject and

supports many active areas of research.

The course aims to cover the fundamentals of computer networks with an emphasis on generic methods rather than specific implementations in specific architectures.

The course does not cover topics already covered in detail in other modules. For example, communication fundamentals such as modulation coding are not included but error control coding and cryptography are covered.

Abbreviations are abundant in computer networking. It will be important to learn some of them.

Page 10: Computer Networking Course Introduction

Recommended Software

Page 11: Computer Networking Course Introduction

11

Recommended Exercises

A significant difference between versions 1 and 2 of the recommended text is the introduction of suggested practical exercises in version 2.

The use of a network analyzer and various IP (Internet Protocol) tools are recommended.

A network analyzer allows you to look at local network packets and to view their contents.

Page 12: Computer Networking Course Introduction

12

Ethereal/Wireshark Protocol Analyser

The Ethereal protocol analyzer recommended by the course text has been renamed Wireshark* http://www.wireshark.org

“Wireshark is an award-winning network protocol analyzer developed by an international team of networking experts.”

*http://www.wireshark.org/faq.html#q1.1 Wireshark automatically installs WinPCap for

packet capture.

Page 13: Computer Networking Course Introduction

13

Other Network Tools IP utilities

Type “command” in the Windows “Run” box to open a window and experiment with – netstat : displays network connections– ipconfig : displays network values– ping : tests if hosts are reachable– tracert : traceroute

Traceroute tools– E.g., 3D traceroute (note - will work only if

your provider allows traceroute requests)– http://www.mycooltools.com/

(traceroute and other tools which are supported by the remote server)

Useful sites for network tools– www.snapfiles.com – www.tucows.com

http://en.wikipedia.org/wiki/Ipconfig

Page 14: Computer Networking Course Introduction

Thank You