subject

Suppose you are asked to write two new application layer protocols for the US government. The first, (protocol 1), requires an application layer protocol to transfer information using an encryption algorithm built-in at the application layer that sends important information about International activities from a server in Washington, DC to a remote server in an Embassy in Europe. It is very important the protocol ensures the information it transmitted properly over the network. The second, (protocol 2), will be designed to send out small bits of information from one server to many other servers as quickly as possible that indicates alerts about International holidays and public meetings for convenience. This protocol will continue to send these alerts more than once at the application layer and the receiving servers will collect all the alerts in a local database as time passes.
What transport protocol will you use for:
a) Protocol 1?
b) Protocol 2?

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 06:30
For which utilities, if any, does the landlord pay?
Answers: 2
question
Computers and Technology, 24.06.2019 21:40
is on drugs i swear i ask a question and its not showing whats going
Answers: 2
question
Computers and Technology, 25.06.2019 08:00
Beginning in the 1940s, first-generation computers used circuitsvacuum tube technologylaser technologytransistors
Answers: 2
question
Computers and Technology, 25.06.2019 09:20
Part d: float check string has a method s.isdigit() that returns true if string s contains only digits and false otherwise, i.e. s is a string that represents an integer. write a function named float_check that takes one parameter that is a string and returns true if the string represents a float and false otherwise. for the purpose of this function we define a float to be a string of digits that has at most one decimal point. note that under this definition an integer argument will return true. remember “edge cases” such as “45.” or “.45”; both should return true. for example: float_check('1234') returns true float_check('123.45') returns true float_check('123.45.67') returns false float_check('34e46') returns false float_check('.45') returns true float_check('45.') returns true float_check('45..') returns false
Answers: 2
You know the right answer?
Suppose you are asked to write two new application layer protocols for the US government. The first,...
Questions
question
Computers and Technology, 25.07.2019 18:00
Questions on the website: 13722367