subject

Arouter is connected to network 192.168.1.0/24 and network 192.168.2.0/24. the router is configured to use rip and has learned of networks 192.168.3.0/24 and 192.168.4.0/24. there is no default route configured on the router. the router receives a packet addressed to network 10.1.0.0/16. what will the router do with the packet? a. drop the packet. b. send the packet out both of its directly-connected networks as a broadcast frame. c. send the packet to both networks 192.168.3.0 and 192.168.4.0 and to the next hop router. d. hold the packet in cache until a matching route is learned or configured.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:00
The fourth generation of computers emerged between 1970s and 1980s. which technological advancement brought about this generation of computers? which computer architecture was used most in this generation?
Answers: 3
question
Computers and Technology, 23.06.2019 15:30
Brian wants to conduct an online search with a certain phrase. he intends to use the words books that belong to the 1800s in his search. how should he use the word that in his search?
Answers: 1
question
Computers and Technology, 24.06.2019 18:20
Acommon algorithm for converting a decimal number to binary is to repeatedly divide the decimal number by 2 and save the remainder. this division is continued until the result is zero. then, each of the remainders that have been saved are used to construct the binary number.write a recursive java method that implements this algorithm.it will accept a value of int and return a string with the appropriate binary character representation of the decimal number.my code: public class lab16{public string converttobinary(int input){int a; if(input > 0){a = input % 2; return (converttobinary(input / 2) + "" +a); } return ""; } }
Answers: 1
question
Computers and Technology, 25.06.2019 03:30
Which task should happen during the planning stage of a project
Answers: 2
You know the right answer?
Arouter is connected to network 192.168.1.0/24 and network 192.168.2.0/24. the router is configured...
Questions
question
Mathematics, 19.10.2019 23:30
question
English, 19.10.2019 23:30
question
Mathematics, 19.10.2019 23:30
question
Mathematics, 19.10.2019 23:30
Questions on the website: 13722361