MIDTERM REVIEW Flashcards

1
Q

Identify the possible causes of LAN traffic congestion.

A

Too many hosts in a broadcast domain, broadcast storms, multicasting, and low bandwidth are all possible causes of LAN traffic congestion.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe the difference between a collision domain and a broadcast domain.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Differentiate a MAC address and an IP address and describe how and when each address type is used in a network.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Understand the difference between a hub, a bridge, a switch, and a router.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Identify the functions and advantages of routers.

A

Routers perform packet switching, filtering, and path selection, and they facilitate internetwork communication. One advantage of routers is that they reduce broadcast traffic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Differentiate connection-oriented and connectionless network services and describe how each is handled during network communications.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define the OSI layers, understand the function of each, and describe how devices and networking protocols can be mapped to each layer.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. 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?
A

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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. Which layer is responsible for converting data packets from the Data Link layer into electrical signals?
A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  1. At which layer is routing implemented, enabling connections and path selection between two end systems?
A

The Network layer provides routing through an internetwork and logical addressing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. Which layer defines how data is formatted, presented, encoded, and converted for use on the network.
A

The Presentation layer makes sure the data is in a readable format for the Application layer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  1. Which layer is responsible for creating, managing, and terminating sessions between applications?
A

The Session layer sets up, maintains, and terminates sessions between applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  1. 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?
A

PDU’s at the Data Link layer are called frames and provide physical addressing plus other options to place packets on the network medium.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  1. 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?
A

The Transport layer uses virtual circuits to create a reliable connection between two hosts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  1. Which layer provides logical addressing that routers will use for path determination?
A

The Network layer provides logical addressing, typically IP addressing and routing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  1. Which layer specifies voltage, wire speed, and cable pinouts and moves bits between devices?
A

The physical layer is responsible for the electrical and mechanical connections between devices.

17
Q
  1. Which layer combines bits into bytes and bytes into frames, uses MAC addressing, and provides error detection?
A

The Data Link layer is responsible for the framing of data packets.

18
Q
  1. Which layer is responsible for keeping the data from different applications separate on the network?
A

The Session layer creates sessions between different hosts’ applications

19
Q
  1. Which layer is represented by frames?
A

The Data Link layer frames packets received from the Network layer.

20
Q
  1. Which layer is represented by segments?
A

The Transport layer segments user data.

21
Q
  1. Which layer is represented by packets?
A

The Network layer creates packets out of segments handed down from the Transport layer.

22
Q
  1. Which layer is represented by bits?
A

The Physical layer is responsible for transporting 1s and 0s (bits) in a digital signal.

23
Q
16. Rearrange the following in order of encapsulation:
Packets
Frames
Bits
Segments
A

Segments, packets, frames, bits

24
Q
  1. Which layer segments and reassembles data into a data stream?
A

Transport

25
Q
  1. Which layer provides the physical transmission of the data and handles error notification, network topology and flow control?
A

Data Link

26
Q
  1. Which layer manages logical device addressing, tracks the location of devices on the internetwork, and determines the best way to move data?
A

Network

27
Q
  1. What is the bit length and expression form of a MAC address?
A

48 bits (6 bytes) expressed as a hexadecimal number.

28
Q

Describe the operation of Carrier Sense Multiple Access with Collision Detection (CSMA/CD).

A

CSMA/CD is a protocol that helps devices share the bandwidth evenly without having two devices transmit at the same time on the network medium. Although it does not eliminate collisions, it helps to greatly reduce them, which reduces retransmissions, resulting in a more efficient transmission of data for all devices.

29
Q

Differentiate half-duplex and full-duplex communication and define the requirements to utilize each method.

A

Full-duplex Ethernet uses two pairs of wires at the same time instead of one wire pair like half-duplex.Full-duplex allows for sending and receiving at the same time, using different wires to eliminate collisions, while half-duplex can send or receive but not at the same time and still can suffer collisions. To use full-duplex, the devices at both ends of the cable must be capable of and configured to perform full-duplex.

30
Q

Describe the sections of a MAC address and the information contained in each section.

A

The MAC, or hardware, address is a 48-bit (6 byte) address written in a hexadecimal format. The first 24 bits, or 3 bytes, are called the organizationally unique identifier (OUI), which is assigned by the IEEE to the manufacturer of the NIC. the balance of the number uniquely identifies the NIC.

31
Q

Identify the binary and hexadecimal equivalent of a decimal number.

A

Any number expressed in one format can also be expressed in the other two. The ability to perform this conversion is critical to understanding IP addressing and subnetting.

32
Q

Identify the fields in the Data Link portion of an Ethernet frame.

A

The fields in the Data Link portion of a frame include the preamble, Start Frame Delimiter, destination MAC address, source MAC address, Length or Type, Data, and Frame Check Sequence.

33
Q

Identify the IEEE physical standards for Ethernet cabling.

A

These standards describe the capabilities and physical characteristics of various cable types and include but are not limited to 10Base-2, 10Base-5, and 10Base-T.

34
Q

Differentiate types of Ethernet cabling and identify their proper application.

A

The three types of cabling of cables that can be created from an Ethernet cable are straight-through ( to connect a PC’s or router’s Ethernet interface to a hub or switch), crossover (to connect hub to hub, hub to switch, switch to switch, or PC to PC), and rolled ( for a console connection from a PC to a router or switch).

35
Q

Describe the data encapsulation process and role it plays in packet creation.

A

Data encapsulation is a process whereby information is added to the frame from each layer of the OSI model. This is also called packet creation. Each layer communicates on with its peer layer on the receiving device.

36
Q

Understand how to connect a console cable from a PC to a router and switch.

A

Take a rolled cable and connect it from the COM port of the host to the console port of a router. Start your emulations program such as putty or SecureCRT and set the bits per second to 9600 and flow control to None.

37
Q

Identify the layers in the Cisco three-layer model and describe the ideal function of each layer.

A

The three layers in the Cisco hierarchical model are the core (responsible for transporting large amounts of traffic both reliably and quickly), distribution (provides routing, filtering, and WAN access), and access (workgroup connectivity into the distribution layer).