Internet Communication ( 1 ) Flashcards

1
Q

What is circuit switching?

A

Circuit switching creates a direct link between two endpoints for the duration of the transfer of data.

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

What are some disadvantages to circuit switching?

A
  • Bandwidth is wasted during the periods when no data is being sent
  • Can only connect devices that operate at the same transfer rate ( because two devices must transmit and receive data at the same rate )
  • Because switches are used to connect and disconnect circuits Electrical interference is produced, may produce corrupt or lost data if the path is already being used to transmit data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some advantages of circuit switching?

A

Exclusive connection between two devices for the duration of the communication, data packets arrive in the same order in which they are sent, making the process of reconstructing the message simpler.

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

How does electrical interference affect circuit switching?

A

• Because switches are used to connect and disconnect circuits electrical interference is produced, may produce corrupt or lost data if the path is already being used to transmit data.

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

What is packet switching?

A
  • Sending data packets across a network in which other similar communications are happening simultaneously.
  • Data that you receive arrives as a series of packets, and leaves as a series of packets
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What happens to data that is going to be transmitted?

A
  • Data that is to be transmitted across a network is broken down into more manageable chunks called packets.
  • Each packet contains: Header, payload, and checksum
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does each data packet contain?

A
  • Header
  • Payload/Data
  • Checksum/Also known as the trailer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the payload?

A

The body of data being sent

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

What is the header?

A

• Part which identifies the source and destination of the packet
Usually contains:
• Sender and recipient IP addresses
• Protocol being used with the packet
• Number of the packet in the sequence being sent
• Hop limit

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

What is the purpose of the checksum?

A

Contains error checking components that verify data received in the payload has not been corrupted on transfer
• Used to detect transmission errors by creating and attaching a hash total calculated from the data contained in the packets.
• Calculated through adding up the total number of 1s in the transmission, CRC is recalculated for each packet upon retrieval, and matched to help verify the payload data is not changed during transmission of the data
• If the totals differ, the packet is refused due to data corruption, and a new copy is requested.

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

How does the checksum/CRC check verify that data is not altered?

A
  • Creating and attaching a hash total calculated from the data contained in the packets.
  • Calculated through adding up the total number of 1s in the transmission, CRC is recalculated for each packet upon retrieval, and matched to help verify the payload data is not changed during transmission of the data
  • If the totals differ, the packet is refused due to data corruption, and a new copy is requested.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is an advantage of using data packets?

A

They increase network efficiency & reliability

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

Where might packet switching be used?

A

Networks where multiple connections of the same type are occurring simultaneously, and multiple routes to the destination exist

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

What route does a packet take?

A

Each packet takes the fastest possible route to the destination

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

What does the header contain?

A
  • Sender and recipient IP addresses
  • Protocol being used with the packet
  • Number of the packet in the sequence being sent
  • Hop limit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What happens when the packets are received?

A

Packets are reassembled in the correct order and the data is extracted

17
Q

What does packet switching rely upon?

A

Ability of packets to be sent from sender to recipient along entirely separate routes from each other

18
Q

What do routers do?

A

Forward data packets from one network to another

19
Q

How do routers forward data packets?

A
  • Each router stores data about the available routes to the destination node
  • Looks up the destination address IP in its routing table to find the best router to forward the packet to
  • Routers continue to forward the packet until it reaches its destination node
20
Q

What is a hop?

A

Each transfer between routers