Purchase Solution

TELNET modes

Not what you're looking for?

Ask Custom Question

The following questions is related to TELNET. A user types cp file1 file2. What is the minimum number of TCP segments exchanged if the transfer uses the following mode. Explain your answer.

i. default mode
ii. character mode
iii. line mode.

Purchase this Solution

Solution Summary

TELNET modes are highlighted in the solution.

Solution Preview

ii. character mode:

"In character-at-a-time mode, most text typed is immediately sent to the remote host for processing." This means the number of TCP segments is equal to the number of characters in the command. The command "cp file1 file2" has 15 characters (including white space and ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic Networking Questions

This quiz consists of some basic networking questions.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.