Explain that datagram cannot be larger than mtu of a network, Computer Engineering

Assignment Help:

"A datagram cannot be larger than the MTU of a network over which it is sent." Is the statement true or false? Explain with the help of a suitable example.

All hardware technology gives the maximum amount of data that a frame can carry. Its limit is termed as maximum transmission unit (i.e.MTU).

Here is no exception to MTU limit, the network hardware is not designed to transfer or to accept frame to carry more data than the MTU al lows. Therefore a datagram should be smaller or identical to network MTU or for transmission it cannot be encapsulated.

1864_An Example of a router which connects two networks with various MTU values.png

An Example of a router which connects two networks with various MTU values.

In figure host H2 attaches to a network which has an MTU of 1000. Hence each datagram which H2 transmits should be 1000 octets or less. Because, however, host HI attaches to a network which has an MTU of 1500 octets, HI can transmit datagram which contains up to 1500 octets. To resolve this problem IP router uses a technique termed as fragmentation. While a datagram is larger than the MTU of a network over that this is sent, the router divides the datagram in smaller pieces termed as fragments and sends each fragment independently. For fragmentation a datagram for transmission across the network, a router uses the network MTU and to calculate maximum amount of data datagram header size which can be sent in each fragment and number of fragment which will be needed.


Related Discussions:- Explain that datagram cannot be larger than mtu of a network

Basic working of semiconductors, Q. Basic working of Semiconductors? Se...

Q. Basic working of Semiconductors? Semiconductors are crystalline solid materials whose resistivities have values between those of conductors and insulators. Conductivity rang

Operating system.., what is network operating system design issues

what is network operating system design issues

Write the program to use arrays, In class SlotCollection, remove the fields...

In class SlotCollection, remove the fields slot1, slot2, slot3 and slot4 and replace them by an array of slots. Modify the rest of the program to work using this array. There is

Illustrate code segment with example, CODE SEGMENT ; Set DS register ...

CODE SEGMENT ; Set DS register MOV AX, DATA     ;    boiler plate code to set the DS register so that the MOV DS, AX          ;    program can access the data segment.

Determine the example - fork-join, Determine the Example - "fork-join" ...

Determine the Example - "fork-join" module initial_fork_join(); reg clk,reset,enable,data; initial begin $monitor("‰g clk=‰b reset=‰b enable=‰b data=‰b", $time, cl

Karnaugh maps, Minimisation using Boolean algebra is not always straight fo...

Minimisation using Boolean algebra is not always straight forward and sometimes it is not obvious if a further manipulation would give a simpler circuit. Karnaugh maps are a muc

Discuss the mount and unmount system calls, Discuss the mount and unmount s...

Discuss the mount and unmount system calls. The privileged mount system call is used to join a file system to a directory of another file system; the unmount system call detach

How can you pass a struct by reference in e, How can you pass a struct by r...

How can you pass a struct by reference in e?   The question is phrased in a tricky way because passing by reference is the default and only possible way to pass structs in e. I

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd