PrepAway - Latest Free Exam Questions & Answers

Which of the following utilities did the technician use to check this parameter with the output listed below?

A network technician is trying to run a protocol analyzer and is instructed to record the chimney
offload state of TCP. Which of the following utilities did the technician use to check this parameter
with the output listed below?
Querying active state…
TCP Global Parameters
———————————————-Receive-Side Scaling State : enabled
Chimney Offload State : disabled
Receive Window Auto-Tuning Level : normal
Add-On Congestion Control Provider : ctcp
ECN Capability : disabled
RFC 1323 Timestamps : disabled

PrepAway - Latest Free Exam Questions & Answers

A.
net

B.
netstat

C.
nbtstat

D.
netsh

Explanation:

One Comment on “Which of the following utilities did the technician use to check this parameter with the output listed below?

  1. Michael McNeil says:

    To change the TCP Chimney Offload setting on Windows, it must be either disabled at both at the Operating System level with netsh command line utilities and at the Network Card level through the advanced properties page of the network adapter or enabled on both.

    To verify the current configuration:

    1. Open a command shell on Windows (Start -> Run -> cmd). This must be run as Administrator or by a user with Administrator privileges.
    2. Type in the following command and press ENTER to find the current TCP global parameters:
    netsh int tcp show global
    3. Type in the following command and press ENTER to find the network adapters that have the TCP Chimney Offload feature enabled:
    netsh int tcp show chimneystats
    4. Type in the following command and press ENTER to see if any client connections are in the offloaded state:
    netstat -nt | findstr /i offloaded
    To enable TCP Chimney Offload on Windows:

    1. Open a command window on Windows (Start -> Run -> cmd). This must be run as Administrator or by a user with Administrator privileges.
    2. Type in the following command and press ENTER:
    netsh int tcp set global chimney=enabled

    To disable TCP Chimney Offload on Windows:
    1. Open a command window on Windows (Start -> Run -> cmd). This must be run as Administrator or by a user with Administrator privileges.
    2. Type in the following command and press ENTER:
    netsh int tcp set global chimney=disabled

    To change the TCP Chimney Offload setting on the network adapter in line with the Operating System setting above:
    1. Start -> Network Connections or Start -> Run -> ncpa.cpl
    2. Choose the network adapter in use.
    3. Right click and choose Properties
    4. Select the Configure button
    5. Select the Advanced tab where all features related to TCP Chimney offload available on the Network card are listed. The configurable options available vary depending on how the vendor implements their driver for Windows. Most network cards have features including Receive Side Scaling, TCP Checksum Offload and TCP Large Send Offload.
    6. Change the related value setting to Off/Disable or On/Enable as appropriate. Refer to the vendor’s documentation for specific steps on how to disable these features.

    Some of the commands above may not exist on your Windows Operating System. Please follow up with your Operating System or Hardware vendor for specifics with regards to how to disable TCP Offload on your specific Windows machine.




    0



    0

Leave a Reply