Computer Network - Notes - 1
Computer Network - Notes - 1
etworking is the interconnection of computers, servers, and other
N
devices to share resources and information. A network is a collection of
connected computers and devices to enable communication and data
exchange.
Types of Networks:
● L
AN (Local Area Network): A network limited to a small geographic
area like a home or office.
● W
AN (Wide Area Network): A network spread over a large
geographical area, such as the Internet.
● M
AN (Metropolitan Area Network): Larger than a LAN but smaller
than a WAN, typically covering a city.
etwork Protocols:
N
A protocol is a set of rules oralgorithmswhichdefinethewayhowtwo
entitiescancommunicateacrossthenetworkandthereexistsadifferent
protocol defined at each layer of the OSI model. A few such protocols
are TCP, IP, UDP, ARP, DHCP, FTP, and so on.
RP: ARP (Address Resolution Protocol) is an important protocol that
A
playsanimportantroleinthenetworkingworld.Whenworkingwithyour
network systems, this protocol helps to identify specified network
devices and find their addresses. Its main purpose is to duly transport
data packets overthenetwork,allowingthemtomovebetweendevices
connected to your heritage network. Run the arp -a command in your
windows/linux terminal to check your arp tables.