Modules 5-10 Flashcards
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
A set of rules for exchanging text, graphic images, sound, video, and other multimedia files on the World Wide Web.
HTTP - Hypertext Transfer Protocol
A web service that uses application programming interfaces (APIs) and HTTP requests to create web applications.
REST - Representational State Transfer
A secure form of HTTP that encrypts the data that is exchanged over the World Wide Web.
HTTPS - HTTP Secure
Enables reliable communication between processes running on separate hosts and provides reliable, acknowledged transmissions that confirm successful delivery.
TCP - Transmission Control Protocol
Enables a process running on one host to send packets to a process running on another host. However, ___ does not confirm successful datagram transmission.
UDP - User Datagram Protocol
Similar to IPv4 but uses a 128-bit address.
IPv6 - IP version 6
Provides feedback from a destination host to a source host about errors in packet delivery.
ICMPv4 - Internet Control Message Protocol for IPv4
Receives message segments from the transport layer, packages messages into packets, and addresses packets for end-to-end delivery over a network. ____uses a 32-bit address.
IPv4 - Internet Protocol version 4
Similar functionality to ICMPv4 but is used for IPv6 packets.
ICMPv6 - ICMP for IPv6
ink-state routing protocol that uses a hierarchical design based on areas. ____ is an open standard interior routing protocol.
OSPF - Open Shortest Path First
Includes four protocol messages that are used for address resolution and duplicate address detection.
ICMPv6 ND - ICMPv6 Neighbor Discovery
An open standard routing protocol developed by Cisco that uses a composite metric based on bandwidth, delay, load and reliability.
EIGRP - Enhanced Interior Gateway Routing Protocol
Provides dynamic address mapping between an IPv4 address and a hardware address.
ARP - Address Resolution Protocol
An open standard exterior gateway routing protocol used between Internet Service Providers (ISPs). ___ is also commonly used between ISPs and their large private clients to exchange routing information.
BGP - Border Gateway Protocol
Defines the rules for wiring and signaling standards of the network access layer.
Ethernet
Defines the rules for wireless signaling across the 2.4 GHz and 5 GHz radio frequencies.
WLAN - Wireless Local Area Network
This is the process of managing the rate of data transmission. Flow control defines how much information can be sent and the speed at which it can be delivered. For example, if one person speaks too quickly, it may be difficult for the receiver to hear and understand the message. In network communication, there are network protocols used by the source and destination devices to negotiate and manage the flow of information.
Flow Control
A one-to-one delivery option is referred to as a _______, meaning there is only a single destination for the message.
Unicast
If a person asks a question and does not hear a response within an acceptable amount of time, the person assumes that no answer is coming and reacts accordingly. The person may repeat the question or instead, may go on with the conversation. Hosts on the network use network protocols that specify how long to wait for responses and what action to take if a response timeout occurs.
Response Timeout
This determines when someone can send a message. Click Play in the figure to see an animation of two people talking at the same time, then a “collision of information” occurs, and it is necessary for the two to back off and start again. Likewise, when a device wants to transmit on a wireless LAN, it is necessary for the WLAN network interface card (NIC) to determine whether the wireless medium is available.
Access method
When a host needs to send messages using a one-to-many delivery option, it is referred to as a _________
Multicast
If all hosts on the network need to receive the message at the same time, a _________ may be used. _________ represents a one-to-all message delivery option.
Broadcast
layer contains protocols used for process-to-process communications.
Application