Different types of operators

January 10, 2024 antony 0

Arithmetic operators +, -, *, /, % Arithmetic operators perform common mathematical operations on values. ‘%’ is for modulo (remainder after division). Example: 5 % […]

WiFi versions

August 26, 2020 antony 0

WiFi, otherwise known at the 802.11 protocol, has had 18 versions. This page covers just four and compares the frequencies, theoretical bitrate, and security aspects. […]

DHCP and DNS

July 9, 2018 antony 0

Dynamic Host Configuration Protocol (DHCP) Every device on a network needs a unique IP address.  While these addresses can be manually assigned that is not […]

TCP/IP Model

July 7, 2017 antony 0

Transmission Control Protocol / Internet Protocol (TCP/IP) is a set of communication protocols which specify how data is transferred across networks (and therefore the internet). […]

Encryption

March 27, 2017 antony 0

Transferring data over networks is inherently insecure.  The traffic passes through multiple routers and if any of those routers are compromised by a hacker or […]