Skip to main content

Review Questions for Part 4

1

Routing Tables

An XP Client is complaining that they cannot connect to other computers on a remote subnet. As the Network Administrator you type the ROUTE PRINT command with the following results:

Network Destination 0.0.0.0

Network Mask 0.0.0.0

Gateway 82.35.67.1

Interface 82.35.67.1

What is the cause of the problem?

The gateway address is the same as the interface on the local computerCheck your answer

2

Routing Tables

The ROUTE PRINT command can display which of the following? Select all that apply

a)

The metric

b)

Source network

c)

Destination network

d)

source netmask

e)

persistent routes

Well done your answer is correctYour answer is Incorect, the destination network, metric and any persistent routes will be displayed

Check your answer

3

Static Routing

Which of the following commands can be used to create a persistent static route from command line?

a)

ROUTE ADD 20.10.0.0 MASK 288.0.0.0 192.168.10.1

b)

ROUTE ADD -P 20.10.0.0 255.0.0.0 MASK 192.168.10.1

c)

ROUTE ADD -P 20.10.0.0 MASK 255.0.0.0 192.168.10.1

d)

ROUTE -P ADD 20.10.0.0 MASK 255.0.0.0 192.168.10.1

Well done your answer is correctBad Luck, Try Again

Check your answer