Chapter 1 - Internetworking Flashcards
What are the 4 primary possible causes of LAN traffic congestion?
Too many hosts in a broadcast domain, broadcast storms, multicasting, and low bandwidth.
What is the difference between a collision domain and a broadcast domain?
Collision domain is a collection of devices on a network segment in which all nodes can transmit packets at the same time, causing data collisions and slowing traffic. With a broadcast domain, a set of all devices on a network hear all broadcasts sent on all segments.
Differentiate a MAC address and an IP address and describe how and when each address type is used in a network.
A MAC address is a hexadecimal number identifying the physical connection of a host which operate on layer 2 of the OSI model. IP addresses, which can be expressed in binary or decimal format, are logical identifiers that are said to be on layer 3 of the OSI model. Hosts on the same physical segment locate one another with MAC addresses, while IP addresses are used when they reside on different subnets.
Understand the difference between a hub, a bridge, a switch, and a router.
A hub creates one collision domain and one broadcast domain. A bridge breaks up collision domains but creates one large broadcast domain. Switches are really just multiple-port bridges with more intelligence; they break up collision domains but creates one large broadcast domain by default. Bridges and switches use hardware addresses to filter the network. Routers break up broadcast domains (and collision domains) and use logical addressing to filter the network.
Identify the functions and advantages of routers.
Routers perform packet switching, filtering, and path selection, and they facilitate internetwork communication. They also reduce broadcast traffic.
Differentiate connection-oriented and connectionless network services and describe how each is handled during network communications.
Connection-oriented services use acknowledgments and flow control to create a reliable session. More overhead is used than in a connectionless network service. Connectionless services are used to send data with no acknowledgments or flow control. This is considered unreliable.
Define the OSI layers, understand the function of each, and describe how devices and networking protocols can be mapped to each layer.
7 - Application
6 - Pressentation
5 - Session
These are the upper layers and are responsible for communicating from a user interface to an application.
4 - Transport: provides segmentation, sequencing, and virtual circuits.
3 - Network: provides logical network addressing and routing through an internetwork.
2 - Data Link: provides framing and placing of data on the network medium.
1 - Physical: responsible for taking 1s and 0s and encoding them into a digital signal for transmission on the network segment.
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 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.