subject

1. When a DNS server receives two queries from the same host, which field of the query message is different? (A) source IP address (B) source UDP port number (C) destination IP address (D) destination UDP port number
2. A browser establishes two parallel TCP connections to the same Web server. When the host running the browser receives a segment from the server, which field of the segment is different?
(A) source IP address (B) source TCP port number (C) destination IP address (D) destination TCP port number.
3. Does A Larger CRC preferred over shorter ones? True or False
4. DNS server can have many Ip address? True or false
5. CSMA guarantee each host to send data? True or False
6. A proxy server act as a client and a server

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:00
Analyze the following code. int x = 1; while (0 < x) & & (x < 100) system.out.println(x++); a. the loop runs forever. b. the code does not compile because the loop body is not in the braces. c. the code does not compile because (0 < x) & & (x < 100) is not enclosed in a pair of parentheses. d. the numbers 1 to 99 are displayed. e. the numbers 2 to 100 are displayed.
Answers: 3
question
Computers and Technology, 22.06.2019 05:00
Pls do you believe that the use of 3d animation has grown in feature films over the last few years? if so, do you think the trend will continue? what are the forces driving this trend?
Answers: 2
question
Computers and Technology, 22.06.2019 19:00
Stacy works as blank. the most important soft skill she needs for this role is blank.
Answers: 3
question
Computers and Technology, 22.06.2019 20:00
What is the worst-case complexity of the maxrepeats function? assume that the longest string in the names array is at most 25 characters wide (i.e., string comparison can be treated as o( class namecounter { private: int* counts; int nc; string* names; int nn; public: namecounter (int ncounts, int nnames); int maxrepeats() const; }; int namecounter: : maxrepeats () { int maxcount = 0; for (int i = 0; i < nc; ++i) { int count = 1; for (int j = i+1; j < nc; ++j) { if (names[i] == names[j]) ++count; } maxcount = max(count, maxcount); } return maxcount; }
Answers: 3
You know the right answer?
1. When a DNS server receives two queries from the same host, which field of the query message is di...
Questions
Questions on the website: 13722363