Introduction to Networking: Local Area Networks Flashcards

1
Q

adapter

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

backend server

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

client

A

portion of a client/server architecture is any node or workstation used by a single user.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

client/server

A

is a model in computer networking where individual PCs can access data or services from a common high-performance computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Cluster

A

is a group of network servers running an NOS that allows them to appear to clients as one server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

domain

A

is a group of computers that share a common domain database and security policy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Domain Name System (DNS)

A

is an Internet service that translates domain names into IP addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Ethernet

A

originally developed in the 1970s by Xerox Corporation in conjunction with Intel and DEC, is now the primary medium for LANs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Fiber Distributed Data Interface (FDDI)

A

is a LAN standard specifying a 100-Mbps token-passing network using fiber-optic cable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

frame relay

A

Frame relay is a technology designed to move data across a WAN at speeds of 56 Kbps to 1.5 Mbps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

hub

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Hypertext Transfer Protocol (HTTP)

A

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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

IEEE 802.16™ WirelessMAN

A

standard for WAN and MAN connectivity, which is commercially known as WiMAX, an acronym for “Worldwide Interoperability for Microwave Access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Internet Protocol (IP)

A

is a Network Layer protocol responsible for getting a packet (datagram) through a network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Media Access Control (MAC)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

multicast group

A

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.

17
Q

multistation access unit (MAU)

A

is a device used in Token Ring networks to provide connectivity between individual workstations. It is also referred to as a Token Ring hub.

18
Q

Napster

A

was a file swapping application that allowed users to share music files with others running the Napster application.

19
Q

network interface card (NIC)

A

is an expansion board that is inserted into a computer so the computer can be connected to a network.

20
Q

network operating system (NOS)

A

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.

21
Q

Open Systems Interconnection (OSI)

A

It provides a voluntary standard for developing products without regard to the underlying hardware.

22
Q

Partial Mesh Topology

A

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.

23
Q

peer-to-peer

A

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.

24
Q

point-to-point

A

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.

25
Q

portal site

A

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.

26
Q

protocol

A

defines the format and meaning of the data that programs interchange. Data communications involves the transfer of data between computer programs.

27
Q

Request for Comment (RFC)

A

is one of the working documents of the Internet research and development community.

28
Q

three-tier communication model

A

consists of a client, middle tier server, and a backend database server that hosts the shared resource.

29
Q

Token Bus

A

Token Bus is a MAC standard that uses token passing on a bus topology.

30
Q

Token Ring

A

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.

31
Q

topology

A

refers to the specific physical configuration of a network or a portion of a network. Ring and star are examples of different network topologies.

32
Q

Transmission Control Protocol (TCP)

A

is a Transport Layer protocol used to send messages reliably across a network. It is usually paired with IP.