Characteristics of Networks
Characteristics of computer networks include:
- Interoperability
- Capacity
- Security
Interoperability
- The extent to which a system is able to exchange information regardless of technology.
- In the context of networks, it refers to the set of standards and protocols that allow networks to communicate regardless of different implementations.
Standards and protocols
Network Protocol
Set of standards and rules that define how all networks format and transmit data.
- There are two main protocols used in modern networks:
- Transmission control protocol (TCP): Defines the origin and recipient of the data and breaks data into packets that must all be delivered for safe data transmission.
- User datagram protocol (UDP): Connectionless protocol that delivers data without safety checks to ensure faster delivery.
- In data transmission over the internet, protocols commonly use IP addresses and DNS servers.
- IP (internet protocol) address: Unique numeric address that is assigned to every device connected to the internet to identify it.
- Domain name server (DNS): A system that translates human-readable domain names into numeric IP addresses.
Capacity
- Two main components of network capacity are:
- Bandwidth: The maximum rate of data that can be sent in one second (measured in hertz - one per second).
- Speed: The amount of time taken to transfer a specific amount of data (measured in megabits per second).
- To improve the transmission speed, compression is commonly used.
- Equal access to all data for everyone on the internet is known as net neutrality.
Compression
The process of reducing file storage size by encoding redundant data or removing parts of the data.
To what extent does net neutrality challenge or support ideas of shared knowledge?
Security
There are three main methods to improve network security:
- Authentication
- The process of requesting credentials to gain access to specific data.
- Multi-factor authentication: The process of including multiple steps or methods of authentication to enhance security.
- Firewalls
- Device or software designed to monitor and control incoming network traffic.
- Firewalls block unauthorized and unsafe traffic.
- Proxy servers
- Intermediate device between the client and the internet.
- Redirects data between the client and internet to add an extra layer of security.
Self review
- Evaluate the role of compression in network data transmission.
- Describe the difference between network bandwidth and speed.
- Explain how two approaches to network security enhance safety on the internet.