Jessie Tanbyteofknowledge.hashnode.dev·Nov 27, 2023Using Java to check for proxy and VPN with IP2Location.io geolocation APIIntro Java is a versatile programming language and it can be extended by the large number of useful libraries found in the Maven repository. One of the useful libraries found in Maven is the IP2Location.io Java SDK that is a wrapper for the IP2Locati...DiscussJava
sandip paridablog.techlye.com·Nov 26, 2023Hacking Google.com: Unveiling the Secrets to Understand How Domains and IP Addresses WorkHave you ever wondered how your computer knows where to find Google.com or any other website when you type it into your browser? It's like finding an address in the vast neighborhood of the internet. Let's explore the secrets behind domains and IP ad...DiscussDeveloper
SPOOKYALEX444spxxky.hashnode.dev·Nov 17, 2023How Networking Was BornNetworking If you want your computer to talk to another computer (share data), you would want to use an ethernet cable to connect to that computer. But what if a third PC would want to connect as well? That’s where switches come in. Switches If a th...Discuss·10 likes·26 readsnetworking
Hassanharyobami.hashnode.dev·Nov 14, 2023Title: Dissecting IP Address Mysteries in NetworkingFirst of all, Within the broad field of networking, IP addresses are essential for enabling device-to-device communication. Whether you're a novice or an experienced developer, Every device linked to a computer network is given a unique numerical lab...Discussip address
Christian Paul Egileweegilewe.hashnode.dev·Nov 11, 2023The InternetTHE INTERNET The internet, as we all know is the world’s most popular computer network. It began as an academic research project in 1969, and became a global commercial network in the 1990s. Today it is used by more than 2 billion people around the w...Discussinternet
Abdulrasaq Noibiolixpin.hashnode.dev·Nov 5, 2023Demystifying DNS: Understanding the Domain Name SystemIntroduction Have you ever wondered how your web browser translates domain names like google.com into IP addresses? It’s all thanks to the Domain Name System (DNS), the unsung hero of the internet. In this blog post, we’ll explain DNS, how it works, ...Discuss·1 likedns
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 3, 2023Setting Up a Static IP Address on Ubuntu 22.04 LTS and 22.10The IP addresses of most devices today are generated by Dynamic Host Configuration Protocol (DHCP) servers. A DHCP server assigns a dynamic IP address to your device when it's connected to a network. Thus, you have the chance to change this IP addres...Discusscomputer networks
Chaitanya Allublog.chaitanyaallu.dev·Oct 31, 2023When you type URL in to a browser and click enter...A URL, or Uniform Resource Locator, refers to the standardized method of locating resources on the web. Eg: https://www.example.com/blogs/134345 The URL typically consists of a few segments. http:// or https:// - These are the protocols (set of rule...Discuss·10 likes·26 readsEssentialsinternet
Sarthak Jainsarthakjdev.com·Oct 7, 2023Basic Network Configuration: IP, Subnet Mask, and GatewayIntroduction Navigating the intricate world of networking can often seem overwhelming, especially when starting. As a software developer, I've often found myself needing to understand these core concepts for cloud deployments, container orchestration...Discuss·12 likesCloud-Ready Linux Networking: Bridging the GapLinux
강태구ktg0210.hashnode.dev·Oct 6, 2023How to check the IP address your AWS resource is using- 개요 AWS 리소는 Endpoint 기반으로 동작하지만 각자 private ip address가 있으며 public ip address 도 가지고 있다. 해당 IP를 사용중인 AWS 리소를 확인하는 제일 효과적인 방법은 network interfaces에서 확인하는 것이다. 아래 방법을 통해 private ip, public ip, ipv6 기준으로 리소스를 찾을 수 있다. - 방법1 (AWS Web Console) EC2\>> Net...DiscussAWS