Shared Flashcard Set

Details

Windows 7 configuration
Module 5
30
Computer Science
Undergraduate 1
10/05/2011

Additional Computer Science Flashcards

 


 

Cards

Term
classless inter-domain routing (CIDR)
Definition
A method of dividing a network IP address into subnets by designating some number of its host bits as network bits. This method differs from traditional classful addressing by allowing the division between the network identifier and the host identifier to fall anywhere in an IPv4 address; it does not have to fall on one of the eight-bit boundaries.
Term
connectionless protocol
Definition
A communication protocol used in data networking that does not require the establishment of a connection before it can transfer data. Systems simply transmit their packets to the destination, without knowing if the destination system is ready to accept data, or if it even exists. Connectionless protocols do not guarantee delivery of their data, but they operate with a very low overhead that conserves network bandwidth.
Term
connection-oriented protocol
Definition
A communication protocol used in data networking in which two communicating systems establish a connection before they transmit any data. Once the connection is established, the computers exchange packets with complex headers designed to provide error detection and correction. A connection-oriented protocol ensures bit-perfect data transmissions, but at the price of greatly increased overhead.
Term
data encapsulation
Definition
The process by which networking protocols add headers and sometimes footers to an existing data structure to provide it with addressing information and other function-specific values.
Term
datagram
Definition
A data structure generated by a network layer protocol such as Internet Protocol, consisting of transport layer data with a header containing an IP address and other communications information.
Term
8P8C connector
Definition
The technical term for a type of modular cable connector used on data networks constructed with unshielded twisted pair (UTP) cabling.
Term
firewall
Definition
A software routine that acts as a virtual barrier between a computer and the network to which it is attached. It essentially is a filter that enables certain types of incoming and outgoing traffic to pass through, while blocking other types.
Term
frame
Definition
A data structure generated by a data link layer protocol such as IEEE 802.3, consisting of network layer data with a header and a footer containing a MAC address and other communications information
Term
Internet Protocol (IP)
Definition
A network layer protocol in the TCP/IP suite that provides end-to-end addressing and other communication services.
Term
IP (Internet Protocol) address
Definition
A unique 32-bit numeric address used as an identifier for a device, such as a computer, on a TCP/IP network.
Term
Link Local Multicast Name Resolution (LLMNR
Definition
A name resolution protocol used by IPv6 computers with link-local addresses that do not have access to a Domain Name System (DNS) server.
Term
media access control (MAC) address
Definition
A six-byte hexadecimal sequence, hard-coded into each network interface adapter by the manufacturer, used by data link layer protocols to uniquely identify a computer on a local area network.
Term
network address translation (NAT)
Definition
A type of routing protocol that enables multiple computers on a private network to share one public IP address.
Term
OSI (Open Systems Interconnection) reference model
Definition
A theoretical teaching and design aid that splits the data networking process into seven distinct layers, each of which provides specific functions.
Term
packet-switching network
Definition
A type of communications network in which a sending system splits data into discrete units called packets, which it transmits individually to the destination system. The destination system then reassembles the packets back into the original data stream.
Term
port
Definition
In TCP/IP networking, a code that identifies a particular application running on a computer, used to forward incoming traffic to the proper destination process.
Term
protocols
Definition
A collection of communication rules that enable computers to communicate with each other.
Term
router
Definition
A device that connects one network to another.
Term
socket
Definition
The combination of an IP address and a port number, expressed using the format xxx.xxx.xxx.xxx:yyyy.
Term
stateless address autoconfiguration
Definition
An IPv6 address assignment technique that enables computers to configure their own addresses after transmitting router solicitation multicasts to the routers on the network and receiving router advertisement messages in return.
Term
subnet mask
Definition
In TCP/IP networking, a 32-bit value that specifies which bits of an IP address form the network identifier and which bits form the host identifier.
Term
Transmission Control Protocol (TCP)
Definition
A connection-oriented transport layer protocol that provides services such as guaranteed delivery and error protection for data transmissions that must be bit perfect.
Term
unshielded twisted pair (UTP)
Definition
A type of cable consisting of a number of wire pairs, each individually twisted and all enclosed in a sheath. This cable is often used for voice and data communications.
Term
Layer 7
Application
Definition
Provides interface between software applications and network for interpreting application request and requirements.

BOOTP,DHCP,DNS,FTP,HTTP,IMAP4,
PING,POP3,NSLOOKUP,NTP,SFTP,
SMTP,SNMP,Telnet,TFTP.
Term
Layer 6
Presentation
Definition
Allows host and applications to use a common language, preforms data formatting,encryption, and compression. MIME,SSL,TLS
Term
layer 5
Session
Definition
Establishes, maintains, and terminates user connections.RTP,SIP
Term
Layer 4
Transport
Definition
Ensures accurate delivery of data through flow control, segmentation, and reassembly, error correction, and acknowledgment. TCP,UDP
Term
Layer 3
Network
Definition
Establishes network connections; translates network addresses into their physical counterparts and determines routing. Routers, Layer 3 switches, Firewalls. ARP, ICMP,IGMP,IP,IPSec, RARP
Term
Layer 2
Data Link
Definition
Packages data in frames appropriate to network transmission method. Bridges, Switches, Wireless access point. L2TP, PPP, PPTP, SLIP.
Term
Layer 1
Physical
Definition
Manages signaling to and from physical network connections. Hubs, Repeaters. IEEE 802.3(Ethernet), 802.5(Token ring), 802.11(Wi-Fi).
Supporting users have an ad free experience!