Which of the following is a characteristic of BGP?

a. Not designed for routing between separate organizational networks
b. An external routing protocol
c. Uses ASNs
d. Uses UDP


b. An external routing protocol and c. Uses ASNs
Explanation: BGP is considered to be an external routing protocol. This protocol is designed for routing between separate organizational networks. The BGP term for these networks is autonomous systems, or AS. An AS is assigned an ASN (AS number). BGP uses TCP to establish peering and to exchange messages and routes.

Computer Science & Information Technology

You might also like to view...

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

1. Changes made to an entire array that has been passed to a method will not affect the original values of the array. 2. When passing an array to a procedure, the method’s parameter list must specify that an array will be received. 3. When we pass an array object to a procedure, we do not need to pass the upper bound of the array as a separate argument. 4. For Each…Next loop is barely used because it’s more complicated than the For…Next loop. 5. The For Each…Next repetition statement is appropriate when the program doesn’t need to refer to the indices of the elements in an array.

Computer Science & Information Technology

The middle tier represents the application’s ________.

a) interface b) functionality c) database d) information e) None of the above.

Computer Science & Information Technology

Which of the following positions the file pointer for a file that has been opened for reading and writing?

a) Use the size() member function on the file stream to position the file pointer. b) Use the seekp(arg) fstream member function with the number of records (counting the first record as 0) as argument to position the file pointer. c) Use the seekp(arg) fstream member function with the number of bytes to the record in question (counting the first byte as 0) as argument to position the file pointer. d) Use the sizeof operator to determine the number of bytes in the file stream.

Computer Science & Information Technology

The mailing notation SPECIAL DELIVERY is ____.

A. keyed below the return address on the envelope at about 1" B. keyed at the right on the envelope below the stamp at about 1.2" C. not keyed on the envelope D. keyed on the letter one blank line below the salutation

Computer Science & Information Technology