Respuesta :
Answer:
The correct order of events when Telnet is being prepare are:
- Telnet data made available to the layer that is next
- TCP header added
- IP header added
- Internet header added
Explanation:
TCP/IP protocol suite is the type of protocols used in thecommunication system to run a computer. The suite has the trasmission protocol with the internent prorocol embeded in it. However, the Telnet message is the form of command or introduction that eneble you to to gain accsses to another computer.
When you prepare a Telnet message in order to send it over a network, the correct order of events are:
- The Telnet message (formatted data) is made available or presented to the next layer of the TCP/IP protocol suite.
- The transmission control protocol (TCP) header is added to the formatted data.
- The internet protocol (IP) header is added to the formatted data.
- The ethernet header is then added to the formatted data.
TCP/IP is an abbreviation used for Transmission Control Protocol/Internet Protocol. The TCP/IP protocol suite is a standard networking protocol that allows a network device to interconnect and communicate with another network device over a wired or wireless network.
Generally, the Transmission Control Protocol/Internet Protocol (TCP/IP) suite comprises four (4) main layers and these are;
I. Application layer.
II. Transport layer.
III. Internet layer.
IV. Network layer.
Telnet is a standard networking protocol which provides a command line interface (CLI) that is used to virtually access a computer and create a bidirectional text-based communication with a remote network device such as a router. When a Telnet message is being prepared to be sent over the network of a TCP/IP protocol suite, the correct order of events include the following;
- The Telnet message (formatted data) is made available or presented to the next layer of the TCP/IP protocol suite.
- The transmission control protocol (TCP) header is added to the formatted data.
- The internet protocol (IP) header is added to the formatted data.
- The ethernet header is then added to the formatted data.
Read more here: https://brainly.com/question/21344755