7.2.11 Understand the role of data packets in transmitting over a network Flashcards

1
Q

Fill The Blank:

Data that is sent over a network (including the internet) is referred to as ……………….. where large ……………. of data re broken down into smaller …………………

A

Packets, Packets, Datagrams

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

Fill The Blank:

Once datagrams reach their final destination they are ……………….. as a single file or block of ……………………… data

A

Reassembled, Contiguous

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

State:

3 parts of a data packet

A
  • Header
  • Payload
  • Trailer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explain:

The header in a datapacket

A

Contains instructions about the data with several parts:

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

State:

The 9 parts of the header of a data packet

A
  • Originating address - IP address of sender
  • Destination address - IP Of receiver
  • Internet protocol - Defining type of packet being transmitted
  • Size of header and payload
  • Number of hops - Number of routers that the packet will pass through on its journey
  • Time to Live (TTL) - Amount of time it exists within the network before being discarded by the router
  • Flags - Used to inform the router whether the packet can be divided into datagrams
  • Checksum - Used to detect any errors during transmission
  • Packet number - Number of the packet where there is a sequence of packets
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define:

Contiguous Data

A

Data that is stored in a collection of adjacent locations

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

Define:

Time To Live (TTL)

A

Amount of time or ‘hops’ that a packet is set to exist inside a network before being discarded by the router - TTL is also used in CDNs caching and DNS caching

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

Define:

Hops

A

Refers to number of routers that a packet passes through from its source to its destination. A hop can also be counted when a packet passes through other hardware on a network such as switches, access points and repeeaters - it is dependent on what role the devices have on the network and their configuration

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

Explain:

The payload of a datapacket

A

This is the body of the data packet and contains the actual data that is being sent/received

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

Explain:

The Trailer of a datapacket

A
  • Sometimes called footer
  • used to inform the receiving device that it is the end of the packet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Expain:

What error checking is often done in the trailer/footer of a datapacket

A
  • Cyclic Redundancy Check (CRC)
  • Will add up all 1s in the payload and stores the results as a hexadecimal
  • Upon receiving the packet the device will add up the number of 1s in the payload and compare it with the hexadecimal value stored in trailer
  • When these values match it confirms there was no errors during transmission and if not the receiving devices sends a request to the sender for them to resend the packet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Explain:

Packet Switching

A

Where the data packet is divided into smaller data packets and trasmitted individually across the network as opposed to transmitting one large data packet.

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

Explain:

Why packet switching is done

A
  • Used to reduce the chances of lost packets
  • Facilitates the resending of data packets
  • Reduces transmission latency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Fill The Blank:

With packet switching, packets are not necessarily ………….. along the same path within the network which means packets arrive at the destination in no particular ………….. and the destination must ……………………… the packets into an appropriate order to be able to retrieve the original message

A

Routed, Order, Reconstruct

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

Fill The Blank:

The TCP/IP model has 4 layers whereas the OSI model has … layers

A

7

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

Fill The Blank:

The OSI model uses a vertical approach and the TCP/IP model uses a ………………… approach

A

Horizontal

17
Q

The TCP/IP model has a ……………. orientated approach but the OSI model is based on the funcionalities of the layers

A

Protocol

18
Q

The TCP/IP model combines the presentation and …………… layers into its application layer and the OSI model differentiates between ………………. and protocols

A

Session, Services

19
Q

The TCP/IP model combines the data link and …………. layers and it is called the network layer and the OSI model acts as an interaction ……………… between the network and end-user

A

Physical, Gateway

20
Q

The TCP/IP model only has ………………………….. transmission in the network layer and connection and connectionless transmission is available in the transport layer and in the OSI model, the connection and ……………………………… transmissions are provided in the network layer and it only provides connection transmission in the ……………… layer

A

Connectionless, Connectionless, Transport