200-301 · Question #1375
Which type of IPv4 address must be assigned to a server to protect it from external access and allow only internal users access while restricting internet access?
The correct answer is A. private. To protect a server from external access and limit it to internal users, a private IPv4 address must be assigned.
Question
Which type of IPv4 address must be assigned to a server to protect it from external access and allow only internal users access while restricting internet access?
Options
- Aprivate
- Bpublic
- Cglobal unicast
- Dmulticast
How the community answered
(40 responses)- A88% (35)
- B3% (1)
- C3% (1)
- D8% (3)
Why each option
To protect a server from external access and limit it to internal users, a private IPv4 address must be assigned.
Private IPv4 addresses (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) are not routable on the public internet, meaning a server assigned such an address cannot be directly accessed from outside the internal network without Network Address Translation (NAT), thus restricting external access.
Public IPv4 addresses are globally routable on the internet, which would allow direct external access to the server, contrary to the requirement.
Global unicast addresses encompass all globally unique IP addresses, including public ones, and do not inherently restrict external access.
Multicast addresses are used for one-to-many communication within a network and are not assigned to individual servers for primary addressing or to restrict external access.
Concept tested: IPv4 private address ranges and purpose
Source: https://www.rfc-editor.org/rfc/rfc1918
Topics
Community Discussion
No community discussion yet for this question.