Traditional IP packet forwarding analyzes the (1)IP address contained in the network layer header of each packet as the packet travels from its source to its final destination. A router analyzes the destination IP address independently at each hop in the network. Dynamic (2) protocols or static configuration builds the database needed to analyze the destination IP address (the routing table). The process of implementing traditional IP routing also is called hop-by-hop destination-based(3) routing. Although successful, and obviously widely deployed, certain restrictions, which have been realized for some time, exist for this method of packet forwarding that diminish its (4). New techniques are therefore required to address and expand the functionality of an IP-based network infrastructure. This first chapter concentrate on identifying these restrictions and presents a new architecture, known as multipleprotocol (5)switching, that provides so
A. datagram
B. destination
C. connection
D. service
Traditional IP packet forwarding analyzes the (1)IP address contained in the network layer header of each packet as the packet travels from its source to its final destination. A router analyzes the destination IP address independently at each hop in the network. Dynamic (2) protocols or static configuration builds the database needed to analyze the destination IP address (the routing table). The process of implementing traditional IP routing also is called hop-by-hop destination-based(3) routing. Although successful, and obviously widely deployed, certain restrictions, which have been realized for some time, exist for this method of packet forwarding that diminish its (4). New techniques are therefore required to address and expand the functionality of an IP-based network infrastructure. This first chapter concentrate on identifying these restrictions and presents a new architecture, known as multipleprotocol (5)switching, that provides solutio
A. routing
B. forwarding
C. transmission
D. management
下面程序段的运行结果是()。
I=75
IP(I.GT.60)THEN
J=1
ELSEIF(I.GT.70)THEN
J=2
ELSE IF(LGT.80)THEN
J=3
ELSE IF(I.GT.90)THEN
J=4
END IF
PRINT*,J
END
我来回答: