The Internet Flashcards

1
Q

How do search engines fill their database with sites?

A

Program called a web crawler which looks for new sites.

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

What is a meta tag?

A

A list of keywords the website owner has chosen and put in the header of the html document so the web crawlers know what the site contains.

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

What factors can increase your website ranking (aside from PageRank)?

A

Using searched for keywords in the title tag
Age of site
Last or frequency of updates
Number of keywords appearing in specific tags
Relevancy of domain name

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

What is the PageRank algorithm?

A

PR(A) = (1-d) + d( sum of PR(Tn)/C(Tn)) where PR(A) is the PageRank of the site, d is a damping factor (~0.85), C(Tn) is the number of links from site Tn to A.

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

What does URL stand for?

A

Uniform Resource Locator.

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

What is the purpose of a URL?

A

To show where the location of the required resource is on the internet (it is the web address).

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

What does DNS stand for?

A

Domain Name System.

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

What is the DNS?

A

They are designed to be easy to remember strings of text which point to the domain an internet resource resides in, for example .uk shows the resource is in the UK.

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

What is an IP address?

A

Internet Protocol (IP) address’s are the unique string of numbers assigned to a network/device, it shows where the data needs to be sent.

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

What is a WAN?

A

Wide Area Networks (WANs) are collections of LANs spanning more than a single location, the internet is an example of a WAN.

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

What is a LAN?

A

Local Area Networks (LANs) are several computing devices connected together on a single site.

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

Describe a bus topology.

A

All devices are connected to a central main cable which has the server at one end.

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

Describe a star topology.

A

All devices have their own dedicated connections to the central server.

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

Advantages and disadvantages of a bus topology?

A

Is cheaper as it requires less cable and dedicated hardware
Will fail if the main cable breaks
Is much slower with heavy traffic
Has lower security as PC’s can see all data on the cable

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

Advantages and disadvantages of a star topology?

A
Cable failures only affect one machine
Fairly consistent performance
Fast
No chance of data collisions
More secure
Easy to add new devices
May be very expensive
If central server goes down the whole network is down.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a WAP?

A

Wireless Access Points are devices which connect devices via Wi-Fi to the network.

17
Q

What is a Mesh network topology?

A

Where every device is directly connected to every other (often via Wi-Fi) with one device connected to an external network like the WWW.

18
Q

What is circuit switching?

A

When a direct link is created between two devices on a network for time taken for a message to be sent.

19
Q

What is packet switching?

A

When data packets are sent to adjacent nodes on a network at each stage sending a packet to the local optimum for sending the packet to the required location.

20
Q

Circuit switching vs packet switching?

A

Circuit switching is faster for a single user but often uses unnecessary bandwidth as the route is locked for the duration of the message, used now for telephone calls.
Packet switching is often slower but allows more users to use the network, also packets may not appear in order.

21
Q

What is a MAC address?

A

A Media Access Control (MAC) address is a 12 (hex) digit that uniquely identifies any single device for the purpose of transmitting information.

22
Q

What is TCP/IP?

A

Transmission Control Protocol / Internet Protocol is a set of standards for transmitting data.

23
Q

What are the four layers of the TCP/IP stack?

A

Application, transport, network and link layers.

24
Q

What is the application layer of the TCP/IP stack?

A

It is the layer that deals with displaying and receiving information from the device (could be from user or sensor).

25
Q

What is the transport layer of the TCP/IP stack?

A

Creates or splits packets given port information and and packet number

26
Q

What is the network layer of the TCP/IP stack?

A

Adds the IP address of destination and sender to packets.

27
Q

What is the link layer of the TCP/IP stack?

A

Adds the MAC address. this could change on route if the target computers MAC address is not known.

28
Q

What is a firewall?

A

A security feature designed to prevent unauthorised access between two networks, may also act as proxy server.

29
Q

What is a proxy server and what are they used for?

A

It is a server that intercepts all data entering/leaving a network, hides true network address, can store cache of commonly visited sites for other users of the networks and can filter content.

30
Q

What is a worm?

A

A worm is malicious software that can self-replicate.

31
Q

What is a virus?

A

Malicious software that replicates and hides itself inside other programs.

32
Q

What is a Trojan?

A

Malicious software which pretends to be something else so that you install and run it.

33
Q

What is malware?

A

Unwanted and harmful software, a worm, virus or Trojan.

34
Q

What is a client-server network?

A

Where several devices are connected to a central server.

35
Q

Advantages and disadvantages of a client-server network?

A

Higher security since files are stored centrally and access is managed by server
Easier to manage backups
Data and resources (like printers) can be shared
But is expensive
And requires IT staff to maintain

36
Q

What is a peer-peer network?

A

Where individual computers are connected directly to each other.

37
Q

Advantages of a peer-peer network?

A

Cheap to set up
enables resource sharing
Easy to maintain

38
Q

What is the difference between client-side and server-side processing?

A

The location where code is executed or databases are read/changed.

39
Q

What are the different layers of the OSI model (and what do they do)?

A

Application - Collects and delivers information to the user
Presentation - Converts data to the correct format for transmission, may include encryption/decryption
Session - Looks after starting, maintaining and terminating connections
Transport - Creates packets and checks transmission is successful
Network - The transmission of data, routing, is the logical layout of the routes.
Data Link - Control of access, error detection etc.
Physical - The network devices and transmission media