0% found this document useful (0 votes)
369 views13 pages

CNE Micro Project Format

1. The document describes configuring and using a telnet client and server to access remote desktop applications. It provides background on telnet and how it allows users to access and control remote computers over TCP/IP networks. 2. The aims of the microproject are to identify project details, create a simple report and form, and implement common project features like configuring telnet and testing remote access. 3. The report discusses how telnet works, provides examples of telnet client software, and describes establishing an interactive TCP session between a telnet client and server to allow remote access and control of the server.

Uploaded by

Rohan Kamble
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
0% found this document useful (0 votes)
369 views13 pages

CNE Micro Project Format

1. The document describes configuring and using a telnet client and server to access remote desktop applications. It provides background on telnet and how it allows users to access and control remote computers over TCP/IP networks. 2. The aims of the microproject are to identify project details, create a simple report and form, and implement common project features like configuring telnet and testing remote access. 3. The report discusses how telnet works, provides examples of telnet client software, and describes establishing an interactive TCP session between a telnet client and server to allow remote access and control of the server.

Uploaded by

Rohan Kamble
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 13

Micro Project Report on

Configure and use telnet client


server and work with remote
desktop application

Academic Year: 2021-22 Institute Code: 0563 Program: Information Technology


Semester: FOURTH Course: COMPUTER NETWORK Course Code: 22417

Maharashtra State Board of Technical Education, Mumbai


(Autonomous)(ISO-9001-2008) (ISO/IEC 27001:20013)
Maharashtra State Board of Technical Education,

Mumbai CERTIFICATE

This is to certify that,


Roll No Student Name Seat No Enrollment No
34 Shubhangi Helkar 2005630210
35 Vinaya Kini 2005630211
35 Rohan Kamble 2005630212

Of Fourth Semester of Diploma in Information Technology of Institute Pravin


Patil College of Diploma Engineering and Technology, Bhayander(E)(Code:
0563) has completed the Micro Project Title satisfactorily in subject
COMPUTER NETWORK (22417) for the academic year 2021–2022 as
prescribed in the curriculum.

Place: Bhayander (E)


Date:

Subject Teacher H.O.D Principal


MRS. BHUMIKA PATIL. MRS. PRACHI MRS. R. B. PATIL.
KALPANDE.
PART A
Micro Project Proposal
Configure and use telnet client server and work with
remote desktop application
1.0 Brief Introduction:
Telnet is a network protocol used to virtually access a computer and to provide a two-
way, collaborative and text-based communication channel between two machines.

It follows a user command Transmission Control Protocol/Internet Protocol

(TCP/IP) networking protocol for creating remote sessions. On the web,

Hypertext Transfer Protocol (HTTP) and File Transfer Protocol (FTP) simply enable
users to request specific files from remote computers, while, through Telnet, users
can log on as a regular user with the privileges they are granted to the specific
applications and data on the computer.Telnet is an application protocol used on the
Internet or local area network to provide a bidirectional
interactive text-oriented communication facility using a virtual terminal connection.
User data is interspersed in-band with Telnet control information in an 8-bit byte
oriented data connection over the Transmission Control Protocol (TCP).

Telnet was developed in 1969 beginning with RFC 15, extended in RFC 855, and
standardized as Internet Engineering Task Force (IETF) Internet Standard STD 8, one
of the first Internet standards. The name stands for "teletype
network".
2.0 Aim of the Micro-Project:

1. Identify the information of project


2. Create simple report and form
3. Identify & implement common features of project

Action Plan:

Sr. Details of Activity Planned Start Planned Finish


No Date Date
1 Discussion and finalization of
topic
2 Preparation and submission of
Abstract
3 Create a program or Prepare a
case study
4 Create an output or case study
5 Decide scope
6 Testing or proof read
7 Viva
8 Final submission of Micro
Project

Resources Required
Sr. No Name of Specifications Qty Remarks
Resource/Material

1 MS WORD For Documentation

2
PART B
Micro Project Report
Configure and use telnet client server and work with
remote desktop application

Brief Introduction:

Telnet is a network protocol used to virtually access a computer and to provide a two-
way, collaborative and text-based communication channel between two machines.

It follows a user command Transmission Control Protocol/Internet Protocol

(TCP/IP) networking protocol for creating remote sessions. On the web,

Hypertext Transfer Protocol (HTTP) and File Transfer Protocol (FTP) simply enable
users to request specific files from remote computers, while, through Telnet, users
can log on as a regular user with the privileges they are granted to the specific
applications and data on that computer.

Uses of Telnet

● PuTTY and plink: CLI, which is free and provides SSH,rlogin, Telnet,

and raw TCP client for Unix, Linux, and windows.

● Line Mode Browser

● Van Dyke Softwares SecureCRT

● Georgia SoftWorks GSW ConnectBot.

● ZOC Terminal

● SyncTERM BBS terminal: A program that supports SSHv2, RLogin, Telnet,


Serial, *nix, Windows and Mac OS X platforms and other BBS terminal

emulations

● NetRunner BBS telnet client: used mainly for ANSI-BBS. SDL2 oriented

emulation engine is employed to offer largely accurate and

transparent emulation

● Advantages

● It makes itself available for many different operating systems.

● It permits the school network to test access from a device to

specific ports on an external server.

● Configuration elements of networking hardware can be achieved using it.

● Accessing Remote Computers: the greatest advantages of this

software is so as to its consent to remote access to a different

computer.

● It helps save a large amount of time, connectivity establishment, and

task accomplishment on different computers very instantly.

● Router configuration: problem fixing is very much easy here since it

uses plain text for transfer. Hence data transmission is accomplished

with more access and less amount of transfer.

Telnet and client server Work

Telnet originally was used on terminals. These computers require only a


keyboard because everything on the screen displays as text. The terminal
provides a way to remotely log on to another device, just as if you were sitting in
front of it and using it like any other computer.Telnet commands can also be
executed on other operating systems, such as Linux and macOS, in the same way
that they're executed in Windows.

Telnet isn't the same as other TCP/IP protocols such as HTTP, which transfers files
to and from a server. Instead, the Telnet protocol has you log on to a server as if
you were an actual user, then grants you direct control and all the same rights to
files and applications as the user that you're logged in as.

Telnet client server data

All data octets except 0xff are transmitted over Telnet as is. (0xff, or 255 in decimal, is
the IAC byte (Interpret As Command) which signals that the next byte is a telnet
command. The command to insert 0xff into the stream is 0xff, so 0xff must be escaped
by doubling it when sending data over the telnet protocol.)

Telnet client applications can establish an interactive TCP session to a port other than
the Telnet server port. Connections to such ports do not use IAC and all octets are sent
to the server without interpretation. For example, a command line telnet client could
make an HTTP request to a web server on TCP port 80
Aim of the Micro-Project:

1. Identify the information of project


2. Create simple report and form
3. Identify & implement common features of project

Course Outcomes Integrated :

a. Use basic concepts of networking for setting-


up computer networks.

b. Set Up a computer network for specific requirements.


c. Configure basic network services.
d. Configure the different TCP/IP services.
e. Implement subnetting for improved network address

management.

Actual Procedure Followed:


Conclusion :

It (TN) strongly places itself as a networking protocol alongside a software

program that allows accessing remote terminals and computers through

internet systems. A flexible and scalable platform and considered to be

holding its existence for long more years.

References:

https://www.educba.com/what-is-telnet/

https://en.wikipedia.org/wiki/Telnet
Annexure–IV

Micro Project Evaluation Sheet


Name of Student : Shubhangi Helkar Enrollment No :2005630210
Name of Programme : Information Technology Semester : Fourth Course
Title : Computer Network Code : 22417 Title of
Micro-Project : Configure and use telnet client server and work with remote
desktop application

Course Outcome Achieved:


A. Use basic concepts of networking for setting-up computer networks.
B. Set Up a computer network for specific requirements.
C. Configure basic network services.
D. Configure the different TCI/IP services.
E. Implement subnetting for improved network address management.
Sr. Characteristics to be assessed Poor Sub
No Average Total
Good
Excellent
(1-3)
(4-5)
(6-8)
(9-10)

(A) Process and Product Assessment (Convert above total marks out of 6 Marks)

1 Discussion and finalization


of topic
2 Preparation and submission
of Abstract
3 Create a program or
Prepare a case study

4 Create an output or case study

5 Decide scope

6 Testing or proof read

(B) Individual Presentation / Viva (Convert above total marks out of 4

Marks) 7 Presentation

8 Viva

(A) Process and Product Assessment


(B) Individual Presentation / Viva
Total
(6 Marks)
(4 Marks)
Marks (10)

Comments / Suggestions about team work / leadership / inter-personal communication (if any)

Name and Designation of Teacher: MRS. BHUMIKA PATIL Signature:


Annexure–IV
Micro Project Evaluation Sheet

Name of Student : Vinaya kini Enrollment No : 2005630211 Name


of Programme : Information Technology Semester : Fourth Course Title :
Computer Network Code : 22417 Title of Micro-Project
:Configure and use telnet client server and work with remote desktop
application

Course Outcome Achieved:

F. Use basic concepts of networking for setting-up computer networks.


G. Set Up a computer network for specific requirements.
H. Configure basic network services.
I. Configure the different TCI/IP services.
J. Implement subnetting for improved network address management.
Sr. Characteristics to be assessed Poor Sub
No Average Total
Good
Excellent
(1-3)
(4-5)
(6-8)
(9-10)

(A) Process and Product Assessment (Convert above total marks out of 6 Marks)

1 Discussion and finalization


of topic
2 Preparation and submission
of Abstract
3 Create a program or
Prepare a case study

4 Create an output or case study

5 Decide scope

6 Testing or proof read

(B) Individual Presentation / Viva (Convert above total marks out of 4

Marks) 7 Presentation

8 Viva
(A) Process and Product Assessment
(B) Individual Presentation / Viva
Total
(6 Marks)
(4 Marks)
Marks (10)

Comments / Suggestions about team work / leadership / inter-personal communication (if any)

Name and Designation of Teacher: MRS. BHUMIKA PATIL Signature:


Annexure–IV
Micro Project Evaluation Sheet

Name of Student : Rohan Kamble Enrollment No : 2005630212


Name of Programme : Information Technology Semester : Fourth Course
Title : Computer Network Code : 22417 Title of
Micro-Project : Configure and use telnet client server and work with remote
desktop application

Course Outcome Achieved:


K. Use basic concepts of networking for setting-up computer networks.
L. Set Up a computer network for specific requirements.
M. Configure basic network services.
N. Configure the different TCI/IP services.
O. Implement subnetting for improved network address management.
Sr. Characteristics to be assessed Poor Sub
No Average Total
Good
Excellent
(1-3)
(4-5)
(6-8)
(9-10)

(A) Process and Product Assessment (Convert above total marks out of 6 Marks)

1 Discussion and finalization


of topic
2 Preparation and submission
of Abstract
3 Create a program or
Prepare a case study

4 Create an output or case study

5 Decide scope

6 Testing or proof read

(B) Individual Presentation / Viva (Convert above total marks out of 4

Marks) 7 Presentation

8 Viva
(A) Process and Product Assessment
(B) Individual Presentation / Viva
Total
(6 Marks)
(4 Marks)
Marks (10)

Comments / Suggestions about team work / leadership / inter-personal communication (if any)

Name and Designation of Teacher: MRS. BHUMIKA PATIL Signature:

You might also like