Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
61 views1 page

How Network Operate

Computers on a local network are connected to a shared network bus and can communicate by sending data packets to each other using unique MAC addresses. Each computer's MAC address allows it to distinguish incoming network traffic and respond appropriately. When collisions occur from multiple computers sending data simultaneously, packets get corrupted and must be resent, reducing total network bandwidth utilization.

Uploaded by

Devilm Belongm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
61 views1 page

How Network Operate

Computers on a local network are connected to a shared network bus and can communicate by sending data packets to each other using unique MAC addresses. Each computer's MAC address allows it to distinguish incoming network traffic and respond appropriately. When collisions occur from multiple computers sending data simultaneously, packets get corrupted and must be resent, reducing total network bandwidth utilization.

Uploaded by

Devilm Belongm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

How network works - Computers in network.

General Network Techniques - When computers communicates on a network, they send out data
packets without knowing if anyone is listening. Computers in a network all have a connection to the
network and that is called to be connected to a network bus. What one computer sends out will
reach all the other computers on the local network.

For the different computers to be able to distinguish between each other, every computer have an
unique ID called MAC-address (Media Access Control Address). This address is not only unique on
your network but unique for all devices that can be hooked up to a network. The MAC-address is
tied to the hardware and have nothing to do with IP-addresses. Since all computers on the network
receives everything that is sent out from all other computers the MAC-addresses is primarily used
by the computers to filter out incoming network traffic that is addressed to the individual computer.

When a computer communicates with another computer on the network, it sends out both the other
computers MAC-address and the MAC-address of its own. In that way the receiving computer will
not only recognize that this packet is for me but also, who sent this data packet so a return response
can be sent to the sender.

On an Ethernet network as described here, all computers hear all network traffic since they are
connected to the same bus. This network structure is called multi-drop.
One problem with this network structure is that when you have, let say ten (10) computers on a
network and they communicate frequently and due to that they sends out there data packets
randomly, collisions occur when two or more computers sends data at the same time. When that
happens data gets corrupted and has to be resent. On a network that is heavy loaded even the resent
packets collide with other packets and have to be resent again. In reality this soon becomes a
bandwidth problem. If several computers communicate with each other at high speed they may not
be able to utilized more than 25% of the total network bandwidth since the rest of the bandwidth is
used for resending previously corrupted packets.

You might also like