InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What is the use of a router and how is it different from a gateway? |
|
Answer» The router is a networking device used for connecting two or more network segments. It DIRECTS the traffic in the network. It TRANSFERS INFORMATION and data like web pages, EMAILS, images, videos, etc. from source to destination in the form of packets. It operates at the network layer. The gateways are also used to route and regulate the network traffic but, they can also send data between two dissimilar networks while a router can only send data to similar networks. |
|
| 2. |
What is the DNS? |
|
Answer» DNS is the Domain Name System. It is considered as the devices/services directory of the INTERNET. It is a decentralized and hierarchical naming system for devices/services connected to the Internet. It translates the domain names to their corresponding IPs. For e.g. interviewbit.com to 172.217.166.36. It uses port 53 by DEFAULT. |
|
| 3. |
What is the SMTP protocol? |
|
Answer» SMTP is the Simple Mail TRANSFER Protocol. SMTP sets the RULE for communication between SERVERS. This set of rules helps the SOFTWARE to transmit emails over the internet. It supports both End-to-End and Store-and-Forward methods. It is in always-listening mode on port 25. SMTP Protocol |
|
| 4. |
What are the HTTP and the HTTPS protocol? |
|
Answer» HTTP is the HyperText Transfer Protocol which defines the set of rules and standards on how the information can be transmitted on the World WIDE Web (WWW). It helps the web browsers and web SERVERS for communication. It is a ‘stateless protocol’ where each command is INDEPENDENT with respect to the previous command. HTTP is an application layer protocol built upon the TCP. It USES port 80 by default. HTTPS is the HyperText Transfer Protocol Secure or Secure HTTP. It is an advanced and secured version of HTTP. On top of HTTP, SSL/TLS protocol is used to provide security. It enables secure transactions by encrypting the communication and also helps identify network servers securely. It uses port 443 by default. |
|
| 5. |
Differentiate OSI Reference Model with TCP/IP Reference Model |
||||||||||
|
Answer» OSI Vs TCP/IP
|
|||||||||||
| 6. |
Define the 4 different layers of the TCP/IP Reference Model |
||||||||||
|
Answer» Layers of TCP/IP
|
|||||||||||
| 7. |
Describe the TCP/IP Reference Model |
|
Answer» It is a compressed version of the OSI model with only 4 layers. It was developed by the US Department of Defence (DOD) in the 1980s. The NAME of this model is based on 2 standard protocols used i.e. TCP (TRANSMISSION Control Protocol) and IP (Internet Protocol). |
|
| 8. |
Define the 7 different layers of the OSI Reference Model |
||||||||||||||||||||||||
|
Answer» Here the 7 layers of the OSI reference MODEL: Layers of OSI Model
|
|||||||||||||||||||||||||
| 9. |
Describe the OSI Reference Model |
|
Answer» Open System Interconnections (OSI) is a network architecture model based on the ISO standards. It is called the OSI model as it deals with connecting the SYSTEMS that are open for communication with other systems. The OSI model has seven layers. The principles used to arrive at the seven layers can be SUMMARIZED briefly as below:
|
|