What is the primary function of an ISP in computer networks? MCQ with Answer and Explanation

What is the primary function of an ISP in computer networks?
A. To store corporate user database systems
B. To manage local browser history caches
C. To provide internet connectivity to end users
D. To translate source domain codes
Answer: Option C
Solution (By JKSSB Mock Tests)
An ISP (Internet Service Provider) is a commercial or institutional company that provides infrastructure and services to access and use the internet.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which protocol offers a lightweight, connectionless transmission method that prioritizes speed over data arrival validation, often used for online live video streaming?
A. TCP
B. UDP
C. POP3
D. HTTP

Correct Answer: Option B


Explanation:
UDP (User Datagram Protocol) is a connectionless transport protocol that transmits data packets rapidly without setting up an overhead verification connection, ideal for real-time streams.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which protocol adds a layer of security to HTTP by using encryption?
A. FTP
B. SNMP
C. Telnet
D. HTTPS

Correct Answer: Option D


Explanation:
HTTPS (HTTP Secure) is an extension of HTTP that uses SSL/TLS protocols to encrypt communication, providing secure data transmission.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a method to secure cookies against cross-site scripting attacks?
A. HttpOnly flag
B. All of the above
C. Secure flag
D. SameSite flag

Correct Answer: Option B


Explanation:
HttpOnly prevents client-side script access, Secure ensures transmission over HTTPS, and SameSite restricts cross-site requests, all enhancing cookie security.

This question belongs to: Computer Internet and Web Technologies