Module 5 Flashcards

1
Q

How the Router facilitates the connections of networks?

A

By being connected by all computers, each computer through the router can get to any other computer of the network.

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

Explain the Ethernet.

A

It’s the hardware and protocols of wired connection. All the specification agreed upon that make the wire are part of the ethernet.

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

What is a workstation?

A

A workstation is a computer that is typically used for some type of technical or scientific work. The name emerged from the computers that are the terminals of mainframes.

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

What is the relation of terminals (workstations) and mainframes?

A

The mainframe process the data and the terminal is a workstation where someone can request the mainframe to do something.

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

Describe the route of the request from your computer through the internet to access a website.

A

Resquest a website through a webrowser -> the modem modulates the request and send it to the router -> the router send the request to the ISP (internet service provider) -> ISP uses DNS (domain name system) to identify the host and request the website-> the website file is returned.

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

Who gives out digital certificates?

A

A CA - Certificate authority.

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

What is a digital certificate?

A

Evidence that a website is secure to uses.

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

How can you know if a website has a digital certificate?

A
  1. The website has an “s” (for secure) after “http”.
  2. Browser can verify if a site has a certificate.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What encrypt means?

A

To encode information in a way it can’t be undertood by regular means.

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

What SSL stands for?

A

Secure Sockets Layer.

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

What is TSL and what it stands for?

A

TSL is the evolution of SSL - Transport Layer Security.

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

What is SSL?

A

A protocol for encrypting information on computer networks. A site can have a certificate that it properly applies the protocol.

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

What is the “Handshake”?

A

A handshake is when two things (computers, machines, etc.) establish a connection.

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

How the internet provider verifies if a handshake can happen when using https?

A
  1. The ISP first verify if the webserver has a certificate file that allows the webserver to use the https protocol.
  2. If the computer has the certificate file, the ISP verifies with a CA if it is a real one.
  3. If it is a real one, then the request is delivered to the webserver.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What the word dynamic means?

A

Dynamic refers to actions that take place the moment they are needed, rather than in advance. A restaurant that prepares your food to your specifications, when you order, would be dynamic.

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

What dynamic means in computers?

A

The computer processes your request right when you ask it to.

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

What DHTML stands for?

A

Dynamic HyperText Markup Language.

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

What is DHTML capable of?

A

Can modify the HTML that was used in the browser without having to replace the HTML file on the web server.

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

What is Optics?

A

The sutdy of visible and invisible light.

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

What is Fiber opctics?

A

A physical cable that can be used to transfer information over long distances.

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

What is the advantage of Fiber opctics?

A

The information travels at the speed of light.

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

What is a Home page?

A

Is the main web page on a website?

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

What is the common name for the file of the Home page and why?

A

index.html, because serves are programmed to utilize this files as landing pages.

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

What is a script?

A

computer instructions that automates a task so that a multi-part task can occur without your involvement. Allows dynamic content on webpages.

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

What are scripting languages?

A

Languages used to make sripts.

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

What XML stands for?

A

Extensible Markup Language.

27
Q

What XML does?

A

Allows the programmer to come up with their own markup tags. These new tags don’t format the content, instead they represent structured data (the characteristics of things and how they are organized).

28
Q

Give an example of an XML design (XML definiton) and application.

A

Design:

<employees>
<employee>
<name></name>
<salary></salary>
<age></age>
</employee>
</employees>

Application:

<employees>
<employee>
<name>John Birch</name>
<salary>56000</salary>
<age>44</age>
</employee>
<employee>
<name>Shirley Temple</name>
<salary>95000</salary>
<age>8</age>
</employee>
</employees>

29
Q

What Parse means?

A

To analyze the structure of a written document.

30
Q

How are called computers that can read through XML files and work with the data.

A

XML parsers.

31
Q

What XHTML stands for?

A

Extensible HyperText Markup Langugage.

32
Q

What is XHTML?

A

An advancement of HTML that is no longer commonly used.

33
Q

What “Scrambling” means?

A

To making something jumbled. Enssentially encrypting.

34
Q

What broadcast means?

A

Send information (audio/or videos content etc) over a vast area for whon wants to receive it.

35
Q

What are the two meaning of Core?

A
  1. Old term for main memory of a computer.
  2. Slang for the key part of a CPU. The part that process information.
36
Q

What is IXP and what it stands for?

A

Internet Exchange Point is a hardware that different ISP use to exchange internet traffic. IXPs allows ISPs to team up and thereby increase internet speed.

37
Q

What is a peer in english?

A

Is a person or thing that is considered equal to another person or thing in some regard.

38
Q

What is a peer in computer science?

A

A computer that is considered at the same functional or hierarchical level as another connected computer.

39
Q

What stablishing peer-to-peer relationship means?

A

Connecting computer so that they can all proved data or services to each other.

40
Q

In a P2P connection all computers are…

A

… servers and clients.

41
Q

What is JPEG?

A

Joint Photographyc Experts Group, is a type of electronic file that stores images.

42
Q

What is FTP?

A

File Transfer Protocol.

43
Q

What is “Cache”?

A

A set of computer memory where information can be stored for later use.

44
Q

What is a “Cookie”?

A

A set of information that a website causes to be stored on your computer for later use, making it faster to load.

45
Q

Which software manage the cookies?

A

The web browser.

46
Q

What are the two types of cookies?

A
  1. Temporary: it expires when a web brouser session ends (usually when closed down).
  2. Persistent: The informations ramins in your computer until its expiration date is due.
47
Q

What is a malware?

A

A software that performs actions designed to harm a computer or other programs.

48
Q

What is a virus?

A

A malware that is designed to alter the way a computer works in malicious ways and replicate itself.

49
Q

What is a font?

A

A type and style used in displaying and printing text.

50
Q

What is word processing?

A

Actions that a word processor does.

51
Q

What is inbox?

A

Its where all electronic mail messages are stored when they first arrive.

52
Q

What is sharepoint?

A

Is a Microsoft program on the cloud used as project managent tool and that uses version control.

53
Q

What is snapshot in technology?

A

A recording of the state of a dynamic thing at a specific moment in time. Ex: The record of sales of a company at 8:00.

54
Q

What is “Source”?

A

The emanation or origination point of something. Ex: a spring is a source of water.

55
Q

What is “sourcing”?

A

Receiving something from a particular source. Ex: finding people that supply goods and services.

56
Q

What is “Outsourcing”?

A

Finding another person or company to handle some of your work.

57
Q

What is a “log”?

A

Written record with the description of thing that happen are added over time.

58
Q

What is a “Blog” and what is it short for?

A

Web log or weblog. It is a website that works as a log that people can access ovcer the internet.

59
Q

What is Version control?

A

The track of multiple versions of computer files as they change over time.

60
Q

What are the two primary data management capabilities of VCS and what it stands for?

A

Version control system.
1. It allows to prevent conflicts in a file when two users edit the exact same content at the same time.
2. A log of files.

61
Q

What is a version?

A

An exact snapshot of something at a specific point in time.

62
Q

What is “Crowdsourcing”?

A

When you get other people (outside of your company and other than yourself) to help you with a project. Ex: crowdfunding.

63
Q

What is an Error?

A

An error is a difference between the desired performance of a computer and the actual performance or behavior of a computer.

64
Q

What is a Bug?

A

An error in a computer program that impairs or prevents its operation.