cavsi

cavsi, Miami, Florida What is Telnet?

905 views | categories Networking | Print Print | Email Email | Tags:

Telnet is a user command and an underlying TCP/IP protocol for accessing remote computers. Through Telnet, an administrator or another user can access someone else's computer remotely. On the Web, HTTP and FTP protocols allow you to request specific files from remote computers, but not to actually be logged on as a user of that computer. With Telnet, you log on as a regular user with whatever privileges you may have been granted to the specific application and data on that computer.

Telnet clients are available for all major operating systems....

cavsi, Miami, Florida What is IP Address?

1,018 views | categories Internet, Networking | Print Print | Email Email | Tags:

An IP address short for Internet Protocol address is a unique number consisting of 4 parts separated by dots, e.g. 165.113.245.2

Every machine that is on the Internet has a unique IP address. If a machine does not have an IP number, it is not really on the Internet. Most machines also have one or more Domain Names that are easier for people to remember. ...

cavsi, Miami, Florida What is HTML?

1,105 views | categories Internet, Networking | Print Print | Email Email | Tags:

Hypertext Markup Language. A standardized language of computer code, imbedded in “source” documents behind all Web documents, containing the textual content, images, links to other documents (and possibly other applications such as sound or motion), and formatting instructions for display on the screen. When you view a Web page, you are looking at the product of this code working behind the scenes in conjunction with your browser. Browsers are programmed to interpret HTML for display.

HTML often imbeds within it other programming languages and applications such as SGML, XML, Javascript, CGI-script and more. It is possible to deliver or access and execute virtually any program via the WWW. ...

cavsi, Miami, Florida What is FTP?

863 views | categories Internet, Networking | Print Print | Email Email | Tags:

Short for File Transfer Protocol, the protocol for exchanging files over the Internet. FTP works in the same way as HTTP for transferring Web pages from a server to a user's browser and SMTP for transferring electronic mail across the Internet in that, like these technologies, FTP uses the Internet's TCP/IP protocols to enable data transfer.

There are two computers involved in an FTP transfer: a server and a client. The FTP server, running FTP server software, listens on the network for connection requests from other computers. The client computer, running FTP client software, initiates a connection to the server. Once connected, the client can do a number of file manipulation operations such as uploading files to the server, download files from the server, rename or delete files on the server and so on. Any software company or individual programmer is able to create FTP server or client software because the protocol is an open standard. Virtually every computer platform supports the FTP protocol. This allows any computer connected to a TCP/IP based network to manipulate files on another computer on that network regardless of which operating systems are involved (if the computers permit FTP access). There are many existing FTP client and server programs. FTP servers can be set up anywhere between game servers, voice servers, internet hosts, and other physical servers....