Which of the following is a tool used for web debugging and network analysis? MCQ with Answer and Explanation

Which of the following is a tool used for web debugging and network analysis?
A. Chrome DevTools
B. Wireshark
C. Fiddler
D. All of the above
Answer: Option D
Solution (By JKSSB Mock Tests)
Wireshark, Fiddler, and Chrome DevTools are all used for inspecting network traffic and debugging web applications.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1
What is the purpose of the 'Expires' header in HTTP?
A. To specify the maximum age of the resource
B. To set the expiration time of a cookie
C. To indicate when the response is no longer valid
D. To control the cache

Correct Answer: Option C


Explanation:
The Expires header gives the date/time after which the response is considered stale, used for caching control.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the function of the 'History' tab or pane inside modern web browser applications?
A. To manage outbound corporate email queues
B. To secure confidential password sets against server vulnerabilities
C. To keep a chronologically ordered record list of all recently visited web address locations
D. To log specific hardware device error codes chronologically

Correct Answer: Option C


Explanation:
The browser history feature acts as a local log that lists web addresses visited by the user over previous days or weeks, making it easy to find past sites.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which HTTP status code indicates that a requested page has been permanently moved?
A. 301
B. 404
C. 302
D. 400

Correct Answer: Option A


Explanation:
HTTP 301 means Moved Permanently, indicating the resource has been assigned a new permanent URI. 302 is temporary redirect, 400 is Bad Request, and 404 is Not Found.

This question belongs to: Computer Internet and Web Technologies