Answer:
UDP Port 69
<em>Trivial file transfer protocol (TFTP) operates over UDP port 69.</em>
Explanation:
UDP port 69 uses the Datagram Protocol, a communications protocol for the Internet network layer, transport layer, and session layer. This protocol when used over PORT 69 makes possible the transmission of a datagram message from one computer to an application running in another computer. UDP is used with <em>IP (the Internet Protocol)</em> and UDP Port 69 is <em>connectionless </em>which means it does not give reliable communication; it’s up to the application that received the message on Port 69 to process any errors and verify correct delivery.
In order to start a part time job first we have to do some research in particular criteria they are Research your degree and occupational information and industry information.
Explanation:
There are many part- time jobs, they are web developer, sales representative, interpreter and translator and content writer.
There are various websites for this kind of jobs. For example in Quicker, Monster and indeed .com are some of the websites.
The we developer job is creating website for the customer based on the requirements. Example school management, library management.
Then comes data entry job it is a simple job that is to enter the captcha and correcting errors in files and copy pasting job.
Content writer is a job in which the different types of questions are answered for the U.S based companies.
Answer:
Device B is Router.
Explanation:
Router is the device that is used to connect different networks to communicate with each other to make possible for all devices of all networks to communicate with each other that are connected to that particular network.
In above case, Device A is 8 port switch that makes a network of 8 different computers. Device C is a 4 port hub that is connected with 4 computers. Both Device A and Device C are different Networks, router is used to connect both all devices of both networks so that they can communicate each other. So the Device B should be router.
Answer:
The purpose of this act was to reduce workplace hazards and implement more safety and health programs for both employers and their employees.
Answer:
By Using the Greedy- Activity- Selection algorithm
Explanation:
The Greedy- Activity- Selection algorithm in this case involves
First finding a maximum size set S1, of compatible activities from S for the first lecture hall.
Then using it again to find a maximum size set S2 of compatible activities from S - S1 for the second hall.
This is repeated till all the activities are assigned.
It requires θ(n2) time in its worse .