exam questions

Exam XK0-005 All Questions

View all questions & answers for the XK0-005 exam

Exam XK0-005 topic 1 question 232 discussion

Actual exam question from CompTIA's XK0-005
Question #: 232
Topic #: 1
[All XK0-005 Questions]

The application team has reported latency issues that are causing the application to crash on the Linux server. The Linux administrator starts troubleshooting and receives the following output:



Which of the following commands will improve the latency issue?

  • A. # echo 'net.core.net_backlog = 5000000' >> /etc/sysctl.conf
    # sysctl -p
    # systemctl daemon-reload
  • B. # ifdown eth0
    # ip link set dev eth0 mtu 800
    # ifup eth0
  • C. # systemctl stop network
    # ethtool -g eth0 512
    # systemctl start network
  • D. # echo 'net.core.rmem_max = 12500000' >> /etc/sysctl.conf
    # echo 'net.core.wmem_max = 12500000' >> /etc/sysctl.conf
    # sysctl -p
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
makuziker
8 months, 4 weeks ago
Selected Answer: D
A: net.core.net_backlog does not exist AFAIK. There is a similar config called net.core.netdev_max_backlog. That one determines how many incoming packets can wait in queue on your network interface. D: net.core.rmem_max configures how much data your network interface can receive (or read), kind of like the allowed size of your mailbox. net.core.wmem_max configures the same for your "outbox" size. "sysctl -p" will load your new configuration from /etc/sysctl.conf.
upvoted 4 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago