Basics Flashcards
what is a computer network?
a computer network is a system of interconnected computers and other devices that can communicate with each other and share resources.
a computer network can be wired or wireless
these devices include : computers,servers,routers,switches etc..
computer network also allow for implementation of VoIp and cloudcomputing
what are servers,routers and switches?
a server helps other computers and devices by sharing information,storing files or running programs that other devices can use.it provide services like webhosting,database management etc..
a router is like a traffic manager who helps data packets to find the best route to reach their destination. a router is like a GPS that helps you to find the best route
a switch is a networking device that connects multiple devices on a local network and enable them to communicate with each other.it serves as a mailman who deliver the datapackets to the right computer by looking at its address
what are different types of computer networks
Local area network(LAN)
a Lan connects computers and devices in a limited geographical area such as a home, office or school
Wide area network(WAN)
a Wan connects computers and devices across a large geographical area such as a city,country or even continents
Metropolitan area network(MAN)
a Man is a network that connects computers and devices in a geographic area that covers a city or town
Wireless local area network(WLAN)
a Wlan is a type of Lan that uses wireless technology such as wifi
Personal area network(PAN)
a Pan is a network that connects devices in a person’s immediate vicinity like smartphone,laptop,tablet etc..
what is VoIP?
VoIp stands for voice over internet protocol
Volp is a way to talk to your friends or family using internet.it’s like using the phone but instead of using a phone line you use internet to make the call.
here voice is coded and converted back at the end.
what is cloud computing?
cloud computing is like having a big virtual backpack where you can store your stuff and access it from any where in the world.
cloud computing allows you to lets you store your files, photos, and other information on the internet instead of on your computer or phone. This information is stored in big data centers,
what is Topology in computer networks?what are different types of topology?
in computer networking topology refers to the physical or logical layout of devices and cables in the network.
it describes how devices are connected to each other and how data flows between them
Bus topology
Star topology
Ring topology
Mesh topology
explain different types of topologies?
Bus Topology: In this topology, devices are connected in a linear fashion to a central cable called the bus. Data travels along the bus and all devices on the network can see it.
Star Topology: In this topology, devices are connected to a central device such as a switch or a hub. All devices on the network communicate through this central device.
Ring Topology: In this topology, devices are connected in a circular fashion where each device is connected to the two adjacent devices. Data travels in a circular pattern around the network.
Mesh Topology: In this topology, devices are connected to multiple other devices in a complex network of connections. This provides redundancy and multiple paths for data to travel.
list out advantages and disadvantages of different topologies?
Bus Topology: Simple to set up and inexpensive, but data collisions can occur and it can be difficult to troubleshoot.
Star Topology: Easy to troubleshoot and allows for centralized control, but can be expensive and a single point of failure can take down the entire network.
Ring Topology: Data travels quickly around the network and there are no collisions, but a single device failure can bring down the entire network.
Mesh Topology: Provides redundancy and multiple paths for data to travel, but can be expensive to set up and difficult to manage.
list out some common network devices?
Some common network devices include:
Switches: Used to connect devices in a network and direct data to the correct destination.
Routers: Used to connect different networks together and direct data between them.
Hubs: Used to connect devices in a network but are not as intelligent as switches.
Firewalls: Used to protect a network from unauthorized access and attacks.
Modems: Used to connect a network to the internet.
what is a modem?
Your modem takes the signals from your computer and turns them into a special code that can travel over the phone or cable line. The ISP receives this code and sends the information you requested back to your modem, which then turns it back into something your computer can understand.
what are network protocols?
its a set of rules and standards that is used to communicate between devices in a network.
what are different types of network protocol explain?
Transmission control protocol/Internet Protocol (TCP/IP)
User Datagram Protocol (UDP)
File Transfer Protocol (FTP)
Simple Mail Transfer Protocol (SMTP)
Transmission Control Protocol/Internet Protocol (TCP/IP):
When you send a message or a picture to someone over the internet, it gets broken up into tiny pieces called “packets”. TCP (Transmission Control Protocol) makes sure that all the packets get sent and received correctly, and in the right order.
Once the packets arrive at the other computer, IP (Internet Protocol) helps to figure out where they came from and where they need to go. It’s like a postal system that makes sure the message gets delivered to the right person.
Together, TCP and IP work to make sure your messages, pictures, and other data get sent and received correctly over the internet.
User Datagram Protocol (UDP):
UDP is used for communication that requires speed over reliability, such as video or audio streaming. It does not guarantee delivery, but can send data more quickly than TCP/IP.
File Transfer Protocol (FTP):
FTP is used for transferring files between devices in a network. It allows users to upload and download files from a remote server or network.
Simple Mail Transfer Protocol (SMTP):
SMTP is used for sending email messages between servers. It directs messages to the correct email server and handles error messages if the message cannot be delivered.
Some common network protocols include
Hypertext Transfer Protocol (HTTP):
HTTP is used for communication between web servers and web clients, such as browsers. It defines how data is transmitted and the format in which it is sent.
Domain Name System (DNS):
DNS is used to translate human-readable domain names, such as www.example.com, into IP addresses that computers can understand.
Internet Message Access Protocol (IMAP):
IMAP is used for accessing email messages stored on a remote server. It allows users to read and manage their email without downloading it to their local computer.
Post Office Protocol (POP):
POP is used for downloading email messages from a remote server to a local computer. It allows users to read and manage their email offline.
what is IP addressing? what are different IP address classes?
An IP address is a unique identifier (32 bit) assigned to every device on a network that uses the Internet Protocol (IP) for communication. It consists of a series of numbers separated by dots, such as 192.168.1.1.
IP addresses are divided into two parts: the network portion and the host portion. The network portion identifies the specific network to which the device belongs, while the host portion identifies the specific device on that network.
there are five different IP address classes labeled from A-E,
class A,B,C are commonly used.
the classes are divided based on the number of bits used to identify the network and the host portion
what is subnetting?
Subnetting is the process of dividing a large network into smaller sub-networks, or subnets. This can help to improve network efficiency and security, as well as manage network traffic.
When subnetting, a portion of the host portion of the IP address is used to identify the subnet. This is done by borrowing bits from the host portion and using them for the subnet portion.
what is network security?
Network security refers to the practice of protecting computer networks from unauthorized access, misuse, modification, or disruption.