Computer Networks Flashcards

1
Q

Computer Network definition

A

collection of nodes connected by a communication link

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

Why setup a computer network?

A

Resource/Database/Software sharing

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

Key performance parameters of Computer Networks

A

-Bandwidth
-Delays
-Error rate

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

Components of Computer Networks?

A

-Hosts
-Central connecting devices
-Apps use the network to provide a service
-Links are channels that connect nodes

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

Network Types

A

-Personal Area Networks
-Local Area Networks
-Metropolitan Area Networks
-Wide Area Networks

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

Personal Area Networks factors?

A

-Smallest
-Bluetooth, infrared enabled devices
-Connect up to 10 meters
-Wireless mouse, keyboards, headphones, printers, tv remotes

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

Local Area Network factors?

A

-Privately owned network - home, office, campus
-Connect up to a few kilometers
-Worst case transmission time bounded and known in advance
-Different topologies can be implemented
-LAN uses ethernet or wireless network(WLAN
-LAN is relatively fast

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

Metropolitan Area Network factors?

A

-Connection over entire city
-MAN can connect several LANs
-Ex - interconnecting several LANs on campus
-MAN uses Asynchronous Transfer Mode (ATM) and Fiber Distributed Data Interface (FDDI)

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

Wide Area Network factors?

A

-Long distance transmission of data, voice, image and information
-Connectivity range up to countries, continents, entire planet
-Slower than LAN
-Some WAN use ATM, Frame Relay, and synchronous optical network
-Enterprise network is a WAN owned by a company

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

What is a Network Topology?

A

-Physical and logical layout of a computer network
-Determines how various components communicate and connect
-Choice of topology depends on the following factors:
- # of devices
- Application
- Data transfer rate
- Response time
- Cost

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

What are the types of Network Topologies?

A
  • Bus
  • Star
  • Tree
  • Ring
  • Mesh
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is Bus Topology?

A

-Linear configuration in which all network devices are connected to a common bus
- Full duplex communication is possible between devices and taps
- Data sent by one node can be seen by others
- Example: Ethernet LAN

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

Pros/Cons of Bus Topology?

A

Pros:
- Cheap, easy to implement
-less cabling required, shared link reduces cost
- Expandable - devices can be added/removed without disruption

Cons:
- One device can transfer data at a time
-access control required to avoid data collision
- Signal strength becomes an issue for long distances
- Common bus failure can crash network
- Security risk - other devices can see data

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

What is Star Topology?

A
  • Central device to which remaining nodes are connected
  • Each node has direct access to the central device via point to point links
  • Central device can operate in either broadcast mode (hub/multiport transmission of data to all nodes) or unicast/frame switching mode (perform switching/routing function using a switch)
  • Example: High speed LAN
  • looks like a snowflake (central device)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the pros and cons of Star Topology?

A

Pros:
- Scalable, high speed, easy to maintain.
- # of links = # of nodes
- Individual node failure doesn’t impact overall network
- Troubleshooting, modification is easy

Cons:
- Single point of failure exists in the form of central device
- Network size is limited by number of I/O ports on device

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

What is Tree Topology?

A
  • (Hierarchical topology) a hybrid of star and bus
  • Network divided into multiple layers
  • Highest layer contains central node
  • Middle layer contains distribution nodes
  • Lower layer (access layer) contains end-nodes
17
Q

Pros/cons of Tree Topology?

A

Pros:
- Scalable
- Flexible
- Easy maintenance, layered control of devices

Cons:
- Expensive to implement
- Single point of failure in the form of central node

  • looks like binary tree
18
Q

What is Ring Topology?

A
  • Circular config
  • Each network device is connected to the 2 adjacent devices
  • Data is transmitted in one direction reducing chances of collision
  • Implementation requires use of token passing protocol
19
Q

Pros/cons of Ring Topology?

A

Pros:
- Simple installation with less cabling
- Troubleshooting is easy
- All devices have equal network access

Cons:
- Not very scalable
- Single mode of failure possible
- Transmission of data is slower than star, data travels through loop

20
Q

What is Mesh Topology?

A
  • Involves interconnecting all network devices with each other via point to point links
  • Fully connected mesh with ‘n’ devices has n(n-1)/2 cables
  • Each device must have (n-1) I/O ports
21
Q

Pros/Cons of Mesh Topology?

A

Pros:
- High speed, no congestion issues
- Very high reliability/redundancy/security
- Individual node failure doesn’t impact network

Cons:
- Very expensive (cabling expensive)
- Poor expandability - addition of new node requires multiple links
- Rarely used in practice