Answer:
Option C is the correct option to the following question
Explanation:
Because there are not any limits is required of sending data and packets between host A and host B by the routers and the router permit more than one paths between the hosts for the establishment of the connectivity st two distinct locations in the routing protocol. The router transmits the packets between the hosts that is produced by link-state protocol.
Answer:
TCP
Explanation:
TCP stands for Transmission Control Protocol a communications standard that enables application programs and computing devices to exchange messages over a network. It is designed to send packets across the internet and ensure the successful delivery of data and messages over networks.
Answer:
Please find the complete solution in the attached file.
Explanation:
In this question for a complete solution the table file is added please find it.
For this go to cell number O6
In which we modify the formula that is 
After that, press enter at this value is calculated.
Then copy the formula to
Answer:
Explanation:
a = input("what kind of pet the user has")
if a == 'cat':
print("Too bad")
elif a == 'dog':
print("Lucky you!")