Network+ Chapter 6 Flashcards
Introduction to the Internet Protocol
What does File Transfer Protocol (FTP) do and what are it’s corresponding port number(s)?
It lets you transfer files across an IP network. 20,21
What does Secure File Transfer Protocol (SFTP) do and what are it’s corresponding port number(s)?
It lets you transfer files across an encrypted connection. 22
What does Simple Mail Transfer Protocol (SMTP) do and what are it’s corresponding port number(s)?
It lets you to send mail over an IP network. 25
What does Post Office Protocol (POP) do and what are it’s corresponding port number(s)?
It gives you a storage facility for your incoming mail over the IP network. 110
What does Remote Desktop Protocol (RDP) do and what are it’s corresponding port number(s)?
It allows you to connect to another computer remotely and run programs. 3389
What does Transport Layer Security (TLS) do and what are it’s corresponding port number(s)?
It’s a cryptographic protocol that allow for enabling secure online data-transfer activities. 995
What does Dynamic Host Configuration Protocol (DHCP) do and what are it’s corresponding port number(s)?
It assigns an IP address to hosts with information provided by a server. 67,68
What is some information you can find on a DHCP server?
IP address, Subnet mask, Domain name, Default gateway, DNS, Windows Internet Naming Service (WINS) information
What does Transmission Control Protocol (TCP) do?
This protocol takes large blocks of information from an application and breaks them down into segments. This is a connection-oriented protocol.
What does User Datagram Protocol (UDP) do?
This protocol transports information that doesn’t require reliable delivery. This is a connectionless protocol.
What does Internet Control Message Protocol (ICMP) do?
This is a management protocol and messaging service provider. They can provide hosts with information about network problems. They are encapsulated within IP datagrams.
What programs are used to verify address configurations in your network?
Ping and Traceroute
What does Address Resolution Protocol (ARP) do?
It finds the hardware address of a host from a known IP address.
What does Reverse Address Resoluton Protocol (RARP) do?
This protocol discovers the identity of the IP address for diskless machines by sending out a packet that includes its MAC address and a request for the IP address assigned to that MAC address.
Define encapsulation
Wrapping protocol information over a packet at each OSI layer.