Testing software

May 23, 2023 antony 0

Testing software is an essential part of software development, aimed at ensuring its quality, reliability, and correctness. Effective testing involves various strategies and techniques, including […]

Software licensing

May 23, 2023 antony 0

Proprietary Proprietary software refers to software that is owned and controlled by a specific individual or organization. The source code of proprietary software is typically […]

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. […]

No Image

Structure Chart example question

June 23, 2019 antony 0

Number1 ← 0 Number2 ← 0 Module calculateAverage           Average ← 0           Call inputNumbers()           Average ← Call average(Number1, Number2)           Call outputAverage(Average) End […]

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 […]

IPv4 and IPv6

July 9, 2018 antony 0

IP stands for Internet Protocol. The v in IPv4  and IPv6 is Version.  We use IPv4 and IPv6 for identifying nodes on a network, each […]