WHAT IS DATA STRUCTURE CN.. |full detail its extra knowledge

Data Structure
data structure, way in which data are stored for efficient search and retrieval. Different data structures are suited for different problems. Some data structures are useful for simple general problems, such as retrieving data that has been stored with a specific identifier. For example, an online dictionary can be structured so that it can retrieve the definition of a word. On the other hand, specialized data structures have been devised to solve complex specific search problems.
The simplest data structure is the one-dimensional (linear) array, in which stored elements are numbered with consecutive integers and contents are accessed by these numbers. Data items stored nonconsecutively in memory may be linked by pointers (memory addresses stored with items to indicate where the “next” item or items in the structure are located).
Many algorithms have been developed for sorting data efficiently; these apply to structures residing in main memory and also to structures that constitute information systems and databases. More-complex data structures may incorporate elements of simpler data structures.
Computer Network
computer network, two or more computers that are connected to each other to communicate data electronically. Besides physically connecting computer and communication devices, a network system serves the important function of establishing a cohesive architecture that allows a variety of equipment types to transfer information in a near-seamless fashion. Two popular architectures are ISO Open Systems Interconnection (OSI) and IBM’s Systems Network Architecture (SNA).
Two basic network types are local area networks (LANs) and wide area networks (WANs). LANs connect computers and peripheral devices in a limited physical area, such as a business office, laboratory, or college campus, by means of links (wires, Ethernet cables, fiber optics, or Wi-Fi) that transmit data rapidly.
Network

A typical LAN consists of two or more personal computers, printers, and high-capacity disk-storage devices called file servers, which enable each computer on the network to access a common set of files. LAN operating system software, which interprets input and instructs networked devices, allows users to communicate with each other, share the printers and storage equipment, and simultaneously access centrally located processors, data, or programs (instruction sets).
LAN users may also access other LANs or tap into WANs. LANs with similar architectures are linked by “bridges,” which act as transfer points. LANs with different architectures are linked by “gateways,” which convert data as they pass between systems.
WANs connect computers and smaller networks to larger networks over greater geographic areas, including different continents. They may link the computers by means of cables, fiber optics, or satellites, but their users commonly access the networks via a modem (a device that allows computers to communicate over telephone lines). The largest WAN is the Internet, a collection of networks and gateways linking billions of computer users on every continent.
