Data Packets and Encryption Flashcards

1
Q

What are Data Packets?

A

Data packets in networking is a small segment of a larger message. Data sent over computer networks, such as the internet, is divided into packets. These are used to send data across the internet.

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

What is the Packet Number?

A

This number is used if the data reaches the destination out of sequence, the data can be reconstructed in the correct order.

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

What is the Destination IP address?

A

The IP address of the receiving device.

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

What is the Source IP address?

A

The IP address of the sending device.

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

What does Protocol do?

A

Specifies how the data should be treated and handled.

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

What is the Payload?

A

The actual data that needs to be transferred.

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

What is the Error Check?

A

Checks for errors in the data, and will automatically correct them if possible.

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

What is the End of Packet?

A

Signals that this is the end of the packet, so that the packet may be processed by the receiving device.

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

What is Circuit Switching?

A

Method of transferring data, where an initial connection is established for the transmission of all packets.

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

What is Packet Switching?

A

Method of transferring data, where each packet finds its own optimal route to its destination.

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

Advantages and Disadvantages of Circuit Switching.

A

Advantages:
Decreases the delay the user experiences.
Packets delivered in correct order.
Steady bandwidth during calls.

Disadvantages:
Great for only voice communication
Doesn’t use resources efficiently.
Higher cost.

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

Advantages and Disadvantages of Packet Switching.

A

Advantages:
More Efficient than Circuit Switching.
Able to find destination without dedicated channel.
Reduce loss of packets as you can resend.
Disadvantages:
Can lose data packets during high-traffic times.

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

What is Asymmetric Encryption?

A

This is the process of using public key from a public/private key pair to encrypt plaintext, and then using the corresponding private key to decrypt the ciphertext.

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

What is Symmetric Encryption?

A

This method of encryption only used one key to encrypt and decrypt.

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