HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🤩
개발
/
📙
백엔드 알아야 할 지식
/
Localhost vs 127.0.0.1

Localhost vs 127.0.0.1

 
  • localhost는 도메인 이름이고, 127.0.0.1 은 ip 주소
  • This resolution is handled by each computer individually. There’s a hosts file on every computer with some hardcoded DNS resolution rules, including the rule for resolving localhost to 127.0.0.1, which is a convention.