InterviewSolution
Saved Bookmarks
| 1. |
Which of the following demerits does Fragmentation have?(a) complicates routers(b) open to DOS attack(c) overlapping of fragments.(d) all of the mentionedThis question was posed to me in class test.I want to ask this question from IPv4 in division TCP/IP Protocol Suite of Computer Network |
|
Answer» RIGHT option is (d) all of the mentioned The explanation: FRAGMENTATION makes the implementation of the IP protocol COMPLEX and can also be exploited by attackers to CREATE a DOS attack such as a teardrop attack. Fragmentation won’t be required if the transport layer protocols PERFORM wise segmentation. |
|