COMP2330 Subject Review. Final Exam  Time: 14:45-16:45, 4 May 2010  Venue: SHALL  6 questions  8 pages  2 hours  20% percent (programming)  distributed.

Slides:



Advertisements
Similar presentations
9-1 Chapter 9 - Communication Principles of Computer Architecture by M. Murdocca and V. Heuring © 1999 M. Murdocca and V. Heuring Principles of Computer.
Advertisements

Cognitive Radio Communications and Networks: Principles and Practice By A. M. Wyglinski, M. Nekovee, Y. T. Hou (Elsevier, December 2009) 1 Chapter 9 Fundamentals.
COMPUTER NETWORKS COMPUTER NETWORKS AIM To understand the basic concepts of data communication, networking and the usage of protocols. OBJECTIVES To study.
Data Communications and Networking
CompTIA Network+ Chapter 2
Assessment 1 Review Network Layers. Computer 1Computer 2 2.
Exam Review. Basic Concepts  Packet switching versus circuit switching  Their advantages and disadvantages  Layered network architecture  Various.
CSIT435 Spring 2001 Final Examination Study Guide.
Network Concepts. Networks LAN WAN Main Concepts n Protocol n Media n Topology.
Midterm Review 1 Introduction –Basic terminology and concepts. Physical Layer –Time and frequency domains. –Bandwidth and data rate. –Analog and digital.
CMPE 150- Introduction to Computer Networks 1 CMPE 150 Fall 2005 Lecture 18 Introduction to Computer Networks.
12.1 Chapter 12 Multiple Access Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
EECS 122, Midterm Review Kevin Fall Jean Walrand
1 Chapter 5 The Medium Access Sublayer. 2 Chapter 5 The Medium Access Layer 5.1 The Channel Allocation problem - Static and dynamic channel allocation.
Spring 2010, ICE Stephen Kim, Ph.D.. March 3 rd – June 11 th, 2010 Wednesday and Friday 1:30-2:45 pm Room
Data Link Layer IS250 Spring 2010
Lecturer: Tamanna Haque Nipa
Midterm Review - Network Layers. Computer 1Computer 2 2.
Ch 5. Link layer and Local Area Networks from Ch. 5 of Computer Networking by Jim Kurose and Keith W. Ross, Myungchul Kim
1 Data Link Layer Lecture 17 Imran Ahmed University of Management & Technology.
CS 381 Final Exam Study Guide Final Exam Date: Tuesday, May 12 th Time: 10:30am -12:30pm Room: SB 105 Exam aid: 8 ½ x 11 page of notes front and back.
Computer Networks NYUS FCSIT Spring 2008 Igor TRAJKOVSKI, Ph.D. Associate Professor
DEPARTMENT of COMPUTER SCIENCE and INFORMATION TECHNOLOGIES CEN 665
1 CSC 322 Review A slide to a chapter summary of the material covered (based on the 8/e book)
Exam 1 Review Slides INFS 4900/5900 Section 2 (Tuesday/Thursday) Fall 2015.
Final Review CS1652 Jack Lange University of Pittsburgh.
Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.
1 Kyung Hee University Chapter 15 Connecting LANs, Backbone Networks, and Virtual LANs.
CENG 490/510 Network Programming Russell Deaton Rm
The Medium Access Control Sublayer Chapter 4. The Channel Allocation Problem Static Channel Allocation in LANs and MANs Dynamic Channel Allocation in.
ECE453 – Introduction to Computer Networks Lecture 17 – Top – Down Approach (A Review)
Final Review Focus- Chapter 4: Network layer Chapter 5: Data link layer Notes: Physical layer Understand previous chapters covered in class. Final exam.
CSC 450/550 Part 1: Introduction. CSC 450/550 Summary (1)Contact information (2)Course objective and topics (3)Course evaluation (4)* The layering principle.
1 CS4550: Computer Networks II Review Data Link Layer.
電腦網路 By 王丕中 國立中興大學 資訊科學系.
Data Communications, Kwangwoon University12-1 Chapter 12. Multiple Access 1.Random Access 2.Controlled Access 3.Channelization.
Network Systems Design Dr Ali El-Mousa University of Jordan
COMPUTER COMMUNICATIONS AND NETWORKS. Networks fundamentals  Basic understanding of networks, its ontology as LAN, WAN, MAN, PAN, WLAN etc with the comprehensive.
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني.
ADG 1 Fall 2013 Review A slide to a chapter summary of the material covered (based on the 8/e book)
9-1 Chapter 9 - Communication Department of Information Technology, Radford University ITEC 352 Computer Organization Principles of Computer Architecture.
5: DataLink Layer5a-1 Chapter 5: The Data Link Layer Our goals: r understand principles behind data link layer services: m error detection, correction.
Ch 5. Link layer and Local Area Networks Myungchul Kim
Dr. John P. Abraham Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
CIS6930: IP Quality of Service General Information What are we going to cover? What are you expected to do?
Data and Computer Communications, 9/E ISBN-13: William Stalling Data Communications Concept CSC230 Prof. F. Aljamal.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Computer Engineering and Networks, College of Engineering, Majmaah University INTRODUCTION TO COMPUTER NETWORKS Mohammed Saleem Bhat
COMPUTER NETWORKS COMPUTER NETWORKS AIM To understand the basic concepts of data communication, networking and the usage of protocols. OBJECTIVES To study.
Part III. Data Link Layer
SE-307: Computer Communication Networks
Networking CS 3470, Section 1 Sarah Diesburg
Physical Link Layer.
Chapter 12 Multiple Access.
Whirlwind Tour Of Lectures So Far
Lab 7 – CSMA/CD (Data Link Layer Layer)
Networking CS 3470, Section 1 Sarah Diesburg
Computer Communication Networks
CS4470 Computer Networking Protocols
Introduction to Computer Networks
CS 457 – Lecture 6 Ethernet Spring 2012.
Data Transmission and Computer Communications ECE: 412
EEL 4598/5718: Computer Communications
OSI Model The Seven Layers
Link Layer and LANs Not everyone is meant to make a difference. But for me, the choice to lead an ordinary life is no longer an option 5: DataLink Layer.
EEL 4598/5718: Computer Communications
Network Architecture for Cyberspace
Chapter 1. Introduction Data Communications
Networking CS 3470, Section 1 Sarah Diesburg
Presentation transcript:

COMP2330 Subject Review

Final Exam  Time: 14:45-16:45, 4 May 2010  Venue: SHALL  6 questions  8 pages  2 hours  20% percent (programming)  distributed among all chapters

Course Structure  General concepts  Network programming Internetworking and TCP/IP Socket programming basics Client-server design  Principles of computer communications Physical layer Data link layer  Standardized networks Ethernet Wireless Ethernet (WiFi) Network layer

Physical Layer (Cont.)  Encoding / Modulation Digital data, digital signal Digital data, analog signal Analog data, digital signal Analog data, analog signal

Physical Layer (Cont.)  Multiplexing FDM  WDM TDM  Synchronous TDM  Statistical TDM

Data Link Layer Framing Error type Error control  Error detection: Parity check, CRC  Error correction: Hamming Distance (block code) or ARQ Flow control  Stop and wait  Sliding window ARQ  Stop and wait  Go back N  Selective reject

Data Link Layer (Cont.)  Local Area Network Different topologies Bus, hub, bridge, switch IEEE 802 protocol architecture  Data link layer is divided into two sub- layers: LLC and MAC

Data Link Layer (Cont.)  IEEE ALOHA, slotted ALOHA, CSMA MAC: CSMA/CD  IEEE Architecture MAC: CSMA/CA Hidden Terminal

Network Layer  Circuit Switching  Packet Switching Datagram Virtual circuit  Routing Different routing strategies Least-cost routing algorithms (Dijkstra’s algorithm and Bellman-Ford algorithm)

Consultation Hours of Dr. Chu  15:00-17:00 24 April 2010  10:00-12:00 3 May 2010  15:00-18:00 3 May 2010

Consultation Hours of Dr. Liu  14:00-16:00 30 April 2010  10:00-12:00 3 May 2010  15:00-18:00 3 May 2010