Answer:
Computer Science is the study of the existing things and programming language to acquire knowledge in that field
Computer engineering is applying the knowledge to invent new things
Explanation:
Computer Science is the study of the existing things and programming language to acquire knowledge in that field
Computer engineering is applying the knowledge to invent new things
If we want to accomplish any task , first you should know how to achieve that task and you should have some knowledge to do that task. Computer Science basically deals with acquiring knowledge in the are of computers.
Computer engineering is the engineering things based on the facts we have alreday
Answer:
The correct answer is "Router".
Explanation:
In networking, routers is one of the main hardware which is used to direct the data traffic on a LAN system.
The router also works as an interconnection system for two or more than two networks. Routers mostly work between the internet and computer which directs the data to its right path.
It works between the computer system in a premise to make the networking possible through a LAN by using switches for communication between two or more than two devices in a LAN across the internet.
Hence, the most appropriate answer is the router.
Answer:
No, the packets did not arrive in the right order but the TCP protocol reordered the packets. The transmission took a while, but the message was finally delivered.
Explanation:
Packets are chunks of data from a data source or message transmitted from one computer device to another. Protocols like TCP or transmission control protocol and UDP (user datagram protocol) are used for data transfer, with TCP as the more reliable protocol (it checks for errors, retransmit lost packets, and reorders received packets in the destination device) and slow protocol.