Section 1. Exploring the Functions of Networking Flashcards
Q1-What is a network?
A network is a collection of devices and end systems. Networks consist of computers, servers, and network devices, such as switches, routers, wireless access points, and firewalls that are interconnected, communicating with each other and sharing resources with each other. They are found in homes, small business, and large enterprises. A network is a collection of devices and end systems.
Q2-What four major categories make up the physical components of a network?
The four major categories found in networks are Endpoints: These devices receive data and are endpoints of the network. Examples include PCs, servers, laptops, tablets, and so on. Interconnections: The components that provide a means for data to travel across the network. This includes network interface cards (NIC), network media, and connectors. Switches: Provide network access for compute devices and other network devices. Routers: Interconnect networks.
Q3-What are the four major resources that are shared on a computer network?
The four major resources that are shared on a computer network are as follows: Data and applications: Consist of computer data and network-aware applications such as e-mail Resources: Include input and output devices such as cameras and printers Network storage: Consists of directly attached storage devices (physical storage that is directly attached to a computer and a shared server), network attached storage, and storage-area networks Backup devices: Can back up files and data from multiple computers
Q4-What are common network user applications on today’s networks?
Common network user applications on today’s networks are Email Web (this includes web applications or any application the uses HTTP/HTTPS) Instant messaging Video/collaboration Databases File sharing
Q5-List three categories of network applications.
Three categories of network applications are as follows: Batch applications: Examples are FTP and TFTP. They are started by a person and complete with no other interaction. Bandwidth is important but not critical. Interactive applications: Include database updates and queries. A person requests data from a server and waits for a reply. Response time depends more on the server and storage than the network. Real-time applications: Include VoIP and video. Network bandwidth is critical because these applications are time sensitive. Quality of service (QoS) and sufficient network bandwidth are mandatory for these applications.
Q6-What are three types of network-monitoring software?
Three types of network-monitoring software are Protocol analyzers: Capture network packets between network devices and decode the packets so that one can view what applications are being transmitted on a network. Sniffers: Work like a wiretap and allow one to observe network communication and view the data that is being transmitted. Availability and performance programs: Use protocols use as ICMP and SNMP to view the availability of network devices and performance in real time.
Q7-Your company wants to provide streaming video services to all branches and sales representatives. What two network characteristics are the most critical to achieving this goal?
The most critical characteristics are bandwidth and latency. Time-sensitive applications such as video and VoIP are dependent on bandwidth and latency to function properly. When implementing time-sensitive applications, one needs to ensure that the network has enough bandwidth and low delay to ensure a proper end-user experience.
Q8-When describing the characteristics of a network, what does speed refer to?
Speed refers to how fast data is transmitted over the network. Today’s networks consist of speeds of 100 Mbps, 1Gbps, 10 Gbps, 40 Gbps, and 100 Gbps.
Q9-When describing the characteristics of a network, what does cost refer to?
Cost refers to the general financial value of network components, installation, and maintenance.
Q10-When describing the characteristics of a network, what does security refer to?
Security refers to protecting the network devices and data from both internal and external sources.
Q11-When describing the characteristics of a network, what does availability refer to?
Availability is the measurement of the network uptime compared to its downtime. Network availability percentage can be calculated using the following formula, which calculates the number of minutes of downtime compared to the number of minutes in a year: ([525,600 – Minutes downtime] / [525,600]) * 100
Q12-Your CIO wants to know the network availability of your company’s network for the past year. During the past year, the network was down for 30 minutes. What was the total availability of the network?
The total availability was 99.994%. ([525,600 – 30] / [525,600]) * 100 = 99.994%
Q13-When describing the characteristics of a network, what does scalability refer to?
Scalability refers to how well the network can accommodate more users and more data—in other words, how easily the network can grow and expand.
Q14-When describing the characteristics of a network, what does reliability refer to?
Reliability refers to the dependability of the devices that make up the network (switches, routers, computers, servers, access points, software, and so on).
Q15-What is the difference between the physical and logical network topology?
Physical topology defines the physical layout of devices and network media—cables, network devices, computers, and so on—and how these components are physically connected and configured. Logical topology refers to the data path or logical paths of the network in which data accesses the media and transmits packets across it. This includes IP addresses as well as routing paths.
Q16-What are the six types of physical topologies implemented in today’s networks?
The six types of physical topologies implemented in today’s networks are Star Extended star Mesh Partial mesh Bus Ring
Q17-What physical network topology connects all devices to one cable?
The bus topology connects all devices to one cable. This cable connects one computer to another. In a logical bus topology, only one packet can be transmitted at a time.
Q18-Describe a ring physical network topology.
In a ring topology, all hosts and devices are connected in the form of a ring or circle. The following two types of ring networks exist: Single-ring: In a single-ring network, all devices share a single cable and data travels in one direction. Each device waits its turn to send data over the network. Dual-ring: A dual-ring network has a second ring to add redundancy and allows data to be sent in both directions.