Internet basics Flashcards

(18 cards)

1
Q

What is Internet Protocol address (IP)

A

A unique numerical identifier assigned to each device connected to a network.
Can be in form IPv4 with 32-bit address
IPv6 with 128-bit address

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

What is Domain Name System (DNS)

A

Domain needs to be accessed from public Internet. Each domain is assigned a globally unique name within the DNS
The DNS server are dedicated servers that contain list of domain names and their IP address

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

What happens when a computer queries a DNS

A

The computer will ask for the domain name, the server will then respond with an IP address that allow the computer to communicate with

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

How are DNS server categorised

A

Segmented into geographical groups or levels

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

What is a FQDN

A

Fully Qualified Domain Name
It is a domain name that is completely specified on all labels of the hierarchy
E.g.
www.bbc.co.uk = FQDN

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

Where does the top of the hierarchy start in FQDN

A

At the most right

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

What is internet registries

A

Organisation that are responsible for allocating IP addresses to specific domain names

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

What is URL

A

Used to specify means of accessing a resource and its location across a network.

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

What is resolving an IP address

A

When a client sends a DNS query for the domain to its specified DNS server
If the DNS server does not have a record it will either recursively handle the request so can deliver an IP address
OR refers to a DNS server authoritative and refers to a lower-level DNS server

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

What are data packets made out of

A

Small data
They have a trailer, payload, header

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

What does the header contain in the data packet

A

Recipients address
Sender address
Packet number and total packets
Time to live or hop limit

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

What does the trailer contain in the data packet

A

Checksum or Cyclical redundancy test

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

What is packet switching

A

Developed to allow communications to be shared so when one communication was unavailable a different one could be used

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

What is latency

A

Time taken to transfer a packet

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

What are routers

A

Routers forwards data packets from one network to another

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

How do routers work

A

They look up the destination IP and finds the best router to forward to
It will continuously do this until it reaches its destination

17
Q

What are gateways

A

A gateway is needed where data is travelling from one node to another that uses different protocols.
Or if network uses different transmission medium

18
Q

How do gateways work

A

Header data is removed and reapplied with the correct format