Basics of Bridge

Neso Academy
26 Feb 202005:18

Summary

TLDRThis lecture introduces the fundamentals of network bridging, distinguishing it from a repeater by its ability to read MAC addresses, making it a layer two device. It covers two types of bridges: transparent, which requires no node awareness or reconfiguration, and source routing, which involves the source station in routing decisions. The lecture highlights the bridge's role in interconnecting local area networks operating on the same protocol, contrasting it with routers that work across different protocols and handle IP addresses at the layer three level.

Takeaways

  • πŸ“š The lecture introduces the basics of a bridge in computer networking.
  • πŸ” A bridge is essentially a repeater with the additional capability to read MAC addresses, making it a layer two device.
  • 🌐 Bridges are used to interconnect two local area networks (LANs) that operate on the same protocol.
  • πŸšͺ A bridge typically has two ports, similar to a repeater.
  • πŸ” There are two types of bridges: transparent bridges and source routing bridges.
  • πŸ‘€ Transparent bridges operate without the awareness of the network nodes, eliminating the need for node reconfiguration upon bridge addition or removal.
  • πŸ—ΊοΈ Source routing bridges rely on the source station to determine the routing path, with the frame carrying the routing information.
  • πŸ”— The primary function of a bridge is to extend the range of a LAN and interconnect two networks running the same protocols.
  • πŸ›‘ A key distinction between a bridge and a router is that a bridge operates at the data link layer (layer two) and deals with MAC addresses, while a router operates at the network layer (layer three) and handles IP addresses.
  • πŸ”„ Routers can interconnect LANs running different protocols and change the MAC address in a packet, unlike bridges which cannot.
  • πŸ“ The session aims to clarify the types, working, and differences between bridges and routers in networking.

Q & A

  • What is the primary purpose of a bridge in computer networks?

    -A bridge is used to interconnect two local area networks (LANs) that operate on the same protocol, extending the range of the network and allowing communication between the two LANs.

  • How does a bridge differ from a repeater in terms of functionality?

    -While both a bridge and a repeater are used to extend network signals, a bridge has additional functionality such as reading MAC addresses, making it a more intelligent device compared to a simple signal repeater.

  • What is a layer two device, and why is a bridge considered one?

    -A layer two device operates at the data link layer of the OSI model, dealing with MAC addresses. A bridge is considered a layer two device because it processes and filters traffic based on MAC addresses.

  • What are the two types of bridges mentioned in the script?

    -The two types of bridges mentioned are transparent bridges and source routing bridges.

  • How are transparent bridges different from source routing bridges in terms of network configuration?

    -Transparent bridges do not require any configuration changes in the network nodes, as they are unaware of the bridge's existence. In contrast, source routing bridges rely on the source station to provide routing information for the data frames.

  • What is the key characteristic of transparent bridges that makes them transparent to network nodes?

    -Transparent bridges are designed in such a way that network nodes are completely unaware of their existence, eliminating the need for reconfiguration when bridges are added or removed from the network.

  • In source routing bridges, who is responsible for determining the route of the data frames?

    -In source routing bridges, the source station or node is responsible for determining the route that the data frames should follow to reach their destination.

  • How does the working principle of a bridge differ from that of a router?

    -A bridge operates at the data link layer and interconnects LANs running on the same protocol, focusing on MAC addresses. A router, on the other hand, operates at the network layer and can interconnect LANs running on different protocols, handling IP addresses and changing the data link layer addresses.

  • What is the main difference between a bridge and a router in terms of the OSI model layers they operate on?

    -A bridge is a layer two device that operates on the data link layer, while a router is a layer three device that operates on the network layer.

  • Why is the protocol compatibility important when using a bridge to interconnect two LANs?

    -Protocol compatibility is crucial because a bridge can only interconnect LANs that are running on the same protocol. If the LANs use different protocols, a router would be required instead.

  • What is the role of MAC addresses in the operation of a bridge?

    -MAC addresses play a central role in the operation of a bridge, as the bridge uses these addresses to filter and forward traffic between the interconnected LANs, ensuring efficient communication.

Outlines

00:00

πŸ“š Introduction to Bridges in Computer Networks

In this lecture, we delve into the fundamentals of bridges in computer networks. We begin by outlining the session's objectives, including understanding the basics and types of bridges, their workings, and the differences between bridges and routers. We discuss how a bridge acts as a repeater with additional functionality of reading MAC addresses, making it a layer two device. Bridges are used to interconnect local area networks (LANs) using the same protocol. We then explore the types of bridges: transparent bridges, where nodes are unaware of the bridge's existence and no reconfiguration is needed, and source routing bridges, where the source station determines the routing path.

05:03

πŸ” Transparent and Source Routing Bridges

We further explore the two types of bridges: transparent and source routing. Transparent bridges do not require reconfiguration of nodes as they are unaware of the bridge's presence. In contrast, source routing bridges involve the source station specifying the route for the frame to follow. This distinction highlights the different operational methods of the two bridge types within a LAN.

πŸ”§ Functionality and Operation of Bridges

This section covers the practical functioning of bridges. By interconnecting two LANs, a bridge extends the network range and operates on the same protocol. This ensures seamless communication within the same protocol environment. The significance of using the same protocol in bridges is emphasized, differentiating it from routers which can handle different protocols.

πŸ”€ Differences Between Bridges and Routers

Here, we compare bridges and routers. Bridges interconnect LANs using the same protocol and operate as layer two devices, dealing with MAC addresses. Routers, however, connect LANs with different protocols and function as layer three devices, managing IP addresses and altering data link layer addresses. This comparison clarifies the distinct roles and functionalities of bridges and routers in network communication.

βœ… Conclusion and Thank You

The session concludes by recapping the key points discussed: the basics of bridges, their types, how they work, and the differences between bridges and routers. The lecture aims to provide a clear understanding of these concepts. The presenter thanks the viewers for their attention and engagement.

Mindmap

Keywords

πŸ’‘Bridge

A bridge in the context of computer networking is a device that connects two or more LANs (Local Area Networks) and operates at the data link layer (Layer 2) of the OSI model. It is essentially a repeater with additional functionality, such as filtering traffic based on MAC addresses. The script emphasizes the bridge's role in extending the range of a LAN and interconnecting networks running on the same protocol, highlighting its importance in the lecture's theme.

πŸ’‘Repeater

A repeater is a network device that amplifies and retransmits a signal to extend the range of a network. In the script, it is mentioned that a bridge is essentially a repeater but with enhanced capabilities, such as reading MAC addresses, which differentiates it from a simple repeater in terms of functionality.

πŸ’‘MAC Address

MAC (Media Access Control) address is a unique identifier assigned to network interfaces for communications on the physical network segment. The script explains that a bridge's additional functionality includes reading MAC addresses, which is crucial for its operation in filtering and forwarding traffic within a LAN.

πŸ’‘Layer Two Device

A layer two device operates at the data link layer of the OSI model and is responsible for managing the MAC addresses. The script identifies the bridge as a layer two device, emphasizing its role in dealing with MAC addresses and its use in local area networks.

πŸ’‘Interconnecting LANs

Interconnecting LANs refers to the process of linking two or more local area networks to form a larger network. The script discusses how bridges are used for this purpose, specifically when the LANs operate on the same protocol, which is a key aspect of the lecture's content.

πŸ’‘Transparent Bridge

A transparent bridge is a type of bridge that operates without the knowledge of the network nodes. The script explains that in a transparent bridge setup, no configuration is needed on the stations, as they are unaware of the bridge's existence, simplifying network management.

πŸ’‘Source Routing Bridge

A source routing bridge is a type of bridge where the source station is responsible for specifying the route that data must take to reach its destination. The script describes this as a routing operation performed by the source, which is a distinct characteristic of this bridge type.

πŸ’‘Protocol

In networking, a protocol defines the rules and conventions for data transmission. The script highlights the importance of protocol compatibility when using bridges to interconnect LANs, as they must operate on the same protocol to function correctly.

πŸ’‘Router

A router is a networking device that operates at the network layer (Layer 3) of the OSI model and is capable of routing data packets between different networks. The script contrasts routers with bridges by explaining that routers can interconnect networks running on different protocols and work with IP addresses, unlike bridges.

πŸ’‘Layer Three Device

A layer three device operates at the network layer and is involved in routing decisions based on IP addresses. The script uses this term to differentiate routers from bridges, as routers are layer three devices that handle IP addresses and can change the data link layer address in a packet.

Highlights

A bridge is a repeater with additional functionality of reading MAC addresses.

Bridges are layer two devices that operate on MAC addresses.

Bridges interconnect two local area networks using the same protocol.

A repeater has two ports, and so does a bridge.

There are two types of bridges: transparent and source routing bridges.

Transparent bridges operate without the nodes being aware of their existence.

No reconfiguration is needed for nodes when a transparent bridge is added or removed.

Source routing bridges perform routing operations with the source station specifying the route.

Source routing bridges require the source station to have routing information.

Bridges extend the range of local area networks and interconnect them.

Bridges only interconnect networks running on the same protocols.

Routers can interconnect networks running on different protocols unlike bridges.

A bridge is a layer two device that deals with MAC addresses.

A router is a layer three device that deals with IP addresses and changes MAC addresses.

The main difference between a bridge and a router is the layer they operate on and the protocols they handle.

This lecture provides a comprehensive understanding of bridges, their types, working, and differences with routers.

Transcripts

play00:00

Hello everyone,

play00:01

welcome to the next lecture in the computer network series.

play00:03

Today we will see, the basics of bridge.

play00:07

We will start with the outcomes of today's session.

play00:10

In today's session, we are going to understand the basics of bridge,

play00:14

we will know the types of bridges,

play00:16

and we will understand the working of a bridge,

play00:19

and finally we will understand

play00:21

the difference between a router and a bridge.

play00:23

We will start with the basics of bridge.

play00:26

A bridge. It is a repeater.

play00:28

If bridge and repeater are the same,

play00:31

then why do we need two different terminologies

play00:33

and two different concepts and two different devices.

play00:36

A bridge is normally a repeater

play00:38

but with some additional functionalities

play00:40

and the additional functionality is that

play00:42

it has the potential of reading MAC addresses.

play00:45

So a bridge is normally a repeater

play00:48

with the additional functionality of reading MAC addresses.

play00:51

Whenever any device that is dealing something with the MAC address only,

play00:55

then that device will be a layer two device.

play00:57

So bridge is also a layer two device.

play01:00

We will see what is the use of a bridge.

play01:02

Bridges are also used for interconnecting

play01:05

two local area networks on the same protocol.

play01:08

The very important point is -- on the same protocol.

play01:11

Say we have two local area networks

play01:14

and these two local area networks are using the same protocol,

play01:18

then bridges are used to interconnect these two local area network.

play01:22

Then, it is also a port two device like a repeater.

play01:25

A repeater has only two ports,

play01:27

likewise a bridge will also have only two ports.

play01:30

Let's have a look at the types of bridges.

play01:33

There are two types of bridges

play01:35

number one, transparent bridges and number two, source routing bridges.

play01:39

We will see one by one briefly.

play01:42

Transparent bridges. These are the bridge in which stations

play01:46

or nodes are completely unaware of the bridge's existence.

play01:50

It means in a local area network, if there exist a bridge

play01:53

the stations or nodes are unaware of the existence of the bridge.

play01:57

It means, we need not do any configuration in the stations.

play02:01

In a router, we used to give the IP address of the interface

play02:05

as the default gateway for all the stations or PCs.

play02:07

Whereas in a bridge, we need not do that

play02:10

because the stations are completely unaware of the bridge's existence.

play02:14

So, reconfiguration of stations is unnecessary

play02:18

even if the bridge is added or removed from the network.

play02:21

Suppose if we add a bridge or remove a bridge

play02:24

we need not do any configuration or reconfiguration in the stations.

play02:27

That's about the transparent bridges.

play02:30

Let's now have a look at the second type of bridge

play02:32

which is the source routing bridges.

play02:34

In source routing bridges,

play02:36

the routing operation is performed by the source station

play02:39

and the frame specifies which route to follow.

play02:42

For example in a local area network,

play02:44

there is a source station or a source node,

play02:46

if that node is going to send some data to other node,

play02:49

then this node, that is the source station

play02:52

will have the routing information

play02:54

how this frame has to reach the destination.

play02:57

So that information is processed by the source routing bridges.

play03:01

So there are two types of bridges

play03:02

number one, transparent bridges and number two, source routing bridges.

play03:06

Let's have a look at the working of the bridge now.

play03:09

Suppose if we have a local area network

play03:12

and we have another local area network,

play03:14

to connect these two local area networks we bring in a bridge

play03:18

and this bridge extends the range of the local area network

play03:21

and interconnects these two networks.

play03:23

That's the working of a bridge.

play03:25

And the very important point to note about bridge is that

play03:28

this bridge interconnects two network that are running on the same protocols.

play03:32

So same protocol is a very important point to note here.

play03:35

If this is a router, router can interconnect

play03:38

two different local area networks,

play03:40

that need not be the same protocols,

play03:42

they can run two different protocols.

play03:45

Now you may have a question in your mind.

play03:47

If bridge can interconnect two local area networks,

play03:49

router can also interconnect two local area networks,

play03:52

then what is the difference between a bridge and a router?

play03:55

Let's see the difference between a bridge and a router now.

play03:59

The difference between a bridge and a router is that

play04:01

a bridge interconnects local area networks

play04:03

that are running on the same protocol

play04:05

and the bridge is a layer two device.

play04:07

That is, it processes or it deals with the MAC addresses.

play04:11

Whereas if it is a router, then this router interconnects

play04:15

two different local area networks that are running

play04:18

with two different protocols and router is a layer three device.

play04:21

So at the basic level, bridges interconnects local area networks

play04:25

that are running in the same protocol

play04:27

and it is a layer two device, it deals with the MAC addresses only.

play04:30

Whereas a router, it interconnects two different local area network

play04:34

that has two different protocols and router is a layer three device.

play04:39

It deals with the IP addresses

play04:40

and a router changes the data link layer address

play04:43

that is the physical address or MAC address in a packet.

play04:46

And that's the difference between a bridge and a router.

play04:50

I hope now we understood the basic of bridge,

play04:52

we know the types of bridges that is

play04:54

transparent bridges and source routing bridges.

play04:56

We understood the working of a bridge

play04:58

and we also understood the difference between a router and a bridge.

play05:03

I hope the session is informative

play05:04

and thank you guys for watching.

Rate This
β˜…
β˜…
β˜…
β˜…
β˜…

5.0 / 5 (0 votes)

Related Tags
Network BridgesComputer NetworksLayer 2 DevicesTransparent BridgesSource RoutingMAC AddressesLocal Area NetworksInterconnectionProtocol MatchingRouter ComparisonTech Education