answersLogoWhite

0


Best Answer

Information sent over a network us sent in the form of packets, think of it as taking a large file and chopping it up into many little tiny chucks and adding headers and footers as well as Error checking code (and many other things) and then sending it to its destination for reassembly.

Hope this helps!

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is a chunk of information sent over network?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What is a network that transfers private information securely over the Internet of other public network?

That is called a VPN - Virtual Private Network. The basic idea is that information is encrypted before it is sent over the public network.That is called a VPN - Virtual Private Network. The basic idea is that information is encrypted before it is sent over the public network.That is called a VPN - Virtual Private Network. The basic idea is that information is encrypted before it is sent over the public network.That is called a VPN - Virtual Private Network. The basic idea is that information is encrypted before it is sent over the public network.


What is the term used to describe a discrete unit of data that is sent from one node to another over the network?

Packet


What is a broadcast sent to many sites in a network?

simulcast


What is the purpose of bandwidth in Internet traffic?

Bandwidth is a measure of how much information can be sent over a connection in a given amount of time. More bandwidth means more information can be sent and received per second; faster "uploads" and "downloads". Web pages will load quicker, and YouTube videos will load sooner. A good analogy for how bandwidth usage works is: The computers on a network are like people waiting in line to use an information desk, and the network is like the help staff behind the counter. When there are more people wishing to use the service, it takes longer to get to the end of the line. However, if there are more people behind the counter the line can move faster because more people can be helped at the same time. A large number of computers on a network with low bandwidth will have a slower connection, but a network with high bandwidth can service computers faster.


What is datagram packet?

Clients and servers that communicate via a perfect channel have a dedicated point-to-point channel between themselves (or at least the illusion of one). To communicate, they must first establish the connection, transmit the data, and then close down the connection. All data sent over the channel is received in the same order that it was sent. This is guaranteed by the channel. In contrast, clients and servers that communicate via datagrams send and receive completely independent packets. These clients and servers do not have a dedicated point-to-point channel. Rather the packets are sent on their way over the network on whatever route is available.A packet sent over a perfect channel does not contain any information about its source or its destination. The channel contains that information. In contrast, a datagram packet must contain the complete address of its source or destination (depending on if the datagram is sent or received).Definition: A datagram is an independent, self-contained message sent over the network whose arrival, arrival time, and content are not guaranteed.The java.net package contains two classes to help you write Java programs that use the datagram model to send and receive packets over the network: DatagramSocket and DatagramPacket. A DatagramSocket is a communcation link used to send datagrams between applications. A DatagramPacket is a message sent between applications via a DatagramSocket.

Related questions

What is a chunk of information sent over a network?

It's called a 'Packet'.


What does the computer term packet mean?

When information is sent over a network, it is divided into relatively small pieces, which are sent one at a time. These are called "packets".When information is sent over a network, it is divided into relatively small pieces, which are sent one at a time. These are called "packets".When information is sent over a network, it is divided into relatively small pieces, which are sent one at a time. These are called "packets".When information is sent over a network, it is divided into relatively small pieces, which are sent one at a time. These are called "packets".


What is a network that transfers private information securely over the Internet of other public network?

That is called a VPN - Virtual Private Network. The basic idea is that information is encrypted before it is sent over the public network.That is called a VPN - Virtual Private Network. The basic idea is that information is encrypted before it is sent over the public network.That is called a VPN - Virtual Private Network. The basic idea is that information is encrypted before it is sent over the public network.That is called a VPN - Virtual Private Network. The basic idea is that information is encrypted before it is sent over the public network.


What is the importance of ip packets?

Internet Protocol, IP, is a data oriented protocol used for communicating data across a packet switched internetwork. It is one of the main components of our ability to connect to the internet. The most current and popular network layer protocol is IPv4.


What was the name of the network that the email was sent over?

sender


Messages sent over a network divided into?

packets


Which type of network is data broken up into packets before its sent over the network?

Point-to-point


What questions should Health Information Technology professionals ask themselves when faced with ethical issues?

Health Information Technology professionals should ask themselves: How does this decision impact patient privacy and confidentiality? How does this decision uphold ethical standards and professional integrity? Is this decision transparent and in the best interest of patient care? What are the potential consequences of this decision on patients, colleagues, and the healthcare organization?


Which type of network is data broken up into packets before it's sent over the network?

Point-to-point


What are parcels of data that are sent over a network called?

The usual terminology is "packets".


What is classified data that is sent to an unclassified network called?

The classified data, sent over an unclassified network, must be securely encrypted.


Why is http at the start of web addresses?

The letters "H T T P" are at the start of web addresses because if informs the server what type of protocol is being requested. The "Hypertext Transfer Protocol" is the basis for data communication on the internet. If you see H T T P S at the beginning, such as Google.com, it means that any information sent over your network to their network is secure. If there is non ( HTTP) it means the traffic can be intercepted which means any information sent over the network isn't encrypted and is plain text making it easy for a hacker to intercept and steal information.