An IS-IS TLV includes which two attributes? (Choose two.)
Click on the arrows to vote for the correct answer
A. B. C. D.CD
Within data communication protocols, optional information may be encoded as a type-length-value or TLV element inside a protocol. TLV is also known as tag- length-value.
The type and length are fixed in size (typically 1-4 bytes), and the value field is of variable size. These fields are used as follows:
-> Type. A binary code, often simply alphanumeric, which indicates the kind of field that this part of the message represents;
-> Length. The size of the value field (typically in bytes);
-> Value. Variable-sized series of bytes which contains data for this part of the message.
https://en.wikipedia.org/wiki/Type-length-valueIn Intermediate System to Intermediate System (IS-IS) routing protocol, a Type-Length-Value (TLV) is a data structure used to carry additional information in protocol messages.
A TLV has the following format:
Now, coming to the question, the TLV used in IS-IS includes two attributes out of the options given:
A. Topology: The topology attribute in the TLV is used to carry information about the network topology, including the network's nodes, links, and their characteristics. This information is used by IS-IS routers to construct a topology database, which is used to compute shortest path routes.
D. Value: The Value attribute in the TLV is used to carry various types of information, including node and link attributes, administrative and operational parameters, and other protocol-specific information. The format and interpretation of the Value field depend on the Type field.
Therefore, the correct answer is A (topology) and D (value). The options C (length) and B (vector) are not attributes carried by IS-IS TLVs.