1.3.2 (Networks) Flashcards
What is a node?
- A computer in a network
What is a Network?
- A collection of connected nodes
What’s the advantages of using a network?
- Share files
- Share hardware
- Use any computer
What are the disadvantages of using a network?
- Expensive
- Needs a specialist
What is a Network Interface Card (NIC)?
- Allows a node to attach to a network
What is a Local Area Network (LAN)?
- Devices linked in the same geographical location
What is a Wide Area Network (WAN)?
- Devices linked across a large geographic area
- Often connected via a 3rd party channel
What is a protocol?
- A set of rules to govern data transmission
Why do we need to use protocols?
- Computers only transmit binary so rules need to be set to establish what the binary means
- So data can be sent / received
What is the HTTP used for?
- It’s a protocol for viewing web pages
What is the HTTPS used for?
- It’s a protocol for viewing web pages securely using encryption
What is the FTP used for?
- It’s a protocol for transferring files
What is a standard?
- An agreed set of rules for creating a type of code
Why do we use standards?
- Developers want to know if their code will work for users
- So need to know what user software is expecting
- a standard agrees this so developers can begin work
What is a server?
- A computer that holds data for other computers
What is a Client?
- A computer that requests data from a server
What is a Client/Server network?
- Clients request access to data/services from servers
- Servers provide data/ services
What are the advantages to a client/server network?
- Easier to secure data
- Easier to backup data
- Easier to manage users
- Only one point of failure/place to update
What is a peer to peer network?
- No device has a higher status than other devices
- Devices request data/services from each other
What are the disadvantages to a client/server network?
- Expensive
- Central point of failure (Easy to infect whole network from one server)
What are the advantages of a peer to peer network?
- Doesn’t rely on a server
- Doesn’t rely on a single internet connection
- Less hardware investment
What are the disadvantages of peer to peer networks?
- Insecure
- Lots of connections