CS4470 Computer Networking Protocols

Slides:



Advertisements
Similar presentations
Network Layer Pertemuan 17 Matakuliah: H0484/Jaringan Komputer Tahun: 2007.
Advertisements

ECE 4110 – Internetwork Programming TCP/IP Protocol (cont’d)
IP Suite© Dr. Ayman Abdel-Hamid, CS4254 Spring CS4254 Computer Network Architecture and Programming Dr. Ayman A. Abdel-Hamid Computer Science Department.
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.
Chapter 5 – Big Picture Dr. V.T. Raja Oregon State University.
CSIT435 Spring 2001 Final Examination Study Guide.
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
G64INC Introduction to Network Communications Ho Sooi Hock Internet Protocol.
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.
Fall 2005Computer Networks20-1 Chapter 20. Network Layer Protocols: ARP, IPv4, ICMPv4, IPv6, and ICMPv ARP 20.2 IP 20.3 ICMP 20.4 IPv6.
Midterm Exam #2 Review Exam time is July 5th during class time. The second homework and lecture content after first mid-exam until this class will be covered.
Lecture 3 Overview. Protocol An agreed upon convention for communication both endpoints need to understand the protocol. Protocols must be formally defined.
ECE 526 – Network Processing Systems Design Networking: protocols and packet format Chapter 3: D. E. Comer Fall 2008.
CS 447 Networks and Data Communication ARP (Address Resolution Protocol) for the Internet Department of Computer Science Southern Illinois University Edwardsville.
Internet Protocols. Address Resolution IP Addresses are not recognized by hardware. If we know the IP address of a host, how do we find out the hardware.
Ethernet. Elements of the Ethernet System n physical medium used to carry Ethernet signals between computers n set of medium access control rules embedded.
Final Review Focus- Chapter 4: Network layer Chapter 5: Data link layer Notes: Physical layer Understand previous chapters covered in class. Final exam.
IP addresses. Network Layer introduction 4.2 virtual circuit and datagram networks 4.3 what’s inside a router 4.4 IP: Internet Protocol datagram.
Network Layer4-1 Datagram networks r no call setup at network layer r routers: no state about end-to-end connections m no network-level concept of “connection”
Lecture 4 Overview. Ethernet Data Link Layer protocol Ethernet (IEEE 802.3) is widely used Supported by a variety of physical layer implementations Multi-access.
Chapter 4 Network Layer Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley March 2012 A note on the use of these.
Data Communications and Computer Networks Chapter 4 CS 3830 Lecture 19 Omar Meqdadi Department of Computer Science and Software Engineering University.
Chapter 20 Network Layer: Internet Protocol Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Network Models. 2.1 what is the Protocol? A protocol defines the rules that both the sender and receiver and all intermediate devices need to follow,
Scaling the Network: Subnetting and Protocols
Introduction to Networks
CS4470 Computer Networking Protocols
Scaling the Network Chapters 3-4 Part 2
CS 457 Systems Security Fall 2016
COMPUTER NETWORKS CS610 Lecture-28 Hammad Khalid Khan.
CS4470 Computer Networking Protocols
Part I. Overview of Data Communications and Networking
COMPUTER NETWORKS CS610 Lecture-45 Hammad Khalid Khan.
Ethernet Frame Structure
CS522 Advanced database Systems
The OSI Model and the TCP/IP Protocol Suite
ARP and RARP Objectives Chapter 7 Upon completion you will be able to:
Layered Architectures
CS580 Internet Security Protocols
CS4470 Computer Networking Protocols
CS4470 Computer Networking Protocols
TCP/IP Transmission Control Protocol / Internet Protocol
Midterm Exam #2 Review Exam time is Mar. 28th during class time.
CS4470 Computer Networking Protocols
Internet Protocol: Connectionless Datagram Delivery
Introduction to Networking Prof. Ananjan Maiti. Overview of the course OSI and TCP/IP Models:  Open Systems Interconnection (OSI)  Transmission Control.
Net431:advanced net services
Internet Protocol Version4
Hubs Hubs are essentially physical-layer repeaters:
The OSI Model and the TCP/IP Protocol Suite
Internet Protocol Version4
CS4470 Computer Networking Protocols
Net 323 D: Networks Protocols
EEL 4598/5718: Computer Communications
Network Architecture for Cyberspace
Chapter 4 Network Layer Computer Networking: A Top Down Approach 5th edition. Jim Kurose, Keith Ross Addison-Wesley, April Network Layer.
CS4470 Computer Networking Protocols
CS4470 Computer Networking Protocols
The OSI Model and the TCP/IP Protocol Suite
CS 381: Introduction to Computer Networks
Data-Link Layer The Internet is a combination of networks glued together by connecting devices (routers or switches) If a packet is to travel from a host.
Protocol Layering - Introduction
EE469 Review 1.
Data Link Layer: Overview; Error Detection
NET 323D: Networks Protocols
CS4222 Principles of Database System
Class 3: Embedded TCP/IP Concepts
Based on notes from D. Hollinger
Review of Internet Protocols Network Layer
Chapter 9 Introduction to Data-Link Layer
Presentation transcript:

CS4470 Computer Networking Protocols 8/2/2018 CS4470 Computer Networking Protocols Midterm review Huiping Guo Department of Computer Science California State University, Los Angeles

Midterm Thursday, 10/12, 4:30 --- 5:45pm Closed book and closed notes You may need scratch paper You can bring two pages of cheat sheet (letter size, back and front) Miterm review CS4470

Outline General concepts of networks Data link layer Network layer Miterm review CS4470

General concepts Network Architecture A set of layers and protocols Why layered architecture What are protocols? TCP/IP reference model Miterm review CS4470

General concepts TCP/IP reference model What layers are in the model? The functionality of each layer TCP/IP protocol suite What protocols have we learned? Miterm review CS4470

Data Link Layer Functions of the link layer Two types of communication channels Framing Bit stuffing Error detection and correction 1D&2D Parity checking, Checksum CRC The sender: How to compute R? The receiver: How to detect errors The relationship between the number of bits in a generator and the number of bits in R Miterm review CS4470

Data Link Layer Ethernet The popular topology What services does it provide? Addressing MAC addresses CSMA/CD How it work? Miterm review CS4470

Data Link Layer Link layer devices Repeater/Hubs Bridges/Switches Pros and cons Bridges/Switches Advantages Filtering/forwarding How to isolate traffic Self learning How it works Miterm review CS4470

Network layer Why need network layer Software and hardware at the network layer ARP Why ARP How it works Virtual-circuits networks and datagram networks Functions of network layer Router architecture IP datagram format Some important fields IP datagram fragmentation and reassembly Miterm review CS4470

Network layer IP addresses Subnetting Special IP address Classful addressing Classless addressing Subnet mask CIDR Subnetting Why subnets Which kind of device divides subnets Subnets with the same number of IP address Subnets with different number of IP address Miterm review CS4470