CH17 Flashcards

(22 cards)

1
Q

give 2 benefits and 2 drawbacks of packet switching (4)

A

benefit 1: accuracy - ensures accurate delivery of message

benefit 2: completeness - missing packets can be easily detected and a re-send request sent so the message arrives complete.

drawback 1: requires complex protocols for delivery

drawback 2: network problems may introduce errors in packets

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

explain how packet switching is used to transfer messages across the internet (5)

A
  1. a large message is divided into a group of smaller chunks of the same size called packets.

2.the packet has a header + payload.

  1. the header contains a source IP address, destination IP address and sequence number.

4.each packet is dispatched independently

5.the packets may arrive out of order

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

outline the function of a router in packet switching (3)

A
  1. the touter examines the packet’s header

2.a router has access to a routing table

  1. which contains information about the gateway used
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

state what is circuit switching and state 1 advantage and 1 disadvantage

A

circuit switching is a dedicated circuit where all the data is transferred over the same route

advantage: data arrives in order so no need to reassemble

disadvantage: less secure since only 1 router is used

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

state what is packet switching and give 1 advantage and 1 disadvantage

A

packet switching is when data is split into packets and each packet is given it’s own route

advantage: more secure as harder to intercept messages

disadvantage: time taken to reassemble the packet at destination (since they arrive out of order)

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

state the function of the HTTPS protocol

A

for sending receiving web pages

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

state the function of the IMAP protocol

A

for downloading emails

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

state the function of the Transport layer

A

handles packets

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

state the function of the internet layer

A

provides optimal routes for data

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

state in depth the function of the transport layer (3)

A
  1. breaks down data into manageable packets
  2. adds a packet header
  3. controls the flow of packets
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

state in depth the function of the internet layer (3)

A
  1. it identifies the intended network and host
  2. transmits packets to the data link layer
  3. it routes the packets independently through the optimum route
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

explain why a protocol is used ion communication between computers (2)

A

protocols set a standard for communication.

they enable communications between devices from different manufactureres

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

state the names of the TCP/IP protocol stack in order

A
  1. Application layer
  2. Transport layer
  3. Network layer
  4. Link layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Describe the purpose of the IMAP protocol (2)

A

its used by email clients to retrieve email messages from a mail server

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

give 2 benefits and 2 drawbacks of circuit switching (4)

A

benefit 1: whole bandwidth is available

benefit 2: Data arrives in the same order as it was sent

drawback 1: No alternative route in case of failure

drawback 2: the bandwidth can’t be shared

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

state 2 examples of where it would be appropriate to use packet switching (2)

A

packet switching is used when it isn’t necessary to use all the bandwidth. E.g: email

17
Q

give 4 differences between circuit switching and packet switching

A
  1. in circuit, data is received in the same order to was sent, while in packet, the data may arrive out of order
  2. circuit is a simpler process than packet

3.in circuit the whole bandwidth of the channel is used, while in packet switching it can share bandwidth

  1. data in packet switching is split into packets, in circuit switching message remains intact
18
Q

what does BitTorrent provide

A

peer-to-peer file sharing

19
Q

what’s the purpose of SMTP

A

its used when sending email messages towards the intended destination

20
Q

what’s the purpose of IMAP

A

its used when retrieving email messages from a mail server over a TCP/IP connection

21
Q

outline the purpose of the Link Layer in TCP/IP protocol suite (2)

A

to ensure network protocols are followed, and enables connection with the internet

22
Q

explain the purpose and function of the Application layer in the TCP/IP protocol suite (3)

A

it interacts directly with user and its used by web browsers