返回卡包市场

Internet basics

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 18内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (18 张)

#1
正面 (问题)

What is Internet Protocol address (IP)

背面 (解答)

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

#2
正面 (问题)

What is Domain Name System (DNS)

背面 (解答)

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

#3
正面 (问题)

What happens when a computer queries a DNS

背面 (解答)

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

#4
正面 (问题)

How are DNS server categorised

背面 (解答)

Segmented into geographical groups or levels

#5
正面 (问题)

What is a FQDN

背面 (解答)

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

#6
正面 (问题)

Where does the top of the hierarchy start in FQDN

背面 (解答)

At the most right

#7
正面 (问题)

What is internet registries

背面 (解答)

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

#8
正面 (问题)

What is URL

背面 (解答)

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

#9
正面 (问题)

What is resolving an IP address

背面 (解答)

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

#10
正面 (问题)

What are data packets made out of

背面 (解答)

Small data They have a trailer, payload, header

#11
正面 (问题)

What does the header contain in the data packet

背面 (解答)

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

#12
正面 (问题)

What does the trailer contain in the data packet

背面 (解答)

Checksum or Cyclical redundancy test

#13
正面 (问题)

What is packet switching

背面 (解答)

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

#14
正面 (问题)

What is latency

背面 (解答)

Time taken to transfer a packet

#15
正面 (问题)

What are routers

背面 (解答)

Routers forwards data packets from one network to another

#16
正面 (问题)

How do routers work

背面 (解答)

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
正面 (问题)

What are gateways

背面 (解答)

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
正面 (问题)

How do gateways work

背面 (解答)

Header data is removed and reapplied with the correct format