zoukankan      html  css  js  c++  java
  • [Computer Networking] {CMU14-740} Lecture 14: The Network Layer

    Finally! This lecture covers the glue that holds the entire internet together. After some discussion of the theoretical possibilities available in a network-layer protocol, several aspects of IP will be examined. The addressing mechanisms in IP are more complex than at any other level -- there is much more to those 4 dotted pairs of numbers than just 4 dotted pairs of numbers. We will also look at the network packet format, fragmenting and the ICMP protocol.

     

    IPv4 packet format

    Lesson Objectives

    By the end of this lesson, the student will be able to:

    • describe the mission, scope, addressing mechanism, data types and responsibilities of the Network Layer.
    • describe the differences that would result from a connectionless or connection-oriented network.
    • explain IPv4, including advantages/disadvantages, datagram format, and packet-handling operations at each router.
    • calculate the packets that result from an IPv4 fragmentation scenario, including size, id, flags and offset fields.
    • calculate IPv4 address ranges from prefix notation and be able to apply the longest matching prefix rule to forwarding decisions.
    • apply route aggregation to prefix scenarios.
    • describe ICMP, including packet format, use of type/code fields for ping, traceroute, and error situations.

    Reading

    • KR Ch 4.1 - 4.2
    • KR Ch 4.3.1 - 4.3.3
    • KR Ch 5.6

    Slides

    Video





     

     

     

     

    in transport, we can choose TCP or UPD

    but in Network layer, we can't 

     

     

     

     

     

     

     

     

    ......... ......... ......... ......... ......... ......... ......... 

     

     

     

     

     

  • 相关阅读:
    Redis 的基本操作、Key的操作及命名规范
    python离线安装外部库(第三方库)
    STL之deque
    STL之list
    STL学习之vector
    STL三种标准容器
    Lua系统库
    Lua输入输出库
    Lua字符串库
    Lua面向对象
  • 原文地址:https://www.cnblogs.com/ecoflex/p/10971269.html
Copyright © 2011-2022 走看看