Understanding Wide Area Networks and Communication Protocols
Classified in Computers
Written on in
English with a size of 2.79 KB
Wide Area Networks (WAN)
A Wide Area Network (WAN) spans a large geographic area, such as a country or continent. Its primary function is to connect networking and terminal equipment located at great distances. These networks rely on an infrastructure of powerful switching nodes to facilitate the continuous flow of significant amounts of information. WANs are considered public networks because they handle traffic from diverse locations, enabling users worldwide to transmit data across vast distances.
Network Protocols
A network protocol is a set of rules specifying the exchange of data or commands for communication between systems. These rules allow information to flow between computers that might otherwise handle different languages. If two computers on the same network use different protocols, they cannot communicate; they must "speak" the same language.
- Syntax: Defines the format of the data and signal levels.
- Semantics: Manages control information for coordination and error handling.
- Timing: Governs sequencing, synchronization, and speeds.
The TCP/IP protocol was created for internet communications, requiring any computer connected to the internet to have this protocol installed.
Networking in Windows
Windows includes several standard protocols:
- IPX/SPX: Historically used in Novell NetWare networks, though its usage is declining.
- NetBEUI: A protocol designed for Microsoft systems. While other protocols can be used, NetBEUI is often recommended for its simplicity and specificity.
- TCP/IP: The most important protocol, as it is the foundation of the internet and is also used in intranets (private networks). Most modern applications are built to utilize TCP/IP.
Access to Shared Resources
Shared resources allow users to access files and folders over a network. By connecting to a network share, users can access applications and public data.
- Shared Application Folders: Centralize administration, allowing for easier installation and maintenance of applications on the server for client computers.
- Shared Data Folders: Provide a central location for users to access files and facilitate data backups.
A share is a folder made accessible to multiple users simultaneously over the network. Once a folder is shared, users can access all contained files and subfolders, provided they have the appropriate permissions. Sharing resources also extends to hardware, such as printers, allowing a server computer to provide access to connected devices for client computers.