Options

70-642 Practice Test Question

sund33psund33p Member Posts: 10 ■□□□□□□□□□
Question:

You are configuring a small network consisting of four subnets with three computers running Windows Server 2008 acting as routers. The network is illustrated in the exhibit.

What command should you run on Server2 to allow it to access both remote networks? (Choose all that apply.)

The answer is:

route add 192.168.5.0 MASK 255.255.255.0 192.168.1.3
route add 192.168.4.0 MASK 255.255.255.0 192.168.1.1


Somehow this doesn't make sense.

The two networks server2 must connect to are 192.168.4.0/24 and 192.168.3.0/24 through 192.168.1.1 and 192.168.1.3 interfaces respectively. Shouldn't the answer be:

route add 192.168.3.0 MASK 255.255.255.0 192.168.1.3
route add 192.168.4.0 MASK 255.255.255.0 192.168.1.1

??

This question is from the Measureup practice test that came with the MS press test prep book...

Sundeep
Sign In or Register to comment.