answersLogoWhite

0

no. The differences between ethernet and token ring are greater then the frame type. Ethernet uses CDMA and token ring uses.....well a token. Token ring adapters have an on-board processor for source route bridging which uses a RIF field and ethernet has nothing of the sort.

There are many more examples, but the simple answer is it will not work.

fm

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Which user interface can you use to change the network settings to connect to the Internet using a modem?

command prompt


Can you change the network on the iPhone 3g?

You can buy the iphone from apple & put it on whatever network you want to, but you cannot buy it from a phone network & change the network.


How do you change network to live on halo3?

You go to network change when your in Matchmaking...or anything for that matter...


What must the network administrator do to remove Fast Ethernet port fa01 from VLAN 2 and assign it to VLAN 3?

To remove Fast Ethernet port fa01 from VLAN 2 and assign it to VLAN 3, the network administrator should first enter the interface configuration mode for the port by typing interface fa01. Then, the command switchport access vlan 3 should be executed to change the port's VLAN assignment. This action automatically removes the port from VLAN 2, as a port can only belong to one VLAN at a time in access mode. Finally, the changes can be saved with the write memory or copy running-config startup-config command.


What is a network platform?

A network platform is the type of WiFi configuration a person is using at any given time. For example, a person can work on a Home network or change the WiFi network and work on a Work network, or Public network.


When was Indian Network on Climate Change Assessment created?

Indian Network on Climate Change Assessment was created in 2010.


How do you change the network settings on a PC?

In Windows, right-click on "My Network" and select "Properties".


What can the network administrator do to protect the network from hackers who might have learned the SSID?

Change the SSID


What is networking platform?

A network platform is the type of WiFi configuration a person is using at any given time. For example, a person can work on a Home network or change the WiFi network and work on a Work network, or Public network.


How do you change the forget password for network printer?

Network printer which has password . which you cannot make any changes


Ps3 network have you always got the same name?

Yes, you cannot change your PlayStation Network ID. Maybe Sony will change this soon.


How would a technician permanently change the IP address of an Ethernet card on a Red Hat Linux PC?

Command to change the IP address on Linux is ifconfig.Run ifconfig to find the interface name for the connected Ethernet card. If there is only on ethernet card present on your system then the interface name would be eth0. If there are more than one Ethernet cards present on your machine then they interface names will be ethn.Once you have figurred out the interface name then ifconfig command can be used to modify the IP address$ ifconfig eth0 upeg$ ifconfig eth0 192.168.1.100 upWould assign new IP address to eth0