Describe the flooding of LSAs to all routers.

What will be an ideal response?


When a router books up, it starts to exchange link state information by querying LS_Request of the OSPF packet. The neighbor routers reply with this query by sending LS_Update packet. A link state update (LSU) contains several link state advertisements (LSA), and each LSA is acknowledged separately with a LS_Acknolwedgement. By how, all routers obtain link state advertisement.

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a. All built-in collections are synchronized. b. Concurrent access to a Collection by multiple threads could cause indeterminate results or fatal errors. c. To prevent potential threading problems, synchronization wrappers are used around collection classes that might be accessed by multiple threads. d. A synchronization wrapper class receives method calls, adds some functionality for thread safety and then delegates the calls to the wrapped class.

Computer Science & Information Technology

A combination of numbers and text is also called alphanumeric data.

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

Computer Science & Information Technology

Discuss nonstatic methods.

What will be an ideal response?

Computer Science & Information Technology

The number of characters in a String can be determined by sending it the ____ message.

A. length() B. substring() C. valueOf() D. subSequence()

Computer Science & Information Technology