Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Bobby1234
B
Bobby1234
Community Contributor
Quizzes Created: 4 | Total Attempts: 76,069
| Attempts: 10,984 | Questions: 51
Please wait...
Question 1 / 51
0 %
0/100
Score 0/100
1. Of the osi model layers what is level 6?

Explanation

The correct answer is the presentation layer. In the OSI model, the presentation layer is responsible for formatting, encrypting, and compressing data to be sent across the network. It ensures that the data is in a format that can be understood by the receiving application. This layer also handles data encryption and decryption, as well as data compression to optimize the transmission.

Submit
Please wait...
About This Quiz
Network + Practice Exam # - Quiz

Network + practice exam. I made this one different, because I added in some fill in the blanks. I figure if your going to study the material you should know it(but that is just me). I will add more questions later.

Personalize your quiz and earn a certificate with your name on it!
2. On the osi model what is level 4?

Explanation

The correct answer is the transport layer. The OSI model is a conceptual framework that defines the functions of a communication system. It is divided into seven layers, with each layer responsible for a specific set of tasks. The transport layer, which is level 4 of the OSI model, handles the reliable delivery of data between two endpoints. It ensures that data packets are delivered in the correct order and without errors. This layer also provides mechanisms for flow control and error recovery, making it essential for establishing a reliable communication channel.

Submit
3. On the osi model what is level 5?

Explanation

The OSI model is a conceptual framework that standardizes the functions of a communication system into seven different layers. Each layer has a specific role and interacts with the layers above and below it. Level 5 in the OSI model is the session layer. This layer is responsible for establishing, managing, and terminating sessions between applications. It ensures that data is transferred smoothly and error-free by handling synchronization, checkpointing, and recovery of data exchange. The session layer also manages security and authentication processes during communication sessions.

Submit
4. On the osi model what is level 2?

Explanation

The correct answer is the data link layer. In the OSI model, level 2 is known as the data link layer. This layer is responsible for the reliable transmission of data between two nodes on a network. It handles error detection and correction, as well as the formatting and organization of data into frames for transmission. The data link layer also manages access to the physical network medium and controls how data is sent and received over the network.

Submit
5. On the osi model what is level 1?

Explanation

The correct answer is physical layer. In the OSI model, the physical layer is the lowest level and is responsible for the actual transmission of data bits over a physical medium. It deals with the electrical, mechanical, and procedural aspects of the physical connection between devices. This layer defines the physical characteristics of the network such as cables, connectors, and signaling. It ensures that data is transmitted reliably and accurately across the network.

Submit
6. What hardware devices does the transport layer deal with?

Explanation

The transport layer of the network protocol stack is responsible for managing the end-to-end communication between two devices. It ensures reliable and efficient data transfer by breaking the data into smaller segments and reassembling them at the receiving end. A gateway is a hardware device that acts as an interface between different networks. It can connect networks with different protocols or architectures, allowing data to flow between them. Therefore, the transport layer may interact with gateways to facilitate communication between devices on different networks.

Submit
7. What is IRQ 3 used for?

Explanation

IRQ 3 is used for the communication ports COM2 or COM4. These ports are commonly used for serial communication in computer systems. IRQ (Interrupt Request) is a signal that allows devices to request attention from the CPU. In this case, IRQ 3 is specifically assigned to handle communication for COM2 or COM4 ports, which are used for connecting external devices such as modems, printers, or serial mice to the computer.

Submit
8. What is IRQ 13 used for?

Explanation

IRQ 13 is used for the math co-processor. The math co-processor is a specialized chip that assists the main processor in performing complex mathematical calculations. By using IRQ 13, the computer can efficiently handle mathematical operations and improve overall performance.

Submit
9. What is IRQ 6 used for?

Explanation

IRQ 6 is used for the floppy disk controller. This means that when a device connected to the floppy disk controller requires attention or wants to communicate with the computer's CPU, it will send an interrupt signal on IRQ 6. This allows the CPU to prioritize and handle the request from the floppy disk controller in a timely manner.

Submit
10. What is port address 270h commonly used for?

Explanation

Port address 270h is commonly used for the parallel port LPT3. The LPT3 port is typically used for connecting printers or other parallel devices to a computer. The port address 270h refers to the hexadecimal address where the parallel port is located in the computer's memory. This address allows the computer to communicate with the connected device and send or receive data.

Submit
11. What is port address 3f8h commonly used for?

Explanation

Port address 3f8h is commonly used for COM1. COM1 is the first serial communication port on a computer and is typically used for connecting devices such as modems, mice, and serial printers. The port address 3f8h is a hexadecimal representation of the base input/output address for COM1.

Submit
12. What is port address 2f8h commonly used for?

Explanation

Port address 2f8h is commonly used for com2. This means that com2, also known as the second communication port, is assigned to the port address 2f8h. The port address is a hexadecimal value that represents the specific location in the computer's memory where data can be sent or received through the com2 port.

Submit
13. What standard does 802.3u define?

Explanation

802.3u defines the standard for fast Ethernet. Fast Ethernet is a network technology that provides data transmission speeds of up to 100 megabits per second (Mbps). It is an extension of the original Ethernet standard (802.3) and is commonly used in local area networks (LANs) to support faster and more efficient data transfer. The 802.3u standard specifies the physical and data link layer protocols for fast Ethernet, ensuring compatibility and interoperability between different network devices.

Submit
14. What standard does 802.5 define and its network?

Explanation

The correct answer is the data link layer for token ring networks. The 802.5 standard defines the protocol and specifications for the data link layer in a token ring network. This layer is responsible for managing the transmission of data over the network, including addressing, error detection, and flow control. Token ring networks use a token passing mechanism to control access to the network, ensuring that only one device can transmit data at a time. The 802.5 standard provides guidelines for implementing this token passing mechanism and ensuring reliable and efficient communication within a token ring network.

Submit
15. What standard does 802.11 define?

Explanation

The standard 802.11 defines wireless networking.

Submit
16. Which cable media uses modulated pulses of light to transmit data?

Explanation

fiber optic uses modulated beams of light to transmit data.

Submit
17. What hardware devices does the network layer deal with? there are two

Explanation

The network layer deals with the management and routing of data packets across a network. A router is a hardware device that operates at the network layer and is responsible for directing network traffic between different networks. It uses routing tables to determine the best path for forwarding packets. On the other hand, a brouter is a hybrid device that combines the functionalities of a router and a bridge. It can operate at both the network layer and the data link layer, allowing it to handle both IP-based networks and non-IP-based networks.

Submit
18. Each network interface card is uniquely identified by its?

Explanation

the device driver for a network interface card works at a sublayer of the data link layer called the media access control (mac)sublayer, which is why the physical address of a nic is called its mac address.

Submit
19. What hardware devices does the data link layer deal with? there are two.

Explanation

The data link layer of a network deals with the bridge and switch hardware devices. A bridge connects multiple network segments together and forwards data packets between them based on their MAC addresses. A switch, on the other hand, is an advanced version of a bridge that can handle higher data rates and has more ports. It also uses MAC addresses to forward data packets but can do so simultaneously to multiple devices. Both bridge and switch devices play a crucial role in managing and directing network traffic efficiently.

Submit
20. The primary purpose of a network is?

Explanation

although the other choices seem like a valid reason. the best and primary answer is to share resources.

Submit
21. The method used to control the transmission of signals to a ring network is?

Explanation

the node in possession of the token is the only one that can send a message. the other workstations must wait until the token is available.

Submit
22. The network layer device that determines and sends packets over the most efficient route available is a?

Explanation

routers route packets over networks on the network layer.

Submit
23. The number of routers or routable network devices a packet must pass through to reach its destination is called the?

Explanation

one hop is one packet passing through one router.

Submit
24. What is port address 280 commonly used for?

Explanation

Port address 280 is commonly used for network interface card (NIC). A NIC is a hardware component that allows a computer to connect to a network. It serves as the interface between the computer and the network, enabling the transmission and reception of data. Port addresses are numerical values assigned to specific services or processes running on a computer, and port 280 is specifically associated with NIC functionality.

Submit
25. A network of 10 or fewer workstations connected by cable for the direct sharing file and hardware resources is which type of network?

Explanation

peer based network has a practical limit of 10 computers that are connected by cabling for sharing files and hardware.

Submit
26. This coaxial cable commonly uses which type of connector?

Explanation

thin coax uses bnc-t connectors.

Submit
27. The process that enables faster devices to communicate with slower devices without the loss of data is?

Explanation

flow control uses signals between two devices to pause one while the other catches up.

Submit
28. Which of the following network protocols is not routable?

Explanation

netbeui in non routable.

Submit
29. The recommended upper limit for the number of workstations that can be included in a peer-peer network is?

Explanation

beyond 10 workstations, the administration tasks become too much for most users.

Submit
30. The maximum segment distance of a cable medium is associated with?

Explanation

attenuation is the distance point in the cable where the signal starts becoming unrecognizable.

Submit
31. The connectivity device that is used to provide flexibility in cable management and troubleshooting is the?

Explanation

the patch panel is used primarily to organize cabling as well as to provide ease of cable management and troubleshooting.

Submit
32. What is the minimum standard for a 10baseT network?

Explanation

cat 3 is a 4 wire cable supporting bandwidth up to 10 mbps and is the minimum standard for a 10baseT network.

Submit
33. The base portion of the designation 10baseT refers to?

Explanation

baseband transmission is a digital signal;broadband is an analog signal.

Submit
34. A network bridge operates at which layer of the osi model?

Explanation

bridges and switches operate at the data link layer.

Submit
35. Packets on the network layer are addressed using?

Explanation

network (ip) addresses are used to reference locations beyond the local network.

Submit
36. What is the common distance-vector routing algorithm that uses route attributes to determine route efficiencies?

Explanation

rip(routing information protocol) uses route attributes to determine which route is the best at a given instance for a packet.

Submit
37. Which of these unshielded twisted pair cabling can you use for 10baseT networks with transmission speeds of up to 10 mbps?

Explanation

cat 4 and ibm type 3 cable are primarily used for token ring networks.
cat 5 cable supports speeds up to 100mbps.

Submit
38. Thin coaxial has a max segment length of how many meters?

Explanation

the max segment length of thin coaxial cable is 185 meters.

Submit
39. Which of the following characteristics apply to fddi (choose 3)

Explanation

fddi implements two counter rotating rings, fiber optic backbone technology, and has speeds up to 100mbps.

Submit
40. The connectivity device that passes an amplified signal to each of its ports is a?

Explanation

an active hub regenerates the signal before passing it along to its ports.

Submit
41. Which of the following is NOT a type of windows nt printer configuration?

Explanation

printers can be attached to the server, directly to the network,or to a workstation (remote printer)

Submit
42. Microsoft's version of net ware' ipx protocol is called?

Explanation

Microsoft reverse engineered ipx/spx to create its own version called nwlink.

Submit
43. Which of the following enables users to access files and to share a printer on a peer-peer network?

Explanation

users can designate folders and devices as shared devices on their workstations and make them available to network users.

Submit
44. What mechanism is used by nfs to provide network file services?

Explanation

rpc enables users to access remote system files and resources.

Submit
45. Which 2 mechanisms make internetwork possible? (choose 2)

Explanation

routers and ip addressing create and designate internetworks.

Submit
46. The topology most commonly used with a token ring network is the?

Explanation

pure ring topology is rarely implemented. instead, star-ring is used.

Submit
47. The osi model layer that formats data packets and provides for error checking and correction is?

Explanation

the data link layer prepares network packets for their trip across the data links network. The data link protocols may vary but would include the data being sent, information, an identifier for the sending machine, an identifier for the receiving machine, and error correction mechanism such as cyclic redundancy check.

Submit
48. A fast Ethernet standard that uses four wire utp cable is?

Explanation

fast Ethernet is any of the 100baseX standards. 100baseT4 uses four wire cable to implement fast Ethernet.

Submit
49. An Ethernet network is a ______network?

Explanation

because its workstations only "hear" messages and do not regenerate them.

Submit
50. Stp cable is most commonly found in which type of network?

Explanation

shielded twisted pair cable is commonly used in token ring networks.

Submit
51. The standard naming convention used to specify a path to a network resource is?

Explanation

unc (universal naming convention) is used as a standard for creating path names for network devices.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 22, 2022 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2022
    Quiz Edited by
    ProProfs Editorial Team
  • Sep 02, 2007
    Quiz Created by
    Bobby1234
Cancel
  • All
    All (51)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Of the osi model layers what is level 6?
On the osi model what is level 4?
On the osi model what is level 5?
On the osi model what is level 2?
On the osi model what is level 1?
What hardware devices does the transport layer deal with?
What is IRQ 3 used for?
What is IRQ 13 used for?
What is IRQ 6 used for?
What is port address 270h commonly used for?
What is port address 3f8h commonly used for?
What is port address 2f8h commonly used for?
What standard does 802.3u define?
What standard does 802.5 define and its network?
What standard does 802.11 define?
Which cable media uses modulated pulses of light to transmit data?
What hardware devices does the network layer deal with? there are two
Each network interface card is uniquely identified by its?
What hardware devices does the data link layer deal with? there are...
The primary purpose of a network is?
The method used to control the transmission of signals to a ring...
The network layer device that determines and sends packets over the...
The number of routers or routable network devices a packet must pass...
What is port address 280 commonly used for?
A network of 10 or fewer workstations connected by cable for the...
This coaxial cable commonly uses which type of connector?
The process that enables faster devices to communicate with slower...
Which of the following network protocols is not routable?
The recommended upper limit for the number of workstations that can be...
The maximum segment distance of a cable medium is associated with?
The connectivity device that is used to provide flexibility in cable...
What is the minimum standard for a 10baseT network?
The base portion of the designation 10baseT refers to?
A network bridge operates at which layer of the osi model?
Packets on the network layer are addressed using?
What is the common distance-vector routing algorithm that uses route...
Which of these unshielded twisted pair cabling can you use for 10baseT...
Thin coaxial has a max segment length of how many meters?
Which of the following characteristics apply to fddi (choose 3)
The connectivity device that passes an amplified signal to each of its...
Which of the following is NOT a type of windows nt printer...
Microsoft's version of net ware' ipx protocol is called?
Which of the following enables users to access files and to share a...
What mechanism is used by nfs to provide network file services?
Which 2 mechanisms make internetwork possible? (choose 2)
The topology most commonly used with a token ring network is the?
The osi model layer that formats data packets and provides for error...
A fast Ethernet standard that uses four wire utp cable is?
An Ethernet network is a ______network?
Stp cable is most commonly found in which type of network?
The standard naming convention used to specify a path to a network...
Alert!

Advertisement