Topic 4: 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 hardware 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 ( in a small area)
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 with the recipient and source IP and a sequence number for the packets to be put back in order at the destination.
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.
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.
Mesh topology
In a mesh topology, there is no central connection point. Instead, each node is connected to at least one other node.
Router
Manages communication on the network. Can have a built-in wireless access point (WAP).
TCP
- Transmission Control Protocol
- Responsible for delivering data to a given address
- Transport layer