Access free live classes and tests on the app
Download
+
Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA
Login Join for Free
avtar
  • ProfileProfile
  • Settings Settings
  • Refer your friendsRefer your friends
  • Sign outSign out
  • Terms & conditions
  • •
  • Privacy policy
  • About
  • •
  • Careers
  • •
  • Blog

© 2023 Sorting Hat Technologies Pvt Ltd

  • Exams
    • SBI Exams
      • SBI PO
      • SBI Clerk
      • SBI SO
    • IBPS Exams
      • IBPS PO
      • IBPS Clerk
      • IBPS RRB
      • IBPS SO
    • LIC Exams
      • LIC Assistant
      • LIC AAO
      • LIC ADO
    • RBI Exams
      • RBI Grade B
      • RBI Assistant
  • Notifications
    • Upcoming Bank Exam
    • Syllabus
      • IBPS Syllabus
        • IBPS PO Syllabus
        • IBPS Clerk Syllabus
        • IBPS RRB Syllabus
        • IBPS SO Syllabus
      • SBI Syllabus
        • SBI PO Syllabus
        • SBI Clerk Syllabus
      • LIC Syllabus
        • LIC Assistant Syllabus
        • LIC AAO Syllabus
        • LIC ADO Syllabus
      • RBI Syllabus
        • RBI Assistant Syllabus
  • Study Material
    • Magazine Download
    • Bank Exams Notes
  • Tests & Practice
    • Scholarship Test
    • Test Series
    • Learning Festival
  • Rankers Guide
    • Paper Analysis
Bank Exam » Bank Exam Study Materials » Computer Knowledge » All About Database
insurance_banking_exams

All About Database

This article deals with Databases types like Network databases, Hierarchical databases, Relational and Object-oriented databases & their use in managing data.

Table of Content
  •  

What do you mean by internet connection protocol?

internet protocol is basically a communication protocol working at the network layer in the Internet Protocol Suite, to transfer datagrams across network boundaries. The routing capabilities of the protocol enable networking and essentially creating the internet. The main role of IP is to deliver any packet from the source host to the destination host based on the IP address held in the packet header. the IP, thus, defines a packet structure encapsulating the data to be delivered, along with defining the addressing method used to tag datagrams in source and destination information. 

Internet Protocol (IP) is a network layer communication protocol in the Internet Protocol Suite for transferring datagrams across network boundaries. Its routing capabilities enable internetworking and essentially create the Internet. The job of the Internet Protocol (IP) is to deliver the packet from the source host to the destination host based solely on the IP address in the packet header. To this end, IP defines a packet structure that encapsulates the data to be delivered. It also defines the addressing method used to tag datagrams in source and destination information.

Internet protocols include addressing host interfaces, encapsulating data into datagrams (including fragmentation and reconfiguration), and datagrams from source host interfaces to destination host interfaces over one or more IP networks. Responsible for routing. Each datagram consists of two components, a header and a payload. The IP header contains the source IP address, destination IP address, and other metadata which is needed to route and deliver the datagram. The payload is the data that is transferred. This method of interleaving the payload into a packet with a header is called encapsulation.

IP addressing assigns IP addresses and associated parameters to host interfaces. The address space is divided into subnets and network prefixes are specified. IP routing is performed by all hosts, not just routers whose primary function is to forward packets across network boundaries. Routers communicate with each other using a routing protocol specially designed with either an internal gateway protocol or an external gateway protocol, depending on the topology of the network.

What is TCP/IP protocol?

TCP / IP stands for Transmission Control Protocol / Internet Protocol and is a set of communication protocols used to connect network devices on the Internet. TCP / IP is also used as a communication protocol for private computer networks (intranet or extranet).

It defines how data is exchanged over the Internet by splitting the data into packets and providing end-to-end communication that specifies how the destination addresses, sends, routes, and receives. TCP / IP requires little centralized management, is designed to increase the reliability of your network, and has the ability to recover from a device failure on your network automatically.

The TCP/IP protocols include:

  • Hypertext transfer protocol (HTTP) which handles the communication between a web server and the web browser. All the secure communication between your web browser and your web server is handled by HTTP secure.
  • The file transfer protocol handles all the file transfers between computers.

TCP / IP uses a client-server communication model in which services such as sending web pages are provided to a user or machine (client) from another computer (server) on the network. Overall, the TCP / IP protocol family is classified as stateless. That is, each client request is considered new because it has nothing to do with the previous request. Stateless frees the network path and can be used continuously. However, the transport layer itself is stateful. Sends a single message and stays connected until all packets in one message are received and reassembled at the destination.

What is file transfer protocol?

File Transfer Protocol (FTP) is the standard communication protocol used to transfer computer files from a server on a computer network to a client. FTP is based on a client-server model architecture with individual controls and data connections between the client and server. FTP users can usually authenticate using a cleartext login protocol in the form of a username and password but can connect anonymously if the server is configured to allow it. FTP is often protected by SSL / TLS (FTPS) or replaced by the SSH File Transfer Protocol (SFTP) to protect usernames and passwords and provide secure transfers that encrypt the content. Increase.

FTP can run in active or passive mode and determines how to establish a data connection. (The meaning of this “mode” is different from the meaning of the MODE command of the FTP protocol and instead corresponds to the PORT / PASV / EPSV / etc. command). 

What is hypertext protocol?

HTTP stands for Hypertext Transfer Protocol. This is the protocol used to access data on the World Wide Web (www). You can use the HTTP protocol to transfer data in plain text, hypertext, audio, video, and other formats. This protocol is known as the hypertext transfer protocol because of its efficiency. This allows you to use it in a hypertext environment where you can quickly jump from one document to another. It uses only one connection and is used to transfer data in the MIME-like format. 

HTTP is a connectionless protocol and it initiates the response and then waits for the server. When the server receives the request, it processes it before sending the response back to the client. 

Conclusion

 Internet Protocol (IP) is a set of rules for routing data between networks and sending it to the right destinations. When sending data over a network, computers divide the information into bits called data packets, making the process of sending data faster and more efficient.

faq

Frequently asked questions

Get answers to the most common queries related to the Bank Examination Preparation.

What is Database?

A database is a collection of information that is organised in a specific way. A database can be used to store data ...Read full

What is a network database?

A network database is a database that is stored on a network. Network databases are often used for large-scale proje...Read full

What is a hierarchical Database?

A hierarchical database is a type of database that is organised into a tree-like structure. It is well-suited for re...Read full

What is a Relational and Object-oriented Database?

A Relational Database is a collection of data that can be accessed by using a standard set of commands. This type of...Read full

A database is a collection of information that is organised in a specific way. A database can be used to store data about anything.

A network database is a database that is stored on a network. Network databases are often used for large-scale projects, such as tracking the sales of a large company or managing a large website.

A hierarchical database is a type of database that is organised into a tree-like structure. It is well-suited for representing data that is organised into a hierarchy, such as the organisation of files and folders on a computer.

A Relational Database is a collection of data that can be accessed by using a standard set of commands. This type of database stores data in tables that are related to one another. Whereas, an Object-Oriented Database is a type of Relational Database that stores data in objects. An object is a collection of data that is related to one another.

Crack Bank Exam with Unacademy

Get subscription and access unlimited live and recorded courses from India’s best educators

  • Structured syllabus
  • Daily live classes
  • Ask doubts
  • Tests & practice
Learn more

Notifications

Get all the important information related to the Bank Exam including the process of application, important calendar dates, eligibility criteria, exam centers etc.

Bank Exam Application Process
IBPS Clerk Notifications
IBPS Clerk Result – Check Prelims Exam Result Link
IBPS PO Notifications
IBPS PO Result
IBPS PO Syllabus 2023 for Prelims and Mains Exam
SBI Clerk Notifications
SBI Clerk Result – SBI Clerk Mains Result 2023 Out
SBI PO Admit Card 2022 – Link(Soon), Steps to Download
SBI PO Notifications 2022 – Check Eligibility, Exam Date, Syllabus, Exam Pattern
SBI PO Result
SBI PO Syllabus 2023, Prelims and Mains Syllabus in Detail
See all

Related articles

Learn more topics related to Computer Knowledge
Windows Operating System

This article discusses the Windows operating system and gives a detailed view on several versions of them. In this article you will get to know about major features and also a historical background of the Windows operating system.

What Is A Wireless Connection?

These days, hardly there's anyone who doesn't use the internet connection these days in their daily life. The Internet has become an essential part of our life because everything has gone online. From food to friends or education to entertainment, everything is present on the Internet.

WAN

This article helps us in understanding the basic meaning of the Internet's biggest WAN or Wide Area Network and the principle behind it, its applications in computer networks, its advantages, and disadvantages,

VPN

Virtual Private Network(VPN) helps guard your privacy by establishing an encrypted connection. It hides your IP address, after which no one can see or trace your activity.

See all
Access more than

12,591+ courses for Bank Exams 

Get subscription

Trending Topics

  • IBPS Clerk Exam Analysis 2022
  • Bank Exam Notifications
  • IBPS-PO Eligibility Criteria
  • IBPS PO Exam Pattern
  • IBPS PO Application Process
  • SBI Clerk Exam Pattern
freeliveclasses_bankexams

Related links

  • Bank Exam Study Materials
  • SBI Clerk Result
  • IBPS PO Syllabus
  • IBPS Clerk Result
  • IBPS PO Salary
  • IBPS Clerk Syllabus
  • IBPS Calendar 2023
  • RBI Grade B Officer
  • RRB PO Exam Pattern
  • RRB Exam Syllabus
  • RRB NTPC Exam Pattern
  • General Awareness for Bank Exams
  • RRB Clerk Exam Date 2023
testseries_bankexams
Download Free English Magazine
Company Logo

Unacademy is India’s largest online learning platform. Download our apps to start learning


Starting your preparation?

Call us and we will answer all your questions about learning on Unacademy

Call +91 8585858585

Company
About usShikshodayaCareers
we're hiring
BlogsPrivacy PolicyTerms and Conditions
Help & support
User GuidelinesSite MapRefund PolicyTakedown PolicyGrievance Redressal
Products
Learner appLearner appEducator appEducator appParent appParent app
Popular goals
IIT JEEUPSCSSCCSIR UGC NETNEET UG
Trending exams
GATECATCANTA UGC NETBank Exams
Study material
UPSC Study MaterialNEET UG Study MaterialCA Foundation Study MaterialJEE Study MaterialSSC Study Material

© 2025 Sorting Hat Technologies Pvt Ltd

Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA

Share via

COPY