Both intend to support the creation of media sessions between two IP connected endpoints and both use SDP SIP strength
Author: skn
UML Diagram in Architecture Views
Structural Diagram Structure diagrams define the static architecture of a model. They are used to model the ‘things’ that make
Threat Modelling | Terminologies
Threat Analysis Threat Analysis is used, to identify threats associated with system/applications. It becomes important to understand the terminologies involved
Breadth First Search (BFS) using Adjacency matrix
Graph can be represented using adjacency matrix. Adjacency matrix is a square matrix (m[N][N]) used to represent a graph where
Breadth First Search (BFS) using Adjacency List
Breadth-first search (BFS) is for traversing/searching tree or graph data structures. It starts at some arbitrary node and explores all