















































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A computer network is a telecommunications network that allows computers to exchange data. The physical connection between networked computing devices is ...
Typology: Study notes
1 / 55
This page cannot be seen from the preview
Don't miss anything!
















































Nitin Sharma Technical Assistant
FILE SHARING : A person sitting at one workstation of a network can easily see the files present on the other workstation, provided he is authorized to do so. RESOURCE SHARING : All computers in a office can be interconnected using a network and one printer can efficiently provide the services to all four members. INCREASE STORAGE CAPACIY : A standalone computer might fall short of storage memory, but when many computers are on a network, memory of different computers can be used in such case. INCREASE COST EFFICIENCY : Computer networks resolve this issue as the software can be stored or installed on a system or a server and can be used by the different workstations
SECURITY ISSUES : A computer hacker can get unauthorized access by using different tools. In case of big organizations, various network security softwares are used to prevent the theft of any confidential and classified data. RAPID SPREAD OF COMPUTER VIRUSES : If any computer system in a network gets affected by computer virus, there is a possible threat of other systems getting affected too. EXPENSIVE SETUP : Costly devices like routers, switches, hubs, etc., can add up to the bills of a person trying to install a computer network. DEPENNDECY ON MAIN SERVER : In case the main File Server of a computer network breaks down, the system becomes useless. In case of big networks, the File Server should be a powerful computer, which often makes it expensive.
Hard-wired : This means that all the workstations in the office plug into a network outlet using physical cabling to transport data to and from the server. Network Interface : is a software interface to networking hardware. For instance, if you have two network cards in your computer, you can control and configure each network interface associated with them individually. Connection : refers to pieces of related information that are transfered through a network. Gateway : A gateway is a device that routes traffic between networks. For example, at home, your router is your gateway. It provides a “gateway” between your LAN and WAN. Bandwidth : Bandwidth refers to a capacity of line means how much data transfer through a cable or line.
A local area network (LAN) is a network that connects computers and devices in a limited geographical area such as a home, school, office building, or closely positioned group of buildings. Each computer or device on the network is a node. Wired LANs are most likely based on Ethernet technology.
On a network built using the peer-to-peer architecture, no specific distinction exists between a client and a server. Any node can provide a service as well as send a request for a service from another node on the network.
The Main different types of Network Protocols are: Internet Protocol TCP HTTP FTP TelNet SMTP POP SNMP IMAP HTTPS or SSL
INTERNET PROTOCOL (IP) : The Internet Protocol is the principal protocol in the Internet protocol suite for relaying data across networks. Its routing function essentially establishes the internet. Historically it was the connectionless datagram service in the original Transmission Control Program; the other being the connection oriented protocol(TCP). Therefore, the Internet protocol suite is referred as TCP/IP. TRANSMISSION CONTROL PROTOCOL (TCP) : TCP provides reliable delivery of a stream of octets over an IP network. Ordering and error-checking are main characteristics of the TCP. All major Internet applications such as World Wide Web, email and file transfer rely on TCP. Hypertext Transfer Protocol (HTTP) : The HTTP is the foundation of data communication for the World Wide Web. The hypertext is structured text that uses hyperlinks between nodes containing texts. The HTTP is the application protocol for distributed and collaborative hypermedia information system. Its Default Port is 80 File Transfer Protocol (FTP) : The FTP is the most common protocol used in the file transferring in the Internet and within private networks. The default port of FTP is 20 / 21.
Simple Network Management Protocol (SNMP) :The Simple Network Management Protocol is used to manage networks. It has abilities to monitor, configure and control network devices. SNMP traps can also be configured on network devices to notify a central server when specific action are occurring. The default port of SNMP is 161 / 162. Hypertext Transfer Protocol Secure (HTTPS) : It is also Known as Secure socket Link. HTTPS is used with HTTP to provide same services, but with a secured connection which is provided by SSL or TLS. The default port of HTTPS is 443. Internet Control Message Protocol (ICMP) : This protocol is used by network devices, including Router to send error messages and operational information indicating success and failure when communicating with another IP address.
Bus Topology Ring Topology Star Topology Mesh Topology Tree Topology Hybrid Topology