1.3.3 Networks Flashcards

(59 cards)

1
Q

What is a network?

A

Two or more computers connected together that can transmit data

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

What is a physical topology?

A

The physical layout of a network

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

What is a logical topology?

A

The way in which data flows around a network

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

What is a bus topology?

A

Network topology where all terminals are connected to a backbone cable

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

What is the advantage of a bus topology?

A

Cheaper to set up as no additional hardware

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

What are the two disadvantages of a bus topology?

A

If backbone cable fails, entire network disconnected
As traffic increases, performance decreases

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

What is a star topology?

A

Uses a central node to direct the flow of data

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

What can be used as a central node in a star topology?

A

A switch
A computer

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

What are used to identify devices on a star topology?

A

MAC addresses

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

What are the five advantages of a star topology?

A

Perfomance is consistent
If one cable fails, only that node is affected
Transmits data faster
Easy to add new nodes
No data collisons

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

What are the two disadvantages of a star topology?

A

Expensive
If central switch fails, network fails

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

What is a mesh topology?

A

Every node is connected to every other node

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

What are the three advantages of a mesh topology?

A

No cabling cost
As nodes increase, reliabiity and speed of network increases
Faster due to no central switch

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

What is the disadvantage of a mesh topology?

A

Difficult to maintain

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

What are protocols?

A

Set of rules defining how two devices communicate with each other

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

What is the Internet?

A

A network of networks
Allows computers across the world to communicate

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

What is the TCP/IP stack?

A

A stack of networking protocols that work together to pass packets during communication

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

Name the four layers of the TCP/IP stack.

A

Application
Transport
Network
Link

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

What happens at the application layer?

A

Specifies what protocol needs to be used for the application being sent

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

What happens at the transport layer?

A

End-to-end connection established between source and destination
Splits & labels data into packets
Requests retransmission of any lost packets

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

What happens at the network layer?

A

Adds source and destination IP addresses
Routers use IP addresses to forward packets

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

What happens at the link layer?

A

The connection between the network devices
Adds the MAC address identifying the NIC of source and destination computer

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

Describe the layers of the TCP/IP stack on the recipient computer.

A

Link: Removes MAC addresses
Network: Removes IP addresses
Transport: Removes port number and reassembles packets
Application: Present data in form it was sent

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

What is a LAN?

A

A network spread over a small geographical area typically located on a single site
Hardware usually owned and controlled by the organisation using it

25
What is a WAN?
A network that covers a large geographical area Infrastructure leased from telecommunication companies who own and manage it
26
What is a Domain Name System?
Method of naming internet resources Hierarchy where each smaller domain is seperated from larger by a full stop
27
What is the purpose of a DNS server?
Translate domain names into IP addresses when accessing a website
28
What is circuit switching?
A method of communication where a direct link is created between two devices and maintained for entire conversation
29
What is the advantage of circuit switching?
Quicker reconstruction as data arrives in logical order
30
What are the two disadvantages of circuit switching?
Devices must transfer and recieve data at the same rate Electrical interference from switches can corrupt or lose data
31
What is packet switching?
A method of communicating packets of data across a network
32
What are the three advantages of packet switching?
Methods to ensure data arrives Multiple routes if one breaks Can transfer packets over very large networks
33
What is the disadvantage of packet switching?
Time is spent deconstructing and reconstructing data packets
34
How are data packets split?
Header Payload Trailer
35
What is included in the header of a packet?
Sender & recipient IP addresses Protocol being used Order of packets Time to live / hop limit
36
What is included in the payload of a packet?
The raw data
37
What is included in the trailer of a packet?
Checksum / cyclic redundancy check
38
What is the hop limit of a data packet?
Set by the source of the packet Decremented by one each router (hop)
39
Why is a hop limit needed?
To prevent data packets from circulating indefinitely with a network
40
What is the checksum of a packet?
Value computed from a data packet to check whether data is received error free or not
41
What is a firewall?
Device designed to prevent unauthorised access to a network
42
Describe how a firewall works.
Two NICs between user and internet connection Pass packets between two NICS and compares them against packet filters Perform packet filtering
43
What are packet filters?
A set of rules set by the firewall software
44
What are proxy servers?
Intermediate that collects and sends data on behalf of user
45
Give 3 features of proxy servers.
Protect privacy of usr who remains anonymous Cache frequently used website data so faster to load Reduce web traffic
46
Give a use of proxy servers.
By administrators to prevent access to sensitive or irrevelant information at work/school
47
What is a Network Interface Cards?
Required to connect a network Assign a MAC address to each device
48
What is a switch?
Used to direct the flow of data across network Used in star topology
49
What is a Wireless Access Point?
Allows devices to connect to a network wirelessly More commonly used to connect devices to a router Used in mesh networks
50
What is a router?
Used to connect two or more networks Includes ISPs network to allow Internet connection
51
What is a gateway?
Translates protocols so that both networks have same protocols Removes the header from packets before the remaining data is added with the new protocol of the new network
52
What is a client-server network?
Terminals conncted to a server
53
What is a client?
A terminal
54
What is a server?
Powerful central computer Holds all important information and has extra processing power the clients can request to use
55
What are the three advantages of a client-server network?
More secure Central backups Sharing data and resources
56
What are the three disadvantages of a client-server network?
Expensive set up Trained staff are required to maintain server Single point of failure
57
What is a peer-to-peer network?
Computers are all connected
58
What are the three advantages of a peer-to-peer network?
Inexpensive set up Allows users to share resources Easy maintenance
59
What are the two disadvantages of a peer-to-peer network?
Less secure No central backup