Please enable JavaScript.
Coggle requires JavaScript to display documents.
Networks Unit 3 - Coggle Diagram
Networks Unit 3
-
Lan and wan
A LAN is a network in which the computer systems are all located relatively close to each other, for example, in the same building or on the same site, such as a school.
A WAN is a network in which the computers systems are all located distantly from each other, for example, in different buildings all over the country or in different countries. The Internet is an example of a WAN. Many LANs could be linked using a WAN.
Network Topologies
A network topology is the layout of computer systems on a network. There are a number of different network topologies. Some common network topologies include: Bus, Ring, Star and Mesh.
Ring
-
Each node connects to exactly two other nodes, providing a single pathway for signals through each node.
Disadvantages
If any of the computer systems fail, the ring is broken and data cannot be transmitted efficiently
-
Advantages
The transmission of data is simple as packets travel in one direction only, so no collisions
-
-
Star
Where one or more central switch, hub or computer acts as a central conduit to transmit messages
-
-
Bus
The computers (nodes) are connected to a single cable on which data can be sent, called the bus.
The bus has terminators on each end, which are needed to close each end of the cable.
As the packets arrive at each computer system, it checks the destination address contained in the packet to see if it matches its own.
-
If the address does not match, the computer system ignores the packet. If the address of the computer system matches that contained in the packet, it processes the data.
Disadvantages
-
Limited cable length and number of stations – performance degrades as additional computers are added
Data collisions are more likely, which causes the network to slow down. A collision is when two computers try to send a packet at the same time
If there is a problem with the main cable or connection, the entire network goes down
-
-
-
-