CSCD 433/533 Advanced Computer Networks

Slides:



Advertisements
Similar presentations
CSCD 433/533 Advanced Computer Networks Lecture 1 Course Overview Fall 2011.
Advertisements

Data Communications I & II Project Sequence Tom Costello.
CS 4119: Computer Networks Henning Schulzrinne Dept. of Computer Science Columbia University
CSCE 515: Computer Network Programming Chin-Tser Huang University of South Carolina.
CSCD 330 Network Programming Winter 2012 Lecture 1 - Course Details.
Communications Recap Duncan Smeed. Introduction 1-2 Chapter 1: Introduction Our goal: get “feel” and terminology more depth, detail later in course.
CS 453 Introduction to Data and computer communications Syllabus Vinod Kulathumani West Virginia University.
Computer Network Fundamentals CNT4007C
Advanced Computer Networks by Behzad Akbari Spring 2011 In the Name of the Most High.
Network Technologies (TCP/IP Suite) Tahir Azim
Computer Networks CEN 5501C Spring, 2008 Ye Xia (Pronounced as “Yeh Siah”)
Final Review EECS 489 Computer Networks Z. Morley Mao Monday April 16, 2007.
1 ECE 156 Computer Network Architecture Professor Krish Chakrabarty Department of Electrical and Computer Engineering Fall 2006.
CSCD 330 Network Programming Fall/Winter/Spring 2014 Lecture 1 - Course Details.
IT 351 Mobile &Wireless Computing Semester 1, Dr. Hala Mokhtar Room th floor.
Univ. of TehranComputer Network1 Computer Networks Computer Networks (Graduate level) University of Tehran Dept. of EE and Computer Engineering By: Dr.
CS 453 Computer Networks Lecture 18 Introduction to Layer 3 Network Layer.
Graciela Perera– August 23, 2010 Department of Computer Science and Information Systems Slide 1 of 14 OVERVIEW FOR NETWORKING CONCEPTS AND ADMINISTRATION.
Welcome! CSI 4118: Computer Networks and Protocols (3,0,0) Professor: Dr. Robert L. Probert Office: SITE 5098 Phone: x6709
1 CNT 4704 Analysis of Computer Communication Networks Cliff Zou Department of Electrical Engineering and Computer Science University of Central Florida.
EE3402- Data Communication Networks Lecture 1 Muhammad Qaisar Shafi.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
1 CDA 4527 Computer Networking Prof. Cliff Zou School of Computer Science University of Central Florida Fall 2005.
CSCD 330 Network Programming Winter 2015 Lecture 1 - Course Details.
1 CDA 4527 Computer Communication Networking (not “analysis”) Prof. Cliff Zou School of Electrical Engineering and Computer Science University of Central.
1 CNT 4704 Analysis of Computer Communication Networks Cliff Zou Department of Electrical Engineering and Computer Science University of Central Florida.
 1DT014 Datakommunikation I › (Thur) 9-14 › Polacksbacken, Skrivsal  9 Questions › 5 Short questions › 4 Long questions.
ECE 374: Computer Networks & Internet Introduction Spring 2012 Prof. Michael Zink.
Computer Networks CNT5106C
CSCD 433/533 Advanced Computer Networks Lecture 1 Course Overview Spring 2016.
@Yuan Xue CS 283Computer Networks Spring 2011 Instructor: Yuan Xue.
Course Description/001 Objectives in This Course 1. Understanding components in computer networks - What are the major network hardware components? - What.
Computer Network Fundamentals CNT4007C
Introduction An introduction to the software and organization of the Internet Lab.
Computer Networks CNT5106C
CNT 4704 Computer Communication Networking (not “analysis”)
CNT 4704 Computer Communication Networking (not “analysis”)
NWEN 243 Network Applications
Course Review 2015 Computer networks 赵振刚
Dr. Clincy Professor of CS
OSI Protocol Stack Given the post man exemple.
Mobile &Wireless Computing
CNT 4704 Computer Communication Networking (not “analysis”)
CS447 - Networks and Data Communications
CPSC 441: Computer Communications
CS 6027 Advanced Computer Networking
ECET 465 Innovative Education--snaptutorial.com
CS222 Web Programming Course Outline
An introduction to the organization of the Internet Lab
An introduction to the organization of the Internet Lab
Computer Networks CNT5106C
CSCD 434 Network Security Spring 2012 Lecture 1 Course Overview.
CSCD 330 Network Programming Spring
CSCD 433/533 Advanced Computer Networks
CSCD 330 Network Programming Spring
CNT 4704 Analysis of Computer Communication Networks
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
CNT 4704 Analysis of Computer Communication Networks
V. Arun College of Information and Computer Sciences
CSCD 330 Network Programming
An introduction to the organization of the Internet Lab
2012 session 1 TELE3118: Network Technologies Week 13 Review
CSCD 433/533 Advanced Computer Networks
CSCD 330 Network Programming Spring
CSCD 434 Network Security Spring 2019 Lecture 1 Course Overview.
Computer Networks CNT5106C
2017 session 1 TELE3118: Network Technologies Week 13 Review
Introduction An introduction to the organization of the Networks Course and the Internet Lab.
Intro. to Computer Network
CS 381: Introduction to Computer Networks
Presentation transcript:

CSCD 433/533 Advanced Computer Networks Lecture 1 Course Overview Winter 2017

The Course CSCD 433/533 Combination Senior/Graduate Student class As seniors, you are expected to know a lot Graduate students are expected to know more! Class will accommodate both groups Graduate students will do more work More about that later ...

The Course CSCD 433/533 Advanced network class with some network programming Goals and Learning Objectives

Goals for the Course Learn about networks as systems There are fundamental design principles for networks Performance, Software and hardware components, and Underlying protocols Explore Quality of Service (QOS) features of networks including protocols Continue learning network programming

Quality of Service Different applications have different requirements for handling their network traffic Applications generate traffic at varying rates Generally require networks to carry traffic at the rate at which they generate it Will learn how networks handle this

Learning Objectives Study design principles of the Internet as an example of a successful network that scales Read and discuss papers Learn about network performance, how to perform measurement and tools Study some specific software and hardware components and understand how they work

Learning Objectives Continued Study applications that require QOS features and learn which protocols support them For example: Streaming Media, Internet phones Write network programs to better understand network concepts

Importance of Networks Networks are one of the most important things you will study in CS How useful is a standalone computer in today’s world? Computing devices once were mostly standalone, separate entities Networks created originally to exchange information between researchers and government entities

Importance of Networks Networks are ubiquitous Fun to look at Internet Maps Here is a historical look at the Internet http://www.cheswick.com/ches/map/gallery/#pookie

Internet Growth Internet growth is exponential!! Growth of Internet Hosts 7/2008 570,937,778 7/2007 489,774,269

Topics Covered

Topics Covered CSCD 330 OSI Model Layers Routing Layered architecture, purpose of layers Layers Link – Ethernet, Network – IP, Transport – TCP,UDP, Applications – HTTP, SMTP, DNS Routing Routers, algorithms – introduction to BGP, OSPF Reliable transport, principles for that Socket programming – Java

Topics Covered CSCD 433/533 Network design How do you design a network? Are there fundamental properties that most networks must exhibit? What are the factors that affect performance and how do you design for them?

Topics Covered CSCD 433/533 Routing Routers - performance, details Algorithms – more about performance Multi Protocol Label Switching (MPLS)‏ Multicast Virtual Private Networks (VPNs)‏ Tunnels

Topics Covered CSCD 433/533 Resource Allocation Congestion Control Quality of Service Real time Protocols Wireless, mostly 802.11 Other topics Network programming

Course Structure CSCD 433 – Grads and Undergrads M, W, F – Lecture Tu, Th - Labs Lab Details Wireshark Programming exercises Other Lab tools Online tools

Course Structure CSCD 533 – Grad Students 1. Survey Paper or 2. Create a Lecture (or Lab) Must clear the idea with me Need to sign up ahead of time I have topic suggestions

Assignments CSCD 433/533 Programs Homework Several programs related to course topics Homework Homework – some problems from text Short Writing Assignments

Assignments CSCD 433/533 Tests - takehome In-class Participation Final (optional)‏ In-class Participation Make sure you come to class If you come, participate - talk !!! I should know your name

Book Perspective Textbooks What are they good for?

Book Perspective What are the usefulness of Textbooks? Offer a guide to the topics What’s important / what’s not important Authors typically have years of experience Tanenbaum textbook is in its 5th edition Updated network information

Book Perspective From reading you get ... Principles Software Thought processes led to today’s networks If understand principles, then can understand new proposed protocols, network architecture Software Important to allow networks to provide new services Software allows new services to be provided with existing hardware - cheaper, easier P2P, VOIP, Real time service

Book Perspective Network Behavior Compare to Other “Systems” How does the integration of hardware/software affect behavior? How do you predict network behavior? Compare to Other “Systems” OS’s, distributed systems, other software architecture systems All are complex and rely on design principles Useful to examine common elements of system complexity If you understand general principles, can apply it to any system and simplify it

Questions

Finish Web page: Lab – No scheduled lab this week http://penguin.ewu.edu/cscd433/ Buy Book !!! Lab – No scheduled lab this week