answersLogoWhite

0


Best Answer

Bridges and switches learn and filter MAC addressses into memory over time thereby creating a table of Mac addresses. Bridges build a memory table of MAC addresses they get from segments. Switches build tables based on switch port numbers to MAC addresses instead of segment numbers.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do bridges and switches dynamically create their table?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What two methods can be used to remove MAC address table entries from a switch?

Power cycle the switch to clear all dynamically learned addresses, and the clear mac address table command will remove statically and dynamically configured table entires


What does the dynamic ARP table describe?

The dynamic ARP table tells you all the ARP (Address Resolution Protocol) that have been dynamically learned rather than statically. Dynamically means that it learned the pathway automatically without having to be configured.


What is dynamically as related to a routing protocol?

Dynamically, as related to a routing protocol is a type of networking technique whereby the routing protocol creates, updates and maintains the dynamic routing table.


What command is used to create a table?

Tables are defined with CREATE TABLE command. Syntax of CREATE TABLE command is: CREATE TABLE ( [] []);


Which command is used to create a table?

CREATE TABLE command is used to create table. Syntax of creating a TABLE is: CREATE TABLE ( [] []); ex: create table emp (ecode integer, ename char(20));


How do you create a table in dreamweaver?

using the mysql command "create table table_name" we can create a table in dreamweaver.


When you create a new database which object is created first?

In Access, when you create a new database, a table is created first.


How do switches know which device is connected on which circuit?

switches will monitor the frames sent from each interface and it will store the source MAC-addresses in a table. fm


Which one is a system privilege a select b delete c execute d alter table e create table?

Create table


What is the different between a view and a create view?

View is a virtual table that do not have any data of its own but have data that is derived from another table called base table. Create view is the command used to create a view (virtual table).


What is a possible impact of setting too short an aging time in the MAC address table of a switc?

impaired ability to dynamically learn new addresses


How you create table in c language?

The simplest way to create a table in C is to use a two-dimensional array.