Which specific browser technology or feature allows web developers to evaluate and track the precise network transmission speeds and load times of individual page elements natively? MCQ with Answer and Explanation

Which specific browser technology or feature allows web developers to evaluate and track the precise network transmission speeds and load times of individual page elements natively?
A. Standard bookmark navigation panel
B. Network Panel / Network Tab
C. Incognito browser window frame
D. Local server cache monitoring layout
Answer: Option B
Solution (By JKSSB Mock Tests)
The Network tab inside browser Developer Tools maps out precise asset timelines, showing status codes, payload sizes, and connection times for every element fetched during a page load.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which port does the standard unencrypted Domain Name System (DNS) use to listen for incoming address resolution queries?
A. 80
B. 443
C. 53
D. 21

Correct Answer: Option C


Explanation:
Port 53 is the globally standard network port allocated to handle DNS infrastructure traffic, primarily processing UDP/TCP lookup requests.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the purpose of a web application firewall (WAF)?
A. To manage domain names
B. To encrypt web traffic
C. To cache web content
D. To monitor and filter HTTP traffic to protect web applications

Correct Answer: Option D


Explanation:
A WAF monitors, filters, and blocks HTTP traffic to and from a web application to protect against common attacks such as SQL injection and XSS.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a valid scheme in a URL?
A. http
B. https
C. ftp
D. All of the above

Correct Answer: Option D


Explanation:
http, https, and ftp are all valid URL schemes (protocols).

This question belongs to: Computer Internet and Web Technologies