zoukankan      html  css  js  c++  java
  • Router types

    Inq-n. Flits are stored at the input of the router. Each input unit is connected to the switch by as many links
    as VCs per input unit. In this type of router, all packets from different VCs in an input unit can pass through these internal links parallelly.


    Inq-1. As in Inq-n router, input units store flits. All VCs in an input unit are multiplexed on one internal link to connect to the switch.

    In this situation, if two flits from different VCs in an input unit request different output ports simultaneously, only one flit can be forwarded at a time and this means a contention occurs.


    Outq. In an output queuing router, flit queues are located at the output of the router. There are a number of buffers associated with each output port and each of these buffers contains multiple VCs. A flit is directly forwarded to the requested output unit and stored in a VC. Since all flits stored in a buffer request the same output port, only one flit gets allocated at a time and the contention scenarios are the same for both Outq routers with and without a multiplexer in each buffer.

  • 相关阅读:
    数据库查询服务DBCacheServer
    SmallMQ实现发布
    数据库查询服务DBCacheServer
    Mysql ACID与隔离级别
    jsp拾遗
    Git项目创建与提交
    Spring Boot详细学习地址转载
    Spring Cloud微服务体系搭建
    前后端分离项目启动参考
    JVM类加载机制总结
  • 原文地址:https://www.cnblogs.com/cpsmile/p/9008171.html
Copyright © 2011-2022 走看看