• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/36

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

36 Cards in this Set

  • Front
  • Back
data
application layer PDU
source device
the device that is originating the PDU
DNS
Domain Name System: an internet-wide system by which a hierarchical set of DNS servers collectively hold all the name-IP address mappings, with DNS servers referring users to the correct DNS server to successfully resolve a DNS name
RFC
Request for Comment: a series of documents and memoranda encompassing new research, innovations, and methodologies applicable to Internet technologies
syntax
the structure and order of words in a computer language
session
a related set of communications transactions between two or more network devices
client
a network device that accesses a service on another computer remotely by accessing the network
server
computer hardware that is to be used by multiple concurrent users. also, software that provides service to many users.
daemon
a computer program that runs in the background and is usually initiated as a process. often support server processes
peer
a host or node that participates in some form of a group. both have server and client components
scheme
a plan, design, or program of action to be followed. addressing plans are called addressing scheme
IP address
a 32-bit number, written in dotted decimal notation, used by the IP to uniquely identify an interface connected to an IP network. also a destination address in an IP header to allow routing
domain name
a name that uniquely identifies a computer in the internet. DNS servers respond with the corresponding IP address that is used by the computer with that domain name.
network address
a dotted decimal number defined by the IPv4 protocol to represent a network or subnet. represents the network that hosts reside in.
resource record
DNS data records. RFC 1035. Name, Class, Type. and Data
DNS resolver
the client part of the DNS client-server mechanism. creates queries sent across a network to the name server, interprets responses and returns information to the requesting programs
nslookup
a service or a program to look up information in the DNS
query
a request for information, answered with replies.
cache
a temporary storage where data that has been retrieved or calculated and is accessed frequently can be stored
authoritative
a source of information that is highly reliable and known for its accuracy
plug-in
an application a browser uses to display some type of content
HTTP
hypertext transfer protocol: defines the commands, headers, and processes by which web servers and browsers transfer files
distributed
a method of computer processing in which different parts of a program run simultaneously on two or more computers that are communicating with each other over a network
collaborative
information systems that allow the creation of a document or documents that can be edited by more than one person in real time
encryption
the process of obscuring information to make it unreadable without special knowledge, using encryption key
POP
a protocol that allows a computer to retrieve e-mail from a server typically not used by end users
SMTP
an application protocol typically not used by end users. instead, it is used by the network management software and networking devices to allow monitoring and troubleshooting
MUA
mail user agent: program used to download and send e-mail. e-mail clients use POP3 to receive e-mails and use SMTP to send e-mails.
spam
unsolicited commercial e-mail
gateway
different kinds of networking devices
DHCP
dynamic host configuration protocol: protocol used to dynamically assign IP configurations to hosts. assigns IP addresses, default gateway, and DNS servers to network host
subnet mask
a dotted decimal number that helps identify the structure of IP addresses. the mask represents the network and subnet parts of related IP addresses with binary 1s and the host part of related IP addresses with binary 0s
broadcast
transmission where one device transmits to all devices within the network or on another network
SMB
Server Message Block: an application-level network protocol mainly applied to shared access files, printers, serial ports, and miscellaneous communications between nodes
UNIX
a multiuser multitasking operating system originally devloped in the 1960s by a group of AT&T employees at Bell Labs.
IAC
interpret as command: in Telnet application, commands are always introduced by a character with the deimal code 255, known as an Interpret as Command character