subject

Imagine a network with two routers that are connected with a point-to-point hdlc serial link. each router has an ethernet, with pc1 sharing the ethernet with router1, and pc2 sharing the ethernet with router2. when pc1 sends data to pc2, which of the following is true?
a. router1 strips the ethernet header and trailer off the frame received from pc1, never to be used again.
b. router1 encapsulates the ethernet frame inside an hdlc header and sends the frame to router2, which extracts the ethernet frame for forwarding to pc2.
c. router1 strips the ethernet header and trailer off the frame received from pc1, which is exactly re-created by r2 before forwarding data to pc2.
d. router1 removes the ethernet, ip, and tcp headers and rebuilds the appropriate headers before forwarding the packet to router2.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 08:00
Aplan to budget time for studying and activities is referred to as a study routine. study habits. study skills. a study schedule.
Answers: 1
question
Computers and Technology, 23.06.2019 16:30
What is one reason why indoor air pollution has become an increasing problem.
Answers: 1
question
Computers and Technology, 23.06.2019 23:30
What are "open-loop" and "closed-loop" systems
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
You know the right answer?
Imagine a network with two routers that are connected with a point-to-point hdlc serial link. each r...
Questions
question
Biology, 31.01.2022 14:00
question
Mathematics, 31.01.2022 14:00
question
English, 31.01.2022 14:00
question
Mathematics, 31.01.2022 14:00
question
Mathematics, 31.01.2022 14:00
question
Mathematics, 31.01.2022 14:00
question
Mathematics, 31.01.2022 14:00
question
Biology, 31.01.2022 14:00
question
Mathematics, 31.01.2022 14:00
Questions on the website: 13722367