You are on page 1of 18

COMMUNICATIONS

SYSTEM’S MODELING
IRINEO P. QUINTO
ECE / REE

IPQUINTO
MODEL
A model is a representation of some
properties of the system
The properties needed in the model
depend on the type, purpose and
complexity of the desired model
Model can be classified as Mathematical,
Logical or Physical

IPQUINTO
THE COST NETWORK MODEL
The different parts of the communication
system are represented by cost or length
values
These costs are applied to links and nodes
Cost is only reflected on each link
The value indicated on each link includes
the cost of the link, the cost incurred in
traversing the link, the length of the link
and other necessary link property
IPQUINTO
SERIES RULE

a b n

Cs = a + b + . . . . . . . . . + n

IPQUINTO
PARALLEL RULE
a
b

Cp = min (a, b, . . . . . . n)

IPQUINTO
SHORTEST PATH
Label the origin zero (0). Repeat steps 2 and 3 until one
Check all unlabeled nodes A of the following is satisfied:
adjacent to any of the  The destination node is
already labeled nodes B. labeled if the shortest path to
Find node A for which Db + this node is desired.
dab is a minimum. Db is the  All nodes in the network are
label of node B while dab is already labeled.
the value or cost associated  NO further nodes can be
with link AB. labeled. In this case, it
means that no path exists
Label node B found in step 2 between the origin and the
with Db = min (Da + dab). unlabeled nodes.
This is the shortest distance
from the origin to the newly
labeled node and link AB is
part of the shortest path.

IPQUINTO
APPLICATION OF MINIMUM
COST PATH
Routing of calls and messages for
optimum efficiency and best utilization.
Routing in networks of variable
connectivity.
Testing of proposed network
configurations.
Establishment of service charges and
tariffs.

IPQUINTO
ABSORPTION RULE FOR
MINIMUM COST NETWORK
The absorption rule states that “if a link in
a minimum cost network is not the only
shortest path between its two end points,
the link can be removed from the network
without affecting the length or routing of
any shortest path in the network”.

IPQUINTO
ABSORPTION RULE
b

a n

A B
x
If x ≥ a + b + . . . . . . . . . . + n,
then link AB can be removed
without changing any shortest
path.

IPQUINTO
SHORTEST CONNECTION
NETWORK
Select the shortest link Delete the longest link
in the given network whose deletion will not
which is not yet been cause the remaining
chosen and does not nodes to become
form a loop with those disconnected.
already selected. Repeat 1 until only (N –
Repeat step 1 (N – 1) 1) links remain. This
times. This constitutes constitutes the shortest
the shortest connecting connecting tree.
tree.

IPQUINTO
APPLICATIONS OF SHORTEST
CONNECTING TREE
Routing of multiple address messages
and setting-up conference calls
Leasing of private networks
Multiple user connections
Used on networks that represent
reliability, survivability and security

IPQUINTO
THE FLOW NETWORK MODEL
The flow network model is used whenever there
is a need to determine the information carrying
capacity of the communication system. This is
also called “Transportation or Capacitated”
network model.
In a flow network, a node acts as a source,
relaying points or sink for one or more
commodities
A commodity refers to the type of signal passing
through the channel
IPQUINTO
QUESTIONS ANSWERED BY THE
FLOW NETWORK MODEL
What is the maximum information rate
between two given nodes?
Can a network with known channel
capacity satisfy a simultaneous set of
communication demands from the
different nodes?
How should the traffic be routed in order
to maximize the rate of transmission or to
satisfy the demands?

IPQUINTO
SERIES RULE

a b n

Cs = min(a, b, . . . . . . . . . n)

IPQUINTO
PARALLEL RULE
a
b

Cp = a + b + . . . . . . + n

IPQUINTO
PROCEDURE IN DETERMINING THE
MAXIMUM FLOW OF COMMODITY FROM
ONE NODE TO ANOTHER
Examine the cut separating the origin and the
destination from the rest of the network.
Calculate the total link capacity of each cut.
The lower of these two values could be the
maximum flow.
Find a path from the origin to the destination
where the commodity may be routed without
exceeding any given channel capacity along
the path.
Determine the total number of commodities
flowing towards the destination. This is the
maximum flow.
IPQUINTO
CLASSIFICATION OF CHANNEL
I. According to Direction of Transmission
- Undirected (two-way)
- Directed (one way)
- Mixed
II. According to Number of Parameters Associated with
each Link
- Single Parameter
- Multi-parameter
III. According to the Relations of the Links
- Correlated (same variables appear in different
branches)
- Uncorrelated (link parameters are independent
of those of the other link)
IPQUINTO
DELTA TO WYE /WYE TO DELTA
CONVERSION
a B C
c b

TYPE OF WYE TO DELTA DELTA TO WYE


NETWORK

COST A=b+c a=(B+C-A)/2


if (B+C)≥A≥(B-C)
a=0 if A>(B+C)
a=min(B,C) if A<(B-C)

CAPACITY A=(b+c-a)/2 a=B+C


If (b+c)≥a≥(b-c)
A=0 if a>(b+c)
A=min(b,c) if a<(b-c)

SWITCHING A = bc a=B+C

IPQUINTO

You might also like