TYPES OF NETWORKS Flashcards
GEOGRAPHICALLY
What is a LAN? And what are it’s characteristics?
A LAN is a network infrastructure that spans a small geographical area. LANs have specific characteristics:
- LANs interconnect end devices in a limited area such as a home or campus.
- A LAN is usually administered by a single organization or individual. Administrative control is enforced at the network level and governs the security and access control policies.
- LANs provide high-speed bandwidth to internal end devices and intermediary devices
GEOGRAPHICALLY
What is a WAN? And what are it’s characteristics?
A WAN is a network infrastructure that spans a wide geographical area. WANs are typically managed by service providers (SPs) or Internet Service Providers (ISPs).
- WANs interconnect LANs over wide geographical areas such as between cities or continents.
- WANs are usually administered by multiple service providers.
- WANs typically provide slower speed links between LANs.
GEOGRAPHICALLY
Describe MANs
span distances up to 100 miles.
• These networks are frequently used as links between office buildings that are located throughout a city.
• not owned by a single organization. Rather, it is owned either by a group of organizations or by a single network service provider that provides network services for a fee.
GEOGRAPHICALLY
Describe PANs
Network that connects devices, such as mice, keyboards, printers, smartphones, and tablets within the range of an individual person. PANs are most often connected with Bluetooth technology
OWNERSHIP
Classify networks based on ownership
Public- A network to which anyone can connect eg the internet
Private- Any network to which access is restricted
INFRASTRUCTURE
Describe client/server
In this design, a small number of computers are designated as centralized servers and given the task of providing services to a larger number of user machines called clients
A server computer provides a link to the resources
necessary to perform any task. Client computers normally request and receive information over the network
INFRASTRUCTURE
Describe peer to peer
A group of computers are linked together with equal permissions and responsibilities for processing data
INFRASTRUCTURE
Give the advantages and disadvantages of P2P
ADVANTAGES
- Easy to set up
- Less complex
- Lower cost since network devices and dedicated servers are not required
- Can be used for simple tasks such as transferring files
DISADVANTAGES
- No centralized administration
- Not as secure
- Not scalable
- Slow performance since devices act as both clients and servers
INFRASTRUCTURE
Describe thin client and SAN infrastructures
Thin client- All software and resources are installed on a central device and dumb terminals are used
Storage Area Network- For sharing data
SIZE
Describe the internet and give its characteristics
A worldwide system of interconnected computer networks.
CHARACTERISTICS • Each packet is individually routed • No time guarantee for delivery • No guarantee of delivery in sequence • No guarantee of delivery at all! • If packet is re-transmitted too soon duplicate packets are formed.
SIZE
Describe the intranet
-A private network that is contained
within an enterprise. It may consist of many interlinked LANs and also use leased lines in the WAN
• An intranet uses TCP/IP, HTTP, and other Internet protocols and in general looks like a private version of the Internet.-
-With tunneling, companies can send private messages through the public network, using the public network with special encryption/decryption and other security safeguards.
SIZE
Describe extranet
A controlled private network that allows access to partners, vendors and suppliers or an authorized set of customers
REPRESENTATION
Classify networks according to different representations
Logical- A logical network is a portion of a physical network that connects two or more logical network interfaces or devices
Physical-A physical network connects two or more physical network interfaces.
TOPOLOGY
Describe bus topology and give its advantages and disadvantages
Each device is connected to a common cable called a bus or backbone, and all communications travel
along this bus.
Advantages
- It is easy to set up, handle, and implement.
- It is best-suited for small networks.
- It is cheap to install.
Disadvantages
1,The cable length limits the number of possible network nodes.
2.When the number of devices connected to the bus increases, the efficiency decreases.
3. High traffic increases load on the bus, and the network efficiency drops.
4.It is heavily dependent on the central bus. A fault in the bus leads to network failure.
5.It is not easy to isolate faults in the network nodes.
6.Each device on the network “sees” all the data being transmitted, thus posing a security risk.
TOPOLOGY
Describe ring topology and give its advantages and disadvantages
Each node connects to exactly two other nodes, forming a single continuous pathway for signals through each node
Advantages
- A central server is not required for management.
- The traffic is unidirectional and the data transmission is high-speed.
- In comparison to a bus, a ring is better at handling loads.
- The adding or removing of network nodes is easy, as the process requires changing only two connections.
- The configuration makes it easy to identify faults in network nodes.
Disadvantages
- The failure of a single node in the network can cause the entire network to fail.
- The movement or changes made to network nodes affect the entire network’s performance.
- Data sent from one node to another has to pass through all the intermediate nodes. This makes the transmission slower in comparison to that in a star topology. The transmission speed drops with an increase in the number of nodes.
- There is heavy dependency on the wire connecting the network nodes in the ring.