1.3 Computer networks, connections and protocols Flashcards
LAN
Local Area Network - Small geographic area. All the hardware for the Lan is owned by the organisation using it. Wired with UTP, fibre optic cable or wireless using routers and Wi-Fi access points.
WAN
Large geographic area. Infrastructure is hired from telecommunication companies who own and manage it. Connected with telephone lines, fibre optic cables or satellite links.
Client-server network
A client makes requests to the server for data and connections. A server controls access and security to one shared file store. A server manages access to the internet, shared printers and email services. A server runs a backup of data.
Peer-to-peer network
All computers are equal. Computers server their own files to each other. Each computer is responsible for its own security and backup. Computers usually have their own printer.
Wireless access point
A networking hardware device that allows a Wi-Fi device to connect to a wired network.
Router
A router sends data between networks. It is needed to connect a local area network to a wide area network. It uses the IP address on a device to route traffic to other routers.
Switch
A switch sends data between computers on a local area network. It uses the NIC address on a device to route traffic.
NIC
Network Interface Card - A computer hardware component that connects a computer to a computer network.
Transmission media
The physical media over which data is transmitted, e.g. Twisted copper cable, fibre optic cable etc.
The Internet
The internet is a worldwide collection of interconnected computer networks. It is an example of a WAN, albeit the largest one that exists.
DNS
Domain Name System - The Internet’s equivalent of a phone book. They maintain a directory of domain names and translate them to Internet Protocol (IP) addresses. This is necessary because, although domain names are easy for people to remember, computers or machines access websites based on IP addresses.
Hosting
Websites stored on dedicated servers. Reasons include: Websites need to be available 24/7. Accessed by thousands of users at a time. Strong protection from hackers. They need an IP address that doesn’t change.
The Cloud
Remote servers that store data that can be accessed over the internet.
Web server
A program that uses HTTP(Hypertext transfer Protocol) to serve the files that form web pages to users, in response to their requests, which are forwarded by their computers’ HTTP clients. Dedicated computers and appliances may be referred to as Web servers as well.
Client
A client can be thought of as computing device which requests or is using the services from some remote / connected server.