PROTOCOL CONCEPTS Flashcards

1
Q

What are network protocols?

A

an established set of rules that determine how data is transmitted between different devices in the same network.

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

What do protocols define in a network?

A
  • Interface to higher layers (API)
  • Interface to peer
  • Format and order of messages
  • Actions taken on receipt of a message
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name the Protocol involved with the following services:

WWW Server, File transfer, File sharing, Internet mail, Automatic Address Configuration, Network Administration

A
WWW Server- HTTP
File transfer-FTP, TFTP
File sharing- NFS
Internet mail-STMP, IMAP
Automatic Address Configuration- DHCP
Network Administration- SNMP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe Best effort

A

Best-effort delivery describes a network service in which the network does not provide any guarantee that data is delivered or that delivery meets any quality of service. Under best-effort, network performance characteristics such as network delay and packet loss depend on the current network traffic load. When network load increases, this can lead to packet loss, retransmission, packet delay variation, and further network delay, or even session disconnect.

Best-effort can be contrasted with reliable delivery, which can maintain a defined quality of service.

There are no guarantees on:
Variable delays (jitter)- Delays should be fixed
Variable rate- No stable transmission rates
Packet losses
Duplicates
Reordering

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

Describe message encoding, Formatting and encapsulation

A

Encoding is the process of converting information into another acceptable form, for transmission. Decoding reverses this process in order to interpret the information.

A message that is sent over a computer network follows specific format rules for it to be delivered and processed.

Encapsulation is the process of enclosing one type of packet using another type of packet. Similar to putting a letter in an envelope.

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

What are the benefits of using a layered method

A
  • Assisting in protocol design since protocols at each layer have defined functions.
  • Fostering competition because products from different vendors can work together.
  • Preventing technology changes in one layer from affecting other layers.
  • Providing a common language to describe networking functions and capabilities.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the use of https?

A

hypertext transfer protocol secure, is widely used to protect the transfer of sensitive information

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

What is the use of FTP?

A

file transfer

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

What is the use of SMTP?

A

The server that holds your e-mail uses SMTP, or simple mail transfer
protocol, to exchange mail with other e-mail servers throughout the
world.

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

What is the use of TCP/IP?
(transmission control protocol/Internet
protocol)

A

Devices and computers connected to the Internet use a protocol
suite called TCP/IP to communicate with each other.

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

What is ICMP?

A
Internet Control
Message Protocol (ICMP) is used to test
connectivity and send control and error messages.
• The ping command is
part of ICMP.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is an application protocol?

A

defines the content and formatting of the requests and responses exchanged between the client and server

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

What is a Transport Protocol?

A

manages the individual conversations between web servers and web clients

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

What is the Internetwork Protocol

A

responsible for taking the formatted segments from TCP, encapsulating them into packets, assigning the appropriate addresses, and selecting the best path to the destination host.

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

What is the Network Access Protocol?

A

Network access protocols describe two primary functions, data link management and the physical transmission of data on the media.

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