Chapter 1 Describe the layer of the protocol stack.

Slides:



Advertisements
Similar presentations
Cisco 2 - Routers Perrine. J Page 14/30/2015 Chapter 10 TCP/IP Protocol Suite The function of the TCP/IP protocol stack is to transfer information from.
Advertisements

IST 201 Chapter 9. TCP/IP Model Application Transport Internet Network Access.
Lecture 5: TCP/IP OSI layers 3 (IP) and 4 (TCP/UDP) IPv4 – addresses and routing, “best-effort” service Ethernet, Appletalk, etc wrap IP packets with their.
期末複習. 注意事項 範圍從投影片 3-77 至 5-67 會考部分已列在下面幾張投影片 請同學好好把握 祝大家都能 all pass.
Exam Review. Basic Concepts  Packet switching versus circuit switching  Their advantages and disadvantages  Layered network architecture  Various.
CSIT435 Spring 2001 Final Examination Study Guide.
CS440 Computer Networks 1 Review for Networking Neil Tang 01/16/2009.
Introduction to Management Information Systems Chapter 5 Data Communications and Internet Technology HTM 304 Fall 07.
1 Last Class! Today: r what have we learned? r where is the networking world going? r question and answers r evaluation.
TCP. Learning objectives Reliable Transport in TCP TCP flow and Congestion Control.
Figure 2-17 Relationship of layers and addresses in TCP/IP Example: web browser implementing HTTP Implemented in TCP and UDP software. HTTP uses TCP. Interface.
EECS 122, Midterm Review Kevin Fall Jean Walrand
OSI Model Routing Connection-oriented/Connectionless Network Services.
The Transport Layer.
Finals Review. Chapter 1 Internet Concepts Applications, End-hosts, Routers, Switches, Communication Links Overall architecture How they are organized.
Communications Recap Duncan Smeed. Introduction 1-2 Chapter 1: Introduction Our goal: get “feel” and terminology more depth, detail later in course.
Copyright 2003 By Your Name CCNA 3 Chapter 1 Review: The OSI Reference Model and Routing.
1 © 2004, Cisco Systems, Inc. All rights reserved. Chapter 4 Routing Fundamentals and Subnets/ TCP/IP Transport and Application Layers.
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.
Review the key networking concepts –TCP/IP reference model –Ethernet –Switched Ethernet –IP, ARP –TCP –DNS.
ECE453 – Introduction to Computer Networks Lecture 17 – Top – Down Approach (A Review)
1 Mao W07 Midterm Review EECS 489 Computer Networks Z. Morley Mao Monday Feb 19, 2007 Acknowledgement: Some.
Final Review Focus- Chapter 4: Network layer Chapter 5: Data link layer Notes: Physical layer Understand previous chapters covered in class. Final exam.
Networks (CS438) Review! High Level Concepts *with suggestions for topics to study in detail.
Review of key networking techniques: –Reliable communication over unreliable channels –Error detection and correction –Medium access control –routing –Congestion.
CS470 Computer Networking Protocols
1 Interview Questions - What is the difference between TCP and UDP? - What is Nagle's Algorithm? - Describe the TCP handshaking process. - What is Slow.
Review. Layers Physical layer – sending bits from one place to another, ensuring an okay BER Data link layer – encapsulate information bits into frames,
Midterm Review Chapter 1: Introduction Chapter 2: Application Layer
Quiz and Snack ECS 152B Winter 2006.
 1DT014 Datakommunikation I › (Thur) 9-14 › Polacksbacken, Skrivsal  9 Questions › 5 Short questions › 4 Long questions.
Midterm Review. Chapter 1 Internet Concepts Applications, End-hosts, Routers, Switches, Communication Links Overall architecture How they are organized.
CSEN 404 Introduction to Networks Amr El Mougy Lamia AlBadrawy.
Physical Net. Access IP TCP/UDP Application Physical Net. Access IP TCP/UDP Application Physical Net. Access Physical Net. Access IP Physical Net. Access.
Example DLL Protocols 1. High-Level Data Link Control (HDLC).
MAC, Scheduling, IP ….
OSI LAYERS.
CompTIA Security+ Study Guide (SY0-401)
CSE4471: Computer Network Review
Virtualization of networks
Exams hints The exam will cover the same topics covered in homework. If there was no homework problem on the topic, then there will not be any exam question.
Networking CS 3470, Section 1 Sarah Diesburg
Whirlwind Tour Of Lectures So Far
A Typical Connection Scenario
Chapter 3 Understanding the OSI Model
ECE4605: Advanced Internetworking
Course Review 2015 Computer networks 赵振刚
Chapter 6 The Transport Layer.
Introduction to Computer Networks
NT2640 Unit 1 Activity 1 Handout
CompTIA Security+ Study Guide (SY0-401)
Working at a Small-to-Medium Business or ISP – Chapter 7
استانداردهاي سري IEEE 802.X
CSE 461: Review Chunjong Park.
Chapter 6 The Data Link layer
Review First mile problem Internet End Users Last mile
Lecture 12 Internet Protocols Internet resource allocation and QoS
IPsrc IPdst MACsrc MACdst
EEL 4598/5718: Computer Communications
Binit Mohanty Ketan Rajawat
Chapter 17. Transport Protocols
Network Fundamentals – Chapter 9
IP IP Net. Access Net. Access Net. Access Net. Access Physical
CS4470 Computer Networking Protocols
Synthesis A day in the life of a web request
CS 381: Introduction to Computer Networks
Review of Internet Protocols Transport Layer
Internet protocol stack
Midterm Exam Review Release questions via webcourse “assignment” around 10:30am, Thur. Oct. 25th, due via webcourse at 10:30am next day Submit format:
Open System Interconnect (OSI).
Presentation transcript:

Chapter 1 Describe the layer of the protocol stack. Explain the services at each layer. Give an example of a protocol that runs are each layer. ISPs tier-n PoP Multiplexing Give formulas for the number of users Pros and cons Delay and utilization for statistical multiplexing Types of delay and basic networking math E.g., number of bits in a fiber

applications TCP vs UDP Very basic knowledge of DNS P2P Why TCP over UDP Very basic knowledge of http Smtp ftp DNS P2P Prove the time to transfer a file Give schedule Flooding schemes Hierarchical schemes

Transport layer Go-back-N ports TCP Connection establishment SYN attack Progression of cwnd Timing diagrams Slow start Timeout Congestion avoidance RTO and RTT Sequence numbers, triple dup ack Throughput = 1.2 / ( RTT * sqrt(loss prob))

routing Prefixes and subnets Link state vs distance vector Link weights Dijastra OSPF Described how OSPF knows if a link is “up” Demonstrate how do routers learn about the state of links not attached to it? Distance vector Algorithm Count to infinity Poison reverse NAT

MAC What does ARP do? Aloha vs slotted aloha CSMA Self-learning Show give proof of performance describe vulnerability periods CSMA p-persistent - why CSMA/CD details Exponential backoff, Collision detection Self-learning hubs, vs switches, vs routers