exam questions

Exam N10-008 All Questions

View all questions & answers for the N10-008 exam

Exam N10-008 topic 1 question 691 discussion

Actual exam question from CompTIA's N10-008
Question #: 691
Topic #: 1
[All N10-008 Questions]

A user is unable to reach any resources on the internet. A technician goes to the site and obtains the following output from the workstation:



Which of the following commands should the technician use to correct the issue?

  • A. route ADD 0.0.0.0 MASK 0.0.0.0 10.10.51.10 metric 35
  • B. route CHANGE 10.10.51.0 MASK 255.255.255.255 10.10.52.1 metric 5
  • C. route CHANGE 10.10.51.255 MASK 255.0.0.0 On-Link metric 1
  • D. route DELETE 127.255.255.255
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
datech
Highly Voted 11 months, 2 weeks ago
Selected Answer: A
the workstation seems to lack a default route (gateway) to reach resources outside its local network. The correct command to add a default route is: A. route ADD 0.0.0.0 MASK 0.0.0.0 <gateway IP address> metric <metric value> So, the technician should use: A. route ADD 0.0.0.0 MASK 0.0.0.0 10.10.51.10 metric 35
upvoted 7 times
...
subaie503
Most Recent 10 months, 3 weeks ago
Selected Answer: A
A. route ADD 0.0.0.0 MASK 0.0.0.0 10.10.51.10 metric 35 This command will add a default route (0.0.0.0 with a subnet mask of 0.0.0.0) to the routing table, with the specified gateway IP address that traffic should be routed through when the destination is not within the local subnet. The metric value is used to give it a relative cost compared to other routes; a lower metric means a higher priority if multiple routes exist.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...