Saturday, August 31, 2013
What is the difference between leaky bucket algorithm and token bucket algorithm?
Posted by Sunflower at 8/31/2013 04:10:00 PM 0 comments
Labels: Algorithms, Bandwidth, Bucket, Data, Events, Inter-network, Interfaces, Layers, Leaky bucket algorithm, Network, Network layer, Networking, Packets, Processes, Token, Token bucket algorithm, transmission, Virtual
Subscribe by Email |
|
Friday, August 30, 2013
What is meant by flow specification?
Posted by Sunflower at 8/30/2013 01:24:00 PM 0 comments
Labels: Acknowledgement, Actions, Address, Application, Category, Destination, Dynamic, Filter, Flow, Flow Specification, Ports, Routers, Security, Source, Specifications, Static, traffic, transmission, Users
Subscribe by Email |
|
Thursday, August 29, 2013
How can traffic shaping help in congestion management?
- Feedback
mechanism and
- The
control mechanism
Posted by Sunflower at 8/29/2013 06:13:00 PM 0 comments
Labels: Algorithms, Avoidance, Congestion, Control, Feedback, Information, Levels, Load, Management, Network, Operation, Overload, Policies, Signals, States, System, traffic, Traffic shaping, Under-load, User
Subscribe by Email |
|
Wednesday, August 28, 2013
What are different policies to prevent congestion at different layers?
Posted by Sunflower at 8/28/2013 10:09:00 PM 0 comments
Labels: Avoidance, Capacity, Congestion, Congestion control, Control, Efficiency, Layers, Network, Networking, Operation, Parameters, Path, Policies, Prevent, Prevention, Resources, Throughput, traffic, User
Subscribe by Email |
|
Tuesday, August 27, 2013
What are general principles of congestion control?
Posted by Sunflower at 8/27/2013 09:32:00 PM 0 comments
Labels: Application, Bandwidth, Buffer, Congestion, Congestion control, Control, Data, Network, Network Congestion, Networking, Nodes, Overflow, Packets, Performance, Principles, Resources, Routers, States
Subscribe by Email |
|
Keeping track of commitments made by team members for the future - tracking of issues
Since there were a number of such issues, somehow the expected progress on the critical issues did not happen, and as it turned out, the people who were expected to provide some updates, or if you consider a specific example, the workflow designer was to provide a new updated specification for a feature or a part of a feature. You were so busy that communication with the designer to remind him or her about this delivery did not happen (which was a mistake, but can happen unless you are designed with a highly organized mind). Suddenly somebody remembers, and then it falls on your head about why the designer did not provide an update; that you did not send the reminder. It is almost like it is not the problem of the designer anymore, but your problem.
Such kind of situations are very uncomfortable to be in, so you need to ensure that you avoid being in such situations as far as possible. It is not very difficult to organize your work in such a way that you stay out of these situations. Just a few tips are enough:
- Keep a minute of the meetings including the action items and send them out to the people present (this must be happening regularly)
- Add these action items in some sort of tool that will send you a reminder (having a tool that sends an automated reminder to another team member will probably not work when the entire schedule is tight)
- Every day, either at the beginning of the day, or at the end of the day, review all these items and ensure that you are updating these items. In some cases, the need for the action item would have vanished because of some other changes, and you should remove these items; or the need for the item would have got delayed
- Be sure that your team members already know that you will be doing this process and they will get reminders; in many cases, team members don't like to get such reminders, and they would already have noted the action item directly and will send an update by the desired time. However, if you were to explicitly ask them to do the same, they might not (the wonders of the human nature are incredible).
Posted by Ashish Agarwal at 8/27/2013 07:56:00 AM 0 comments
Labels: Action items, Communication, Meeting notes, Software development., Task tracking
Subscribe by Email |
|
Monday, August 26, 2013
What is the difference between congestion control and flow control?
- Congestion control offers such methods that can be used for regulating the incoming traffic in the network to such an extent where the network itself can manage all that.
- In congestion control, the network is prevented from falling in to a state of congestive collapse.
- In such a state either little or no communication happens.
- This little communication is of no help.
- Switching networks usually require congestion control measures than any other type of networks.
- The congestion control is driven by the goal of keeping the number of data packets at such a level that the performance of the network would be reduced dramatically.
- Congestion control mechanism can be seen even in protocols such as UDP (user datagram protocol), TCP (transport control protocol) and other transport layer protocols.
- TCP makes use of the exponential back off and slow start algorithms.
- We classify the congestion control algorithms based up on the feedback that is given by the network, the performance aspect that has to be improved, and modifications that have to be made for the present network, fairness criterion that is being used and so on.
- Congestion and flow control are two very important mechanisms used for keeping the traffic flow in order.
- Flow control is a mechanism that stretches from one end to another i.e., between the sender and the receiver where the speed of sender is much higher than that of the receiving node.
- Congestion control is implemented for preventing packet loss as well as delay that is caused as a side effect of the network congestion.
- Congestion is meant for controlling the traffic of the entire whereas flow control is limited to transmission between two nodes.
Posted by Sunflower at 8/26/2013 08:08:00 PM 0 comments
Labels: Communication, Congestion, Congestion control, Control, Data, Differences, Flow, Flow control, Incoming, Information, Mechanism, Networking, Networks, Nodes, Outgoing, Performance, Receiver, Sender, traffic
Subscribe by Email |
|
Sunday, August 25, 2013
What is the concept of flow control?
- The feedback is sent to the sending node by
the receiving node.
- The feedback is not sent to the sending node
by the receiving node.
Posted by Sunflower at 8/25/2013 03:09:00 PM 0 comments
Labels: Acknowledgement, Channels, Communication, Congestion, Control, Data, Defects, Errors, Flow control, Frames, Inefficient, Message, Process, Receiver, Sender, Techniques, transmission
Subscribe by Email |
|