Communication and Internet Technologies P3 Flashcards

1
Q

What is a protocol?

A

A set of rules that define how communication between devices occurs.

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

Why are protocols important?

A

They allow devices to communicate across different platforms.

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

What is the TCP/IP suite?

A

A set of communication protocols used for the internet

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

What does TCP do?

A

Maintains the connection and ensures data delivery between nodes.

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

What does IP do?

A

Handles addressing and routing of data packets.

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

What are the layers of the TCP/IP model?

A

Application

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

What is the role of the Application Layer?

A

Provides user services and formats messages for transmission.

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

What does HTTP/HTTPS do?

A

Transfer web pages from a server to a client; HTTPS is secure.

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

What is FTP used for?

A

Transferring files over a network.

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

What are POP3 and IMAP used for?

A

Receiving emails.

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

What is SMTP used for?

A

Sending emails.

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

What does the Transport Layer do?

A

Breaks data into packets

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

How does the Transport Layer handle errors?

A

By detecting packet loss or corruption and retransmitting.

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

What is the role of the Internet Layer?

A

Handles transmission using IP addresses and routes packets.

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

What is the purpose of IP addresses in packet transmission?

A

They identify the sender and receiver networks and devices.

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

What does the Data Link Layer do?

A

Converts data to signals

17
Q

What is a peer-to-peer network?

A

A decentralized network where each device can act as both a client and a server.

18
Q

What is BitTorrent?

A

A protocol that uses peer-to-peer file sharing for distributing files.

19
Q

What is a swarm in BitTorrent?

A

All connected peers that have all or parts of the file being shared.

20
Q

What is a tracker in BitTorrent?

A

A server that keeps track of which peers have which file parts.

21
Q

What is a seed in BitTorrent?

A

A peer that is uploading a file or part of a file.

22
Q

When does a user become a seed?

A

When they have downloaded even a single piece of the file.

23
Q

What is circuit switching?

A

A method where a dedicated communication path is established for the entire session.

24
Q

When is circuit switching used?

A

For real-time applications like voice or video calls.

25
What are the benefits of circuit switching?
Guaranteed order
26
What are the drawbacks of circuit switching?
Less secure
27
What is packet switching?
Breaking data into packets that travel independently through the network.
28
What is in each packet?
A header (source and destination IPs) and a payload.
29
What is the benefit of packet switching?
More efficient
30
What is the drawback of packet switching?
Packets may arrive out of order and need reassembly.
31
What happens if a packet is missing in packet switching?
A retransmission request is sent.
32
What does a router do?
Reads the packet header
33
What layer does circuit switching operate at?
Data Link Layer.
34
What layer does packet switching operate at?
Network Layer.
35
How does bandwidth use differ between circuit and packet switching?
Circuit switching uses full bandwidth; packet switching allows sharing.
36
Which is more secure: circuit or packet switching?
Packet switching