Function Of Networking Protocols,Dns Concepts,Network Troubleshooting & Virtual Network Components
1.6 Explain the function of common networking protocols.
-
TCP/IP is the protocol, which is used by all internet applications such as WWW, FTP, Telnet etc. IPX/SPX is proprietary protocol stack of Novell NetWare.
-
UDP (User Datagram Protocol): UDP is a thin protocol. UDP is a connectionless protocol. It doesn't contact the destination before sending the packet and doesn't care whether the packet is reached at the destination.
-
Telnet is used for terminal emulation that runs programs remotely. Telnet uses TCP/IP protocol. Telnet requires a username and password to access. It is client-server protocol
-
FTP (File Transfer Protocol) is a connection oriented protocol. It uses TCP/IP for file transfer. It is client-server protocol
-
TFTP (Trivial File Transfer Protocol) that uses UDP (Connectionless protocol).
-
SNMP is part of TCP/IP protocol suite. It allows you to monitor and manage a network from a centralized place by using SNMP Manager software. The systems or devices that provide the responses are called agents (or MIBs). An SNMP agent is any computer running SNMP agent software. MIB stands for Management Information Base. It is part of SNMP agent database. A MIB records and stores information abut the host it is running on. An SNMP manager can request and collect information from an agent's MIB. Routers are typical MIB agents. SNMP agent generates "trap" messages that are then sent to an SNMP management console, which is a trap destination.
-
https is the protocol used for accessing the World Wide Web services. https operates over TCP/IP. 15. TCP: TCP is a full-duplex, connection-oriented protocol. It incorporates error checking as well.