1.3.1 Computing Networks, Connections and Protocols Flashcards

1
Q

What is bandwidth?

A
  • Data transferred within a defined time period
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is latency?

A
  • Delay when data is sent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is range?

A
  • Maximum distance data can be sent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a routing protocol?

A
  • Rules to find best routes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is transmission rate?

A
  • Speed data travels
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a routing cost?

A
  • Determine best route
  • For network traffic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What affects network performance?

A
  • Bandwidth
  • Latency
  • Range
  • Number of devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a DNS?

A
  • Domain Name System
  • A collection of servers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is packet switching?

A
  • Files broke down
  • Rebuilt at destination
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is an IP address?

A
  • String of numbers
  • Locate devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a web browser?

A
  • Software to browse WWW
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a URL?

A
  • Uniform resource locator
  • Website address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a centralised network?

A
  • Data at one location
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a distributed network?

A
  • Data at multiple locations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is hosting?

A
  • A server connected to client
  • Providing a service
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

If you host a web server, what are you responsible for?

A
  • Security
  • Back ups
  • Tech support
  • Analytics
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is SaaS?

A
  • Software as a service
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What does SaaS do?

A
  • Software accessible across devices
  • Hosted on remote servers
19
Q

What are the advantages of SaaS?

A
  • Auto back ups
  • Auto updates
  • Auto save
  • Across devices
20
Q

What are the disadvantages of SaaS?

A
  • Subscription
  • Internet access
  • Less data control
21
Q

What is ethernet?

A
  • Wired network
  • Copper cables
22
Q

What is WiFi?

A
  • Transmission through radiowaves
23
Q

What is HTTP/S?

A
  • Hypertext transfer protocol / secure
  • Identify, request and send web pages
24
Q

What is FTP?

A
  • File transfer protocol
  • Uploading and downloading files
25
Q

What is POP?

A
  • Post office protocol
  • Protocol receives email
  • Delivers email to address
  • Deletes email
26
Q

What is IMAP?

A
  • Internet message access protocol
  • Protocol receives email
  • Delivers email to address
  • Saves copy of email
27
Q

What is SMTP?

A
  • Simple message transfer protocol
  • Sends email to email server
28
Q

What is the TCP model?

A
  • Transmission control protocol
  • Application layer
  • Transport layer
  • Internet layer
  • Link layer
29
Q

What does the application layer do?

A
  • Prepares data to be sent
  • HTTP/S
  • FTP
  • POP
  • SMTP
30
Q

What does the transfer layer do?

A
  • Data into segments
  • Port number ( data knows where to go )
  • TCP
  • UDP
31
Q

What does the internet layer do?

A
  • Segments into IP packets
  • IP address
32
Q

What does the link layer do?

A
  • Transfer IP packets error free
  • Establish connections between client and server
  • Ethernet
  • Fibre optic
33
Q

What is data encapsulation?

A
  • Packaging data
34
Q

What is data decapsulation?

A
  • Unpackaging data
35
Q

What is the OSI model?

A
  • Seven layer model
  • Demonstrates how data is transferred
36
Q

What is the presentation layer?

A
  • Application layer
  • Correct file format
37
Q

What is the session layer?

A
  • Application layer
  • Establishes a connection
38
Q

What is the physical layer?

A
  • Link
  • How data is transmitted
39
Q

What is a compiler?

A
  • Translates entire code at once
  • Stored for later use
40
Q

What is an interpreter?

A
  • Translates line by line
  • Retranslated every execution
41
Q

What is an assembler?

A
  • Translates assembly language to machine code
42
Q

What is source code?

A
  • High level programming language
43
Q

What is object code?

A
  • Machine code