Shared Flashcard Set

Details

Cisco Network Fundamentals
Glossary of Cisco Networking Term definitions
71
Computer Networking
Professional
01/16/2010

Additional Computer Networking Flashcards

 


 

Cards

Term
OSI
Definition
Open System Interconnection
International standardization program created by ISO and ITU-T to develop standards for data networking that facilitate multivendor equipment interoperability
Term
Source Device
Definition
The sending station of a transmission
Term
SMTP
Definition
Simple Mail Transfer Protocol
Protocol for e-mail transmissions across the Internet
Uses port 25
Term
DNS
Definition
Domain Name System
Translates domain names (computer hostnames) to IP addresses
Term
Domain Name Server (DNS)
Definition
Service that provides the IP address of a web site or domain name so a host can connect to it
Term
Telnet Server
Definition
Service that allows administrators to login to a host from a remote location and control the host as though they were logged in locally
Term
E-mail Server
Definition
Uses Simple Mail Transfer Protocol (SMTP), Post Office Protocol (POP3) or Internet Message Access Protocol (IMAP)

Used to send e-mail messages from clients to servers over the Internet

Recipients are specified using the user@xyz format
Term
DHCP
Definition
Dynamic Host Configuration Protocol
Service that assigns the IP address subnet mask default gateway and other information to clients
Term
Web Server
Definition
Uses Hypertext Transfer Protocol (HTTP)

Used to transfer information between web clients and web servers

Most web pages are accessed using HTTP
Term
FTP
Definition
File Transfer Protocol
Service that allows for the download and upload of files between a client and server
Term
syntax
Definition
The rules governing the form of communication
Term
session
Definition
A related set of communications transactions between two or more network devices

In Systems Network Architecture (SNA), a logical connection enabling two network addressable units (NAUs) to communicate
Term
Protocols do what?
Definition
Define processes on either end of the communication
Define the types of messages
Define the syntax of messages
Define the meaning of any informational fields
Define how messages are sent and the expected response
Define interaction with the next lower layer
Term
client/server model
Definition
A network architecture that connects a client to a server whereupon the client accesses services provided by the server
Term
upload
Definition
To transmit data to a server or to another receiving device
Term
download
Definition
To transmit data to a client or to another receiving device
Term
daemon
Definition
a computer program that runs in the background and usually initiated as processes
Term
scheme
Definition
A plain, design, or program of action to be followed
Sometimes an addressing plan is an addressing SCHEME
Term
TCP/UDP Port 53
Definition
DNS
Term
TCP Port 80
Definition
HTTP
Term
TCP Port 25
Definition
SMTP
Term
TCP Port 110
Definition
POP
Term
TCP Port 23
Definition
Telnet
Term
UDP Ports 67 & 68
Definition
DHCP
Term
TCP Ports 20 & 21
Definition
FTP

port 20 is for actual file transfer and is created every time there is a file transferred

port 21 is used for control traffic, consisting of client commands and server replies
Term
network address
Definition
Network layer address referring to a logical, rather than a physical, network device. Also called a protocol address
Term
Resource Record
Definition
Resource Records (RRs) are the DNS data records. Their precise format is defined in RFC 1035. The most important fields in a resource record are Name, Class, Type, and Data
Term
DNS Resolver
Definition
In Unix/Linux computer systems, resolver is a set of software routines used for making, sending and interpreting query and reply messages with Internet domain name servers
Term
nslookup
Definition
nslookup is a service or a program to look up information in the Domain Name System (DNS)
Term
query
Definition
Message used to inquire about the value of some variable or set of variables
Term
Authoritative
Definition
A source of information that is highly reliable and known for its accuracy
Term
DNS record types:

A
Definition
an end device address
Term
DNS record types:

NS
Definition
An authoritative name server
Term
DNS record types:

CNAME
Definition
The canonical name (or Fully Qualified Domain Name) for an alias; used when multiple services have the single network address but each service has its own entry in DNS
Term
DNS record types:

MX
Definition
mail exchange record; maps a domain name to a list of mail exchange servers for that domain
Term
cache
Definition
A temporary storage where data that is accessed frequently can be stored. Once the data is stored in the cache, accessing the cached copy instead of accessing the original data, so that the average access time is lower. For example a proxy server that as a cache
Term
encryption
Definition
Data which has had a specific algorithm applied so as to alter appearance of the data making it incomprehensible to those who are not authorized to see the information
Term
MUA
Definition
Mail User Agent allows messages to be sent and places received messages into the client's mailbox, both of which are distinct processes
Term
MTA
Definition
Mail Transfer Agent
Term
MDA
Definition
Mail Delivery Agent
Term
subnet mask
Definition
the function of a subnet mask is to identify the network portion, the subnet portion and the host portion of an IP address. Sub netting is a means of dividing the network and breaking a large or extremely large network up into smaller, more efficient and manageable segments, or subnets
Term
default gateway
Definition
a device on a network that serves as an access point to another network. a default gateway is used by a host when an IP packet's destination address belongs to someplace outside the local subnet. a router is a good example of a default gateway
Term
ACK message
Definition
in TCP, ACK is used in the initial 3 way handshake to acknowledge the sending station's sequence number and in the actual sending of data the ACK is used to acknowledge sent segments.
Term
NAK message
Definition
Negative Acknowledgement
Term
SMB
Definition
Server Message Block is an application-level network protocol mainly applied to shared access to files, printers, serial ports, and miscellaneous communications between nodes on a network
Term
List the seven step process for converting human communications to data
Definition
1. The user inputs data using a hardware interface
2. Software and hardware convert data to a digital format
3. Application services initiate the data transfer
4. OSI layers encapsulate data down the stack
5. Encapsulated data travels across the media to the destination
6. OSI layers at the destination decapsulate the data up the stack
7. Data is ready to be processed by the end device
Term
Describe the two forms of Application layer software and the purpose of each
Definition
Applications and Services

Applications are designed to interact with us. Application is software for the user. If the device is a computer, the application is typically initiated by the user. Although there may be many layers of support underneath, application software provides an interface between humans and the hardware. The application will initiate the data transfer process when the user presses the Send button, or a similar action.

Services are background programs that perform function in the data network. Services are invoked by a device connecting to the network or by an application. For example, a network service can provide functions that transmit data or provide conversion of data in a network. In general, services are not directly accesssible or seen by the end user. They provide the connection between an application and the network
Term
what is the meaning of the terms Server and Client in the context of data networks?
Definition
The source end of data communication is referred to as the "server" and the receiving end is called the "client." The client and server processes are application layer services that provide the foundation for data network connectivity
Term
congestion
Definition
The state of a network when there is not sufficient bandwidth to support the amount of network traffic
Term
control data
Definition
Data that guides a process. A flag in a data-link frame is an example of control data.
Term
UDP
Definition
User Datagram Protocol
Term
datagrams
Definition
A data packet that traverses an IP based network
Term
flow control
Definition
Flow control is the management of data flow between devices in a network. It is used to avoid too much data arriving before a device can handle it, causing data overflow
Term
socket
Definition
the unique combination of IP addresses and port number, for example, 192.168.1.20:80
Term
well-known ports
Definition
Ports that range from 0-1023
Term
Registered Ports
Definition
numbers 1024 to 49151
Term
Dynamic or Private Ports
Definition
numbers 49152 to 65535
Term
ports 0 to 1023
Definition
Well Known (Contact) Ports
Term
ports 1024 to 49151
Definition
Registered Ports
Term
ports 49152 to 65535
Definition
Private and/or Dynamic Ports
Term
three-way handshake
Definition
a process that establishes a TCP session between two endpoints. The process is as follows:
1. a client wishes to communicate with a server
2. in response, the server responds with a SYN-ACK
3. the client then send an ACK (usually called SYN-ACK-ACK) back to the other end and the session is established
Term
hexadecimal
Definition
a base 16 numeral system whose characters begin at 0-9 and A-F (to represent 10-15)
Term
acknowledgment
Definition
acknowledgments are sent by receiving stations to sending stations to confirm receipt of data
Term
window size
Definition
TCP uses window size to determine the number of segments sent by the sending device before the receiving device sends a confirmation
Term
hierarchical addressing
Definition
an addressing scheme in which a network is partitioned into sections, with the section identifier forming one part of each destinations address, and the destination identifier forming another
Term
next-hop
Definition
the next point of routing. when routers are not directly connected to the destination network, they will have a neighboring router that provides the next step in routing the data to its destination
Term
MTU
Definition
Maximum transmission unit. Maximum packet size, in bytes, that a particular interface can handle.
Term
broadcast domain
Definition
a logical network composed of all the computers and networking devices that can be reached by sending a frame to the data link layer broadcast address
Term
prefix length
Definition
number of bits that are used to define the subnet mask. for example the subnet mask 255.255.0.0 is a /16 prefix
Term
PAT
Definition
Port Address Translation. a feature of a network device that translate TCP or UDP communications made between hosts on a private network and hosts on a public network.
Term
Bandwidth
Definition
The difference between the highest and lowest frequencies available for network signals. Used to describe the rated throughput capacity of a given network medium or protocol
Supporting users have an ad free experience!