answersLogoWhite

0


Best Answer

This depends entirely on the size of the original message, the MTU used, and whether or not windowing of segments is allowed.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How long does it take to move file from source host to destination host when message segmentation is used?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When the object is linked from the source to the destination file where can you update the information?

You update the source.


Why embedded object document requires more size than linked object?

Because a linked object is created and stored in a separate source file and then it is linked to the destination file, while an embedded object is created in a separate source file but then it is inserted into the destination file , becoming the part of that file.


Why embedded object documents requires more size than linked object?

Because a linked object is created and stored in a separate source file and then it is linked to the destination file, while an embedded object is created in a separate source file but then it is inserted into the destination file , becoming the part of that file.


How do you copy a dos file from one location to another?

"copy <source> <destination>"


What is destination device?

Many computer commands move data from one file to another or from one storage device to another. This is referred to as moving the data from the source to the destination (or target). The term is also used as an adjective, as in destination file or destination device.So basically where every your moving your file or etc... too is the destination device.


How do you move a file into destination in Linux?

In terminal #mv -rf /source path /destination ptath For directories '-rf' For files 'f' #cp -rf /source path /destination path For moving files to remote system #scp -rf /source path 'username'@ip:/destination path user name - user at remote system ip - remote system ip


When copying files the folder to which the is to be copied is the?

The file that is being copied is considered the "source" and the resltut of the copy and its location are considered the "destination"


When copying the folder to which the files is to be copied is the?

The file that is being copied is considered the "source" and the resltut of the copy and its location are considered the "destination"


What is the source folder used for?

Honestly,this is easy to answer,the source folder for Microsoft windows/Windows XP,Ect,Is basically the source for the computer software and registry,and the source of the pc.Google it!!


What is the definition of packet marking in networking?

If we are sending a file in one go and if some error occurred in between the file transfer then the complete file has to be resend which wastes the bandwidth so to prevent this, the file to send is divided in to smaller unit which we call packet, and then send packets 1 by one so that if a packet is lost then we need to send only that particular packet not the complete file. As the packet reaches its destination, the destination source send acknowledgement to the sender that the packet has reached to it and it may send the next packet and if packet somehow lost before reaching to the destination source, then the sender itself resends the packet after a fixed amount of time.


What is packet marking?

If we are sending a file in one go and if some error occurred in between the file transfer then the complete file has to be resend which wastes the bandwidth so to prevent this, the file to send is divided in to smaller unit which we call packet, and then send packets 1 by one so that if a packet is lost then we need to send only that particular packet not the complete file. As the packet reaches its destination, the destination source send acknowledgement to the sender that the packet has reached to it and it may send the next packet and if packet somehow lost before reaching to the destination source, then the sender itself resends the packet after a fixed amount of time.


How do you copy on the Command Prompt example?

The syntax is copy .Example: you want to copy a file named "resume.doc" from your Desktop to your flash drive (assigned by Windows as E:), you will do copy C:\Users\\Desktop\resume.doc E:\(where is your user name on your computer).