"Computer Networks" Category Archive

Windows Telnet Commands and Tutorial

Telnet is a network protocol used on the Internet  or local area networks to provide a bidirectional interactive text-oriented communications facility using a virtual terminal connection. User data is interspersed in-band with its control information in an 8-bit byte oriented data connection over the Transmission Control Protocol (TCP). Historically, Telnet provided access to a command-line [...]

Windows XP Remote Desktop Connection Tutorial

When you want to do remote desktop from your Windows based machine to another Windows based machine, you might not need to use third party tool. Windows already provided you with its built-in tool called Remote Desktop Connection. Just like other remote desktop tool,  has all basic features for remote purposes. It is very useful [...]

How To Set Static IP Address in Windows XP

When you were connected to a LAN or WLAN, your machine (PC, notebook, etc) will have a unique IP address. This IP address is used to enable your machine to communicate with other machines in your network. IP address is an ID of your machine that distinguish between your machine and the others in the [...]

Remote Shutdown Windows Computer On LAN

In Microsoft Windows operating system, we have a powerful tool called Command Prompt (cmd). Cmd is very useful for doing many tasks. One of those tasks is remote shutdown. Remote shutdown is a feature that enable Windows users to shutdown a computer remotely in Local Area Network (LAN). This is very useful for helping network [...]

TCP IP Application Layer

Application layer of TCP/IP model is a layer that provides the interface between the applications we use to communicate and the underlying network over which our messages are transmitted. Application layer protocols are used to exchange data between programs run in the source host to destination hosts. This layer represents activities of information exchange between [...]