Csc 206 (Intro To Computer Networks) Flashcards
(36 cards)
What is a computer network
A computer network is a system of interconnected computers or other devices thats can communicate with each other and share resources data and information
Technologies that can be used to establish various networks
Wired or wireless connections
PImportance of computer networks
1) to aid communication- networks enables communication among individuals and organizations.
2) resource sharing- networks allows for the sharing of hard ware resources such as printer and scanner as well as soft ware resources such as applications and data bases
3) data exchange - networks facilitated the exchange of data and information between connected devices enabling seamless data transfer and access to information regardless of the location
4) business operations- network play a vital role in modern businesses allowing e-commerce, online banking, inventory management, supple chain co- ordination etc
5) access to information: computer networks provides access to vast storage of information available on the internet and other network resources
5) entertainment and media-
Network provides a platform for entertainment allowing the streaming of videos, music and games to users worldwide
6) remote access and mobility -network allows remote access to resources and services allowing users to work from anywhere using a computer smartphone or other connected devices
List the types of networks we have and explain
1) pan - personal area networks is the smallest and most personal type of network, connecting devices within the immediate environment of the individual user. Pan technology include Bluetooth Wi-Fi infra-red
2) lan- local area network cavers a small geographical area like a single building, office and campus. It uses high speed Ethernet or Wi-Fi connections to interconnect computers, servers and other devices.
3) man - metropolitan area network covers a larger geographical area than the lan but a smaller area than the wan. It is used to interconnect multiple lan within a city or neighboring cities providing high speed connectivity for businesses, educational institutions and government agencies. The technology used in man are fiber optics, Ethernet and wireless connections
4) wan - wide area network covers a larger geographical area than man, its connects multiple lan and other networks over a long distance. The technologies used are leased lines, satellite links, fiber optics and wireless connections.
What is network topology
Network topologies defines the physical and logical layout of interconnected devices in a network
Types of network topology
1) bus
2) star
3) ring
4) mesh
Explain bus list advantages and disadvantages with diagram
For bus all the devices are connected in a single communication channel. The devices communicate by sending data on the bus, it is then received by all the devices in the network
Advantage
1) it is simple and inexpensive
2) is is suitable for small networks with little devices
Disadvantage
1) limited scalability as adding more devices will cause congestion
2) it can fail ,if the bus is damaged the entire system will fail
Explain star list the advantages and disadvantages
In the star topology , every device is connected to a central hub/switch. Communication between devices must pass through the central hub/switch
Advantages
1) it is scalable and devices can be added or removed without affecting the entire network
2) fail tolerant I.e if on device fail it doesn’t affect the entire system
Disadvantage
1) over reliance on the central hub/ switch, if it fails it may affect the entire network
2) it is expensive to implement
Explain ring list the advantages and disadvantages
In ring topology each device is connected to exactly two other devices to form a closed loop or ring. Data travels around the ring in one direction passing through each device until it reaches its destination
Advantages
1) it is simple and easy to implement
2) doesn’t require a central hub, thereby reducing cost
Disadvantage
1) single point of failure
2) difficult to troubleshoot and identify faults
Explain mesh list the advantages and disadvantages
In a mesh topology, each device is connected to every other device in the network. Forming a fully interconnected mesh of network. Mesh network can be full mesh or partial mesh
Advantages
1) it is high fault tolerant
2) it is a scalable and can support large network with large traffic volumes
Disadvantage
1) it is complex and expensive to implement and maintain
2) it requires significant cabling and software resources.
Factors to consider when choosing a network topology
1) performance of the network
2) cost of implementation
3) scalability
4) fault tolerance
What are network models and the types
Network models provides a framework for communication between devices in a network, outlining each layer of communication and the protocol used within each layer.
Types
1) open system interconnection (OSI) model
2) Transmission Control Protocol/ internet protocol (TCP/ip)
What is osi model and who mad it and when
The open system interconnection is a conceptual framework that standardize and conceptualize the functions of telecommunication and network systems
It was created by the international organization of standardization in the 1980
List and explain the 7 layers off the OSI model
1) physical layer - this layer deals with the physical transmission of data over the communication medium such as cables, fiber optic and wireless signals . Example of physical layer standard is the Wi-Fi and Ethernet
2) data link layer - this layer provides reliable point-to-point and point-to-multiple point communication between devices on the same network segment. Example of standard are Ethernet Wi-Fi and point-to-point protocol (PPP)
3)network layer - is responsible for routing and forwarding packets between different networks or subnetworks. It determines the optimal path for data transmission based on network topology, adressing and routing algorithm. The primary protocol is the Internet protocol (IP)
4) transport layer - this layer ensure reliable end-to-end communication between hosts, provides error detection and recovery mechanisms. It segments and reassemble data from upper layers, handles, flow control and manages end to end connections. protocols are user Datagram protocol (UDP), Transmission Control Protocol (TCP)
5) session layer: this layer is responsible for establishing, maintaining, and terminating sessions between different applications in multiple devices. It is responsible for session synchronization and recovery mechanisms. Protocol is session initiation protocol (SIP)
6) presentation layer: it formats data for presentation to the application layer. It is responsible for data translation, encryption and compression to ensure compatibility between different systems. Protocols are multipurpose internet mail extension (MIME), secure socket layer/ transport layer security
7) application layer - it provides network services directly to the end users and applications. It supports application level protocol for task such as file transfer, email, remote access and web browsing
What is tcp/ip model
The Transmission Control Protocol/ internet control model is a conceptual framework that describes the standard and protocols that govern communication over the internet and computer networks.
List and explain the 4 layers of the tcp/ip model
1)link layer- its is responsible for transmitting data between different devices on the same physical network segment. It combines the function of both the physical and datalink layer off the osi model. Protocol as are the Ethernet ppp, wi-fi
2) internet layer - this corresponds with the network layer of the osi model and provides logical addressing. It is responsible for the rousing and forwarding of packets between different devices
3)transport layer- this layer is responsible for end-to-end communication between hosts and reliable data delivery. Protocol are udp and tcp
4) application layer- this layer provides network services directly to the end user and application. It corresponds directly to the session, presentation and application layer of the osi model and supports various application level protocols. Examples HTTP for web browsing, SMTP (simple mail transfer protocol) for email), ftp (file transfer protocol), DNS ( domain name system)
Network protocol
Network protocol are a set of rules that govern communication and data transfer between devices on a network
What is a transmission media and give the types
This is a digital pathway through which data is transmitted in a network. It plays a crucial role in determining the performance,
Scalability and reliability of a communications network.
Types
. Guided
. Unguided
Explain guided transmission media and list examples
They are physical cables or wire that provide a direct tangible pathway for transmitting data eg twisted pair cables, coaxial cable, fiber optic cables.
Write on twisted pair cable with its advantages and disadvantages
It consists of a pair of insulated copper wires twisted together. It is widely used in short to medium distance communication and is suitable for internet, networking, telephone lines, and LAN
Advantage- it is cost effective
Disadvantage- it is susceptible to electromagnetic interference and cross talk especially in areas with high electrical noise
Write on coaxial cable with advantages and disadvantages
It consists of a central conductor surrounded by an insulator, a metallic shield, and an outer insulating layer. It provers a higher bandwidth compared to the twisted pair and covers a longer distance.
Advantages
1) provides better shielding
2) less susceptible to electromagnetic interference and cross talk
3 it is mostly used in cable tv, broad band internet and high speed data network
Disadvantage
1) it is limited by distance
Write on fiber optic cables and give advantages and disadvantages
It transmits data using light signals through a glass/ plastic tube surrounded by a cladding material
Advantages
1) it provides a high bandwidth
2) it is resistant to emi making suitable for long distance communication and high speed data transmission
3) it provides more secure transmission as it is difficult to intercept without physical contact with the cable
4) it is highly resistant to environmental factors
5) it is used I. Telecommunication networks, internet backbone infrastructure, high performance computing environments
What is unguided transmission media and give examples
It transmits data signals through the air without the need for physical cable and connection
Examples- microwave, radio wave, infrared wave
Write on Radio wave
This allows data signals to be transmitted through the atmosphere and can be affected by hot cable interference and environmental conclusions
It is used in wireless communication like Wi-Fi blue tooth and cellular networks