Networking Concepts Terminology Flashcards
Acquire a high level of familiarization and proficiency in working with networks.
MAN
A metropolitan area network (MAN) is a network that interconnects users with computer resources in a geographic area or region larger than that covered by even a large local area network (LAN) but smaller than the area covered by a wide area network (WAN).
SAN
A storage area network (SAN) is a dedicated, high-speed network that provides access to block-level storage. SANs were adopted to improve application availability and performance by segregating storage traffic from the rest of the LAN.
WAN
A wide area network (WAN) is a geographically distributed private telecommunications network that interconnects multiple local area networks (LANs).
LAN
A local area network (LAN) is a group of computers and associated devices that share a common communications line or wireless link to a server. Typically, a LAN encompasses computers and peripherals connected to a server within a distinct geographic area such as an office or a commercial establishment.
What connects a LAN and a WAN
A router
What is the most common method for encrypting TCP/IP communications?
Secure Sockets Layer (SSL) is a networking protocol designed for securing connections between web clients and web servers over an insecure network, such as the internet.
PGP (pretty-good-privacy)
Pretty Good Privacy or PGP is a popular program used to encrypt and decrypt email over the Internet, as well as authenticate messages with digital signatures and encrypted stored files.
Kerberos
Kerberos is a protocol for authenticating service requests between trusted hosts across an untrusted network, such as the internet. Kerberos is built in to all major operating systems, including Microsoft Windows, Apple OS X, FreeBSD and Linux.
HKEY
Handle to Registry Key (HKEY) is a typedef supplied in the Windows headers files. A typedef can be thought of as an alias or pseudonym.
What type of firewall inspects each packet passing through the network and accepts or rejects it based on user-defined rules?
packet filter
What is a computer network?
A computer network is a digital telecommunications network which allows nodes to share resources. In computer networks, computing devices exchange data with each other using connections between nodes.
What is a node?
A node is either a redistribution point or a communication endpoint.
What is a networking handshake?
Handshaking begins when one device sends a message to another device indicating that it wants to establish a communications channel.
packet filter
The packet filter examines the header of each packet based on a specific set of rules, and on that basis, decides to prevent it from passing (called DROP) or allow it to pass (called ACCEPT). Users define the rules.
proxy server
A proxy server is a dedicated computer or a software system running on a computer that acts as an intermediary between an endpoint device, such as a computer, and another server from which a user or client is requesting a service. The proxy server may exist in the same machine as a firewall server or it may be on a separate server, which forwards requests through the firewall.
proxy server
A proxy server is a dedicated computer or a software system running on a computer that acts as an intermediary between an endpoint device, such as a computer, and another server from which a user or client is requesting a service. The proxy server may exist in the same machine as a firewall server or it may be on a separate server, which forwards requests through the firewall.
circuit-level gateway
A circuit-level gateway monitors TCP handshaking between packets from trusted clients or servers to untrusted hosts and vice versa to determine whether a requested session is legitimate. To filter packets in this way, a circuit-level gateway relies on data contained in the packet headers for the Internet’s TCP session-layer protocol. Because a circuit-level gateway filters packets at the session layer of the OSI model, this gateway operates two layers higher than a packet-filtering firewall does.
application gateway
An application gateway or application level gateway (ALG) is a firewall proxy which provides network security. It filters incoming node traffic to certain specifications which mean that only transmitted network application data is filtered.
What is TCP?
TCP (Transmission Control Protocol) is a standard that defines how to establish and maintain a network conversation via which application programs can exchange data. TCP works with the Internet Protocol (IP), which defines how computers send packets of data to each other. The global standard routable protocol is TCP/IP.
What’s data transmission?
Data transmission, digital transmission or digital communications is the physical transfer of data over a point-to-point or point-to-multipoint communication channel.
Which of the following terms refers to a permanent IP address assignment from a DHCP server?
1) Reservation
2) Relay
3) Scope
4) Lease
reservation
relay (networking concept)
A relay network is a broad class of network topology commonly used in wireless networks, where the source and destination are interconnected by means of some nodes.
reservation (networking concept)
The Resource Reservation Protocol (RSVP) is a transport layer protocol designed to reserve resources across a network for quality of service (QoS) using the integrated services model. It is a permanent IP address assignment from a DHCP server.
Integrated Service Model
Integrated Services. The Integrated Services (IntServ) model is also known as hard QoS (quality of service) model. It’s a model based on flows, i.e., source and destination IP addresses and ports. With the IntServ model, applications ask to the network for an explicit resource reservation per flow.