Question:- What is the usage of OSI physical layer?
Answer:- The OSI physical layer is used to convert data bits into electrical signals and vice versa. On this layer, network devices and cable types are considered and setup.
Question:- Explain the functionality of OSI session layer?
Answer:- OSI session layer provides the protocols and means for two devices on the network to communicate with each other by holding a session. This layer is responsible for setting up the session, managing information exchange during the session, and tear-down process upon termination of the session.
Question:- What is the maximum length allowed for a UTP cable?
Answer:- The maximum length of UTP cable is 90 to 100 meters.
Question:- What is RIP?
Answer:- • RIP stands for Routing Information Protocol. It is accessed by the routers to send data from one network to another. • RIP is a dynamic protocol which is used to find the best route from source to the destination over a network by using the hop count algorithm. • Routers use this protocol to exchange the network topology information. • This protocol can be used by small or medium-sized networks.
Question:- What do you understand by TCP/IP?
Answer:- TCP/IP is short for Transmission Control Protocol /Internet protocol. It is a set of protocol layers that is designed for exchanging data on different types of networks.
Question:- What is netstat?
Answer:- The "netstat" is a command line utility program. It gives useful information about the current TCP/IP setting of a connection.
Question:- What do you understand by ping command?
Answer:- The "ping" is a utility program that allows you to check the connectivity between the network devices. You can ping devices using its IP address or name.
Question:- What is Sneakernet?
Answer:- Sneakernet is the earliest form of networking where the data is physically transported using removable media.
Question:- Explain the peer-peer process.
Answer:- The processes on each machine that communicate at a given layer are called peer-peer process.
Question:- What is a congested switch?
Answer:- A switch receives packets faster than the shared link. It can accommodate and stores in its memory, for an extended period of time, then the switch will eventually run out of buffer space, and some packets will have to be dropped. This state is called a congested state.
Question:- What is multiplexing in networking?
Answer:- In Networking, multiplexing is the set of techniques that is used to allow the simultaneous transmission of multiple signals across a single data link.
Question:- What is RSA Algorithm?
Answer:- RSA is short for Rivest-Shamir-Adleman algorithm. It is mostly used for public key encryption.
Question:- How many layers are in TCP/IP?
Answer:- There are basic 4 layers in TCP/IP: 1. Application Layer 2. Transport Layer 3. Internet Layer 4. Network Layer
Question:- What is the difference between TCP/IP model and the OSI model?
Answer:- • TCP/IP model • Full form of TCP is transmission control protocol. • TCP/IP has 4 layers. • TCP/IP is more reliable than the OSI model. • TCP/IP model uses horizontal approach. • TCP/IP model uses both session and presentation layer in the application layer. • TCP/IP model developed the protocols first and then model. • In Network layer, TCP/IP model supports only connectionless communication. • TCP/IP model is a protocol dependent. • OSI model • Full form of OSI is Open System Interconnection. • OSI has 7 layers. • OSI model is less reliable as compared to the TCP/IP model. • OSI model uses vertical approach. • OSI Reference model uses separate session and presentation layers. • OSI model developed the model first and then protocols. • In the Network layer, the OSI model supports both connection-oriented and connectionless communication. • OSI model is a protocol independent.
