Loopback Glossary

Browse 1 loopback terms defined in plain English, from the cultural dictionary of computing.

1 Loopback Terms

Localhost
The hostname that refers to the current machine — resolves to 127.0.0.1 (IPv4) or ::1 (IPv6). Every developer's first server. 'It works on localhost' is both a...

Related Topics