Introduction to Networking: Local Area Networks Flashcards
adapter
is a computer card that fits into the computer bus to allow information to be exchanged between the computer and devices that the card supports.
backend server
is a communications model in which the backend server provides the front-end or client computers with the required resource indirectly through an intermediate node.
client
portion of a client/server architecture is any node or workstation used by a single user.
client/server
is a model in computer networking where individual PCs can access data or services from a common high-performance computer.
Cluster
is a group of network servers running an NOS that allows them to appear to clients as one server.
domain
is a group of computers that share a common domain database and security policy.
Domain Name System (DNS)
is an Internet service that translates domain names into IP addresses.
Ethernet
originally developed in the 1970s by Xerox Corporation in conjunction with Intel and DEC, is now the primary medium for LANs.
Fiber Distributed Data Interface (FDDI)
is a LAN standard specifying a 100-Mbps token-passing network using fiber-optic cable.
frame relay
Frame relay is a technology designed to move data across a WAN at speeds of 56 Kbps to 1.5 Mbps.
hub
a wiring concentrator, a simple hub is a repeater with multiple ports. A signal coming into one port is repeated out the other ports. Hubs operate at the Physical Layer of the OSI model.
Hypertext Transfer Protocol (HTTP)
is an applicationlevel protocol that can be used for many tasks, such as name servers and distributed object management systems, through extension of its request methods (commands).
IEEE 802.16™ WirelessMAN
standard for WAN and MAN connectivity, which is commercially known as WiMAX, an acronym for “Worldwide Interoperability for Microwave Access.
Internet Protocol (IP)
is a Network Layer protocol responsible for getting a packet (datagram) through a network.
Media Access Control (MAC)
is one of the media-specific IEEE 802 standards (802.3, 802.4, and 802.5) that defines the protocol and frame formats for Ethernet, Token Bus, and Token Ring.
multicast group
is composed of network users that have subscribed to receive data streams from an application. The application sends a copy to each member of the multicast group.
multistation access unit (MAU)
is a device used in Token Ring networks to provide connectivity between individual workstations. It is also referred to as a Token Ring hub.
Napster
was a file swapping application that allowed users to share music files with others running the Napster application.
network interface card (NIC)
is an expansion board that is inserted into a computer so the computer can be connected to a network.
network operating system (NOS)
is the software that manages server operations and provides services to clients. The NOS manages the interface between the network’s underlying transport capabilities and the applications resident on the server.
Open Systems Interconnection (OSI)
It provides a voluntary standard for developing products without regard to the underlying hardware.
Partial Mesh Topology
In a partial mesh topography, all nodes are connected to a central hub while only some nodes are directly connected to other sites using point-to-point links. This network configuration saves the cost of implementing a full mesh network if a network does not require full redundancy.
peer-to-peer
is a model in computer networking in which two computing devices have approximately the same capability, and either one can initiate communication directly with the other.
point-to-point
fall into two classes: circuit-switched networks, in which a connection is formed between the nodes, as in a telephone network, and packet-switched or connectionless networks, in which packets of data, or datagrams, are passed from node to node until they reach their destination, like telegrams.
portal site
refer to Web sites that provide a starting place for finding information on the Internet. These sites provide directories of sites that are organized into categories.
protocol
defines the format and meaning of the data that programs interchange. Data communications involves the transfer of data between computer programs.
Request for Comment (RFC)
is one of the working documents of the Internet research and development community.
three-tier communication model
consists of a client, middle tier server, and a backend database server that hosts the shared resource.
Token Bus
Token Bus is a MAC standard that uses token passing on a bus topology.
Token Ring
is the IEEE 802.5 specified, ring-based, token-passing LAN topology. Each node on the ring acts as a repeater, passing the token from node to node as the token travels around the entire ring. Each node must wait its turn to transmit data, and may only transmit when it controls the token.
topology
refers to the specific physical configuration of a network or a portion of a network. Ring and star are examples of different network topologies.
Transmission Control Protocol (TCP)
is a Transport Layer protocol used to send messages reliably across a network. It is usually paired with IP.