鏂板缓
涓婁紶
棣栭〉
鍔╂墜
鏈杩?/div>
璧勬枡搴?/div>
宸ュ叿

Problem 6 

1.

 

The routing function attempts to find the least-cost route through the network, with 

cost based on 

 

number of hops, expected delay, or other metrics 

2.

 

Adaptive routing algorithms typically rely on the 

 

exchange of information about 

traffic conditions among nodes. 

3.

 

Routing 

decisions 

are 

made 

on 

the 

basis 

of 

some 

performance 

criterion.Two 

key 

characteristics of the decision are the 

 

time and place that the decision is made. 

4.

 

 

Decision time 

is determined by whether the routing decision is made on a packet 

or 

virtual 

circuit 

basis.

 

 

When 

the 

internal 

operation of 

the 

network 

is datagram, 

a 

routing 

decision is made 

 

individually for each packet. For internal virtual circuit operation, a routing 

decision is made at the time 

 

the virtual circuit is established. 

5.

 

The 

term 

 

 

decision 

place 

 

refers 

to 

which 

node 

or 

nodes 

in 

the 

network 

are 

responsible for the routing decision. For 

 

 

distributed routing

, in which each node has the 

responsibility of selecting an output link for routing packets as they arrive. For 

 

centralized 

routing

, the decision is made by some designated node,such as a network control center. 

6.

 

 

The 

routing algorithm 

 

 

is that part of the network layer software responsible 

for deciding which output line an incoming packet should be transmitted on. 

7.

 

A router has two processes inside it. One of them handles each packet as it arrives, 

looking up the outgoing line to use for it in the routing tables. This process is 

 

forwarding

. 

The other process is responsible for 

 

filling in and updating the routing tables. That is where 

the routing algorithm comes into play. 

8.

 

 

Nonadaptive algorithms 

 

do not base their routing decisions on measurements 

or 

estimates 

of 

the 

current 

traffic 

and 

topology. 

Instead, 

the 

choice 

of 

the 

route 

to 

use 

is 

computed 

in 

advance, 

off-line, 

and 

downloaded 

to 

the 

routers 

when 

the 

network 

is 

booted. 

This procedure is sometimes called 

 

static routing

. 

9.

 

 

Adaptive 

algorithms

, 

change 

their 

routing 

decisions 

to 

reflect 

changes 

in 

the 

topology, and usually the traffic as well. 

 

10.

 

 

Flooding

 

 

is 

the 

technique 

requires 

no 

network 

information 

whatsoever 

and 

works as follows. A packet is sent by a source node to every one of its neighbors. At each 

node, an incoming packet is retransmitted on all outgoing links except for the link on which it 

arrived. 

11.

 

Dijkstra's 

algorithm 

is 

 

a 

graph 

search 

algorithm 

that 

solves 

the 

single-source 

shortest path problem for a graph with non-negative edge path costs, producing a shortest path 

tree. The shortest path algorithm 

is widely used in network routing protocols, most 

notably 

IS-IS 

and 

OSPF (Open Shortest Path First).

 

12.

 

 

The Bellman-Ford algorithm 

 

 

can be stated as follows: Find the shortest paths 

from a given source node subject to the constraint that the paths contain at most one link, then 

find the shortest paths with a constraint of paths of at most two links, and so on. 

13.

 

The 

routers 

in 

an 

internet 

are 

responsible 

for 

receiving 

and 

forwarding 

packets 

through 

the 

interconnected 

set 

of 

networks. 

Each 

router 

makes 

routing 

decision 

based 

on 

 

knowledge of the topology and traffic/delay conditions of the internet. 

14.

 

 

Routing 

information

 

 

is 

Information 

about 

the 

topology 

and 

delays 

of 

the 

internet. 

Routing algorithm

is The algorithm used to make a routing decision for a particular 

datagram, based on current routing information. 

南京廖华答案网
鏂板缓
涓婁紶
棣栭〉
鍔╂墜
鏈杩?/div>
璧勬枡搴?/div>
宸ュ叿

Problem 6 

1.

 

The routing function attempts to find the least-cost route through the network, with 

cost based on 

 

number of hops, expected delay, or other metrics 

2.

 

Adaptive routing algorithms typically rely on the 

 

exchange of information about 

traffic conditions among nodes. 

3.

 

Routing 

decisions 

are 

made 

on 

the 

basis 

of 

some 

performance 

criterion.Two 

key 

characteristics of the decision are the 

 

time and place that the decision is made. 

4.

 

 

Decision time 

is determined by whether the routing decision is made on a packet 

or 

virtual 

circuit 

basis.

 

 

When 

the 

internal 

operation of 

the 

network 

is datagram, 

a 

routing 

decision is made 

 

individually for each packet. For internal virtual circuit operation, a routing 

decision is made at the time 

 

the virtual circuit is established. 

5.

 

The 

term 

 

 

decision 

place 

 

refers 

to 

which 

node 

or 

nodes 

in 

the 

network 

are 

responsible for the routing decision. For 

 

 

distributed routing

, in which each node has the 

responsibility of selecting an output link for routing packets as they arrive. For 

 

centralized 

routing

, the decision is made by some designated node,such as a network control center. 

6.

 

 

The 

routing algorithm 

 

 

is that part of the network layer software responsible 

for deciding which output line an incoming packet should be transmitted on. 

7.

 

A router has two processes inside it. One of them handles each packet as it arrives, 

looking up the outgoing line to use for it in the routing tables. This process is 

 

forwarding

. 

The other process is responsible for 

 

filling in and updating the routing tables. That is where 

the routing algorithm comes into play. 

8.

 

 

Nonadaptive algorithms 

 

do not base their routing decisions on measurements 

or 

estimates 

of 

the 

current 

traffic 

and 

topology. 

Instead, 

the 

choice 

of 

the 

route 

to 

use 

is 

computed 

in 

advance, 

off-line, 

and 

downloaded 

to 

the 

routers 

when 

the 

network 

is 

booted. 

This procedure is sometimes called 

 

static routing

. 

9.

 

 

Adaptive 

algorithms

, 

change 

their 

routing 

decisions 

to 

reflect 

changes 

in 

the 

topology, and usually the traffic as well. 

 

10.

 

 

Flooding

 

 

is 

the 

technique 

requires 

no 

network 

information 

whatsoever 

and 

works as follows. A packet is sent by a source node to every one of its neighbors. At each 

node, an incoming packet is retransmitted on all outgoing links except for the link on which it 

arrived. 

11.

 

Dijkstra's 

algorithm 

is 

 

a 

graph 

search 

algorithm 

that 

solves 

the 

single-source 

shortest path problem for a graph with non-negative edge path costs, producing a shortest path 

tree. The shortest path algorithm 

is widely used in network routing protocols, most 

notably 

IS-IS 

and 

OSPF (Open Shortest Path First).

 

12.

 

 

The Bellman-Ford algorithm 

 

 

can be stated as follows: Find the shortest paths 

from a given source node subject to the constraint that the paths contain at most one link, then 

find the shortest paths with a constraint of paths of at most two links, and so on. 

13.

 

The 

routers 

in 

an 

internet 

are 

responsible 

for 

receiving 

and 

forwarding 

packets 

through 

the 

interconnected 

set 

of 

networks. 

Each 

router 

makes 

routing 

decision 

based 

on 

 

knowledge of the topology and traffic/delay conditions of the internet. 

14.

 

 

Routing 

information

 

 

is 

Information 

about 

the 

topology 

and 

delays 

of 

the 

internet. 

Routing algorithm

is The algorithm used to make a routing decision for a particular 

datagram, based on current routing information. 

">
鏂板缓
涓婁紶
棣栭〉
鍔╂墜
鏈杩?/div>
璧勬枡搴?/div>
宸ュ叿

Problem 6 

1.

 

The routing function attempts to find the least-cost route through the network, with 

cost based on 

 

number of hops, expected delay, or other metrics 

2.

 

Adaptive routing algorithms typically rely on the 

 

exchange of information about 

traffic conditions among nodes. 

3.

 

Routing 

decisions 

are 

made 

on 

the 

basis 

of 

some 

performance 

criterion.Two 

key 

characteristics of the decision are the 

 

time and place that the decision is made. 

4.

 

 

Decision time 

is determined by whether the routing decision is made on a packet 

or 

virtual 

circuit 

basis.

 

 

When 

the 

internal 

operation of 

the 

network 

is datagram, 

a 

routing 

decision is made 

 

individually for each packet. For internal virtual circuit operation, a routing 

decision is made at the time 

 

the virtual circuit is established. 

5.

 

The 

term 

 

 

decision 

place 

 

refers 

to 

which 

node 

or 

nodes 

in 

the 

network 

are 

responsible for the routing decision. For 

 

 

distributed routing

, in which each node has the 

responsibility of selecting an output link for routing packets as they arrive. For 

 

centralized 

routing

, the decision is made by some designated node,such as a network control center. 

6.

 

 

The 

routing algorithm 

 

 

is that part of the network layer software responsible 

for deciding which output line an incoming packet should be transmitted on. 

7.

 

A router has two processes inside it. One of them handles each packet as it arrives, 

looking up the outgoing line to use for it in the routing tables. This process is 

 

forwarding

. 

The other process is responsible for 

 

filling in and updating the routing tables. That is where 

the routing algorithm comes into play. 

8.

 

 

Nonadaptive algorithms 

 

do not base their routing decisions on measurements 

or 

estimates 

of 

the 

current 

traffic 

and 

topology. 

Instead, 

the 

choice 

of 

the 

route 

to 

use 

is 

computed 

in 

advance, 

off-line, 

and 

downloaded 

to 

the 

routers 

when 

the 

network 

is 

booted. 

This procedure is sometimes called 

 

static routing

. 

9.

 

 

Adaptive 

algorithms

, 

change 

their 

routing 

decisions 

to 

reflect 

changes 

in 

the 

topology, and usually the traffic as well. 

 

10.

 

 

Flooding

 

 

is 

the 

technique 

requires 

no 

network 

information 

whatsoever 

and 

works as follows. A packet is sent by a source node to every one of its neighbors. At each 

node, an incoming packet is retransmitted on all outgoing links except for the link on which it 

arrived. 

11.

 

Dijkstra's 

algorithm 

is 

 

a 

graph 

search 

algorithm 

that 

solves 

the 

single-source 

shortest path problem for a graph with non-negative edge path costs, producing a shortest path 

tree. The shortest path algorithm 

is widely used in network routing protocols, most 

notably 

IS-IS 

and 

OSPF (Open Shortest Path First).

 

12.

 

 

The Bellman-Ford algorithm 

 

 

can be stated as follows: Find the shortest paths 

from a given source node subject to the constraint that the paths contain at most one link, then 

find the shortest paths with a constraint of paths of at most two links, and so on. 

13.

 

The 

routers 

in 

an 

internet 

are 

responsible 

for 

receiving 

and 

forwarding 

packets 

through 

the 

interconnected 

set 

of 

networks. 

Each 

router 

makes 

routing 

decision 

based 

on 

 

knowledge of the topology and traffic/delay conditions of the internet. 

14.

 

 

Routing 

information

 

 

is 

Information 

about 

the 

topology 

and 

delays 

of 

the 

internet. 

Routing algorithm

is The algorithm used to make a routing decision for a particular 

datagram, based on current routing information. 

南京廖华答案网">
南京廖华答案网
栏目导航

Problem6+閲戦洦閼?12081220 - 鐧惧害鏂囧簱
鏂板缓
涓婁紶
棣栭〉
鍔╂墜
鏈杩?/div>
璧勬枡搴?/div>
宸ュ叿

Problem 6 

1.

 

The routing function attempts to find the least-cost route through the network, with 

cost based on 

 

number of hops, expected delay, or other metrics 

2.

 

Adaptive routing algorithms typically rely on the 

 

exchange of information about 

traffic conditions among nodes. 

3.

 

Routing 

decisions 

are 

made 

on 

the 

basis 

of 

some 

performance 

criterion.Two 

key 

characteristics of the decision are the 

 

time and place that the decision is made. 

4.

 

 

Decision time 

is determined by whether the routing decision is made on a packet 

or 

virtual 

circuit 

basis.

 

 

When 

the 

internal 

operation of 

the 

network 

is datagram, 

a 

routing 

decision is made 

 

individually for each packet. For internal virtual circuit operation, a routing 

decision is made at the time 

 

the virtual circuit is established. 

5.

 

The 

term 

 

 

decision 

place 

 

refers 

to 

which 

node 

or 

nodes 

in 

the 

network 

are 

responsible for the routing decision. For 

 

 

distributed routing

, in which each node has the 

responsibility of selecting an output link for routing packets as they arrive. For 

 

centralized 

routing

, the decision is made by some designated node,such as a network control center. 

6.

 

 

The 

routing algorithm 

 

 

is that part of the network layer software responsible 

for deciding which output line an incoming packet should be transmitted on. 

7.

 

A router has two processes inside it. One of them handles each packet as it arrives, 

looking up the outgoing line to use for it in the routing tables. This process is 

 

forwarding

. 

The other process is responsible for 

 

filling in and updating the routing tables. That is where 

the routing algorithm comes into play. 

8.

 

 

Nonadaptive algorithms 

 

do not base their routing decisions on measurements 

or 

estimates 

of 

the 

current 

traffic 

and 

topology. 

Instead, 

the 

choice 

of 

the 

route 

to 

use 

is 

computed 

in 

advance, 

off-line, 

and 

downloaded 

to 

the 

routers 

when 

the 

network 

is 

booted. 

This procedure is sometimes called 

 

static routing

. 

9.

 

 

Adaptive 

algorithms

, 

change 

their 

routing 

decisions 

to 

reflect 

changes 

in 

the 

topology, and usually the traffic as well. 

 

10.

 

 

Flooding

 

 

is 

the 

technique 

requires 

no 

network 

information 

whatsoever 

and 

works as follows. A packet is sent by a source node to every one of its neighbors. At each 

node, an incoming packet is retransmitted on all outgoing links except for the link on which it 

arrived. 

11.

 

Dijkstra's 

algorithm 

is 

 

a 

graph 

search 

algorithm 

that 

solves 

the 

single-source 

shortest path problem for a graph with non-negative edge path costs, producing a shortest path 

tree. The shortest path algorithm 

is widely used in network routing protocols, most 

notably 

IS-IS 

and 

OSPF (Open Shortest Path First).

 

12.

 

 

The Bellman-Ford algorithm 

 

 

can be stated as follows: Find the shortest paths 

from a given source node subject to the constraint that the paths contain at most one link, then 

find the shortest paths with a constraint of paths of at most two links, and so on. 

13.

 

The 

routers 

in 

an 

internet 

are 

responsible 

for 

receiving 

and 

forwarding 

packets 

through 

the 

interconnected 

set 

of 

networks. 

Each 

router 

makes 

routing 

decision 

based 

on 

 

knowledge of the topology and traffic/delay conditions of the internet. 

14.

 

 

Routing 

information

 

 

is 

Information 

about 

the 

topology 

and 

delays 

of 

the 

internet. 

Routing algorithm

is The algorithm used to make a routing decision for a particular 

datagram, based on current routing information. 



下载完的文件如果后缀不是.doc,修改为.doc即可正常打开阅读。

最近浏览

  • 毕业论文--利用数形结合处理数学问题的技巧
  • 江南大学入学测试机考模拟题及答案 专升本 大学语文
  • 优秀教师、教育工作者现实表现材料
  • 2016-2022年中国倒车雷达市场运行态势研究报告 - 图文
  • 印染废水处理现状及发展趋势
  • 软件项目管理案例教程(第三版)课后习题答案
  • 合同的履行--注册会计师辅导《经济法》第四章讲义4
  • 2016安徽公务员考试申论辅导:归纳概括快速入门指导
  • 心理学试题及答案
  • 第2章 化学热力学初步习题

站内搜索

电脑版 关于南京廖华答案网
联系客服:779662525#qq.com(#替换为@)