| Protocol | A defined communication format that contains the control procedures required to facilitate data transfer across the link interfaces, and to and from the user's application programs. A set of rules that specify how data communication is to take place over a network. These rules govern the format, timing, sequencing and error control of exchanged data. |
| Communication Protocol | A standard, specified software interface for communication between computers. |
| FTP | (File Transfer Protocol) is supported on TCP/IP. ) This protocol allows the transfer or files or images between workstations and servers. A very common method of moving files between two Internet sites over a network or phone line. FTP is a special way to login to another Internet site for the purposes of retrieving and/or sending files. There are many Internet sites that have established publicly accessible repositories of material that can be obtained using FTP, by logging in using the account name anonymous, thus these sites are called anonymous ftp servers. |
| HTTP | (HyperText Transfer Protocol) The protocol for moving hypertext files across the Internet. Requires a HTTP client program on one end, and an HTTP server program on the other end. HTTP is the most important protocol used in the World Wide Web. |
| IP | Internet Protocol. The transport layer protocol used as a basis of the Internet. IP enables information to be routed from one network to another in packets which are reassembled when they reach their destination. |
| IP Number / IP Address | (Internet Protocol Number/Address). Sometimes called a dotted quad. A four-part number separated by periods (dots), For example, 165.113.245.2, that uniquely identifies a machine on the Internet. Every machine on the Internet has a unique IP number; 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. |
| NNTP | (Network News Transfer Protocol). A protocol defined for distribution, inquiry, retrieval, and posting of news articles. |
| POP | (Point of Presence, also Post Office Protocol) are two commonly used meanings. A Point of Presence usually means a city or location where a network can be connected to, often with dial up phone lines. So if an Internet company says they will soon have a POP in Belgrade, it means that they will soon have a local phone number in Belgrade and/or a place where leased lines can connect to their network. A second meaning, Post Office Protocol refers to the way e-mail software such as Eudora gets mail from a mail server. When you obtain a SLIP, PPP, or shell account you almost always get a POP account with it, and it is this POP account that you tell your e-mail software to use to get your mail. |
| PPP | (Point to Point Protocol). Most well known as a protocol that allows a computer to use a regular telephone line and a modem to make TCP/IP connections and thus be really and truly on the Internet. . Without PPP, the user must dial into a host through a terminal session. Similar to SLIP. |
| Security Certificate | A chunk of information (often stored as a text file) that is used by the SSL protocol to establish a secure connection.
Security Certificates contain information about who it belongs to, who it was issued by, a unique serial number or other unique identification, valid dates, and an encrypted “fingerprint” that can be used to verify the contents of the certificate.
In order for an SSL connection to be created both sides must have a valid Security Certificate. |
| SLIP | (Serial Line Internet Protocol). A standard for using a regular telephone line (a serial line) and a modem to connect a computer as a real Internet site. SLIP is gradually being replaced by PPP. |
| SLIP | (Serial Line Interface Protocol). A software scheme for connecting a computer to the Internet. |
| SMTP | (Simple Mail Transfer Protocol). The main protocol used to send electronic mail on the Internet. SMTP consists of a set of rules for how a program sending mail and a program receiving mail should interact. Almost all Internet email is sent and received by clients and servers using SMTP, thus if one wanted to set up an email server on the Internet one would look for email server software that supports SMTP. |
| SNMP | (Simple Network Management Protocol). A set of standards for communication with devices connected to a TCP/IP network. Examples of these devices include routers, hubs, and switches. A device is said to be “SNMP compatible” if it can be monitored and/or controlled using SNMP messages. SNMP messages are known as “PDU’s” - Protocol Data Units. Devices that are SNMP compatible contain SNMP “agent” software to receive, send, and act upon SNMP messages. Software for managing devices via SNMP are available for every kind of commonly used computer and are often bundled along with the device they are designed to manage. Some SNMP software is designed to handle a wide variety of devices. |
| SSL | (Secure Sockets Layer). A protocol designed by Netscape Communications to enable encrypted, authenticated communications across the Internet. SSL used mostly (but not exclusively) in communications between web browsers and web servers. URL’s that begin with “https” indicate that an SSL connection will be used. SSL provides 3 important things: Privacy, Authentication, and Message Integrity. In an SSL connection each side of the connection must have a Security Certificate, which each side’s software sends to the other. Each side then encrypts what it sends using information from both its own and the other side’s Certificate, ensuring that only the intended recipient can de-crypt it, and that the other side can be sure the data came from the place it claims to have come from, and that the message has not been tampered with. |
| TCP/IP | (Transmission Control Protocol/Internet Protocol). This is the suite of protocols that defines the Internet. Originally designed for the UNIX operating system, TCP/IP software is now available for every major kind of computer operating system. To be truly on the Internet, your computer must have TCP/IP software. |
| UDP | (User Datagram Protocol). One of the protocols for data transfer that is part of the TCP/IP suite of protocols. UDP is a “stateless” protocol in that UDP makes no provision for acknowledgement of packets received. |