Self-study on the Principles of Computer Networks (5)

Multiple choice

  1. Methods to eliminate congestion include suppression of grouping, back pressure, and load shedding . Congestion prevention measures include flow sensing and admission control.
  2. Route selection is only performed when the virtual circuit is established during packet transmission
  3. About the virtual circuit switching packet sequence: send in sequence , receive in sequence
  4. Among the three switching structures of routers, the best performance is based on network switching
  5. The switching structure completes the exchange of IP datagrams from the input port to the designated output port. Mainly include three switching structures based on memory switching, bus-based switching and network-based switching
  6. A host can have multiple IP addresses
  7. The upper two digits of the IP address are 10, indicating that the address belongs to a class B address
  8. 192.168.1.101 belongs to dotted decimal notation
  9. The maximum number of hosts that can be identified by a class C IP address is 256
  10. Routing Information Protocol RIP routing algorithm using a distance vector routing algorithm
  11. The most effective and feasible solution to achieve large-scale network routing is hierarchical routing ,

Fill in the blank

  1. The two important functions that the network layer needs to implement are forwarding and routing
  2. The network that is routed according to the destination host address becomes the datagram network
  3. The number of packet arrival subnetworks too much, resulting in network performance degradation phenomenon known as congestion
  4. IPv6 increases the length of the IP address from 32 bits to 128 bits
  5. The routing and forwarding process adopts the principle of longest prefix matching first
  6. The maximum amount of data that a data link layer protocol frame can carry is called the maximum transmission unit of the link
  7. Among the three marking methods of IP addresses, the most commonly used is dotted decimal notation.

Short answer

  1. What are the reasons for congestion?
    There are four main reasons for congestion:
  • The buffer capacity is limited.
  • The bandwidth of the transmission line is limited.
  • The processing power of network nodes is limited
  • Some parts of the network are malfunctioning
  1. Briefly describe the main difference between virtual circuit switching and data exchange. The main difference between
    virtual circuit switching and datagram exchange is as follows:
    whether the functions such as sequence control, error control and flow control are completed by the network, or the end system completes the
    virtual circuit network The network usually completes these functions to provide error-free data transmission services to the end system, and the end system can be very simple; the
    datagram network usually implements simple functions, such as basic routing and forwarding, sequence control, error control and flow Control and other functions are completed by the end system.

Guess you like

Origin blog.csdn.net/weixin_50001396/article/details/114442734