Flashcards on Chapter 2 –
Unlock all answers in this set
Unlock answersquestion
            When a NIC is in "promiscuous" mode, it will process only the frames in which the destination MAC address matches its own MAC address.
answer
        False
question
            Routers do not forward broadcast packets.
answer
        True
question
            If a router receives a packet and it does not have an entry in its routing table for the destination network, it will send the packet to its default route, if configured.
answer
        True
question
            The function of a repeater is to extend the range of an existing network.
answer
        True
question
            You cannot connect a hub to another hub unless it has an uplink port.
answer
        False
question
            When a frame is received, which component reads the source and destination MAC addresses, looks up the destination to determine where to send the frame, and forwards it out the correct port?
answer
        switch
question
            Why would you need to use a repeater?
answer
        You need to add a group of computers to your network, and the distance is too far for normal means of communication.
question
            Which of the following is NOT a function of a hub?
answer
        transmits the signal to the correct port
question
            How does a switch "learn" MAC addresses?
answer
        The switch reads each frame and makes a note of where each MAC address came from.
question
            Why is the use of a switch preferred over a hub?
answer
        1) Devices on a hub have to share the available bandwidth, 2) Switches are intelligent; they read the frame and determine where to send it, 3) Switches can operate in full-duplex mode.
question
            What does a switch store in its switching table?
answer
        the source MAC address of a frame and the port it was received on
question
            What is a packet called that is intended for only one individual computer?
answer
        unicast
question
            Just as a switch keeps records of MAC addresses that it has learned, so does your computer. What protocol does your computer use to learn MAC addresses?
answer
        ARP
question
            What does it usually mean when the activity light on a switch is blinking?
answer
        It is communicating with the network.
question
            What component of the computer provides it with a MAC address?
answer
        NIC
question
            A MAC address is composed of two 24-bit numbers. What does the first 24-bit number represent?
answer
        It's the organizationally unique identifier for the manufacturer of the device.
question
            What command issued from the command prompt will show the route that a packet travels from the issuing computer to another computer?
answer
        tracert
question
            What is the purpose of the default route?
answer
        It's where the router sends all packets with destinations of which it has no knowledge.
question
            A wireless access point is most like which other network device, in that all computers send signals through it to communicate with other computers?
answer
        hub
question
            When referring to network bandwidth, what is the basic unit of measurement?
answer
        bits per second
question
            Before a computer can transmit data on a wireless network in some cases, it must send What type of signal to the AP?
answer
        RTS
question
            The SSID is configured on which of the following so that it can be distinguished from other available wireless networks?
answer
        access point
question
            What command would you issue from the command prompt to test whether your computer has connectivity to the network?
answer
        ping
question
            Which of the following are features of a router? (Choose all that apply)
answer
        connects LANs to one another, works with packets instead of frames
question
            What type of indicator lights would you find on a hub?
answer
        network activity, link status, collision
question
            The “Locally Administered Address” can be used to override the burned-in __________ address.
answer
        MAC
question
            In a computer's IP address settings, the _____________ gateway is the address of the router to which a computer sends all packets that are intended for networks outside of its own.
answer
        default
question
            A __________ frame is a message that is intended to be processed by all devices on the LAN.
answer
        broadcast
question
            The network ____________ is a measurement of the amount of data that can pass through a network in a certain period of time.
answer
        bandwidth
question
            A switch operating in ___________ mode can send and receive data at the same time.
answer
        full-duplex
question
            device that uses MAC addresses to determine the destination of frame
answer
        switch
question
            device that connects LANs
answer
        router
question
            device that connects a computer with the network medium
answer
        network interface card
question
            device that only regenerates incoming signals
answer
        repeater
question
            communication in which a device can send and receive signals but not at the same time
answer
        half-duplex mode
question
            device that connects wireless computers
answer
        access point
question
            device that connects multiple computers but regenerates signals out all ports
answer
        hub
question
            amount of data that can be transferred on a network
answer
        network bandwidth
question
            how devices connected to a hub use network bandwidth
answer
        bandwidth sharing
question
            how devices connected to a switch use network bandwidth
answer
        dedicated bandwidth
question
            Why is the NIC considered the "gatekeeper"?
answer
        The NIC's responsibility is to examine every frame that is received and either allow it access to the computer or reject it. In order for the frame to be accepted, the destination MAC address must match the NIC's MAC address, or it is refused. There are two exceptions to this rule. If the destination MAC address is a broadcast, then the NIC accepts it. If the NIC is put in promiscuous mode, then it will accept all frames.
question
            What are the major differences between a hub and a switch?
answer
        The major difference is that switches are intelligent. They examine each frame that they receive for the destination MAC address and then send the frame out the correct port for that address. A hub simply accepts a frame from one of its ports and then sends it out all ports. A switch also keeps a table of MAC addresses so that it knows where to send a frame.  Because a switch can control where it sends a frame, devices that are connected to a switch can communicate at the same time, allowing each device to access the full network bandwidth. With a hub, only one device can transmit at a time so the bandwidth is shared among all connected devices. Also, because a switch controls the flow of frames, there is little chance of a collision. In a hub, collisions might occur frequently when under heavy use.
question
            List the steps that a switch performs for each frame.
answer
        First, the switch receives a frame. It examines the frame for the source and destination MAC addresses. Then the switch looks up the destination MAC address in its switching table. In the switching table, the MAC address will be listed with the port number where the destination device can be found. The switch then will forward the frame out the appropriate port. The switch also updates its switching table with the source MAC address.
question
            What is a broadcast frame?
answer
        A broadcast frame is a frame that has a destination MAC address of all binary 1s, which in hexadecimal notation reads as FF-FF-FF-FF-FF-FF. Broadcast frames carry messages that are intended for all devices on a network. Broadcast frames are forwarded by hubs and switches but not by routers.
question
            What is the difference between a switch and a router?
answer
        Routers are used to connect LANs together. A switch is used to connect computers and other devices together to form a LAN. Routers are intelligent just like a switch, but routers deal with IP addresses instead of MAC addresses and packets instead of frames. Switches forward broadcast messages to all devices on a LAN, but routers separate LANs so they do not forward broadcast messages.
question
            What does a router keep in its routing table?
answer
        Each interface of a router is a connection to a different network. The router needs to keep a record of the networks that are attached to it so that it can forward the packets it receives to the correct network. So, a routing table consists of a list of what network is available via which interface.
question
            What is the importance of a default route?
answer
        When a router receives a packet, it looks at the destination IP address to determine where to send the packet. If the router has an entry for the network that the packet is intended for, then everything is fine, and it forwards the packet. However, if there is no entry in the routing table and no default route, then the router does not keep the packet; it simply discards it. If a default route is entered, then the router forwards the packet out the interface listed in the routing table so the packet is not discarded.
question
            What is a default gateway?
answer
        A computer on a LAN can communicate with other devices on the same LAN because a switch uses the computer's physical address. However, when a computer wants to communicate with a device on another network, it must send the packet to the router so the computer needs to know the address of the router. The address of the router is considered the default gateway. It is where all packets sent from the computer to destinations other than its own network are sent. This address is included in a computer's IP configuration.
question
            What are the major tasks that a NIC performs?
answer
        A NIC, along with its driver, provides your computer with a connection to the network medium. When a NIC receives a packet from the network protocol, it encapsulates the packet with the source and destination in a new header and the CRC in a trailer. Then it converts the frame into bits and sends it to the network medium. When the NIC receives a message, it does the reverse, converts the bits into a frame. Then the NIC checks the destination MAC to make sure that it is the same as its own or a broadcast address. It then removes the header and trailer and sends the packet on up to the network protocol.
question
            What is the MAC address of a computer?
answer
        The MAC address is a number that is burned into the memory of each NIC. It is a unique number assigned by the manufacturer. It is 48 bits and is usually expressed in six two-digit hexadecimal numbers. The first 24 bits are an ID number for the manufacturer, called the OUI, and the last 24 bits are a serial number assigned by the manufacturer.