14.1 Protocols Flashcards

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

Why is a protocol essential for

communication between computers?

A
  • Protocol represents the agreed rules for communication between two systems.
  • Includes mode of connection, packet size, compression mode, etc.
  • Without these rules, it is not possible to ensure successful communication.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

State the four-layer structure for TCP/IP protocols.

A

Application
Transport
Internet/Network
Link layer

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

Purpose and function of the Application layer.

A

Contains all the programs that exchange data, such as web browsers or server software and sends files to the transport layer.

This layer allows applications to access services in other layers and defines the protocols that any app uses for the exchange of data.

HTTP/SMTP/POP3/FTP/IMAP

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

Purpose and function of the Transport layer.

A

Transport layer regulates the network connections, ensuring the packets arrive in sequence, without errors, by retransmitting packets if they become lost or corrupted.

eg TCP

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

Purpose and function of the Internet layer.

A

Identifies the intended network and host. eg IP (internet protocols)

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

Purpose and function of the link layer.

A

Identifies and moves traffic across local segments, encapsulates IP packets into frames for transmission, maps IP addresses to mac addresses, and ensures correct protocols are followed.

eg Ethernet, WiFi, Bluetooth

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

State the steps which take place when the TCP/IP is used to send a message to a node on a different LAN.

A
  • Message is split into packets.
  • Each packet is given a header, including destination IP, file size
  • Packets forwarded from one LAN to the other LAN
  • Packets may take different routes, then reassembled at the destination.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Function of the TCP protocol.

A

1) Allows applications to exchange data
2) Establishes and maintains connection until data exchange is completed.
3) Reassembles packages into the correct order.

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

Function of the IP Protocol.

A

1) Routes the packets around the network

2) Adds the source/destination address to the header of each packet.

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

Describe TCP/IP protocol suite.

A
  • A layered stack with 4 layers.
  • Uses a set of protocols for transmission of data.
  • ATIL.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Explain how Bittorrent works?

A
  • BitTorrent client software made available.
  • File is split into small pieces.
  • A computer joins the swarm by downloading the torrent descriptor file.
  • Once the computer has a piece of the file it can become a seed and upload that piece to other members of the swarm.
  • A leech refers to a seed that does more downloading than uploading.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a tracker?

A

Central server that has data on peers uploading/downloading files.

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

What is a seed?

A

peer computer that is uploading downloaded content.

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

What is a swarm?

A

All connected peer computers that have part of the file to be downloaded.

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