|
- Ethernet - Ethernet is not really called a protocol. There are also many types of ethernet. The most common ethernet which is used to control the handling of data at the lowest layer of the network model is 802.3 ethernet. 802.3 ethernet privides a means of encapsulating data frames to be sent between computers. It specifies how network data collisions are handled along with hardware addressing of network cards.
- FTP - File Transfer Protocol allows file transfer between two computers with login required. Part of the TCP/IP suite of protocols.
- HTTP - Hypertext Transfer Protocol is used to transport HTML pages from web servers to web browsers. Part of the TCP/IP suite of protocols.
- ICMP - Internet control message protocol (ICMP) provides management and error reporting to help manage the process of sending data between computers. (Management). This protocol is used to report connection status back to computers that are trying to connect other computers. For example, it may report that a destination host is not reachable. Part of the TCP/IP suite of protocols.
- IGMP - Internet Group Management Protocol used to support multicasting. IGMP messages are used by multicast routers to track group memberships on each of its networks. Part of the TCP/IP suite of protocols.
- IGP - Interior Gateway Protocol. The name used to describe the fact that each system on the internet can choose its own routing protocol. RIP and OSPF are interior gateway protocols.
- IMAP4 - Internet Mail Access Protocol version 4 is the replacement for POP3.
- IP - Internet Protocol. Except for ARP and RARP all protocols' data packets will be packaged into an IP data packet. IP provides the mechanism to use software to address and manage data packets being sent to computers. Part of the TCP/IP suite of protocols.
- IPIP tunneling - Tunneling IP packets in IP packets. Used for VPN tunneling.
- IPSec - Internet protocol security, developed by IETF, implemented at layer 3. It is a collection of security measures that address data privacy, integrity, authentication, and key management, in addition to tunneling. Does not cover key management. A VPN tunneling Protocol.
- IPX - Internetwork Packet Exchange supports the transport and network layers of the OSI network model. Provides for network addressing and routing. It provides fast, unreliable, communication with network nodes using a connection less datagram service. Part of the IPX/SPX suite of protocols.
- ISAKMP/Oakley - Internet Security Association and Key Management Protocol Authentication
- L2F - Layer2 Forwarding, works at the link layer of the OSI model. It has no encryption. It is being replaced by L2TP. A VPN tunneling Protocol.
- L2TP - Layer2 Tunneling Protocol. (RFC 2661) Combines features of L2F and PPTP and works at the link layer. No encryption or key management included in specifications. A VPN tunneling Protocol.
- LAP - Link-Access Protocol is a set of data link layer protocols that support LocalTalk (LLAP), EtherTalk (ELAP), TokenTalk (TLAP), and FDDITalk. The LAP manager determines which LAP to connect for the correct upper level protocol.
- LCP - Link Control Protocol
- LDAP - Lightweight Directory Access Protocol is a standard for directory services with additional features that enhance its capabilities being added. LDAP may allow for consolidation of directory lists to be consolidated. An LDAP server provides the directory services and other LDAP functions.
- MHS - Message Handling Service by Novell is used for mail on Netware networks.
- MIME - Multipurpose Internet Mail Extension is the protocol that defines the way files are attached to SMTP messages.
- MS-CHAP (MD4) - Uses a Microsoft version of RSA message digest 4 challenge and reply protocol. It only works on Microsoft systems and enables data encryption. Selecting this authentification method causes all data to be encrypted.
- MSP - Message Send Protocol
- MTP - Multicast Transport Protocol is a new transport layer protocol designed for reliable multicast network message transport.
- NBP - Name-binding protocol translates addresses into user friently three part names. Works at the OSI network model transport layer. Part of the AppleTalk suite of protocols.
- NBT - NetBIOS over TCP/IP refers to NetBIOS being transported by TCP/IP rather than NetBEUI defined by RFC 1002.
- NCP - NetWare Core Protocol provides for client/server interactions such as file and print sharing. It works at the application, presentation, and session levels. Part of the IPX/SPX suite of protocols.
- NetBIOS - Network Basic Input/Output allows browsing of network resources and handles basic functions of a Windows network. Two way acknowledged data transfer is used. It is a Microsoft protocol used to support Microsoft Networking. Works at the session layer. Controls the sessions between computers and maintains connections.
- NetBEUI - NetBIOS Extended User Interface. Microsoft Protocol used to support Microsoft Networking. Provides data transportation. It is not a routable transport protocol which is why NBT exists on large networks to use routable TCP protocol on large networks. This protocol may sometimes be called the NetBIOS frame (NBF) protocol. Works at the Transport and Network layers. NetBEUI - The main protocol used for networking in the windows environment. NetBIOS Extended User Interface works at the transport layer and provides data transportation. It is not a routable transport protocol.
- NFS - Network File System is a protocol that allows UNIX and Linux systems remotely mount each other's file systems. Part of the TCP/IP suite of protocols.
- NNTP - Network News Transport Protocol is used to link newsgroups for discussions on the web.
- OSI - Open Systems Interconnect. A suite of protocols developed by the International Standards Organization (ISO) which corresponds with the layers of the OSI model. These protocols provide a number of application protocols for various functions. The OSI protocol stack may be used to connect large systems. OSI is a routable transport protocol.
- OSPF - Open Shortest Path First dynamic routing protocol. A link state protocol rather than a distance vector protocol. It tests the status of its link to each of its neighbors and sends the acquired information to them.
- PAP - Password Authentification Protocol is a two way handshake protocol designed for use with PPP. Authentication Protocol Password Authentication Protocol is a plain text password used on older SLIP systems. It is not secure.
- PAP - Printer Access Protocol is a connection oriented service for managing information between workstations and printers. It is used to send print requests to printers. Part of the AppleTalk suite of protocols.
- POP3 - Post Office Protocol version 3 is used by clients to access an internet mail server to get mail. It is not a transport layer protocol.
- PPP - Point to Point Protocol is a form of serial line data encapsulation that is an improvement over SLIP which provides serial bi-directional communication. It is much like SLIP but can support AppleTalk, IPX, TCP/IP, and NetBEUI along with TCP/IP which is supported by SLIP. It can negociate connection parameters such as speed along with the ability to support PAP and CHAP user authentication.
- PPTP - Point-to-Point Tunneling Protocol (RFC 2637) works at the link layer. No encryption or key management included in specifications. A VPN tunneling Protocol
- Protocol - A set of standards sets of standards that define all operations within a network. There are various protocols that operate at various levels of the OSI network model such as transport protocols include TCP, SPX.
- RADIUS - Remote Authentication Dial-In User Service used to authenticate users dialing in remotely to servers in a organization's network.
- RARP - Reverse address resolution protocol is used to allow a computer without a local permanent data storage media to determine its IP address from its ethernet address. Part of the TCP/IP suite of protocols.
- RIP - Routing Information Protocol is used to dynamically update router tables on WANs or the internet. A distance-vector algorithm is used to calculate the best route for a packet. RFC 1058, 1388 (RIP2)
- RTMP - Routing Table Maintenance Protocol is used to update routers with information about network status and address tables. The whole address table is sent across the network. This protocol sends its information as broadcasts across the network every 10 seconds. Works at the OSI network model transport layer. Part of the AppleTalk suite of protocols.
- SAP - Service Advertising Protocol packets are used by file and print servers to periodically advertise the address of the server and the services available. It works at the application, presentation, and session levels. Part of the IPX/SPX suite of protocols.
- S/Key - A one time password system, secure against replays. RFC 2289. Authentication Protocol.
- SLIP - Serial Line Internet Protocol. This protocol places data packets into data frames in preparation for transport across network hardware media. This protocol is used for sending data across serial lines. There is no error correction, addressing or packet identification. There is no authentication or negotiation capabilities with SLIP. SLIP will only support transport of IP packets.
- SMB - Microsoft Protocol used to support Microsoft Networking by providing redirector client to server communication. Works at the presentation layer..
- SMTP - Simple Mail Transfer Protocol is used to transport mail. Simple Mail Transport Protocol is used on the internet, it is not a transport layer protocol but is an application layer protocol. Part of the TCP/IP suite of protocols.
- SNAP - Sub Network Access Protocol.
- SNMP - Simple Network Management Protocol is used to manage all types of network elements based on various data sent and received. Part of the TCP/IP suite of protocols.
- Socks - handled at the application layer.
- SPAP - Shiva PAP. Only NT RAS server supports this for clients dialing in.
- SPX - Sequenced Packet Exchange operates at the transport layer providing connection oriented communication on top of IPX. Part of the IPX/SPX suite of protocols.
- SSL - Secure sockets layer. An encryption protocol.
- TACACS - Offers authentication, accounting, and authorization. Authentication Protocol.
- TCP - A reliable connection oriented protocol used to control the management of application level services between computers. It is used for transport by some applications. Part of the TCP/IP suite of protocols.
- Telnet is used to remotely open a session on another computer. It relies on TCP for transport and is defined by RFC854.
- TFTP - Trivial File Transfer Protocol allows file transfer between two computers with no login required. It is limited, and is intended for diskless stations. Part of the TCP/IP suite of protocols.
- UDP - An unreliable connection less protocol used to control the management of application level services between computers. It is used for transport by some applications which must provide their own reliability. Part of the TCP/IP suite of protocols.
- X.25 - This is a set of protocols developed by the CCITT/ITU which specifies how to connect computer devices over a internetwork. These protocols use a great deal of error checking for use over unreliable telephone lines.
- X.400 - International Telecommunication Union standard defines transfer protocols for sending mail between mail servers.
- X.500 - This is a recommendation outlining how an organization can share objects and names on a large network. It is hierarchical similar to DNS, defining domains consisting of organizations, divisions, departments, and workgroups. The domains provide information about the users and available resources on that domain, This X.500 system is like a directory. Its recommendation comes from the International Telegraph and Telephone Consultative Committee (CCITT).
- ZIP - Zone Information Protocol is used by AppleTalk routers co create a Zone Information Table (ZIT). The ZIT has a list of zone names which are associated with network numbers. This list is displayed in the Apple System's file Chooser. Works at the OSI network model session layer. Part of the AppleTalk suite of protocols.
http://www.comptechdoc.org/independent/networking/protocol/protterms.html
0 Response to "Protocol Terms"
Post a Comment