312-50V11 · Question #598
While checking the settings on the internet browser, a technician finds that the proxy server settings have been checked and a computer is trying to use itself as a proxy server. What specific octet w
The correct answer is B. 127.0.0.1. When a browser's proxy setting points to the machine itself, it uses the loopback address 127.0.0.1, which is in the 127.0.0.0/8 range reserved for localhost communication.
Question
While checking the settings on the internet browser, a technician finds that the proxy server settings have been checked and a computer is trying to use itself as a proxy server. What specific octet within the subnet does the technician see?
Options
- A10.10.10.10
- B127.0.0.1
- C192.168.1.1
- D192.168.168.168
How the community answered
(40 responses)- A5% (2)
- B93% (37)
- D3% (1)
Why each option
When a browser's proxy setting points to the machine itself, it uses the loopback address 127.0.0.1, which is in the 127.0.0.0/8 range reserved for localhost communication.
10.10.10.10 is a valid private IP address in the Class A RFC 1918 range, not a loopback address, so it would reference another host on the network rather than the machine itself.
127.0.0.1 is the IPv4 loopback address, universally known as 'localhost,' and is reserved by RFC 5735 for internal host communication. When a browser is configured to proxy through 127.0.0.1, it directs traffic back to the same machine, meaning the computer is acting as its own proxy server. This is a common indicator of malware or unauthorized proxy configuration.
192.168.1.1 is a common default gateway or router IP address in private networks, not the loopback address for the local machine.
192.168.168.168 is a private RFC 1918 address used by some specific devices, but it is not the loopback address and would reference an external host.
Concept tested: IPv4 loopback address and localhost
Source: https://www.rfc-editor.org/rfc/rfc5735
Topics
Community Discussion
No community discussion yet for this question.