3. Communication Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a network?

A

A network is a collection of connected computers. These computers can communicate by sending data to each other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the advantages of networks?

A
  • computers in the network are able to share resources, such as printers and internet access
  • data can be accessed from any and all computers within a network
  • its easy for the manager to monitor network activity and control security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a LAN?

A

LAN stands for local area network. This is when the computer systems are located fairly close to each other, such as in a school or a building.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a WAN?

A

WAN stands for wide area network. This is when the computer systems are distant for each other, such as in different buildings or even different countries. The internet is an example of a WAN. Multiple LANS can be connected using a WAN.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the disadvantages of networks?

A
  • hackers can more easily gain access to data
  • viruses could be spread between computers
  • if the server is shutdown, all devices are affected
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is topology?

A

The topology of a network is how computers are laid out and work together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is bandwidth?

A

The amount of data that can be transferred in a given time. It is shared between all active users in a network, so if there are too many users then performance can decrease.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the four main network topologies?

A
  • bus
  • ring
  • star
  • mesh
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a packet?

A

A packet is a collection of data sent on a packet-switching network. The computer system checks the packet’s destination address to see if it matches its own. If it does not, the computer system redirects it back along the network, and if it does, it processes the data. Data may be split into multiple packets, in which case it will be reassembled when it reaches its destination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a bus topology and what are its advantages and disadvantages?

A

A bus topology is when all nodes of a network are connected by a single cable called a bus. There are terminators on either end of the cable to ensure that the network functions correctly. Packets are carried along the cable to each computer system.

ADVANTAGES
- easy to add more nodes
- quick to set up
- cost effective as there is not much cabling

DISADVANTAGES
- difficult to trouble shoot the bus
- limited cable length
- if there is a problem with the main cable, the whole network goes down
- data collisions are more likely (when two computers try and send a packet simultaneously)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a star topology and what are its advantages and disadvantages?

A

Each computer system is connected to a central node/hub.

ADVANTAGES
- fast network speed
- easy to set up and add new nodes
- any non central failure will not affect the rest of the network
- better security
- minimal data collisions

DISADVANTAGES
- expensive to install as there is lots of cabling
- extra hardware required, e.g. the hub

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a ring topology and what are its advantages and disadvantages?

A

Nodes are connected in a ring/loop. Packets are sent around the loop until it reaches its destination.

ADVANTAGES
- data is quickly transferred as there is no bottleneck
- transmission of data is simple as packets only move in one direction
- additional nodes have little effect on bandwidth
- prevents network collisions

DISADVANTAGES
- if a computer system fails, the ring is broken and the data cannot be efficiently transmitted
- you must temporarily shut down the network to add a new node as all nodes are connected
- difficult to troubleshoot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a mesh topology and what are its advantages and disadvantages?

A

A mesh topology is when every computer system in the network is directly connected to each other.

ADVANTAGES
- fast network speed
- new nodes can be added with no disruption to the network

DISADVANTAGES
- impractical as there are many connections required
- a lot of maintenance is required

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do you connect a computer system to a network.

A

The computer system requires a network interface card (NIC). It can be connected either physically via fibre optic cables (faster) or copper cables (slower), or wirelessly via Wi-Fi. wi-Fi speed varies depending on distance and atmospheric conditions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is circuit switching?

A

When a temporary but dedicated link is established between two devices. No other data can be transmitted along the same route during the connection. Once the connection is established, it is fast and reliable, but the connection can take time to establish. An example of circuit switching is the landline telephone system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is packet switching?

A

The process of delivering packets between computer systems using a dedicated device such as a switch or a router. Packets are provided to a network for delivery to their specified destination.

17
Q

What are protocols?

A

Protocols are an agreed set of rules that two communicating devices must follow.

18
Q

What is HTTP?

A

HTTP (hypertext transfer protocol) is a network protocol that can be used to transfer web pages over the internet.

19
Q

What is HTTPS?

A

HTTPS (hypertext transfer protocol secure) is a secure version of HTTP which includes secure encryption.

20
Q

What is FTP?

A

FTP (file transfer protocol) is used to transfer files across a network.

21
Q

What is SMTP?

A

SMTP (simple mail transfer protocol) is used to send emails to a mail server and send emails between mail servers. This can only be used to send emails, not receive them.

22
Q

What is POP3?

A

POP3 (post office protocol 3) receives emails for a client and stores them on a single file on a server. When the client logs on, the email is transferred to them.

23
Q

What is TCP/ IP?

A

TCP / IP is two separate protocols combined. TCP allows packets to be sent and received between computer systems. It breaks data into packets and reassembles them at their destination. IP is in charge of routing and addressing data packets. It is also an addressing system - every device on a network has its own unique IP address.

24
Q

What would be the typical contents of a TCP / IP packet?

A
  • the source address
  • the destination address
  • information enabling the data to be reassembled
  • a checksum checking that the data has not been corrupted
  • other tracking information
  • the data itself
25
Q

What are the 5 layers of TCP / IP?

A
  • physical layer
  • data link layer
  • network layer
  • transport layer
  • application layer
26
Q

What is the physical layer?

A

Transmits the raw data and is responsible for setting up the link between the communicating devices. It consists of hardware such as switches and routers.

27
Q

What is the data link layer?

A

Sends data from the network layer to the physical layer and ensures that incoming data has been received correctly by analysing bit patterns.

28
Q

What is the network layer?

A

Responsible for addressing and routing data. Routers are part of the network layer.

29
Q

What is the transport layer?

A

Ensures that data is transferred reliably and that data is sent and received in the correct order. It acts as an interface between the communicating computers and the network.

30
Q

What is the application layer?

A

Provides interfaces to the software to allow it to use the network. Examples of these software include email and the World Wide Web.

31
Q

What is routing?

A

The method of selecting paths on which packets are sent on a computer network. Some systems will have a routing table, which allows them to store which paths are best to send packets to reach a specific destination.

32
Q

What is a router?

A

determines the path that data should take based on network conditions. They also manage traffic problems and minimise data congestion.