Others Basics of Computer Networking by Editorial Staff February 1, 2023 written by Editorial Staff February 1, 2023 Open system: A system which is connected to the network and is ready for communication. Closed system: A system which is not connected to the network and can’t be communicated with. Computer Network: An interconnection of multiple devices, also known as hosts, that are connected using multiple paths for the purpose of sending/receiving data or media. Computer networks can also include multiple devices/mediums which help in the communication between two different devices; these are known as Network devices and include things such as routers, switches, hubs, and bridges. Test image Network Topology: The layout arrangement of the different devices in a network. Common examples include: Bus, Star, Mesh, Ring, and Daisy chain. Other test The 7 layers are:- physical layer Data link layer Network layer Transport layer Session layer Presentation layer Application layer Protocol: A protocol is the set of rules or algorithms which define the way how two entities can communicate across the network and there exists different protocol defined at each layer of the OSI model. Few of such protocols are TCP, IP, UDP, ARP, DHCP, FTP and so on. UNIQUE IDENTIFIERS OF NETWORKHost name:Each device in the network is associated with a unique device name known as Hostname. Type “hostname” in the command prompt(Administrator Mode) and press ‘Enter’, this displays the hostname of your machine. import calendar from datetime import datetime d=datetime.now() print(d) print(d.date()) print(d.date().month) 0 comment 0 FacebookTwitterPinterestEmail Editorial Staff previous post OSI stands for Open Systems Interconnection next post Types of Databases and the benefits You may also like OSI stands for Open Systems Interconnection February 1, 2023 Layers of OSI Model January 19, 2023 Leave a Comment Cancel Reply Save my name, email, and website in this browser for the next time I comment.