3.5 Computer Networks Flashcards
L1
1) What is a computer network?
2) What are the advantages of a computer network (state 5)?
3) What are the disadvantages of a computer network (state 5)?
1) A computer network is more than one computer connected together and able to share resources.
2) Advantages of a computer network:
- Software, storageand documents can be shared more easily across the network
- You can share devices, like printers
- Users can connect with people in other countries
- It can be more reliable
- Backups can be centralised
3) Disadvantages of a computer network:
- Networks are expensive to set up
- Hackers could gain access to an entire network if it isn’t protected
- Viruses can be spread through connections
- Managing security over an entire network requires specialist skills
- Managing a network requires specialist skills
L1
1) What are the advantages of the peer-to-peer model?
2) What are the disadvantages of the peer-to-peer model?
1) Advantages of the peer-to-peer model:
- Clients are not dependent on one single server
- Resources can be shared between computers (e.g. printers)
- It doesn’t require expensive equipment to set up
- If more than one computer in the network hosts a file, then the client can request it from the device that is closest
2) Disadvantages of the peer-to-peer model:
- Using a shared peripheral, like a printer, can lead to a computer slowing down whilst processing many requests
- If a host computer breaks down, this can cause files or peripherals that are hosted by it to be unavailable
- There is no central backup system
- There is no central way to provide security for the network
L2
1) Define server
2) Define client
3) What is the client-server model?
4) What is the peer-to-peer model?
1) Servers fulfil the requests from the client.
2) Clients make requests for the server.
3) In the client–server model, a dedicated server will fulfil requests for one or more clients.
4) With a peer-to-peer model, each device can perform the role of the client and the server.
L2
1) What is a Personal Area Network (PAN)?
2) What is a Local Area Network (LAN)?
3) What is a Wide Area Network (WAN)?
1) PAN is limited to a single user in the network with multiple connected devices. It connects personal devices such as a smartwatch to a phone. An example is bluetooth. Examples of its uses include: connects headphones to a music player, or connecting a pedometer to a mobile phone.
2) LAN has multiple users and is typically situated in a single building or room. It covers relatively small geographical areas, and they are often owned and controlled or managed by a single person or organisation. In offices, LANs are often used to provide shared access to internal employees to connected printers or servers.
3) WAN is formed when devices are connected across a wider geographical area. These are often under collective or distributed ownership. The internet is the biggest example of a WAN. Companies use WANs to do the following: Communicate using voice and video. Share resources between employees and customers. Access data storage and remotely back up data.
L2
1) What are the advantages of the server-client model?
2) What are the disadvantages of the server-client model?
1) Advantages of the server-client model:
- All of the files are stored on one central server
- All of the peripherals are processed via the server
- If a client machine breaks it won’t affect the whole network
- A backup can be taken of the server, rather than individual client machines
2) Disadvantages of the server-client model:
- They are expensive to set up, compared to stand-alone computers or a peer-to-peer network
- A specialist network administrator is required to set up the network
- If the server fails, then everyone connected to that server is disrupted
L3
1) What is a wireless access point?
2) What is a router?
3) What is a switch?
1) A wireless access point (WAP) connects to a wired network and provides a wireless network radio signal for wireless devices to connect to. The WAP does not provide internet access, it only provides wireless access to the network.
2) Routers move data from one network to another. Routers are usually used to connect a network to the internet. A wireless access point and a router are both needed to connect to the internet.
3) A switch is needed if there are multiple wired connections on the network. The switch is responsible for connecting data to the correct wired device. A switch is only required if there are wired devices on the network.
L3
1) Explain what a hub is
2) Explain what a network interface card is
3) Explain what a bridge is
1) A hub can be used to connect multiple wired devices together. A hub will take any incoming data and broadcast (copy and send) it to all other devices connected to the hub. There are potential security risks with a hub because the data is broadcast to all devices instead of the specific device that needs it.
2) A network interface card (NIC) enables a wired network connection between a computer and another networked device. Every network interface card has a unique address called a MAC address, which is used to locate devices on the network. MAC stands for media access control.
3) A bridge is used to connect a LAN to another LAN. A bridge helps to reduce the traffic in a network by segmenting the network. Data will only pass through the bridge to the other segment or LAN if it is required by that part of the network.
L4
1) Define topology
2) What are graphs?
3) What are nodes and edges?
1) Topologies are the arrangements of devices and components in the network.
2) Graphs are used to represent the different topologies.
3) The nodes (dots) illustrate a component in the network, and the edges (lines) represent how they are connected to each other.
L4
1) Explain the star topology
2) Explain the bus topology
1) The arrangement has one central node with all of the other nodes connected to it.
The central node would typically be a hub or a switch that could transfer data between nodes.
2) In this arrangement, each node is connected to a single cable, and data is sent in both directions. Terminators are placed at the end of the cable to stop the signal being reflected back down the cable. In a bus topology the data is sent to all nodes connected to the bus, but is only accepted by the node that requires it.
L4
1) Explain the ring topology
2) Explain the mesh topology
1) In this arrangement, each node is connected in a ring. When data is transferred it moves around the ring in one direction. The data will continue to move around the ring until it reaches its destination.
2) In this arrangement, there are multiple ways for data to transfer from one node to another.
In a mesh network, each node is connected to at least one other node. Often, they are connected to more than one node. The most efficient route is typically calculated before transferring the required data.
L5
1) What is a wireless access point?
2) Define transmission media
3) Define wired transmission media, and what is the diagram?
4) Define wireless transmission media, and what is the diagram?
1) A wireless access point (WAP) connects to a wired network and provides a wireless network radio signal for wireless devices to connect to.
2) Transmission media is the media used to transmit data from one device to another.
3) Wired transmission media is a physical cable that connects one device to another. This is often showm as a solid or a long dashed line in a graph or diagram.
4) Wireless transmission media doesn’t require a physical cable. Wireless signals are sent through the air. A wireless connection is often shown using a short dotted line or a wave signal (wifi logo).
L6
1) What are the key factors that can affect network performance?
2) Define bandwidth
3) What is bandwidth measured in?
1) The key factors that can affect network performance are: bandwidth, latency, range, and the number of devices.
2) Bandwidth: The amount of data that can be transferred within a defined time period.
3) Bandwidth is typically measured in megabits per second (Mbps) or gigabits per second (Gbps).
L6
1) Define latency
2) Define range
3) Define transmission rate
1) Latency: The time delay from sending data to when it is received.
2) Range: The maximum distance that data can travel along the transmission media.
3) Transmission rate: The speed at which data can travel, e.g. 10Gbps.
L7
1) Define internet
2) Define protocol
3) Explain the TCP/IP protocol suite
1) The internet is a global network of networks.
2) A protocol is sets of rules used for communication.
3) TCP/IP transmission suite:
- TCP (transmission control protocol) deals with breaking data into packets, distributing them, and re-ordering them at the destination.
- IP (Internet Protocol) is responsible for making sure that the data arrives at the correct destination.
L7
1) Define IP address
2) Explain the WWW
3) What is the DNS and why is it used?
1) A term used to describe the numeric pattern assigned to each device on a network. Used to locate devices. Every device on the internet has its own, unique IP address.
2) WWW stands for the World Wide Web. It is a collection of web pages that can be browsed using a web browser.
The internet and the WWW are not the same thing. The internet is a global network of computers all connected together. The world wide web (‘www’ or ‘web’ for short) is a collection of webpages found on this global network of computers. The internet can be used to access the WWW.
3) The DNS is a collection of servers that lists commonly used website addresses and their IP addresses. There are thousands around the world.
It is used because it would be very hard to remember the IP address of every website that you want to use, so a naming system (DNS) is used instead.