Networks Flashcards

1
Q

What is a network?

A

Interconnection of computers and other pieces of hardware to facilitate communication and the sharing of resources

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

What are the pros of having a network?

A
  • Resources such as printers, internet connections and files can be shared (saving money and effort)
  • Communication (over email, instant messenger)
  • Backing up data to a different computer is straightforward
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the cons of having a network?

A
  • Managing networks are expensive, and require specialist skill
  • Security procedures are necessary to prevent unauthorised access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the types of network?

A

PAN - devices owned by a single user connected via Bluetooth
LAN - network covering small geographical area, e.g. single building, hardware owned by a single cooperation or person
WAN - covers a large geographical area, with shared ownership of some hardware (e.g. internet)

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

What are the positives of wired networks?

A
  • more secure (physical connection is needed within the ‘building’ for hackers
  • less prone to interference
  • high bandwidths, so lots of ppl can be connected at same time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the positives and negatives of wireless networks?

A
  • much easier to add a device
  • portable
  • not very secure
  • prone to interference
  • low bandwidths
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do wired networks connect?

A

Optical fibre cabling - very fast connections, able to handle lots of computers sharing same connection

copper cabling - cheaper, slower, quick enough for most activities single computer would perform online

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

How do wireless networks connect?

A

Radio waves (connection medium)

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

What is a network topology?

A

Pattern in which hardware on a network is positioned, including connections

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

What is Star network topology?

A

Where every device is connected to a switch, at the centre of a network.
- Very few data collisions (each device has dedicated line)
- Strong centralised security
- one workstations failing has no effect on functionality

  • lots of expensive cabling
  • adding devices needs expert
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Bus network topology?

A

Backbone (Central cable) running between 2 terminators, connecting all the devices
- uses relatively less cabling (inexpensive)
- additional devices can be added easily
- collisions can occur, multiple transmissions on shared backbone
- large number of devices, means slower transmissions
- low security, ‘eavesdropping’

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

What is a network protocol?

A

a set of rules that govern how a computer communicates on a network.

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

What is ethernet?

A

-Family of protocols
- Set of rules that govern how data is formatted for transmission across LAN

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

What is Wi-Fi?

A

-Brand name
- rules control how data is transmitted on a WLAN

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

what is TCP/IP?

A
  • two protocols work together
  • Transmission control protocol and internet protocol
    -collective role is to break data into packets, that knows where to be delivered and where it was sent from
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is UDP?

A
  • user datagram protocol
  • transmits data packets very quickly
  • doesn’t check to see whether each packet arrived, unreliable
17
Q

What is HTTP?

A

Hypertext transfer protocol
- governs how hypertext (language of world wide web) is moved around the Internet, from device to device

18
Q

What is HTTPS?

A

HTTP secure
- encrypts data sent across the internet
- favoured when sending passwords, credit card num etc.

19
Q

What is FTP?

A

File transfer protocol
- how files are moved from one computer to another across internet
- relied upon in building websites, and moving files from developer computer to server, where it can be accessed quickly

20
Q

what is SMTP?

A

Simple mail transfer protocol
- POP3 To retrieve emials
- sends emails from one server to another

21
Q

what is IMAP?

A

email protocol allows multiple devices to access same email address

22
Q

What is IP address?

A

Internet Protocol Address, a unique number, to identify every device connected to Internet.

23
Q

Name 4 methods of keeping network secure.

A
  • authentication
  • firewall
  • MAC address filtering
  • encryption
24
Q

What is encryption?

A

the scrambling of data using a key, so only the recipient can decrypt and read the data.

25
Q

What are firewalls?

A

Hardware, software of both.
firewalls can be told to block certain traffic (e.g. emails from certain IP address) and only allow certain traffic.

26
Q

What is MAC address filtering?

A

each computer has MAC address, cannot be changed. Unique identifier, specific devices can be blocked from a network.

27
Q

What are the 4 layers in TCP/IP Model?

A

Application Payer
Transport Layer
Internet Layer
Link Layer

28
Q

What protocols works at each layer?

A

Application - HTTP, HTTPS, FTP, IMAP, SMTP
Transport - TCP, UDP
Internet - IP
Link - Ethernet, WiFi

29
Q

Describe each layer.

A

Application - where network apps, e.g. browers operate
Transport - establishes communication between sender and recipient
Internet - packaging data for transmission (packets)
Link - physical components operate at this level.