Tag

IP address

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Mar 10, 2025 · Fundamentals

Understanding IP Addresses, Domain Names, and Their Role in API Automation Testing

This article explains the definitions, types, and functions of IP addresses and domain names, describes how DNS resolves domain names to IPs, and outlines best practices for using each in API automation testing to improve maintainability, scalability, and reliability.

Domain NameIP addressdns
0 likes · 7 min read
Understanding IP Addresses, Domain Names, and Their Role in API Automation Testing
DevOps Operations Practice
DevOps Operations Practice
Oct 22, 2024 · Cloud Native

How to Find the IP Address of a Docker Container

This guide explains how to quickly retrieve the IP address of a running Docker container using simple commands such as `docker ps`, `docker inspect`, and a formatted inspect query, with step‑by‑step instructions and example output for easy debugging and network configuration.

ContainerDockerIP address
0 likes · 3 min read
How to Find the IP Address of a Docker Container
IT Services Circle
IT Services Circle
Feb 29, 2024 · Information Security

Understanding DNS: Hierarchy, Vulnerabilities, and the Key Ceremony that Secures the Internet

The article explains how IP addresses and DNS work, why a centralized DNS design is problematic, describes the distributed three‑level DNS architecture, introduces DNS security with digital signatures, and details the rigorous key‑ceremony process that protects the ICANN root key.

ICANNIP addressInternet security
0 likes · 7 min read
Understanding DNS: Hierarchy, Vulnerabilities, and the Key Ceremony that Secures the Internet
macrozheng
macrozheng
Jul 22, 2023 · Fundamentals

Why Direct IP Access Fails: The Hidden Role of the Host Header in HTTPS

Although you can obtain a website’s IP address, accessing it directly via HTTPS often fails because the HTTP request’s Host header differs, and servers use this header to verify the intended domain, leading to 403 errors unless the correct Host value is supplied.

HTTPHTTPSHost header
0 likes · 5 min read
Why Direct IP Access Fails: The Hidden Role of the Host Header in HTTPS
php中文网 Courses
php中文网 Courses
Jul 3, 2023 · Backend Development

Six Methods to Retrieve the Client IP Address in PHP

This article presents six different PHP code snippets that demonstrate how to obtain a visitor's IP address using various server variables and environment functions, covering common scenarios such as proxies, CDN headers, and direct connections.

IP addressPHPbackend
0 likes · 3 min read
Six Methods to Retrieve the Client IP Address in PHP
IT Services Circle
IT Services Circle
May 29, 2023 · Databases

Storing IPv4 Addresses in MySQL: Choosing the Optimal Data Type

The article explains why storing IPv4 addresses as VARCHAR is suboptimal, demonstrates that a 32‑bit unsigned INT perfectly fits an IPv4 address, compares storage size and query performance, and shows how to use MySQL's inet_aton and inet_ntoa conversion functions.

IP addressIntegerMySQL
0 likes · 6 min read
Storing IPv4 Addresses in MySQL: Choosing the Optimal Data Type
System Architect Go
System Architect Go
Mar 26, 2023 · Cloud Computing

Resolving IP Address Exhaustion and Pod Limits in Amazon EKS with AWS‑CNI

This article explains why EKS clusters can run out of pod IP addresses or have low pod density per node, describes how AWS ENI and address‑prefix features affect IP allocation, and provides practical steps such as secondary CIDR allocation and subnet reservation to overcome these limits.

AWS-CNICloud NetworkingEKS
0 likes · 5 min read
Resolving IP Address Exhaustion and Pod Limits in Amazon EKS with AWS‑CNI
Code Ape Tech Column
Code Ape Tech Column
Jul 22, 2022 · Backend Development

Retrieving Client IP and Geolocation in Java with HttpServletRequest and ip2region

This article explains how to obtain a user's IP address from an HttpServletRequest in Java, convert it to geographic location using the ip2region library, and provides detailed code examples, Maven setup, caching strategies, and performance testing procedures for backend developers.

GeolocationHttpServletRequestIP address
0 likes · 15 min read
Retrieving Client IP and Geolocation in Java with HttpServletRequest and ip2region
Top Architect
Top Architect
Jun 5, 2022 · Databases

Why Store IPv4 Addresses as UNSIGNED INT in MySQL: Benefits, Drawbacks, and Java Conversion

The article explains that using a 32‑bit UNSIGNED INT to store IPv4 addresses in MySQL saves space and improves indexing and range queries, outlines the conversion functions and their performance, discusses readability drawbacks, and provides Java code for bidirectional conversion between string and integer representations.

IP addressJavaMySQL
0 likes · 6 min read
Why Store IPv4 Addresses as UNSIGNED INT in MySQL: Benefits, Drawbacks, and Java Conversion
Top Architect
Top Architect
Sep 18, 2021 · Fundamentals

Understanding URLs, IP Addresses, Domain Names, DNS and the Domain Name Resolution Process

This article explains the concepts of URLs, IP addresses, domain names, the DNS system, its hierarchical structure, and the step‑by‑step process of domain name resolution, providing a clear foundation for networking fundamentals and interview preparation.

Domain NameDomain Name SystemIP address
0 likes · 12 min read
Understanding URLs, IP Addresses, Domain Names, DNS and the Domain Name Resolution Process
Java Architect Essentials
Java Architect Essentials
Aug 6, 2021 · Fundamentals

Understanding URLs, Domain Names, IP Addresses, and DNS Resolution

This article explains the concepts of URLs, domain names, IP addresses, and the DNS system, describing how human‑readable web addresses are translated into numeric IPs through a hierarchical name‑resolution process, and why this mechanism is essential for everyday Internet usage.

Domain NameIP addressURL
0 likes · 14 min read
Understanding URLs, Domain Names, IP Addresses, and DNS Resolution
Refining Core Development Skills
Refining Core Development Skills
Jun 1, 2021 · Fundamentals

Why Accessing a Local Server via 127.0.0.1 Is Not Faster Than Using the Machine’s Own IP

Accessing a service on the same host using 127.0.0.1 offers no performance advantage over using the host’s own IP address because the Linux kernel routes both destinations through the loopback interface, as demonstrated by source‑code analysis and packet‑capture experiments.

IP addressLinux kernellocal routing
0 likes · 6 min read
Why Accessing a Local Server via 127.0.0.1 Is Not Faster Than Using the Machine’s Own IP
Laravel Tech Community
Laravel Tech Community
May 23, 2021 · Fundamentals

Understanding IP Addresses, Subnet Masks, and Subnetting (VLSM & CIDR)

This article explains the purpose and representation of IP addresses, details binary‑decimal conversion methods, describes the five IP classes, subnet mask functions, private versus public address ranges, and provides step‑by‑step guidance on subnetting, VLSM, and CIDR calculations with examples.

CIDRIP addressSubnetting
0 likes · 10 min read
Understanding IP Addresses, Subnet Masks, and Subnetting (VLSM & CIDR)
Refining Core Development Skills
Refining Core Development Skills
Mar 6, 2021 · Fundamentals

Understanding MAC Addresses, IP Addresses, Subnets, Switches, and Routers in Network Layers

This article explains how computers use MAC and IP addresses, subnet masks, ARP, hubs, switches, and routers to communicate across physical, data‑link, and network layers, illustrating the learning process with step‑by‑step examples and tables of address mappings.

ARPIP addressMAC address
0 likes · 19 min read
Understanding MAC Addresses, IP Addresses, Subnets, Switches, and Routers in Network Layers
php中文网 Courses
php中文网 Courses
Feb 24, 2021 · Fundamentals

Understanding IP Addresses, CIDR, and MAC Addresses

This article explains how to view a machine's IP address on Windows and Linux, describes the structure and classification of IPv4 addresses, introduces CIDR subnetting, distinguishes public and private IP ranges, and clarifies the role and format of MAC addresses.

CIDRIP addressLinux
0 likes · 9 min read
Understanding IP Addresses, CIDR, and MAC Addresses
Wukong Talks Architecture
Wukong Talks Architecture
Apr 8, 2020 · Operations

Configuring VirtualBox Host‑Only Network for a Vagrant Virtual Machine

This guide explains how to view the VirtualBox host‑only network, set a matching IP address in the Vagrantfile, reload the VM, and verify connectivity between the host and the virtual machine using ping commands.

DevOpsIP addressVagrant
0 likes · 3 min read
Configuring VirtualBox Host‑Only Network for a Vagrant Virtual Machine