Networks Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

what are packets?

A

Packets are segments of data.

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

what are the 3 main things a packet contains?

A

Header
Payload
Trailer

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

What are the things that are present in the header of a packet?

A

○ Sender and recipient IP addresses
○ Protocol being used
○ Order of the packets
○ Time To Live / Hop Limit

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

What is the purpose of having a sender and recipient IP addresses in the header ?

A

The sender and the recipient’s IP addresses act like a postcode,
allowing the packet to be delivered to the correct destination and
enabling the recipient device to trace where the packet came from

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

What is the purpose of having a protocol in the header?

A

The protocol allows the recipient computer to understand how to interpret the packet.

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

What is the purpose of having an order of packets space in the header?

A

Upon arriving at the recipient device, packets are reconstructed in the appropriate order as specified in the header

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

What is the purpose of having an TTL / Hop Limit ?

A

The Time To Live (TTL), tells the packet when to expire so that it does
not travel forever.

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

What does a payload contain?

A

A payload contains raw data to be transmitted

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

What does a trailer contains?

A

Trailer contains checksum, or cyclic redundancy check that is used to detect whether any errors have
occurred during transmission.

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

There are two techniques using which networks exchange data:

A

circuit switching and
packet switching

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

Describe how and what packet switching is and works.

A

Packet switching is a method of communication in which data is communicated using packets across a network. In this method of communication, packets are sent across the most efficient route, which can vary for each packet.

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

What are the advantages of using packet switching

A

Multiple methods to ensure data arrives intact eg. checksums and cyclic redundancy checks.

Multiple routes can be used between devices, so if one path breaks, another can be used.

Packets can be transferred over very large networks to allow communication globally.

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

What are the disadvantages of using packet switching

A

Time is spent deconstructing and reconstructing the data packets

Must wait for all packets to arrive before data can be received.

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

Describe what and how circuit switching is and works.

A

Circuit switching is a method of communication where a direct link is created between two
devices. This direct link is maintained for the duration of the entire conversation between
devices. Circuit switching requires the two devices to transfer and receive data at the
same rate.

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

What are the advantages of using circuit switching

A

Data arrives in a logical order which results in a quicker reconstruction of the data.

Enables two users to hold a call without delay in speech.

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

What are the disadvantages of using circuit switching

A

Bandwidth is wasted during periods of time in which no data is being sent.

Devices must transfer and receive data at the same rate.

Using switches means electrical interference may be produced which can corrupt or destroy data.

Ties up sections of the network which cannot be used by others data until transmission has been completed.

17
Q

what does TCP/IP stands for

A

Transmission Control Protocol/Internet Protocol

18
Q

What is TCP/IP stack

A

a set of networking protocols that work together as four connected layers

19
Q

The 4 connected layers in a TCP/IP stack are

A

Application Layer
Transport Layer
Network Layer
Link Layer

20
Q

What is layering

A

it is the process of breaking a complex process into several processes or layers in a particular order.

21
Q

Describe the nature of the application layer

A

sits at the top of the stack and uses protocols relating to the application being used to transmit data over a network.

22
Q

Describe the nature of the transport layer

A

This uses the TCP to establish an end to end connection with the recipient computer.
Data split into packets and labelled with packet number and port number.
If any packets from the collection are missing the transport layer requests that part of the packet again.