AQA AS Computing: 9.1 Structure of the Internet Flashcards

1
Q

Internet

A

A network of computer networks and computers using unique IP addresses and TCP/IP.

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

Gateway

A

Connects networks that use different link layer protocols.

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

Router

A

Connects networks that use the same link layer protocols.

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

IP Address

A

A unique address that identifies a computer or other electronic device on a network.

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

WWW

A

World Wide Web; a system of interlinked hypertext documents accessed via the Internet; also called the Web.

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

Intranet

A

A private computer network used to share information or operations within an organisation.

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

Domain Name

A

A name that identifies one or more IP addresses.

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

FQDN

A

Fully Qualified Domain Name; conists of a host ID and domain name.

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

URI

A

Uniform Resource Identifier; specifies how to access a resource on the Internet.

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

URL

A

Uniform Resource Locator ; a URI that identifies a resource by its network location.

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

DNS Server

A

A server that translates fully qualified domains names into IP addresses.

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

Server

A

A software process that provides a serivce requested by a client.

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

Client

A

A software process that requests and uses services provided by the server.

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

Client-server model

A

A client software process initiates a request for a service from a sever software process, and the server responds to that request.

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

Protocol

A

A set of agreed signals, codes and rules for data exchange between systems.

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

Protocol Stack

A

A collection of protocol layers; each layer is responsible for part of the process governed by the stack.

17
Q

TCP/IP protocol stack

A

A protocol stack for TCP/IP; it has an application layer, a transport layer, a network layer and a link layer.

18
Q

Port

A

An address for a software process.

19
Q

Socket

A

A combination of a host IP address and a port number.

20
Q

Bidirectional

A

Data passes both ways at the same time.

21
Q

Network Layer

A

Adds source and destination IP addresses to packets on their way from the transport layer to the link layer, and removes source and desination IP addresses from packets on their way from the link layer to the transport layer.

22
Q

Link Layer

A

Handles all the physical details of interfacing with the cable, including the network interface card and a device driver.

23
Q

Application Layer

A

Handles the details of a particular networking application, e.g. a web browser using HTTP.

24
Q

Client Port Numbers

A

Temporary port numbers used by client processes; they lie in the range 1024 to 4095.

25
Q

Well-known port numbers

A

Universally known port numbers used by services; they lie in the range 0 to 1023.