51. | Which of the following assertions is FALSE about the Internet Protocol (IP) ? |
Discuss |
Answer: (d).The packet source cannot set the route of an outgoing packets; the route is determined only by the routing tables in the routers on the way
|
52. | Routers forward a packet using forwarding table entries. The network address of incoming packet may match multiple entries. How routers resolve this? |
Discuss |
Answer: (a).Forward it the the router whose entry matches with the longest prefix of incoming packet
|
53. | Which one of the following fields of an IP header is NOT modified by a typical IP router? |
Discuss |
Answer: (b).Source address
|
54. | In the network 200.10.11.144/27, the fourth octet (in decimal) of the last IP address of the network which can be assigned to a host is ________. |
Discuss |
Answer: (a).158
|
55. | If a Company require 60 hosts then What is the best possible subnet mask? |
Discuss |
Answer: (b).255.255.255.192
|
56. | In class C , if subnet mask is 255.255.255.224, then calculates number of subnet? |
Discuss |
Answer: (a).6
|
57. | A subnet has been assigned a subnet mask of 255.255.255.192. What is the maximum number of hosts that can belong to this subnet? |
Discuss |
Answer: (c).62
|
58. | A host is connected to a Department network which is part of a University network. The University network, in turn, is part of the Internet. The largest network in which the Ethernet address of the host is unique is: |
Discuss |
Answer: (d).the Internet
|
59. | In TCP, a unique sequence number is assigned to each |
Discuss |
Answer: (a).byte
|
60. | Which of the following objects can be used in expressions and scriplets in JSP (Java Server Pages) without explicitly declaring them? |
Discuss |
Answer: (d).session, request and response
|