computer network Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

tell me 6 Topologyes

A

point-to-point
bus
hybrid
star
mesh
ring

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

what is computer network?

A

A computer network is a set of interconnected computers and other devices that are capable of sharing resources and information

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

Local Area Network (LAN)

A

A network that covers a small geographic area, such as a single building or a campus. LANs typically provide high-speed connectivity and are commonly used in homes, offices, and educational institutions.

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

Wide Area Network (WAN)

A

A network that covers a larger geographic area, often connecting multiple LANs across different locations. WANs use various communication technologies, such as leased lines, satellites, or the internet, to connect widely dispersed networks.

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

Metropolitan Area Network (MAN)

A

A network that falls between a LAN and WAN in terms of geographic coverage, typically covering a city or a large campus.

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

Personal Area Network (PAN)

A

A network for personal devices, such as smartphones, tablets, and laptops, typically within the range of an individual person.

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

Wireless Local Area Network (WLAN)

A

A type of LAN that uses wireless communication technologies, such as Wi-Fi, to connect devices without the need for physical cables.

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

Internet

A

The largest and most well-known network, connecting millions of devices worldwide. The internet is a global network that facilitates communication, information exchange, and access to various services.

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

what is point-to-point and what are its pros and cons?

A

direct link between 2 different computers

Point-to-Point Network Pros:

-Simplicity: Point-to-point networks are straightforward to set up and manage, making them easy to implement for direct communication between two devices.

-Dedicated Connection: As the name suggests, point-to-point connections establish a direct link between two devices. This dedicated connection can provide consistent and reliable communication.

-Efficiency: Point-to-point connections can be more efficient for communication between two specific endpoints compared to a shared network where multiple devices communicate simultaneously.

Point-to-Point Network Cons:

-Limited Scalability: Point-to-point networks may become impractical as the number of devices increases because each device needs a dedicated connection to communicate with every other device.

-Cost: Implementing individual connections for each pair of devices can be cost-prohibitive, especially in larger networks.

-Maintenance Challenges: Managing and maintaining numerous point-to-point connections can become complex, particularly when changes or upgrades are necessary.

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

what is bus and what are its pros and cons?

A

share a single communication line or cable, known as the bus. This bus serves as the central communication pathway through which data is transmitted.

Pros of Bus Network:

-Simplicity: Bus networks are relatively simple to set up and understand. They involve a single communication channel, which makes the topology straightforward.

-Cost-Effective: Implementing a bus network is often cost-effective, as it requires less cabling compared to some other network topologies.

-Ease of Expansion: Adding new devices to a bus network is typically easy. You can extend the bus by connecting new devices to the central communication line.

-Suitable for Small Networks: Bus networks are well-suited for small to medium-sized networks where simplicity and cost-effectiveness are priorities.

Cons of Bus Network:

-Limited Scalability: As the number of devices on the network increases, the performance can degrade. This limitation makes bus networks less suitable for large-scale deployments.

-Single Point of Failure: The central communication line (bus) is a single point of failure. If the bus fails, the entire network may be disrupted.

-Collision Issues: Bus networks may experience collisions when two or more devices attempt to transmit data simultaneously on the same bus. Collisions can lead to data loss and performance issues.

-Limited Bandwidth: The bandwidth of a bus network is shared among all connected devices. As more devices communicate simultaneously, the available bandwidth for each device decreases, impacting overall network performance.

-Security Concerns: Since all devices on the network share the same communication line, it can be easier for unauthorized users to intercept or tamper with data.

-Difficulty in Identifying Faults: Locating faults or issues in a bus network can be challenging, especially when dealing with a complex setup.

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

what is hybrid and what are its pros and cons?

A

A hybrid network is a combination of two or more different types of network topologies, aiming to leverage the strengths of each component topology while mitigating their individual weaknesses.

Pros of Hybrid Network:

-Improved Reliability: Combining different topologies in a hybrid network can enhance reliability. If one segment of the network fails, the other segments may continue to operate, reducing the overall impact of failures.

-Scalability: Hybrid networks offer scalability by allowing for the addition or modification of network components based on specific needs. This adaptability is useful as the organization grows or undergoes changes.

-Optimized Performance: By strategically implementing different topologies for specific purposes, a hybrid network can optimize performance in various areas. For example, high-traffic segments might benefit from a mesh topology, while less critical areas may use a simpler star topology.

-Flexibility: Hybrid networks provide flexibility in design and implementation. Organizations can tailor the network structure to meet specific requirements, balancing factors like cost, performance, and reliability.

-Cost-Efficiency: A well-designed hybrid network can be cost-effective by employing simpler and less expensive topologies where appropriate and investing in more robust solutions for critical areas.

Cons of Hybrid Network:

-Complexity: The integration of multiple topologies can introduce complexity in terms of design, implementation, and management. This complexity may require skilled IT personnel to maintain and troubleshoot the network.

-Costs: While hybrid networks can be cost-effective, the initial setup costs and ongoing maintenance expenses may be higher compared to simpler network architectures.

-Potential for Compatibility Issues: Different topologies may have varying hardware and software requirements, potentially leading to compatibility issues that need to be carefully addressed during integration.

-Management Challenges: Managing and monitoring a hybrid network can be more challenging than managing a network with a single topology. Coordination and oversight become crucial to ensure seamless operation.

-Potential Single Points of Failure: Despite efforts to enhance reliability, a hybrid network may still have potential single points of failure if not designed and implemented carefully. Failure in one critical area could impact the entire network.

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

what is star and what are its pros and cons?

A

A star network is a type of computer network topology where each device in the network is connected to a central hub or switch.

Pros of Star Network:

-Simplicity: Star networks are simple to set up and understand. Adding or removing devices is straightforward, and the overall structure is easy to manage.

-Centralized Control: The central hub provides centralized control over the network, making it easier to monitor and manage network traffic. This centralization simplifies troubleshooting and maintenance.

-Isolation of Devices: Each device in a star network is connected directly to the central hub, providing a level of isolation. If one device fails or experiences issues, it does not directly impact other devices on the network.

-Easy to Identify Faults: Identifying faults or issues in a star network is relatively simple. If a device is not functioning correctly, it can be isolated and addressed without affecting the rest of the network.

-Scalability: Star networks can be easily scaled by adding more devices to the central hub. This scalability makes them suitable for both small and large networks.

Cons of Star Network:

-Dependence on Central Hub: The central hub is crucial for the functioning of the entire network. If the hub fails, the entire network may become inoperable.

-Single Point of Failure: The central hub represents a single point of failure. If it malfunctions or is compromised, the entire network is affected.

-Cost of Central Hub: The central hub, especially if it is a high-performance switch, can be relatively expensive compared to other network topologies. This cost can be a consideration, particularly for larger networks.

-Limited Performance: The performance of a star network may be limited by the capacity of the central hub. If the hub becomes overloaded with traffic, it can lead to network congestion.

-Cabling Requirements: Star networks often require more cabling compared to some other topologies. Each device needs a dedicated cable running to the central hub, which can increase installation and maintenance costs.

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

what is mesh and what are its pros and cons?

A

A mesh network is a type of computer network topology where each device in the network is interconnected, forming a web-like structure.

Pros of Mesh Network:

-Redundancy and Reliability: The interconnected nature of mesh networks provides redundancy and multiple communication paths. If one path or device fails, data can take an alternative route, enhancing network reliability.

-Self-Healing: Mesh networks are often self-healing. If a device or connection fails, the network can automatically reroute traffic through available paths, minimizing disruptions.

-Scalability: Mesh networks are highly scalable. Adding new devices to the network is relatively straightforward, as each device can connect directly to others without relying on a central hub.

-Flexibility: Mesh networks are flexible and adaptable. The dynamic nature of the connections allows for easy modifications and expansions without disrupting the entire network.

-High Performance: The multiple communication paths in a mesh network can lead to high performance, especially in scenarios with heavy data traffic. This can result in faster and more efficient data transmission.

Cons of Mesh Network:

-Complexity: Mesh networks can be complex to design, implement, and manage. The need for each device to communicate with multiple others requires careful planning and configuration.

-Cost: The cost of implementing a mesh network can be higher than some other topologies. The additional hardware and infrastructure required for multiple connections may contribute to increased costs.

-Potential for Interference: In wireless mesh networks, there’s a potential for interference as devices communicate with each other. This interference can impact performance, especially in crowded or congested environments.

-Data Collisions: In scenarios where multiple devices attempt to transmit data simultaneously, there may be collisions. This can result in a slowdown in performance and the need for mechanisms to manage collisions effectively.

-Power Consumption: In wireless mesh networks, devices acting as relays or routers may consume more power as they handle data forwarding for other devices. This can be a consideration for battery-powered devices.

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

what is ring and what are its pros and cons?

A

A ring network is a type of computer network topology in which each device is connected to exactly two other devices, forming a closed loop or ring.

Pros of Ring Network:

-Simplicity: Ring networks are relatively simple to install and configure. Each device is connected to two neighboring devices, creating a straightforward and easy-to-understand topology.

-Equal Access to Resources: In a ring network, each device has equal access to the network resources. There is no central hub or single point of control, which can lead to a more balanced distribution of network traffic.

-Data Integrity: Since data travels in one direction along the ring, there is a reduced likelihood of collisions compared to other topologies. This can contribute to better data integrity and more predictable network performance.

-Fault Isolation: If a device or connection fails in a ring network, the rest of the network can continue to function. The failed segment can be isolated, allowing the remaining devices to maintain connectivity.

Cons of Ring Network:

-Single Point of Failure: Despite the ability to isolate faults, a ring network is still susceptible to a single point of failure. If a device or connection in the ring fails, it can disrupt the entire network.

-Limited Scalability: Adding or removing devices in a ring network can be more challenging than in other topologies. The closed-loop structure limits scalability, and modifications may require significant network reconfiguration.

-Slower Performance: The performance of a ring network can be affected by the number of devices in the loop. As more devices are added, the data must traverse a longer path, potentially leading to slower performance.

-Cost of Implementation: The cost of implementing a ring network, particularly the cabling infrastructure, can be higher than some other topologies. Each device needs connections to two neighboring devices, and this can increase installation costs.

-Complicated Fault Detection: While ring networks can isolate faults, detecting the location of a fault in the ring can be more complicated. Specialized equipment or protocols may be required for efficient fault detection and localization.

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

campus area network (CAN)

A

a network that joins 2 or more LANs together within a limited area

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

storage area network (SAN)

A

special high speed netowork that stores and provides
access to large amounts of data

17
Q

what are the 7 layers of the open system interconnection model?

A

Physical Layer (Layer 1):

-Deals with the physical connection between devices.
-Specifies the characteristics of the hardware, such as cables, connectors, and electrical signals.

Data Link Layer (Layer 2):

-Responsible for creating a reliable link between two directly connected nodes.
-Manages error detection and correction at the data link level.
-Divided into two sublayers: Logical Link Control (LLC) and Media —–
Access Control (MAC).

Network Layer (Layer 3):

-Handles the logical addressing and routing of data packets between different networks.
-IP (Internet Protocol) operates at this layer.

Transport Layer (Layer 4):

-Ensures end-to-end communication, including error recovery and flow control.
-Common transport layer protocols include TCP (Transmission Control Protocol) and UDP (User Datagram Protocol).

Session Layer (Layer 5):

-Manages and establishes communication sessions between applications on different devices.
-Responsible for dialog control, synchronization, and session termination.

Presentation Layer (Layer 6):

-Focuses on data translation, encryption, and compression to ensure that data is presented in a readable format.
-Handles issues related to data format conversion and encryption/decryption.

Application Layer (Layer 7):

-Represents the interface between the network and the user or application.
-Provides network services directly to end-users or applications.
-Examples of application layer protocols include HTTP (Hypertext Transfer Protocol), SMTP (Simple Mail Transfer Protocol), and FTP (File Transfer Protocol).

18
Q

Encryption

A

The process of encoding data to prevent unauthorized access.

19
Q

Firewalls

A

Devices that monitor and control incoming and outgoing network traffic for security purposes.

20
Q

Router

A

Connects different networks and directs data between them.

21
Q

Switch

A

Connects devices within a network and forwards data only to the intended recipient.

22
Q

Hub

A

Simplest networking device that broadcasts data to all connected devices.

23
Q

Transmission Control Protocol/Internet Protocol (TCP/IP)

A

The fundamental suite of protocols for data transmission on the internet.

24
Q

Ethernet

A

A widely used standard for wired LANs.
Wi-Fi: Standards like 802.11 define wireless data transmission protocols.

25
Q

Parity Bit

A

A simple method where an extra bit is added to the data to ensure the number of 1s is even (even parity) or odd (odd parity).

26
Q

Checksum

A

A sum or hash value calculated from the data, used for error detection.

27
Q

Cyclic Redundancy Check (CRC)

A

A more sophisticated error-checking method involving polynomial division.

28
Q

Transmission Control Protocol/Internet Protocol (TCP/IP)

A

The fundamental suite of protocols for data transmission on the internet.

29
Q

Ethernet

A

A widely used standard for wired LANs.

30
Q

Wi-Fi

A

Standards like 802.11 define wireless data transmission protocols.

31
Q

Router

A

Connects different networks and directs data between them.

32
Q

Switch

A

Connects devices within a network and forwards data only to the intended recipient.

33
Q

Hub

A

Simplest networking device that broadcasts data to all connected devices.

34
Q

Encryption

A

The process of encoding data to prevent unauthorized access.

35
Q

Firewalls

A

Devices that monitor and control incoming and outgoing network traffic for security purposes.

36
Q

Noise and Interference

A

External factors that can distort or disrupt data transmission.

37
Q

Attenuation

A

Weakening of the signal as it travels over a distance.