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 

     

     

     

     

     

     

     

     

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

     

     

     

     

     

  • 相关阅读:
    华为软件开发云评测
    个人技术博客(α)
    结对第二次作业
    结对第一次作业----部门通
    数独设计
    2017软件工程实践第一次作业
    Alpha冲刺博客集
    个人作业——软件工程实践总结作业
    用户使用调查报告
    总结随笔(Beta)
  • 原文地址:https://www.cnblogs.com/ecoflex/p/10971269.html
Copyright © 2011-2022 走看看