Chapter 7 Wired and Wireless Local Area Networks Flashcards
What are the components of a Traditional LAN?
LANs consist of client computer, server, NIC, network circuits, hubs/switches/access points, and Network Operating System.
What is a Network Interface Card (NIC)
In a wired network, the NIC connects the computer to the network cable and is one part of the physical layer connection. In a wireless network, the NIC is a radio transmitter that sends and receives messages on a specific radio frequency.
Cable Categories and Data Rates
Category 1 (1 Mbps) UTP Telephone Category 3 (10 Mbps) UTP 10Base-T Category 5 (100 Mbps) STP 100Base-T Category 5e (1 Gbps) UTP 1000Base-T Category 6 (10 Gbps) UTP 10GBase-T Category 7 (40 Gbps) STP 40GBase-T 62.5/50 (1 Gbps) Fiber 1000Base-F
What is a Hub/Switch
Hubs and switches are devices that are used to connect network cables into the network through multiple ports.
What is a Network Operating System (NOS)
The software that controls the network. The NOS has two sets of software one for the client and the other for the server. The server version of the NOS provides the software that performs the functions associated with the data link, network, and application layers and usually the computers own OS. The client version of the NOS provides the software that performs the functions associated with the data link and the network layers and must interact with the application software and the computes own OS.
What is a domain?
Network resources are typically organized into a hierarchical tree. Each branch on the tree contains a domain, a group of related resources.
What is a network profile?
A network profile specifies what resources on each server are available on the network for use by other computers and which devices or people are allowed what access to the network.
What is Topology?
The basic geometric layout of the network - the way in which the computers on the network are interconnected.
What is logical topology?
How the network works conceptually, much like a logical data flow diagram.
What is physical topology?
How the network is physically installed, much like a physical DFD or physical ERD.
Hub-Based Ethernet
Logical Topology is a bus topology. All computers are connected to one half-duplexed circuit running the length of the network. All frames from any computer flow onto the central cable (or bus) and through it to all computes on the LAN. Every computer on the bus receives all frames sent on the bus, even those intended for other computers. Before processing incoming frames, the Ethernet software on each computer checks the data link layer address and processes only those frames addressed to that computer.
Switch-Based Ethernet
Ethernet topology is a logical star and a physical star. A switch is an intelligent device with a small computer built in that is designed to manage a set of separate point-to-point circuits. That means that each circuit connected to a switch is not shared with any other devices; only the switch and the attached computer use it. The switch uses a forwarding table that lists the Ethernet address of the computer connected to each port on the switch.
Layer-2 Switch
A switch that communicates using Ethernet, which is a data link layer or layer-2 protocol.
Cut-through switching
The switch begins to transmit the incoming packet on the proper outgoing circuit as soon as it has read the destination address in the frame. This means that the switch transmits before receiving the entire frame and without any error checking.
Store and Forward Switching
The switch does not begin transmitting the outgoing frame until it has received the entire incoming frame and has checked to make sure it contains no errors.