What is the difference between closed-source and open-source? Which is better?
Answer / chaitanya
Closed-source is a typical commercially developed program. You receive an executable file which runs and does its job without the ability to look far under the hood. Open-source however provides the source code to be able to inspect everything it does, as well as be able to make changes yourself and recompile the code. Both have arguments for and against them, most have to do with audits and accountability. Closed-source advocates claim that open-source causes issues because everybody can see exactly how it works and exploit weaknesses in the program. Open-source counter saying that because closed-source programs don’t provide ways to fully check them out, its difficult to find and troubleshoot issues in the programs beyond a certain level.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a driver in computer?
How would you permanently remove the threat of data falling into the wrong hands?
What is the most commonly used computer application?
You are remoted in to a headless system in a remote area. You have no physical access to the hardware and you need to perform an OS installation. What do you do?
Why would you bring in an outside contractor to perform a penetration test?
A phonetic password generator picks two segments randomly for each six-letter password. The form of each segment is CVC (consonant, vowel, consonant), where V= < a, e, i, o, u > and C = (V.) ̅ What is the total password population? What is the probability of an adversary guessing a password correctly?
How would you find out what a POST code means?
You see a user logging in as root to perform basic functions. Is this a problem?
What is an easy way to configure a network to allow only a single computer to login on a particular jack?
What is Exfiltration?
What is database in a computer?
What is the difference between a vulnerability and an exploit?