Networks - Introduction Flashcards
What is a network?
A collection of connected computers and devices, with the ability to transmit data between each other.
What are the devices in a network known as?
Nodes.
What kinds of devices can nodes be?
- Usually computers
- Printers
- Scanners
- Secondary storage devices
What must each device connect to a network via?
NIC (or equivalent circuitry built into the motherboard)
Why are networks incredibly common now?
Due to the desire to share data and communicate efficiently.
What are the advantages of using a private network?
It gives complete control to the owner, including:
• Security (including data access rights)
• Software provision
• Availability of the service.
What are disadvantages of using a private network?
Requires a team of specialist staff (especially for large networks) to maintain it as well as ensure its security.
What is system redundancy?
Essential equipment is duplicated in the event of a hardware failure.
Why are regular backups made on private networks?
Regular backups ensure a copy of stored data is always available.
What is a Network Interface Card/Controller?
A circuit that uses ethernet connections in order to transmit and receive data.
These are typically built directly into the motherboards of modern day computers.
What is a MAC address?
48-bit identifiers, usually quoted in 6 pairs of hexadecimal numbers.
What does the first three octets in a MAC address do?
What about the rest?
Identify the manufacturer of the equipment.
The rest are allocated in a unique method.
What do Wireless Access Points do? (WAP)
They enable devices to connect to a network temporarily.
From how far away can connections be made?
What concerns does this raise, and what measures are in place?
From approximately 100 metres away.
This causes concern over signal interception.
Methods employed to try circumvent attack include:
- Hiding the SSID
- Encryption
- Limited Access (only accept certain MACs)
What does the SSID do?
What does hiding it result in?
The service set identifier (SSID) identifies a wireless access point.
Hiding it prevents being seen by other users.
How can signals sent between the router and device be encrypted?
Using various standards such as WPA or WPA2/PSK (WiFi protected access), which uses single use cryptographic keys.
In what quantity does the NIC send out signals in?
Packets.
What is a hub?
A hardware device that connects multiple devices in a network. All traffic has to pass through the hub.
How many hubs can you connect together on large networks?
Two or more.
What happens when a hub receives a packet of data?
It re-broadcasts it to every other connected device, ensuring the data gets to where it needs to go.
Why is using a hub on a larger network inefficient?
How is this issue overcome?
Network cables can only carry one signal at a time. As the hub continues sending out redundant data packets, data collisions begin to occur. This affects network performance.
This is overcome by using a switch instead of a hub.
How are hubs and switches similar?
They both physically join network segments together.
How does a switch work?
It has a number of ports and stores the addresses of all network devices that are directly/indirectly connected to it on each port.
As a data packet comes in, its destination address is examined and a direct connection is made between the sending and receiving devices.
What is a bridge?
A hardware device that joins two LANs together using the same protocols.