Modules 5-10 Flashcards
(118 cards)
allows computers in a home office or a remote office to connect to a corporate network, or access centralized, shared resources.
Small Office and Home Office Networks
connect a few computers to each other and to the internet.
Small Home Networks
The internet is a network of networks that connects hundreds of millions of computers world-wide.
World Wide Networks
All computers that are connected to a network and that participate directly in network communication are classified as
Hosts
such as those used by corporations and schools, can have many locations with hundreds or thousands of interconnected hosts.
Medium to Large Networks
stores corporate and user files in a central location.
File Server
runs ___ ________ software that allows many computers to access web pages.
Web Server
runs email server software that enables emails to be sent and received.
Email Server
This means it is freely available to the public and can be used by any vendor on their hardware or in their software.
Open standard protocol suite
This means it has been endorsed by the networking industry and approved by a standards organization. This ensures that products from different manufacturers can interoperate successfully.
Standards-based protocol suite
Protocols under Application Layer
Application Layer
Name System
DNS - Domain Name System.
Host Config:
DHCPv4 - Dynamic Host Configuration Protocol for IPv4.
DHCPv6 - Dynamic Host Configuration Protocol for IPv6.
SLAAC - Stateless Address Autoconfiguration.
Email:
SMTP - Simple Mail Transfer Protocol.
POP3 - Post Office Protocol version 3.
IMAP - Internet Message Access Protocol.
File Transfer:
FTP - File Transfer Protocol.
SFTP - SSH File Transfer Protocol.
TFTP - Trivial File Transfer Protocol.
Web and Web Service:
HTTP - Hypertext Transfer Protocol.
HTTPS - HTTP Secure.
REST - Representational State Transfer.
Protocols Under Transport Layer
Transport layer
Connection-Oriented:
TCP - Transmission Control Protocol.
Connectionless:
UDP - User Datagram Protocol.
Protocols Under Internet Layer
Internet Layer
Internet Protocol
IPv4 - Internet Protocol version 4.
IPv6 - IP version 6.
NAT - Network Address Translation.
Messaging:
ICMPv4 - Internet Control Message Protocol for IPv4.
ICMPv6 - Internet Control Message Protocol for IPv6.
ICMPv6 ND - Internet Control Message Protocol for IPv6 Neighbor Discovery.
Routing Protocols:
OSPF - Open Shortest Path First.
EIGRP - EIGRP - Enhanced Interior Gateway Routing Protocol.
BGP - Border Gateway Protocol.
Protocols Under Network Access Layer
Network Access Layer
Address Resolution:
ARP - Address Resolution Protocol.
Data Link Protocols:
Ethernet
WLAN - Wireless Local Area Network.
Translates domain names such as cisco.com, into IP addresses.
DNS (Domain Name System)
________ server dynamically assigns IPv4 addressing information to DHCPv4 clients at start-up and allows the addresses to be re-used when no longer needed.
DHCPv4 - Dynamic Host Configuration Protocol for IPv4
is similar to DHCPv4. A ______ server dynamically assigns IPv6 addressing information to ______ clients at start-up.
DHCPv6 - Dynamic Host Configuration Protocol for IPv6
A method that allows a device to obtain its IPv6 addressing information without using a DHCPv6 server.
SLAAC - Stateless Address Autoconfiguration
Enables clients to send email to a mail server and enables servers to send email to other servers.
SMTP - Simple Mail Transfer Protocol
Enables clients to retrieve email from a mail server and download the email to the client’s local mail application.
POP3 - Post Office Protocol version 3
Enables clients to access email stored on a mail server as well as maintaining email on the server.
IMAP - Internet Message Access Protocol
Sets the rules that enable a user on one host to access and transfer files to and from another host over a network. ___ is a reliable, connection-oriented, and acknowledged file delivery protocol.
FTP - File Transfer Protocol
A simple, connectionless file transfer protocol with best-effort, unacknowledged file delivery. It uses less overhead than FTP.
TFTP - Trivial File Transfer Protocol
As an extension to Secure Shell (SSH) protocol, SFTP can be used to establish a secure file transfer session in which the file transfer is encrypted. SSH is a method for secure remote login that is typically used for accessing the command line of a device.
SFTP - SSH File Transfer Protocol