Which of the following is an accurate description of an 'Extranet' system? MCQ with Answer and Explanation

Which of the following is an accurate description of an 'Extranet' system?
A. An unencrypted wireless standard for high-bandwidth networks
B. A controlled private network allowing limited access to authorized external partners or vendors
C. An experimental protocol created to replace HTTP
D. The deep web layer accessible strictly via dark net software configurations
Answer: Option B
Solution (By JKExamLibrary)
An extranet extends a private intranet to trusted external partners, suppliers, or clients, allowing secure external collaboration over the web.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which structural part of a URL address path identifies an exact anchored location or sub-section header inside a long single web document page?
A. The Top-Level Domain suffix
B. The Port configuration code
C. The Fragment Identifier (initiated by a '#' character)
D. The Scheme definition block

Correct Answer: Option C


Explanation:
The fragment identifier at the end of a URL, introduced by a hash (#), specifies a precise location or section anchor within the fetched web document.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which standard port is used by default by the IMAP protocol for secure, encrypted email communication (IMAPS)?
A. 465
B. 993
C. 995
D. 143

Correct Answer: Option B


Explanation:
While port 143 is default for unencrypted IMAP, port 993 is the standard allocated port for secure IMAP (IMAPS) over SSL/TLS.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following is used to encrypt data transmitted over HTTPS?
A. SSH
B. IPSec
C. SSL/TLS
D. WPA

Correct Answer: Option C


Explanation:
HTTPS uses SSL (Secure Sockets Layer) or its successor TLS (Transport Layer Security) to encrypt data between the client and server.

This question belongs to: Computer Internet and Web Technologies