1,836 views
0 votes
0 votes
Demerits of fragmentation
A)Complex Routers
B) Open to DOS attack
C)No overlapping of fragments
D) Both A) and B)

2 Answers

0 votes
0 votes

Answer is D

Fragmentation is done at routers which make them complex to implement when routers take too much time to fragment packets this may lead to DOS attack to other packets .

0 votes
0 votes

→ IP fragmentation is the process of breaking up a single Internet Protocol (IP) packet into multiple packets of smaller size. Every network link has a characteristic size of messages that may be transmitted, called the maximum transmission unit (MTU).
→ The support for fragmentation of larger packets provides a protocol allowing routers to fragment a packet into smaller packets when the original packet is too large for the supporting data link frames.
→ IP fragmentation exploits (attacks) use the fragmentation protocol within IP as an attack vector.
IP fragment over lapped:
The IP fragment overlapped exploit occurs when two fragments contained within the same IP packet have offsets that indicate that they overlap each other in positioning within the packet. This could mean that either fragment A is being completely overwritten by fragment B, or that fragment A is partially being overwritten by fragment B.
Overlapping fragments may also be used in an attempt to bypass Intrusion Detection Systems

Related questions

0 votes
0 votes
1 answer
1
admin asked Jul 21, 2022
438 views
The number of operations in matrix multiplication $\text{M1, M2, M3, M4}$ and $\text{M5}$ of sizes $5\times 10, 10\times 100, 100\times 2, 2\times 20$ and $20\times 50$ r...
0 votes
0 votes
1 answer
2
soujanyareddy13 asked Jan 9, 2022
316 views
The Highest Lower Bound on the number of Comparisons in the worst case for comparison-based sorting order of :$\text{n}$$\text{n}^{2}$$\text{n} \log \text{n}$$\text{n} \l...
0 votes
0 votes
0 answers
3
soujanyareddy13 asked Dec 7, 2021
408 views
Let the random variable $\text{X}$ has a mixed distributions with probability $\text{P(X = 0)} = \alpha,$ and the density function.$f_{x}(x) = \left\{\begin{matrix} \beta...
0 votes
0 votes
4 answers
4
mohitbawankar asked Dec 24, 2017
738 views
When we use slow start algorithm ,the size of CW increases ...............until it reaches threshold.A)AdditivelyB)MultiplicativelyC)ExponentiallyD) NONE