Category: network
When encountering an error binding a socket, the reason for the error can vary depending on the programming language (e.g. C/C++ or Python) or platform being used. However, here …
We can use the following Java command line program to print all loacal IP addresses of the computer. We iterate over all Net-Interfaces and get Inet Addresses. package com.helloacm; …
There are two kinds of Load Balancers in AWS: NLB (Network Load Balancer) and ALB (Application Load Balancer). For example, if there are two web servers behind a Load …
Recently, I have been experiencing the cable/wired connection drops momentarily every few hours and fails to get a new IP (the network adapter shows trying to identifying..) via DHCP …
The CloudFlare Worker is a Serverless Service (similar to Amazon Lambda, Google Function) that we can use to deploy functions in the edge network. The serverless is the future …