843 views
0 votes
0 votes
Program threats are

A. Trojan Horse                   B. Trap Door                 C. Both                   D. None of them

1 Answer

0 votes
0 votes

Operating system's processes and kernel do the designated task as instructed. If a user program made these process do malicious tasks, then it is known as Program Threats. One of the common example of program threat is a program installed in a computer which can store and send user credentials via network to some hacker.

Following is the list of some well-known program threats :

  • Trojan Horse − Such program traps user login credentials and stores them to send to malicious user who can later on login to computer and can access system resources.

  • Trap Door − If a program which is designed to work as required, have a security hole in its code and perform illegal action without knowledge of user then it is called to have a trap door.

  • Logic Bomb − Logic bomb is a situation when a program misbehaves only when certain conditions met otherwise it works as a genuine program. It is harder to detect.

  • Virus − Virus as name suggest can replicate themselves on computer system. They are highly dangerous and can modify/delete user files, crash systems. A virus is generatlly a small code embedded in a program. As user accesses the program, the virus starts getting embedded in other files/ programs and can make system unusable for user.

Option C is the Correct Answer.

Related questions

0 votes
0 votes
1 answer
1
rishu_darkshadow asked Nov 8, 2017
332 views
In C language, bitwise operation can be applied to which of the following operandsA. char B. int C. short, long ...
0 votes
0 votes
1 answer
2
rishu_darkshadow asked Nov 8, 2017
2,636 views
In which of the following usually a front end processor is used ?A. Virtual storageB. TimesharingC. MultiprogammingD. Multithreading
1 votes
1 votes
1 answer
3
rishu_darkshadow asked Nov 8, 2017
2,028 views
Semantic error can be detected at:A. compile timeB. RuntimeC. BothD. None of these
0 votes
0 votes
2 answers
4
makhdoom ghaya asked Jun 5, 2016
5,375 views
The bit rate of a signal is $3000$ bps. If each signal unit carries $6$ bits, the baud rate of the signal is _________. $500$ baud/sec $1000$ baud/sec $3000$ baud/sec $18...