7,030 views
28 votes
28 votes

Dynamic linking can cause security concerns because

  1. Security is dynamic
  2. The path for searching dynamic libraries is not known till runtime
  3. Linking is insecure
  4. Cryptographic procedures are not available for dynamic linking

4 Answers

Best answer
52 votes
52 votes
  1. Nonsense option, No idea why it is here.
  2. The path for searching dynamic libraries is not known till runtime -> This seems most correct answer.
  3. This is not true. Linking in itself not insecure.
  4. There is no relation between Cryptographic procedures & Dynamic linking.
edited by
18 votes
18 votes
Dynamic linking is type of linking in which libraries required by the program are linked during run time.

And evaluating all options B seems correct one.
2 votes
2 votes
b.   path is not  not  known  so it's  not  easy to intruder to place malicious program.
Answer:

Related questions

28 votes
28 votes
6 answers
1
Kathleen asked Sep 15, 2014
10,238 views
To evaluate an expression without any embedded function callsOne stack is enoughTwo stacks are neededAs many stacks as the height of the expression tree are neededA Turin...
22 votes
22 votes
5 answers
3
Kathleen asked Sep 15, 2014
10,704 views
Four fair coins are tossed simultaneously. The probability that at least one head and one tail turn up is$\frac{1}{16}$$\frac{1}{8}$$\frac{7}{8}$$\frac{15}{16}$