Shared Flashcard Set

Details

Chapter 1
Introduction to Windows
64
Computer Networking
Undergraduate 1
01/23/2012

Additional Computer Networking Flashcards

 


 

Cards

Term
Active Directory
Definition
A central database of computers, users, shared printers, shared folders, other
network resources, and resource groupings that is used to manage a network and enable users to quickly find a particular resource.
Term
Address Resolution Protocol (ARP)
Definition
A protocol in the TCP/IP suite that enables a sending station to determine the MAC or physical address of another station on a network.
Term
Automatic Private IP Addressing (APIPA)
Definition
Windows Server 2008 supports Automatic Private IP Addressing (APIPA) to automatically configure the TCP/IP settings for a computer. The computer
assigns itself an IP address in the range of 169.254.0.1–169.254.255.254, if a DHCP server is not available.
Term
broadcast
Definition
A message sent to all computers on a network (but usually blocked to other networks by a router).
Term
client
Definition
A computer that accesses resources on another computer via a network or direct cableconnection.
Term
clustering
Definition
The ability to increase the access to server resources and provide fail-safe services by
linking two or more discrete computer systems so they appear to function as though they are one.
Term
cmdlet
Definition
A command-line tool available in Windows PowerShell. See Windows PowerShell.
Term
connectionless communication
Definition
Also called a connectionless service, a communication service that provides no checks
Term
connectionless communication
Definition
Also called a connectionless service, a communication service
that provides no checks (or minimal checks) to make sure that data accurately reaches the destination node.
Term
connection-oriented communication
Definition
Also called a connection-oriented service, this service provides several ways to ensure that data is successfully received at the destination, such as requiring an acknowledgement of receipt and using a checksum to make sure the packet or frame contents are accurate.
Term
default gateway
Definition
The IP address of the router that has a connection to other networks. The
default gateway address is used when the host computer you are trying to contact exists on another network.
Term
domain
Definition
A grouping of resource objects—for example, servers, computers, and user accounts—
to enable easier centralized management of these objects. On Windows Server 2008 networks, a
domain is contained within Active Directory as a higher-level representation of how a business,
school, or government agency is organized.
Term
Domain Name System (DNS)
Definition
Also called Domain Name Service, a TCP/IP application protocol
that enables a DNS server to resolve (translate) domain and computer names to IP addresses, or IP addresses to domain and computer names.
Term
dotted decimal notation
Definition
An addressing technique that uses four octets, such as
10000110.11011110.01100101.00000101, converted to decimal (e.g., 134.222.101.5) to
differentiate individual servers, workstations, and other network devices.
Term
dynamic addressing
Definition
An IP address that is automatically assigned to a client from a general pool of available addresses and that might be assigned each time the client is started, or it might be assigned for a period of days, weeks, months, or longer.
Term
Dynamic Domain Name System (DDNS)
Definition
A form of DNS that enables client computers to update DNS registration information so that this does not have to be done manually. DDNS is often used with DHCP servers to automatically register IP addresses on a DNS server.
Term
Dynamic Host Configuration Protocol (DHCP)
Definition
A network protocol that provides a way for a server to automatically assign an IP address to a workstation on its network. fault tolerant memory sync Enables memory to resynchronize after transient memory problems so there is no interruption to current computing activities.
Term
frame
Definition
A unit of data that is transmitted on a network that contains control and address information, but not routing information.
Term
hot-add memory
Definition
Memory that can be added without shutting down the computer or operating
system.
Term
hot-add processor
Definition
The ability to add a processor to an empty processor slot on a multiprocessor system while the system is running.
Term
hot-replace processor
Definition
The ability to replace a processor in an SMP system without taking the
system down.
Term
Hyper-V
Definition
Virtualization software developed by Microsoft that can be included with most versions of Windows Server 2008. See virtualization.
Term
Internet Information Services (IIS)
Definition
A Microsoft Windows Server component that provides
Internet, Web, FTP, mail, and other services to make the server into a full-featured Web server.
Term
Internet Protocol (IP)
Definition
The Internet layer protocol responsible for addressing packets so that they
are delivered on the local network or across routers to other networks or subnets.
Term
Internet Protocol Version 4 (IPv4)
Definition
The most commonly used version of IP, which has been in use
for many years. IPv4 has a limitation in that it was not designed to anticipate the vast numbers of
networks and network users currently in existence.
Term
Internet Protocol Version 6 (IPv6)
Definition
The newest version of IP that is designed for enhanced security and that can handle the addressing needs of growing networks.
Term
IP address
Definition
A logical address assigned to each host on an IP network. It is used to identify a specific host on a specific network
Term
kernel
Definition
An essential set of programs and computer code that allows a computer operating system
to control processor, disk, memory, and other functions central to its basic operation.
Term
local area network (LAN)
Definition
A network of computers in relatively close proximity, such as on the
same floor or in the same building.
Term
media access control (MAC) address
Definition
Also called a physical or device address, the hexadecimal
number permanently assigned to a network interface, and used by the MAC sublayer
(a communications sublayer for controlling how computers share communications on the same network).
Term
multicast
Definition
A single message is sent from one location and received at several different locations
that are subscribed to receive that message.
Term
multitasking
Definition
The capability of a computer to run two or more programs at the same time.
Term
multithreading
Definition
Running several program processes or parts (threads) at the same time.
Term
network
Definition
A communications system that enables computer users to share computer equipment,software, and data, voice, and video transmissions.
Term
Network Access Protection (NAP)
Definition
A collection of security protection features that monitor and
manage a server and its clients so that access to network and server resources is carefully
controlled to match security policies.
Term
Network Address Translation (NAT)
Definition
Sometimes used by firewalls, proxy servers, and routers,
NAT translates IP addresses on an internal or local network so that the actual IP addresses cannot be determined on the Internet, because the address seen on the Internet is a decoy address used from a pool of decoy addresses.
Term
NetBIOS name
Definition
A name or identifier used in older Windows systems to uniquely identify a
computer.
Term
network interface card (NIC
Definition
An adaptor board or device to connect a workstation, server, or
other network device to a network medium. The connection can be wired or wireless
Term
packet
Definition
A unit of data transmitted on a network that contains control and address information as well as routing information
Term
peer-to-peer networking
Definition
A network on which any computer can communicate with other networked computers on an equal or peer basis without going through an intermediary, such as a server or host. preemptive multitasking
Term
privileged mode
Definition
A protected memory space allocated for the Windows Server 2008 kernel that
cannot be directly accessed by software applications
Term
process
Definition
A computer program or portion of a program that is currently running. One large program might start several smaller programs or processes.
Term
protocol
Definition
A strictly defined set of rules for communication across a network that specifies how
networked data is formatted for transmission, how it is transmitted, and how it is interpreted at the receiving end.
Term
Registry
Definition
A database used to store information about the configuration, program setup, devices,
drivers, and other data important to the setup of Windows operating systems, such as Windows Server 2008.
Term
router
Definition
A device that connects networks, is able to read IP addresses, and can route or forward packets of data to designated networks.
Term
script
Definition
A file of shell commands that are run as a unit within the shell. The shell interprets the commands to the operating system one line at a time. Usually to run the contents of a script, the name of that script must be entered at the command line. Scripts save time because commands don’t have to be typed individually by the user. Another advantage is that the users do not have to memorize the exact sequence of a set of commands each time they want to accomplish a certain task.
Term
server
Definition
A single computer that provides extensive multiuser access to network resources.
Term
server-based networking
Definition
A model in which access to the network and resources, and the management of resources, is accomplished through one or more servers.
Term
Server Manager
Definition
A comprehensive server management tool offered through Windows Server 2008.
Term
shell
Definition
A command-line environment, also called a command interpreter, that enables communication with an operating system. Commands that are run within a shell are typically specific to that shell (although different shells sometimes use the same or similar commands,
particularly in UNIX and Linux).
Term
static addressing
Definition
An IP address that is assigned to a client and remains in use until it is
manually changed.
Term
subnet mask
Definition
Used to distinguish between the network part and the host part of the IP address and to enable networks to be divided into subnets.
Term
Subsystem for UNIX-based Applications (SUA)
Definition
A set of services that can be installed in
Windows Sever 2008 to create a UNIX-like environment for UNIX and Linux clients.
Term
symmetric multiprocessor (SMP) computer
Definition
A computer that uses more than one processor.
Term
total cost of ownership (TCO)
Definition
The cost of installing and maintaining computers and equipment on a network, which includes hardware, software, maintenance, and support costs.
Term
Transmission Control Protocol (TCP)
Definition
This transport protocol, which is part of the TCP/IP suite,establishes communication sessions between networked software application processes and provides for reliable end-to-end delivery of data by controlling data flow.
Term
Transmission Control Protocol/Internet Protocol (TCP/IP)
Definition
The default protocol suite installed
with Windows Server 2008 that enables network communication.
Term
unicast
Definition
A message that goes from one single computer to another single computer.
Term
User Datagram Protocol (UDP
Definition
A connectionless protocol that can be used with IP, instead of
TCP.
Term
virtualization
Definition
Software that enables one computer to run two or more operating systems that
are live at the same time and in which one application running in one operating system does not
interfere with an application running in a different operating system.
Term
Windows Internet Naming Service (WINS)
Definition
A Windows Server service that enables the server to convert NetBIOS computer names to IP addresses for network and Internet communications.(NetBIOS is an applications programming interface to provide programs with a consistent command set for using network services.)
Term
Windows PowerShell
Definition
A Windows command-line interface that offers scripting capabilities
as well.
Term
workgroup
Definition
As used in Microsoft networks, a number of users who share drive and printer resources in an independent peer-to-peer relationship.
Term
workstation
Definition
A computer that has its own central processing unit (CPU) and can be used as a
stand-alone or network computer for word processing, spreadsheet creation, or other software applications.
Supporting users have an ad free experience!