Which network performance attribute is achieved when using flow control in FOP?
Flow control in FOP (File-Oriented Protocol) is a network performance attribute that ensures that packets are delivered in the same order they were sent. This is achieved by assigning each packet a sequence number, and then having the receiver send an acknowledgment back to the sender that it has received the packet and is ready for the next one. This helps to ensure that packets are not lost, and that they arrive in the same order they were sent.
Currently there are no comments in this discussion, be the first to comment!