What is a source routing bridge?

What will be an ideal response?


A source routing bridge is a specific type of bridge that is used in a token ring network. It is called the source routing bridge because the source identifies the route that data frame must take to reach the destination

Computer Science & Information Technology

You might also like to view...

Which of the following are legal definitions with initializations? (Consider each line to be in a different scope so there is no multiple definition of identifiers.)

a. int count = 0, limit = 19; b. int count(0), limit(19); c. int count = 0, limit(19); d. int limit = 19; e. int namespace(0);

Computer Science & Information Technology

CSS presentation and layout is based on the CSS box model.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) ____ is an installable list of packages.

A. package group B. pattern C. repository D. installation summary

Computer Science & Information Technology

A(n) predicate result element is any element that is not part of the XSLT vocabulary but is sent directly into the result document as raw text.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology