Open In App

Cuts and Network Flow

The backbone analysis of any network is broadly accomplished by using Graph Theory and its Algorithms. The performance constraints are Reliability, Delay/Throughput and the goal is to minimize cost. In the backbone designing of a network the concerned points and considerations are :

  1. What should be the backbone topology ?
  2. Assignment of Line Capacities.
  3. Flow Assignment of the lines and hence the whole network.

Some Common Definitions :

Cuts in weighted Graph

Four A-H cuts are shown in the figure above.

Cut 1 : AB, AE (capacity = 11)
Cut 2 : AB, ED, JF, JK (capacity = 23)
Cut 3 : BC, FG, KL (capacity = 10)
Cut 4 : CH, CL (capacity = 12)

A typical Polling Network

  1. Roll call Polling : A master station uses one or more polling lists to determine the next terminal in sequence to be polled. Each station has to be polled in turn by the central computer (controller). After the station has transmitted its backlog of messages, it notifies the central controller with a suffix to its last packet. After receiving this suffix packet, the controller sends a poll to the next station in the polling sequence.
  2. Hub Polling : The terminal currently in polled mode polls the next terminal in sequence. In this case, the go-ahead (suffix) packet contains the next station address. A monitoring channel must be provided to indicate to the appropriate station that it should start transmitting. Essentially the go-ahead is transmitted directly from one station to another.
  3. Token Passing : A token is passed to the next device on the network (ring or bus) which may use it to transmit data or may let it pass to the next device.
Article Tags :