Chapter 1 - Internetworking Flashcards
Which layer chooses and determines the availability of communicating partners along with the resources necessary to make the connection, coordinates partnering applications, and forms a consensus on procedures for controlling data integrity and error recovery?
The Application layer is responsible for finding the network resources broadcast from a server and adding flow control and error control (if the application developer chooses).
Which layer is responsible for converting data packets from the Data Link layer into electrical signals?
The Physical layer takes frames from the Data Link layer and encodes the 1s and 0s into a digital or analog (Ethernet or wireless) signal for transmission on the network medium.
At which layer is routing implemented, enabling connections and path selection between two end systems?
The Network layer provides routing through an internetwork and logical addressing.
Which layer defines how data is formatted, presented, encoded, and converted for use on the network?
The Presentation layer makes sure that data is in a readable format for the Application layer.
Which layer is responsible for creating, managing, and terminating sessions between applications?
The Session layer sets up, maintains, and terminates sessions between applications.
Which layer ensures the trustworthy transmission of data across a physical link and is primarily concerned with physical addressing, line discipline, network topology, error notification, ordered delivery of frames, and flow control?
PDUs at the Data Link layer are called frames and provide physical addressing plus other options to place packets on the network medium.
Which layer is used for reliable communication between end nodes over the network and provides mechanisms for establishing, maintaining, and terminating virtual circuits; transport-fault detection and recovery; and controlling the flow of information?
The Transport layer uses virtual circuits to create a reliable connection between two hosts.
Which layer provides logical addressing that routers will use for path determination?
The Network layer provides logical addressing, typically IP addressing and routing.
Which layer specifies voltage, wire speed, and cable pinouts and moves bits between devices?
The Physical layer is responsible for the electrical and mechanical connections between devices.
Which layer combines bits into bytes and bytes into frames, uses MAC addressing, and provides error detection?
The Data Link layer is responsible for the framing of data packets.
Which layer is responsible for keeping the data from different applications separate on the network?
The Session layer creates sessions between different hosts’ applications.
Which layer is represented by frames?
The Data Link layer frames packets received from the Network layer.
Which layer is represented by segments?
The Transport layer segments user data.
Which layer is represented by packets?
The Network layer creates packets out of segments handed down from the Transport layer.
Which layer is represented by bits?
The Physical layer is responsible for transporting 1s and 0s (bits) in a digital signal.
Rearrange the following in order of encapsulation:
Packets Frames Bits Segments
Segments , Packets, Frames, Bits
Which layer segments and reassembles data into a data stream?
Transport
Which layer provides the physical transmission of the data and handles error notification, network topology, and flow control?
Data Link
Which layer manages logical device addressing, tracks the location of devices on the internetwork, and determines the best way to move data?
Network
What is the bit length and expression form of a MAC address?
48 bits (6 bytes) expressed as a hexadecimal number
Which of the following statements is/are true with regard to the device shown here? (Choose all that apply.)
Picture of small hub
A. It includes one collision domain and one broadcast domain.
B. It includes 10 collision domains and 10 broadcast domains.
C. It includes 10 collision domains and one broadcast domain.
D. It includes one collision domain and 10 broadcast domains.
A. The device shown is a hub and hubs place all ports in the same broadcast domain and the same collision domai
With respect to the OSI model, which one of the following is the correct statement about PDUs? A. A segment contains IP addresses. B. A packet contains IP addresses. C. A segment contains MAC addresses. D. A packet contains MAC addresses.
B. The contents of a protocol data unit (PDU) depend on the PDU because they are created in a specific order and their contents are based on that order. A packet will contain IP addresses but not MAC addresses because MAC addresses are not present until the PDU becomes a frame.
You are the Cisco administrator for your company. A new branch office is opening and you are selecting the necessary hardware to support the network. There will be two groups of computers, each organized by department. The Sales group computers will be assigned IP addresses ranging from 192.168.1.2 to 192.168.1.50. The Accounting group will be assigned IP addresses ranging from 10.0.0.2 to 10.0.0.50. What type of device should you select to connect the two groups of computers so that data communication can occur?
A. Hub
B. Switch C. Router D. Bridge
C. You should select a router to connect the two groups. When computers are in different subnets, as these two groups are, you will require a device that can make decisions based on IP addresses. Routers operate at layer 3 of the Open Systems Interconnect (OSI) model and make data-forwarding decisions based on layer 3 networking information, which are IP addresses. They create routing tables that guide them in forwarding traffic out of the proper interface to the proper subnet.
The most effective way to mitigate congestion on a LAN would be to \_\_\_\_\_\_\_\_\_\_\_\_\_\_. A. Upgrade the network cards B. Change the cabling to CAT 6 C. Replace the hubs with switches D. Upgrade the CPUs in the routers
C. Replacing the hub with a switch would reduce collisions and retransmissions, which would have the most impact on reducing congestion.