1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
ella [17]
3 years ago
8

QUESTION 4 A(n) _____________ is a set of rules that determine what a layer would do and provides a clearly defined set of messa

ges that software at the layer needs to understand. a) agreement b) specification c) protocol d) regulation policy.
Computers and Technology
2 answers:
cupoosta [38]3 years ago
5 0

Answer:

Option c Protocol

Explanation:

A protocol is a set of rules that determine how communication end-points should follows to exchange information. The protocol defines the rules, syntax and semantics for communication. This means the communicated messages are also well-defined. Besides, the protocol can also include possible error recovery methods.

The protocol can be implemented by either software or hardware.

velikii [3]3 years ago
5 0

Answer:

(c) Protocol

Explanation:

A protocol specifies a set of rules governing what a layer would do including the set of messages that software at the layer would need to be able to interpret and understand. Protocols also specify how data is packaged and transmitted in a network.

For communication to occur between devices, these devices must conform to a particular language that they both understand. Hence, a protocol.

Examples of protocols are ;

i. <em>Simple Mail Transfer Protocol (SMTP)</em> for mailing services.

ii. <em>HyperText Transfer Protocol (HTTP)</em> for transferring files on the world wide web.

iii. <em>File Transfer Protocol (FTP)</em> for data and file transfer services between a client and a server on a network.

You might be interested in
Before you leave for a trip, you should check ___________.
Marysya12 [62]
<span>D. all of the above   is the answer

</span>
6 0
4 years ago
Read 2 more answers
What two pieces of information would you need in order to measure the masses of stars in an eclipsing binary system?
Nostrana [21]

Answer:

the time between eclipses and the average distance between the stars.

Explanation:

8 0
3 years ago
Industrial advantages of using a waterfall model for library system<br>​
vesna_86 [32]

Answer:

It allows for departmentalization and managerial control. Simple and easy to understand and use. Easy to manage due to the rigidity of the model – each phase has specific deliverables and a review process. Phases are processed and completed one at a time.

Explanation:

5 0
4 years ago
JAVAThe method longestStreak is intended to determine the longest substring of consecutive identical characters in the parameter
Butoxors [25]

Answer:

public static void longestStreak(String str){

       int maxCharacterCount = 0;

       char longestSubString = str.charAt(0);

       

       for(int i=0; i<str.length(); i++){

           

           int currentMaxCharacterCount = 1;

           

           for(int j=i+1; j<str.length(); j++){

               if(str.charAt(i) != str.charAt(j)){

                   break;

               }

               else {

                   currentMaxCharacterCount++;

               }

           }  

           if (currentMaxCharacterCount > maxCharacterCount) {

                   maxCharacterCount = currentMaxCharacterCount;

                   longestSubString = str.charAt(i);

           }

       }

       System.out.println(longestSubString + " "+ maxCharacterCount);

   }



Explanation:

Let's start from the top of the code and go all the way down.

- Two variables created; <em>maxCharacterCount</em> to count the longest character in the string, and <em>longestSubString</em> to save the current longest substring. Initially they are set to 0 and the first character of given string respectively.

- We need to check all the substrings to find longest one. That is why a <u>nested for loop</u> (for loop inside a for loop) is created.

- The first loop starts from the first character of the given string and goes until the end of the given string.

- Inside the first loop, <em>currentMaxCharacterCount</em> is created to hold the current value of the maximum character in the given string.

- The second loop starts from the second character of the string, and checks if the character is same as the one that is being checked by the first loop.

- If they are not same, then the loop stops.

- If they are the same characters, <em>currentMaxCharacterCount</em> is incremented by 1. (That means we may find our new longest substring)

* Reminder: When the <em>i</em> is equal to 0, <em>j </em>is increasing from 1 to given string length. When <em>i</em> is equal to 1 <em>j</em> is increasing from 2 to given string length and so on. This process repeats for all <em>i</em> and <em>j</em> values to find out the longest substring.

- If <em>currentMaxCharacterCount </em>is greater than<em> maxCharacterCount, </em>that means we have a new longest substring, and <em>maxCharacterCount </em>should be equal to this new substring's count.

- Then, to be able to check for the next possible longest substring, it should continue from the next iteration of the <em>i </em>(longestSubString = str.charAt(i);)

- Finally, when the loops are done checking, <em>longestSubString</em> and <em>maxCharacterCount</em> need to be printed.

5 0
3 years ago
Question 16 (1 point)
Lana71 [14]

Answer:

C) the world wide web.

Explanation:

if you where to google the question it is the definition of the WWW

5 0
4 years ago
Other questions:
  • Discuss the important basic building blocks required to create a web page in HTML/XHTML. Discuss how to place CSS rules within y
    15·1 answer
  • A School is interested in computerizing their students&lt;br /&gt;grading system.&lt;br /&gt;I Marks Grade&lt;br /&gt;150-100 A&
    11·1 answer
  • How do I add pictures to my questions on the mobile app?
    14·1 answer
  • Write a function named "higher_lower" that takes an int as a parameter and returns "higher" if 14 is greater than the input and
    11·1 answer
  • After submitting a résumé by mail, how long should you wait before following up with an employer? a. 1 day b. 2-3 days c. 1 week
    9·1 answer
  • What operation can be performed using the total feature ​
    13·1 answer
  • Which of the following might be appropriate to be created as a constant variable?
    14·1 answer
  • Write a Java code statement for each of following:
    6·1 answer
  • Utility software includes which of the following ? <br> Select all that apply
    10·1 answer
  • In your own view, how can social media be used in teaching and learning in higher education?
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!