CSC4290: Introduction to Computer Networking. Hongwei Zhang http://www.cs.wayne.edu/~hzhang



Similar documents
CSC7290: Advanced Computer Networking. Hongwei Zhang

What is this Course All About

Raritan Valley Community College Academic Course Outline. CISY Advanced Computer Networking

Network Security TCP/IP Refresher

Communication Networks MAP-TELE 2012/13

CSE 3214: Computer Network Protocols and Applications

Address Resolution Protocol (ARP)

CS 5480 Computer Networks

CDA Introduction to Computer Networks

University of Twente B.Sc. Computer Science Module 1.3: Network Systems

IT4405 Computer Networks (Compulsory)

CSET 4750 Computer Networks and Data Communications (4 semester credit hours) CSET Required IT Required

Lecture 1: Course Introduction" CSE 222A: Computer Communication Networks Alex C. Snoeren

Internetworking. Problem: There is more than one network (heterogeneity & scale)

CSE 473s Introduction to Computer Networks

Network Security 網 路 安 全. Lecture 1 February 20, 2012 洪 國 寶

MANAGING NETWORK COMPONENTS USING SNMP

San José State University College of Engineering/Computer Engineering Department CMPE 206, Computer Network Design, Section 1, Fall 2015

;. ' ;. - ' Computer Networking. ^4 Top-Down Approach. James F. Kurose. Keith W. Ross. Polytechnic University, Brooklyn PEARSON.

CS 218 Advanced Computer Networks Quarter: Fall 2003 Course ID : CS218 Class hour : MW 8:00-10:00 pm Classroom : BH 5273

Protocol Specification & Design. The Internet and its Protocols. Course Outline (trivia) Introduction to the Subject Teaching Methods

Instructor: Michael J. May. Semester 1 of 5774

CSMC 417. Computer Networks Prof. Ashok K Agrawala Ashok Agrawala. January 11 CMSC417 Set 1 1

Introduction. Abusayeed Saifullah. CS 5600 Computer Networks. These slides are adapted from Kurose and Ross

IT Data Communication and Networks (Optional)

Computer Networks CS321

Network-Oriented Software Development. Course: CSc4360/CSc6360 Instructor: Dr. Beyah Sessions: M-W, 3:00 4:40pm Lecture 2

CSCD 330 Network Programming Winter Lecture 1 - Course Details

Internetworking and IP Address

The IP Transmission Process. V1.4: Geoff Bennett

Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0

Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network.

Internet Control Protocols Reading: Chapter 3

Data Communication Networks Introduction

Communication Systems Internetworking (Bridges & Co)

CPSC 4550 Computer Networks Fall 2012, Section 0

Contents. Biography. Acknowledgments. List of Abbreviations. List of Symbols

COMP 361 Computer Communications Networks. Fall Semester Midterm Examination

Advanced Internetworking

CMPSCI 453 Computer Networking. Professor V. Arun Department of Computer Science University of Massachusetts Amherst

Programming Assignments for Graduate Students using GENI

Chapter 1: Introduction

What is CSG150 about? Fundamentals of Computer Networking. Course Outline. Lecture 1 Outline. Guevara Noubir noubir@ccs.neu.

AC : A VOICE OVER IP INITIATIVE TO TEACH UNDERGRADUATE ENGINEERING STUDENTS THE FUNDAMENTALS OF COMPUTER COMMUNICATIONS

CompTIA Network+ (Exam N10-005)

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life

Transport and Network Layer

UPPER LAYER SWITCHING

Rivier College Syllabus CS575A Advanced Networks

A Transport Protocol for Multimedia Wireless Sensor Networks

Lecture 1: Course Introduction. CSE 123: Computer Networks Stefan Savage

Networking. Systems Design and. Development. CRC Press. Taylor & Francis Croup. Boca Raton London New York. CRC Press is an imprint of the

The OSI and TCP/IP Models. Lesson 2

Specialized Programme on Internetworking Design and LAN WAN Administration

Lecture 1: Course Introduction"

You will work in groups of two on the labs. It is OK to talk to others and help each other in the lab.

TXC - Computer Network Technology

Study Plan Masters of Science in Computer Engineering and Networks (Thesis Track)

TCP/IP Protocol Suite. Marshal Miller Chris Chase

Computer Networks - CS132/EECS148 - Spring

Firewalls and VPNs. Principles of Information Security, 5th Edition 1

Ethernet. Ethernet. Network Devices

10CS64: COMPUTER NETWORKS - II

Gildart Haase School of Computer Sciences and Engineering

Module 1: Reviewing the Suite of TCP/IP Protocols

CONNECTING WINDOWS XP PROFESSIONAL TO A NETWORK

Internet Protocol: IP packet headers. vendredi 18 octobre 13

High-performance VoIP Traffic Optimizer Client Solution

Computer Networks. A Top-Down Approach. Behrouz A. Forouzan. and. Firouz Mosharraf. \Connect Mc \ Learn. Hill

How do I get to

Computer Networks & Security 2014/2015

Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols

Top-Down Network Design

Associate in Science Degree in Computer Network Systems Engineering

Technical Support Information Belkin internal use only

Review: Lecture 1 - Internet History

CSci 4211: Data Communications and Computer Networks. Time: Tuesday and Thursday 8:15 to 9:30 am Location: Phyics 170 Spring 2015, 3 Credits

Faculty of Engineering Computer Engineering Department Islamic University of Gaza Network Chapter# 19 INTERNETWORK OPERATION

Lab 1: Packet Sniffing and Wireshark

Internet Working 5 th lecture. Chair of Communication Systems Department of Applied Sciences University of Freiburg 2004

ESUMS HIGH SCHOOL. Computer Network & Engineering (CNE) Syllabus

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet

IP Telephony v1.0 Scope and Sequence. Cisco Networking Academy Program

ELEC3030 Computer Networks

TABLE OF CONTENTS NETWORK SECURITY 1...1

Course Title: ITAP 3471: Web Server Management

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages

Indian Institute of Technology Kharagpur. TCP/IP Part I. Prof Indranil Sengupta Computer Science and Engineering Indian Institute of Technology

Firewall Defaults, Public Server Rule, and Secondary WAN IP Address

Linux MDS Firewall Supplement

Transcription:

CSC4290: Introduction to Computer Networking Hongwei Zhang http://www.cs.wayne.edu/~hzhang

Objectives of the course Ultimate goal: you can build any network (including the Internet) from scratch up! Humble course objectives: To appreciate the underlying principles of computer networks To build the foundation for students to understand advanced topics in networked systems (e.g., those that will be covered in CSC 6290 and CSC 7290) To build up students skill set that is necessary for making innovative contributions to both networking technologies and applications Theme: Issues to consider when designing a brand-new network technologies?

Topics to cover Prelude: history, current status, and future directions of computer networks Foundation: system requirements, network architecture, implementation issues, performance metrics and evaluation

Topics (contd.) Direct link networks: encoding, framing, error detection, reliable transmission, media access control Packet switching: store-and-forward switches, bridges and extended LANs, cell switching, segmentation and reassembly Internetworking: best-effort service model, global addressing scheme, IP, ARP, DHCP, ICMP, virtual networks, Internet routing, multicast End-to-end protocols: TCP (connection establishment/termination, sliding window, flow control, adaptive timeout), UDP, remote procedure call

Topics (contd.) Congestion control and resource allocation: queuing discipline, TCP congestion control, congestion avoidance, quality of service control (integrated services, differentiated services) Network security: cryptographic algorithms, security mechanisms, firewalls Network management: components of network management, Internet network management framework, presentation services Elements of distributed computing: naming, caching, replication Applications: SMTP, HTTP, overlay networks, multimedia applications

Perspectives Internet Emerging networking technologies vehicular networks wireless sensor networks mobile ad hoc networks disruption tolerant networks

Textbooks Required: [R0] Larry Peterson and Bruce Davie, Computer Networks: A Systems Approach (5th edition), Morgan Kaufmann. Recommended references: [R1] George Varghese, Network Algorithmics, Morgan Kaufmann. [R2] Mohamed G. Gouda, Elements of Network Protocol Design, John Wiley & Sons. [R3] Anurag Kumar, D. Manjunath, Joy Kuri, Communication Networking: An Analytical Approach, Morgan Kaufmann. [R4] Dimitri Bertsekas and Robert Gallager, Data Networks, Prentice Hall. [R5] Sheldon M. Ross, Introduction to Probability Models, Academic Press.

Logistics Class timings MW 4:30pm-5:50pm Office hours MW 6:00pm-6:30pm in Suite 14101.3, Maccabees Building, or by appointment Course Assistant TBA

Logistics (contd.) Prerequisites Undergraduate courses in algorithms, operating systems, and computer architecture (e.g., CSC 2200, CSC 3100, or equivalent) Or consent of instructor Course website http://www.cs.wayne.edu/~hzhang/courses/4290/4290.html Course mailing list csc4290@lists.wayne.edu Web-section only: csc4290-web@lists.wayne.edu

Logistics (contd.) Grading Class participation: 10% TinyExams: 50% Project: 40% TinyLabs: bonus points Letter grades will be assigned based on performance relative to other students; A tentative grading scale: A: 93-100 A-: 90-92 B+: 85-89 B: 80-84 B-: 75-79 C+: 70-74 C: 65-69 C-: 60-64 F: 0-60

TinyLabs (as exercises) Hands-on labs with TinyOS, an operating system for networked embedded computing

Project Literature review of one of the following fields: Wireless, embedded networking technologies and applications in vehicles: V2V, V2I, sensing and control, infotainment, etc. power-grid: alternative energy microgrid, hybrid power grid, etc. industrial control: feedback control, machine health monitoring, etc. Can focus on issues such as MAC, interference management and control, routing, and transport control.

Project (contd.) Sensor network applications and protocol design in Healthcare Engineering: structural health monitoring, factory automation & industrial control, etc. Scientific study: environmental engineering, social sciences, etc. Homeland security and military Daily life: urban sensing, security monitoring Can focus on issues such as MAC, routing, transport control, data storage and querying, and localization.

Project (contd.) Wireless mobile network applications and protocol design in traffic control: real-time road traffic condition detection and control Auto safety: DSRC Homeland security Social networks Broadband wireless access network applications and protocol design WiMAX, LTE, 4G, etc. Heterogeneous network applications and protocol design in integrated wireless networks (sensor networks, WiFi, cellular) and the Internet etc.

Project (contd.) Protocol design and implementation in diff. operating systems TinyOS Linux Real-time OS such as ut-kernel, Nano-RK, VxWorks, FreeRTOS Broader topics on real time OS for networked, embedded systems Nano-RK: http://www.nanork.org/projects/nanork/wiki ut-kernel: http://www.t-engine.org/what-is-t-kernel/mt-kernel http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=5325154 Software defined networking: software defined ratio (WARP etc), OpenFlow Click modular router: http://www.read.cs.ucla.edu/click/click Other topics of your choice (with conscent of instructor)

Project (contd.) Rules Students are allowed to form groups in doing projects, but the number of students per group should be no more than 2 First choose one of the above research fields, and then start surveying the literature to understand the state of the art in the field Report the history, development, and open issues of your chosen topic(s)/challenge(s) It will be great if you can form your own opinions of the research topic you have chosen. It is required that, in your project report, you present whether and how the basic challenges (such as media access control, routing, and congestion control) in your chosen research field remain the same as or differ from what we have discussed in class

Project (contd.) Deliverables Written project report (in the form of a survey paper) In-class presentation Timeline Select the topic and form your project group by 09/30/2014 Detailed project report outline & list of references are due on 10/31/2014 Submit slides for your presentation at least one day before your presentation (date to be decided) Submit your project report electronically by midnight 12/17/2014 Evaluation criteria Breadth and depth of your understanding of the literature, as evidenced by your project report and presentation Presentation quality (e.g., clarity, readability, and conciseness) of your talk and written report

What is this course NOT for? Network programming Assemble networks with switches, routers, firewalls, etc. Design websites

Policies Frequently check out the course website for updated information TinyExams and project required Exercises & TinyLabs strongly recommended Other WSU polices

How to succeed in this course? Attend/follow lectures, read books Work on exercises, project, and TinyLabs Ask questions!!! Questions?

Student questionnaire Name (optional): E-mail (optional): Major: Degree/Expected Year: Operating Systems/Architecture/Algorithm courses taken: Computer Networking courses taken: What do you expect to learn from this course? How do you think this course should be taught? How might this course contribute to your career objectives?