Moumita has Published 161 Articles

Flooding versus Fixed Routing Algorithms

Moumita

Moumita

Updated on 22-Feb-2021 11:25:54

1K+ Views

Flooding and fixed routing are methods to transmit data packets from the source to the destination through a number of intermediate routers connected by transmission lines.Flooding is a non-adaptive routing technique following this simple method − when a data packet arrives at a router, it is sent to all the ... Read More

Adaptive versus Non-Adaptive Routing Algorithms

Moumita

Moumita

Updated on 03-Feb-2021 08:01:46

5K+ Views

Routing Algorithms − A routing algorithm is a procedure that lays down the route or path to transfer data packets from source to the destination. There can be many paths from the source to the destination; routing algorithm mathematically computes the best path, i.e. “least – cost path”. Routing algorithms ... Read More

Sink Tree in Computer Networks

Moumita

Moumita

Updated on 03-Feb-2021 07:59:15

5K+ Views

DefinitionSink trees of a given node in a computer network is a tree formed by connecting the node with all the other nodes of in the network with the optimal path, or more precisely the shortest path. Or, in other words, a sink tree is a minimal cost tree formed ... Read More

The Optimality Principle in Computer Networks

Moumita

Moumita

Updated on 03-Feb-2021 07:57:51

15K+ Views

The optimality principle in computer networks is stated as follows −ExplanationThe purpose of a routing algorithm at a router is to decide which output line an incoming packet should go. The optimal path from a particular router to another may be the least cost path, the least distance path, the ... Read More

Adaptive Routing Algorithms

Moumita

Moumita

Updated on 03-Feb-2021 07:55:34

6K+ Views

Adaptive routing algorithms, also known as dynamic routing algorithms, makes routing decisions dynamically while transferring data packets from the source to the destination. These algorithms constructs routing tables depending on the network conditions like network traffic and topology. They try to compute computes the best path, i.e. “least – cost ... Read More

Non-adaptive Routing Algorithms

Moumita

Moumita

Updated on 03-Feb-2021 07:51:35

4K+ Views

Non-adaptive routing algorithms, also known as static routing algorithms, do not change the selected routing decisions for transferring data packets from the source to the destination. They construct a static routing table in advance to determine the path through which packets are to be sent.The static routing table is constructed ... Read More

Comparison of Virtual-Circuit and Datagram Networks

Moumita

Moumita

Updated on 15-Jan-2021 06:25:23

6K+ Views

Virtual – circuit and datagram networks are categories of packet switching network. In virtual circuits, a virtual path is established between the source and the destination systems through which the data packets are transferred from the source to the destination. In the other hand, in datagram networks, each data packet ... Read More

Multi-Protocol Label Switching (MPLS)

Moumita

Moumita

Updated on 15-Jan-2021 06:20:36

2K+ Views

Multiprotocol Label Switching (MPLS) is a routing technique that augments speed and control of the network traffic by directing data from one node to the next node based on short path labels. Instead of being routed using long network addresses, the data packets are routed through path labels that identify ... Read More

Virtual - Circuit Network

Moumita

Moumita

Updated on 15-Jan-2021 06:18:26

10K+ Views

Virtual – circuit network is a category of packet switching network, where a virtual path is established between the source and the destination systems for data communication to occur. This path appears to the user as if it is a dedicated physical path, but actually is a logical circuit allocated ... Read More

Routing within a Virtual - Circuit Network

Moumita

Moumita

Updated on 15-Jan-2021 06:14:28

1K+ Views

Virtual – circuit network is a category of packet switching network, where a virtual path is established between the source and the destination systems for data communication to occur. This path appears to the user as if it is a dedicated physical path, but actually is a logical circuit allocated ... Read More

Advertisements