Skip to main content

Posts

Showing posts with the label Bus Topology

What is Network Toplogy? Types of Network Topology

Network topology is the arrangement of the elements of a communication network. Network topology can be used to define or describe the arrangement of various types of telecommunication networks, including command and control radio networks, industrial fieldbuses and computer networks. Types of Network Topology Mesh Topology Star Topology Bus Topology Ring Topology Hybrid Topology Mesh Topology mesh topology as an every device is connected to another device via particular channel. Every device is connected with another via dedicated channels. These channels are known as links. If suppose, N number of devices are connected with each other in mesh topology, then total number of ports that is required by each device is ​ N-1. In the Figure 1, there are 5 devices connected to each other, hence total number of ports required is 4. If suppose, N number of devices are connected with each other in mesh topology, then total number of dedicated links required to connect the...

What is BGP? - Border Gateway Protocol

What is BGP? Border Gateway Protocol (BGP) is used to Exchange routing information for the internet and is the protocol used between ISP which are different ASes. Border Gateway Protocol is the protocol that makes the Internet work. Networks or autonomous systems that need to interact with each other do so through peering, which is made possible with BGP. BGP - Border Gateway Protocol Border Gateway Protocol (BGP) is the postal service of the Internet. When someone drops a letter into a mailbox, the postal service processes that piece of mail and chooses a fast, efficient route to deliver that letter to its recipient. Similarly, when someone submits data across the Internet, BGP is responsible for looking at all of the available paths that data could travel and picking the best route, which usually means hopping between autonomous systems. BGP is the protocol that makes the Internet work. It does this by enabling data routing on the Internet. When a user in Singapore...