Networks Flashcards
Standalone computer
A computer that is not connected to a network
Network
An arrangement(or group or setup) of two or more computers that are connected together for the purpose of sharing resources and/or data.
Internet of Things (IoT)
A network of physical objects that use sensors, actuators, embedded systems and wireless technology such as WiFi, Bluetooth and Zigbee, to collect and exchange data, with minimal or no human interaction.
VoIP
Voice of Internet Protocol
LAN
Local Area Network
Example:
- School network
WAN
Wide Area Network
Example:
- Bank network
WLAN
Wireless Local Area Network
Example:
- Hand held scanners
Server
A computer connected to a network used to coordinate(store and share) vast amounts of data.
Latency
The time it takes for a message to transfer (ms). Also known as ping.
Internet
- An interconnected network or network of networks.
- Most networks are part of the internet.
- Consists of multiple cables or links that connect countries together, and can be though of as the backbone.
Packet switching
- Breaking down a large amount of data into small packets, each packet is independent of one another.
- Each packet is tagged (has a header) with the recipient and source IP, checksum and a sequence number for the packets to be put back in order at the destination and checksum
Server
A computer connected to a network used to coordinate(store and share) vast amounts of data.
Network topology
A Network Topology is the arrangement with which computer systems or network devices are connected to each other.
Bus topology
In a bus topology, all nodes in the network are connected directly to a central cable that runs up and down the network.
Advantages:
- Cheap since little cabling needed
- It still works if a node fails
- Easy to add extra devices
Disadvantages:
- If the central cable is damaged the network stops working
- More devices, slower since more collisions
- All nodes can access all traffic can be security risk
Ring topology
In a ring topology network, each node is connected to two other devices.
Star topology
In a star topology, all nodes indirectly connect to each other through one or more switches. The switch acts as a central point through which all communications are passed.
Advantages:
- Still works if a node fails
- Damaged cable doesn’t stop the network from working
- Data traffic only sent to intended recipient, secure
- Easy to add extra nodes
Disadvantages:
- If central node fails, network stops working
- Network capacity depends on central node’s capacity
- Many cables, expensive and difficult to set up
Mesh topology
In a mesh topology, there is no central connection point. Instead, each node is connected to at least one other node.
Advantages:
- Very fault tolerant, if a connection fails, message is re-routed
- Nodes can be added/removed without having take network offline
- Very scalable
- Very high performance, each node is connected to many other nodes
Disadvantages:
- Many cables, difficult and expensive to set up
Router
Manages communication on the network. Can have a built-in wireless access point (WAP).