返回卡包市场

Networks THEORY flashcards

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

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

卡片预览 (24 张)

#1
正面 (问题)

What is a network?

背面 (解答)

Interconnection of computers and other pieces of hardware to facilitate communication and the sharing of resources

#2
正面 (问题)

What are the pros of having a network?

背面 (解答)

• Resources such as printers, internet connections and files can be shared (saving money and effort) • Communication (over email, instant messenger) • Backing up data to a different computer is straightforward

#3
正面 (问题)

What are the cons of having a network?

背面 (解答)

• Managing networks are expensive, and require specialist skill • Security procedures are necessary to prevent unauthorised access

#4
正面 (问题)

What are the types of network?

背面 (解答)

PAN - devices owned by a single user connected via Bluetooth LAN - network covering small geographical area, e.g. single building, hardware owned by a single cooperation or person WAN - covers a large geographical area, with shared ownership of some hardware (e.g. internet)

#5
正面 (问题)

What are the positives of wired networks?

背面 (解答)

• more secure (physical connection is needed within the ‘building’ for hackers • less prone to interference • high bandwidths, so lots of ppl can be connected at same time

#6
正面 (问题)

What are the positives and negatives of wireless networks?

背面 (解答)

• much easier to add a device • portable • not very secure • prone to interference • low bandwidths

#7
正面 (问题)

How do wired networks connect?

背面 (解答)

Optical fibre cabling - very fast connections, able to handle lots of computers sharing same connection copper cabling - cheaper, slower, quick enough for most activities single computer would perform online

#8
正面 (问题)

How do wireless networks connect?

背面 (解答)

Radio waves (connection medium)

#9
正面 (问题)

What is a network topology?

背面 (解答)

Pattern in which hardware on a network is positioned, including connections

#10
正面 (问题)

What is Star network topology?

背面 (解答)

Where every device is connected to a switch, at the centre of a network. - Very few data collisions (each device has dedicated line) - Strong centralised security - one workstations failing has no effect on functionality • lots of expensive cabling • adding devices needs expert

#11
正面 (问题)

What is Bus network topology?

背面 (解答)

Backbone (Central cable) running between 2 terminators, connecting all the devices - uses relatively less cabling (inexpensive) - additional devices can be added easily - collisions can occur, multiple transmissions on shared backbone - large number of devices, means slower transmissions - low security, ‘eavesdropping’

#12
正面 (问题)

What is a network protocol?

背面 (解答)

a set of rules that govern how a computer communicates on a network.

#13
正面 (问题)

What is ethernet?

背面 (解答)

-Family of protocols - Set of rules that govern how data is formatted for transmission across LAN

#14
正面 (问题)

What is Wi-Fi?

背面 (解答)

-Brand name (family of related protocols) - rules control how data is transmitted on a WLAN

#15
正面 (问题)

what is TCP/IP?

背面 (解答)

• two protocols work together • Transmission control protocol and internet protocol -collective role is to break data into packets, that knows where to be delivered and where it was sent from

#16
正面 (问题)

what is UDP?

背面 (解答)

• user datagram protocol • transmits data packets very quickly • doesn’t check to see whether each packet arrived, unreliable

#17
正面 (问题)

What is HTTP?

背面 (解答)

Hypertext transfer protocol - governs how hypertext (language of world wide web) is moved around the Internet, from device to device

#18
正面 (问题)

What is HTTPS?

背面 (解答)

HTTP secure - encrypts data sent across the internet - favoured when sending passwords, credit card num etc.

#19
正面 (问题)

What is FTP?

背面 (解答)

File transfer protocol - how files are moved from one computer to another across internet - relied upon in building websites, and moving files from developer computer to server, where it can be accessed quickly

#20
正面 (问题)

what is SMTP?

背面 (解答)

Simple mail transfer protocol - POP3 To retrieve emials - sends emails from one server to another

#21
正面 (问题)

what is IMAP?

背面 (解答)

email protocol allows multiple devices to access same email address

#22
正面 (问题)

What is IP address?

背面 (解答)

Internet Protocol Address, a unique number, to identify every device connected to Internet.

#23
正面 (问题)

Name 4 methods of keeping network secure.

背面 (解答)

• authentication • firewall • MAC address filtering • encryption

#24
正面 (问题)

What is encryption?

背面 (解答)

the scrambling of data using a key, so only the recipient can decrypt and read the data.