Lesson 3 Flashcards
Application Layer
Layer 7 of the OSI Model and the top layer of the TCP/IP Model. Protocols such as DNS, DHCP, and SMTP operate on the Application layer. Proxy servers and advanced firewalls operate on the Application layer.
Data Link layer
Layer 2 of the OSI Model. It has two sublayers: Logical Link Control (LLC) and Media Access Control (MAC).
File Transfer Protocol (FTP)
A protocol used to transfer files over the Internet using TCP. Many operating systems such as Windows 7 include an FTP command-line tool. FTP uses ports 20 and 21.
Hypertext Transfer Protocol (HTTP)
The primary protocol used to transfer web pages and web elements such as pictures and audio files over the Internet. HTTP commonly transfers HTML files that are displayed in web browsers. HTTP uses port 80. HTTPS is a secure version of HTTP using port 443.
Internet Group Management Protocol (IGMP)
A protocol used to multicast data to a group of computers. This is in contrast to unicast, which sends data from one computer to one computer, and broadcast, which sends data from one computer to all other computers in a subnet.
Internet layer
One of the layers on the TCP/IP Model that maps to the Network layer of the OSI Model. Routers operate on this layer.
Internet Message Access Protocol (IMAP)
A mail protocol used to store email messages and download them to clients when requested. Users can view email message headers and choose whether to download the email messages or not. This differs from POP servers which download the messages as soon as the client connects. Clients use SMTP to send email. IMAP4 uses port 143.
Internet Protocol (IP)
IP is a logical addressing scheme used with networking. IPv4 has been around since the 1980s, and IPv6 is the newer version. Both are currently being used on the Internet and in internal networks. Eventually, IPv6 will replace IPv4.
Internet Protocol Security (IPSec)
An encryption protocol that includes an Authentication Header (AH) for authentication and Encapsulating Security Payload (ESP) for encryption. IPSec is used with L2TP/IPSec for VPNs.
Internet Control Message Protocol (ICMP)
A protocol used to carry error messages and messages about the availability of services. Troubleshooting tools such as Ping, PathPing, and tracert use ICMP. ICMP uses IP directly and doesn’t use either TCP or UDP.
ipconfig
A command-line tool that can display TCP/IP configuration information for a system. It can also change some of the configuration settings.
Layer 2 Tunneling Protocol (L2TP)
A tunneling protocol used for VPNs. L2TP is commonly used with IPSec (as L2TP/IPSec) when used in a VPN. L2TP uses port 1723.
Layer 3 switch
An advanced switch that can operate on layer 3 similar to a router. Layer 3 switches function just like a router but perform routing using internal hardware instead of software.
Lightweight Directory Access Protocol (LDAP)
A protocol used to query directories such as Microsoft’s Active Directory Domain Services. LDAP uses port 389. LDAP can be secured with either SSL or TLS. Secure LDAP uses port 636.
Link aggregation control protocol (LACP)
LACP is defined by IEEE 802.3ax and is responsible for allowing bundled links on switches to linked devices. Bundled links allows higher throughput between devices.