Topic 3 - Networks Flashcards
Client
Computer system or software that requests a service from a server connected to the same network
Server
A computer system or software that provides a service to other computer systems on the same network
Computer network
Formed when 2 or more computers are linked together. Every computer on the network can send and receive data between themselves.
3 types of ways to connect computer systems on a network
Hub - Connection point for all devices on a single network
If data is sent on this, it gets sent to all devices connected to the ports of the hub which is inefficient
Switch - Similar to a hub, but can identify which device is connected to which port making it more efficient since data can be sent only to the computer that needs it
Router - Can connect multiple networks and acts as an intermediary between them
Internet
This is a globally connected network that uses the TCP/IP protocol to transmit data. It hosts the webpages that make up the World Wide Web.
ISP
Internet Service Providers run and provide networks that provide internet access.
IXP
Internet Exchanges. These connect all ISP and internet networks together.
Packet
Unit of information that is suitable for travel through a computer network
Packet switching and benefit
A file is grouped into packets of data. This file being transmitted through packet switching may be divided into multiple packets. Each packet can take different routes to the same destination based on network availability and guided by routers. Once all at the destination, they are reassembled together.
Packet switching is more efficient
What is a packet composed of?
Header:
Contains source and destination addresses, packet number, number of packets and protocol information
Payload:
Data itself
Trailer:
Error checking information (e.g. checksum)
Router
This is used to manage traffic across networks. It controls the flow of data packets by checking its addresses and ensuring they are on the correct path to their destination. It also makes sure all transmission occurs securely.
LAN
Local Area Network. Covers a single building/less than 1km radius coverage
Wide Area Network and 1 example.
Several LANs connected together using multiple routers and covers a radius of more than 1km. An example of this is the Internet.
VLAN and benefits
Virtual Local Area Network. This is when a physical LAN is split up into virtual networks using switches in a logical manner. This would make sense for example departments in a business.
They increase the overall security and performance of the LAN.
SAN
Storage Area Network. This is a network of storage devices. Not accessible by LAN.
WLAN
Wireless Local Area Network. This is essentially a LAN but devices are connected wirelessly by high-frequency data waves called Wi-Fi.
2 pros and 2 cons of WLAN
Pros:
- No cables (reduced costs)
- Can move devices around
Cons:
- Security
- Obstructions like walls may slow down speeds