Networks Flashcards

1
Q

what are the 8 network protocols

A
  • TCP
  • IP
  • HTTP
  • HTTPS
  • FTP
  • POP
  • IMAP
  • SMTP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is layering (network protocols)

A

to divide the task of networking into smaller, simpler tasks that work together but have different responsibilities

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

advantages of layering

A
  • reducing complex problems into smaller sub-problems
  • specific devices can be manufactured to operate at a particular layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what are the TCP/IP layers

A
  • application
  • transport
  • internet/network
  • link
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

application layer

A
  • network applications operate here
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

transport layer

A
  • established end-to-end connection
  • splits data into packets
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

internet/network layer

A
  • adds source and destination IP addresses
  • routes packets across the network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

link layer

A
  • adds MAC addresses identifying Network Interface Cards
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

circuit switching

A
  • physical path between source and destination
  • all packets use the same path
  • data arrives in a logical order
  • reserves bandwidth in advance
  • can cause a lot of bandwidth wastage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

packet switching

A
  • no physical path
  • packets travel independently/can take different routes
  • no bandwidth wastage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what does a router do

A

routes data between devices

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

three types of wired cables

A
  • twisted pair
  • coaxial
  • fibre optic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what does a Network Access Card (NIC) do

A
  • allows both wired and wireless communications between computers of a LAN
  • both a physical layer and a data link layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is a wireless access point (WAP)

A
  • a device that creates a wireless local area network, usually in a home or office building
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what does a hub do

A
  • hardware device
  • allows multiple devices to connect to one network
  • much slower than switches
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what does a switch do

A
  • allows multiple devices to connect to one network
  • joins devices together on a LAN
  • receives packets/data
  • sends packets/data
    out of the correct port to the specific devices intended
17
Q

how does a client-server model work

A

a client makes requests to the server for data, connections, and other services

18
Q

what does the server do in client-server models

A
  • controls access and security for a shared file store
  • manages access to the internet
  • manages printing jobs
  • provides email services
  • runs regular backups of data
19
Q

advantages of client-server

A
  • easier to manage file security
  • easier to back up shared data
  • easier to install software updates on all computers
20
Q

disadvantages of client-server

A
  • can be expensive to set up and maintain
  • single point of failure (server)
  • if server fails, users will lose access
21
Q

what are client-server networks best suited for

A

organizations with a large number of computers
when many computers need access to the same information

22
Q

how does a peer-to-peer model work

A
  • all peers (computers) are connected
  • all peers are equal
  • peers serve their own files to each other
  • each peer is responsible for its own security and data backup
23
Q

advantages of peer-to-peer

A
  • easy to maintain
  • no dependency on a single computer
  • cheaper to set up
  • no expensive hardware
24
Q

disadvantages of peer-to-peer

A
  • network is less secure
  • user needs to manage their own backups
25
Q

what are client-server networks best suited for

A

smaller organisations with fewer computers