返回卡包市场

1.3.3 Networks

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

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

卡片预览 (24 张)

#1
正面 (问题)

What is a network?

背面 (解答)

Interconnected devices Enables data and resource sharing and communication

#2
正面 (问题)

What is a network protocol?

背面 (解答)

A set of rules for communication between devices over a network

#3
正面 (问题)

Why are network protocols important?

背面 (解答)

Ensures successful and secure transfer of data over a network

#4
正面 (问题)

What is HTTP?

背面 (解答)

Hypertext Transfer Protocol Used for web page rendering

#5
正面 (问题)

What is HTTPS?

背面 (解答)

Hypertext Transfer Protocol Secure An encrypted form of HTTP

#6
正面 (问题)

What is TCP/IP?

背面 (解答)

Transmission Control Protocol / Internet Protocol Networking protocol used in routing packets through networks A stack of networking protocols that work together to pass packets for communication

#7
正面 (问题)

What is POP3?

背面 (解答)

Post office protocol Mailing protocol used for email access

#8
正面 (问题)

What is IMAP?

背面 (解答)

Internet Message Access Protocol Mailing protocols used for email access

#9
正面 (问题)

What is the difference between IMAP and POP3

背面 (解答)

IMAP is ideal for accessing emails across multiple devices, syncronising changes in real time and storing emails on a server POP3 is ideal for downloading emails to a single device and is better for offline access and limited server storage

#10
正面 (问题)

What is FTP?

背面 (解答)

File transfer protocol Used for the transmission of files over networks

#11
正面 (问题)

What is the internet?

背面 (解答)

A network of networks which allows computers to communicate from anywhere in the world. Using large international backbone cables that pass underwater to link continents.

#12
正面 (问题)

What is protocol layering?

背面 (解答)

The way network protocols are divided into layers Each layer has a specific function

#13
正面 (问题)

Why is layering important

背面 (解答)

Increases modularity by breaking complex process into layers Can use different systems and allow them to work together Updates are easier

#14
正面 (问题)

What are the four layers in TCP/IP

背面 (解答)

Application Transport Network Link

#15
正面 (问题)

What is the application layer?

背面 (解答)

Interacts directly with software Prepares data for transmission by converting it into the correct format (encapsulation)

#16
正面 (问题)

What is the transport layer?

背面 (解答)

Receives data from the application layer Responsible for end to end communication Breaks data into packets Assigns port number and header (containing the packet number)

#17
正面 (问题)

What is the packet number?

背面 (解答)

The total number of packets the original data was split into and the port number being used for communication

#18
正面 (问题)

What is the network layer?

背面 (解答)

Receives packet from transport layer Routes each packet across the network using the IP address

#19
正面 (问题)

What is an IP address?

背面 (解答)

Used to identify computers on a WAN like the internet

#20
正面 (问题)

What is the link layer?

背面 (解答)

Prepares packets for transmission over the physical network Translates packets into electrical, optical or wireless signals Translates received packets back to digital ones

#21
正面 (问题)

What does a packet contain?

背面 (解答)

The data A header (source and destination) A footer (shows end of packet)

#22
正面 (问题)

What is the domain name system?

背面 (解答)

Translates human-readable domain names to the IP addresses Used to name and organise internet resources Easier to remember than IP addresses

#23
正面 (问题)

What happens when the data has reached its destination?

背面 (解答)

The MAC address is removed by the link layer The IP addresses are removed by the network layer Transport layer removes port numbers and reassembles the packets Application layer presents data in its desired form

#24
正面 (问题)

What is the MAC address?

背面 (解答)

A unique 12 character alphanumeric identifier assigned to a devices NIC Used to identify it on a network For devices on the same network, the MAC address in the link layer will be the recipients computer For devices on other networks, the MAC address in the link layer will be of the router