MIDTERM REVIEW Flashcards
Identify the possible causes of LAN traffic congestion.
Too many hosts in a broadcast domain, broadcast storms, multicasting, and low bandwidth are all possible causes of LAN traffic congestion.
Describe the difference between a collision domain and a broadcast domain.
Collision domain is an Ethernet term used to describe a network collection of devices in which on particular device sends a packet on a network segment, forcing every other device on that same segment to pay attention to it. With a broadcast domain, a set of all devices on a network hears 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. A MAC address is a hexadecimal number identifying the physical connection of a host. MAC addresses are said to 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 LAN segments or subnets.
Understand the difference between a hub, a bridge, a switch, and a router.
A hub creates on collision domain and one broadcast domain. A bridge breaks up collision domains but creates on large broadcast domain. They use hardware addresses to filter the network. Switches are really just multiple-port bridges with more intelligence; they break up collision domains but create on 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. One advantage of routers is that they reduce broadcast traffic.
Differentiate connection-oriented and connectionless network services and describe how each is handled during network communications.
Connection-oriented services use acknowledgements 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 acknowledgements 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.
You must remember the seven layers of the OSI model and what function each layer provides. The Application, Presentation, and Session layers are upper layers and are responsible for communicating from a user interface to an application. The Transport layer provides segmentation, sequencing, and virtual internetwork. The Data Link layer provides framing and placing of data on the network medium. The Physical layer is responsible for taking 1’s and 0’s 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 1’s and 0’s 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 the 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?
PDU’s 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.