Hardware and communication Flashcards

(48 cards)

1
Q

What is a standard in networking?

A

A standard is a technical specification that defines how software and hardware components must work to ensure interoperability between devices.

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

Why are networking standards important?

A

They allow devices from different manufacturers to communicate by following agreed protocols.

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

What is a protocol in networking?

A

A protocol is a set of rules that determines how two devices will communicate.

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

Why are network protocols organized into layers?

A

To divide complex tasks into manageable parts, allowing systems to be open, scalable, and easier to design, implement, and troubleshoot.

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

What is the OSI model?

A

The OSI (Open Systems Interconnection) model is a seven-layer model developed by ISO to standardize communication functions in network systems.

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

What are the seven layers of the OSI model?

A
  1. Physical, 2. Data Link, 3. Network, 4. Transport, 5. Session, 6. Presentation, 7. Application
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the TCP/IP model?

A

A four-layer model used in the internet that combines some of the OSI layers into: Application, Transport, Internet, and Link.

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

How does the TCP/IP five-layer model differ from the four-layer model?

A

It separates the Link layer into two: Physical and Data Link layers.

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

Where do IEEE 802 protocols fit in the OSI model?

A

They map to the lower two layers: Data Link and Physical.

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

What is Ethernet?

A

A family of wired networking technologies used in LANs, maintained by IEEE.

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

How does Ethernet transmit data?

A

It divides data into frames containing MAC addresses and error-checking data.

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

What happens when a collision occurs in Ethernet?

A

Devices stop, wait a random time, and then attempt retransmission to avoid repeated collisions.

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

How do switches help in Ethernet networks?

A

Switches reduce the chance of collisions by sending data only to the intended recipient.

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

What is Wi-Fi?

A

A certification granted by the Wi-Fi Alliance to devices that meet wireless networking standards.

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

What frequencies does Wi-Fi operate on?

A

2.4 GHz and 5.0 GHz

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

What is the IEEE Standards Association (SA)?

A

A group within IEEE that oversees the development of over 2000 standards, including networking standards like Bluetooth and Wi-Fi.

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

What does the IEEE 802.11 standard represent?

A

It is the standard for Wireless LANs maintained by working group 11 of the IEEE 802 committee.

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

What does backwards compatibility mean in standards?

A

Devices following a newer standard can work with devices using an older version of the standard.

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

What is a protocol stack?

A

A set of network protocol layers that work together to handle data transmission across networks.

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

Why is separation of responsibilities across protocol layers important?

A

It allows developers to focus on specific layers, simplifies troubleshooting, and enables integration of new technologies.

21
Q

What technologies might be used in internet communication?

A

Wi-Fi, Ethernet, ADSL, fibre-optic, UHF, satellite, and others.

22
Q

What role do routers and switches play in a network?

A

Routers direct traffic between networks, while switches manage data flow within a local network.

23
Q

How is lost or misordered data handled on the internet?

A

Protocols detect and correct lost or out-of-order packets, often using retransmission and reordering mechanisms.

24
Q

What is encryption in data transmission?

A

It is the process of encoding data to prevent unauthorized access, often used in HTTPS.

25
What role does layering play in technology updates?
It enables new technologies to be integrated without disrupting existing systems due to the independence of layers.
26
What role does the application layer play in networking?
It formats data for transmission and initiates communication using specific protocols like HTTP, FTP, and SMTP.
27
Who invented the World Wide Web and when?
Tim Berners-Lee in 1989, while working at CERN.
28
What is HTML?
Hypertext Markup Language used to mark up content for web browsers to display as web pages.
29
What is the role of CSS in web development?
CSS (Cascading Style Sheets) controls the layout and styling of web pages.
30
How does HTTP work?
It follows a client-server model: the client (browser) sends requests and the server responds with the requested resources.
31
What happens when a web page includes other resources like images or videos?
The browser sends separate HTTP requests for each resource.
32
Why is HTTP considered insecure?
Data is sent in plain text and can be intercepted and read by attackers.
33
What does HTTPS add to HTTP?
Encryption using SSL/TLS and public/private key pairs, ensuring secure data transmission.
34
What is a digital certificate used for in HTTPS?
It verifies the server’s identity and contains a public key used for encryption.
35
What does the HTTP GET method do?
Requests a specific resource, like a web page, from the server.
36
What is the purpose of the HTTP POST method?
Sends data to the server, often from a web form.
37
What does the HTTP DELETE method do?
Instructs the server to delete a specified resource.
38
What is FTP used for?
Transferring files between devices over a network.
39
What is the difference between FTP and HTTP file transfers?
FTP uses dedicated client-server software, while HTTP transfers files through web page interactions.
40
What is anonymous FTP?
A public FTP server that allows file access without authentication.
41
What protocol is used to send emails?
SMTP (Simple Mail Transfer Protocol).
42
What is the function of POP3?
Downloads emails from the server and deletes them from the server.
43
What is the function of IMAP?
Synchronizes emails across devices without deleting them from the server.
44
What is 'push' email technology?
Automatically delivers emails to clients as soon as they arrive on the server.
45
What is a wireless network interface controller (NIC)?
A hardware component that allows a device to connect to a wireless network.
46
What is the function of a wireless access point (WAP)?
It enables wireless devices to connect to a wired local network.
47
How do devices communicate over wireless networks?
Data is converted into radio waves and transmitted via wireless NICs and access points.
48
How can an older wired-only computer connect to a wireless network?
By installing a USB or expansion port wireless network interface card.