Section 1 : Computer Network Fundamentals Flashcards

1
Q

What is a Computer Network?

A

In its simplest form, a Computer Network is nothing more than “two connected computers sharing resources with one another

It is composed of two main aspects:

  • Physical Connection (wires, cables, wireless media)
  • Logical Connection (data transporting across the physical media)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are some of the Basic Networking Rules?

A
  • The computers in a network must use the same procedures for sending and receiving data. We call these communication protocols.
  • Data must be delivered uncorrupted. If it is corrupted, it is useless. (There are Exceptions)
  • Computers in a network must be capable of determining the origin and destination of a piece of information, i.e., it’s IP and Mac Address.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What the three types of Computer Networking?

A

Network Architecture:

  • Client-Server
  • Peer-to-Peer
  • Converged Network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How does the Client-Server Network Work?

A
  • Network is Composed of Clients and Servers
  • Servers Provide Resources
  • Clients Receive Resources
  • Servers Provided Centralized Control Over Network Resources (files, printers, authentication, etc.)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Client-Server Architecture (Pros and Cons)?

A

Advanatages:

  • Centralized user accounts, security and access controls to simple netowrk administration.
  • More power servers equate to more efficient access to network resources; scales up more efficiently than peer-to-peer
  • A single password for network logon delivers access to all resources

Disadvantages:

  • Server failure renders a network unsuable or results in loos of network resources.
  • Complex, Special-purpose server sofware requires allocation to expert staff.
  • Dedicated hardware and specialized software add to the cost of ownership(TOC).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Peer-to-Peer Network?

A
  • All Computers on the Network Are Peers
  • No Dedicated Servers
  • There Is No Centralized Control over Shared Resources
  • Any Individual Machine Can Share Its Resources as It Pleases
  • All Computers on the Network Can Act as Either a Client (Receive Resources) or a Server (Provide Resources)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the Peer-to-Peer Architecture (Pros and Cons)?

A

Advantages(Pros):

  • Easy to install and configure.
  • Does not depend on the presence of a dedicated server.
  • Individual users control their own shared resources.
  • Inexpensive to purchase and operate.
  • No dedicated administrators are needed to run the network.

Disadvantage (Cons):

  • Network security applies only to a single resource at a time.
  • Users may be forced to use as many passwords as there are shared resources (Nodes)
  • Each machine must be backed up individually to protect all shared data
  • There is no centralized organizational scheme to locate or control access to data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a Converged Network?

A

A Converged Network has multiple types of traffic, this type of network is cheaper to run versus running multiple networks for different types of traffic. A converged network will include the following but not limited:

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

Define 7 Types of Networks defined Geographic Location?

A
  • Local Area Network (LAN)
  • Campus Area Network(CAN)
  • Metropolitan Area Network(MAN)
  • Wide Area Network (WAN)
  • Storage Area Network (SAN)
  • Wireless Local Area Network (WLAN)
  • Personal Area Network (PAN)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a Local Area Network(LAN)?

A

A computer network within small geograhical area, such as a single room, building or group of buildings.

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

What is a Campus Area Network(CAN)?

A

A computer network of multiple interconnected LANs in a limited geographical area, such as a corporation, government agency, or university campus.

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

What is a Metropolitan Area Network(MAN)?

A

A computer network that interconnects users with computer resources in a city.

NB: Larger than a Campus Area Network but smaller than a wide area network.

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

What is a Wide Area Network (WAN)?

A

A computer network that extends over a large geographical distance, typically multiple cities and countries.

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

What is a Wireless Local Area Network?

A

A local area network made up of wireless networking devices is a wireless local area network (WLAN).

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

What is a Storage Area Network?

A

A Storage Area Network (SAN) is a specialized, high-speed network that provides block-level network access to storage

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

What is a Personal Area network?

A

A Personal Area Network is a computer network for interconnecting electronic devices within an individual person’s workspace. A PAN provides data transmission among devices such as computers, smartphones, tablets and personal digital assistants.

17
Q

Physical Versus Logical Topology?

A

A logical topology is how devices appear connected to the user.

A physical topology is how they are actually interconnected with wires and cables. For example, in a shared Ethernet network that uses hubs rather than switches, the logical topology appears as if every node is connected to a common bus that runs from node to node. However, its physical topology is a star, in which every node on the network connects to a central hub

18
Q

What is the Star Topology?

A
  • The most common wired topology
  • All devices are connected to a central device (HUB or Switch)
  • Central Device is a single Point of Failure
19
Q

What is a Ring Topology?

A
  • All devices are connected in a circular fashion
  • Devices are interconnected by connecting to a single ring or, in some cases (e.g. FDDI (Fibre Distributed Data Interface - Old school 1990s) a dual ring.
  • Each computer is connected to two other computers
  • Data travels from node-to-node with each computer handling data, either unidirectional or bidirectional.
  • Token Rink Networks relied on a Ring Topology.
  • Rings have scalbility limitations, specifically, a ring has a maximum length and a maxium number of attached stattions.
  • Each device on the ring repeats the signal si receives
20
Q

What is a Bus Topology?

A
  • All devices are connected to a single network cable.
  • Terminators are required for both ends of the cable.
  • A single break in the cable will take down the entire network.
  • the computers are connected on a Coaxial Cable using a BNC connector(T- Connectors/Vampire Tap).
  • When a terminator is removed the data would bounce back (Signal reflection) data flow is interrupted.
  • Adding a devices on a bus topology might cause an outage for other users on the bus.

T-Connector Picture

21
Q

What is a Mesh Topology?

A
  • Each device is connected to every other device by separate cabling.
  • Highly redundant and fault-tolerant.
  • Used in wide area networks (WAN).
  • Expensive to install.
  • The internet is a good example of a mesh topology.
22
Q

What is a Hub-and-Spoke Topology?

A

When interconnecting multiple sites (for example, multiple corporate locations) via WAN links, a hub-and-spoke topology has a WAN link from each remote site (that is, a spoke site) to the main site (that is, the hub site). This approach, an example of which is shown in Figure 1-10, is similar to the star topology used in LANs.

With WAN links, a service provider is paid a recurring fee for each link. Therefore, a hub-and-spoke topology helps minimize WAN expenses by not directly connecting any two spoke locations. If two spoke locations need to communicate between themselves, their communication is sent via the hub location. Table 1-4 contrasts the benefits and drawbacks of a hub-and-spoke WAN topology.

  • Each remote site (that is,a spoke) connects back to a main site (that is, thehub) via a WAN link.
  • Costs are reduced (as compared to a full-mesh or partial-mesh topology) because a minimal number of links is used.
  • Suboptimal routes must be used between remote sites because all intersite communication must travel via the main site.
  • Communication between two remote sites travels through the hub site.
  • Because all remote sites converge on the main site, this hub site potentially becomes a single point of failure.
23
Q

What is a Full-Mesh Topology?

A

Whereas a hub-and-spoke WAN topology lacked redundacy and suffered from suboptimal routes, a full-mesh topology directly connects every site to every other site.

  • Every site has a direct WAN connection to every other site.
  • An optimal route exist between any two sites
  • A full-mesh network can be difficult and expensive to scale, because the addition of new site requires a WAN link between the new site and every other existing site.
  • The number of required WAN connections can be calculated with the formula w = n * (n – 1) / 2, where w = the number of WAN links and n = the number of sites. For example, a network with 10 sites would require 45 WAN connections to form a fully meshed network: 45 = 10 * (10 – 1) / 2.
  • A full-mesh network is fault tolerant because one or more links can be lost and reachability between all sites might still be maintained.
24
Q

What is a Partial-Mesh Topology?

A

A partial-mesh WAN topology is a hybrid of the previously described hub-and-spoke topology and full-mesh topology. A partial-mesh totpology can be designed to offer an optimal route between selected sites while avoiding the expense of interconnecting every site to every other site.

  • Selected sites (that is, sites with frequent intersite communication) are interconnected via direct links, whereas sites that have less-frequent communication can communicate via another site.
  • A partial-mesh topology provides optimal routes between selected sites with higher intersite traffic volumes while avoiding the expense of interconnecting every site to every other site.
  • A partial-mesh topology is less fault tolerant than a full-mesh topology.
25
Q

What is Ad Hoc (Wireless Topology)?

A

Ad hoc network is also known as IBSS (Independent Basic Service Set) configuration. Logically, this configuration is analogous to a peer-to-peer office network in which no single node is required to function as a server. Ad hoc WLANs include a number of nodes or wireless stations that communicate directly with one another on a peer-to-peer basis, without using an access point (AP) or any connection to a wired network.

e.g. Apple air drop

26
Q

What is Infrastruture (Wireless Topology)?

A

Infrastructure topology, you have specialized wireless equipment for permitting the wireless communications to take place. Many homes today feature a wireless local area network (WLAN). A wireless access point (WAP) allows the various computers (and other wireless devices) to communicate with each other through the WAP acting like a hub device. This WAP connects to the service provider (SP) of the home user with a wired connection. For example, a coaxial cable could connect to the broadband cable service for high-speed Internet connectivity.

27
Q

What is Mesh (Wireless Topology)?

A

A wireless mesh network is made up of two or more wireless radios working together to share routing protocols in order to create an interconnected RF pathway. A wireless mesh network, no matter how many radios it includes, creates only a single name identifier, or Single Set Identifier (SSID) and could also create a single IP address for the entire mesh, clearly distinguishing the mesh from another wireless or mesh network.

Wireless mesh networking includes three types of topologies based on requirements and LOS. Those three solutions are:

  • Point-to-point topology
  • Point-to-multipoint or multipoint-to-point topology
  • Multipoint-to-multipoint topology