软件设计模块化的目的是 【4】 。
参考答案:降低复杂性
解析: 模块化是指解决一个复杂问题时白顶向下逐层把软件系统划分成若工模块的过程,由此分解来降低复杂性。
系统是由一定()的相互联系的因素组成的,具有一定复杂程度的整体。
A、数量
B、判断
C、目的
D、重点
Border Gateway Protocol(BGP) is inter-autonomous system ______ protocol. BGP is based ona routing method called path vector routing. Distance vector routing is not a good candidate for inter-autonomoussystem routing because there are occasions on which the route with the smallest ______ count is not thepreferred route. For example, we may not want a packet through an autonomous system that is not secure eventhough it is shortest route. Also, distance vector routing is unstable due to the fact that the routers announce onlythe number of hop counts to the destination without defining the path that leads to that ______. A router thatreceives a distance vector advertisement packet may be fooled if the shortest path is actually calculated throughthe receiving router itself. Link ______ routing is also not a good candidate for inner-autonomous system routingbecause an internet is usually too big for this routing method. To use link state routing for the whole internetwould require each router to have a huge link state database. It would also take a long time for each router tocalculate its routing ______ using the Dijkstra algorism.
A.path
B.hop
C.route
D.packet