Computers and Technology

1. Consider a planet where everyone belongs to a family of six, every family lives in its own house, each house has a unique address, and each person in given house has a unique name. Suppose this planet has a mail service that delivers letters from source house to destination house. The mail service requires that (1) the letter be in an envelope, and that (2) the address of the destination house (and nothing more) be clearly written on the envelope. Suppose each family has a delegate family member who collects and distributes letters for the other family members. The letters do not necessarily provide any indication of the recipients of the letters. a) Describe a protocol that the delegates can use to deliver letters from a sending family member to a receiving family member. b) In your protocol, does the mail service ever have to open the envelope and examine the letter in order to provide its service? 2. Consider you have 10 data packet from 0 to 9. In Go-back-N and Selective repeat both have window size of 5. While transferring packet, ACK2 is lost. What will happened then? Show the scenario for both the cases with proper figure. 3. Find out the super net of the following IP addresses: 192.168.18.0/24 192.168.20.0/24 192.168.28.0/24 192.168.18.0/22

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 21:00, jarrettashlyn
Write a method so that the main() code below can be replaced by the simpler code that calls method original main(): public class calcmiles { public static void main(string [] args) { double milesperhour; double minutestraveled; double hourstraveled; double milestraveled; milesprhour = scnr. nextdouble(); minutestraveled = scnr. nextdouble(); hourstraveled = minutestraveled / 60.0; milestraveled = hourstraveled * milesperhour; system. out. println("miles: " + milestraveled); } }
Answers: 2
image
Computers and Technology, 24.06.2019 01:30, kellygaytan
Suppose a cpu with a write-through, write-allocate cache achieves a cpi of 2. what are the read and write bandwidths (measured by bytes per cycle) between ram and the cache? (assume each miss generates a request for one block.)
Answers: 1
image
Computers and Technology, 24.06.2019 15:50, GreatBaconGamer
Subscribe to j p g a m e t u b e on you tube ?
Answers: 2
image
Computers and Technology, 24.06.2019 22:10, jsjsjsskakwkowwj
Function name: poly parameters: int returns: int description: a polynomial of degree n with coefficients a0,a1,a2,a3, . . ,an is the function p(x) = a0+a1x+a2x2+a3 βˆ— x3+ . . +an βˆ— xn this function can be evaluated at different values of x. for example, if: p(x) = 1+2x+ x2, then p(2) = 1+2 βˆ— 2+22 = 9. if p(x) = 1+x2+x4, then p(2) = 21 and p(3) = 91. write a function poly() that takes as input a list of coefficients a0, a1, a2, a3, . . , an of a polynomial p(x) and a value x. the function will return poly(x), which is the value of the polynomial when evaluated at x.
Answers: 3
Do you know the correct answer?
1. Consider a planet where everyone belongs to a family of six, every family lives in its own house,...

Questions in other subjects:

Konu
Mathematics, 21.11.2020 01:10
Konu
Mathematics, 21.11.2020 01:10
Konu
Computers and Technology, 21.11.2020 01:10