5.1 Networks Flashcards
What are Networks?
Networks are connections between nodes (devices) to share resources. Being connected to a network can be dangerous because there are more access points.
What are the types of Networks?
- Personal Area Network (PAN)
- Local Area Network (LAN)
- Wide Area Network (WAN)
What is PAN?
A personal area network is within the range of an individual, +- 10m. Examples are:
- Bluetooth
What is LAN?
It is a network that connects devices close to one another, like in the same house; school; office.
What is WAN?
A wide area network is a network over a broader, geographic area. For example, an internet connection is given by an ISP. The internet is a WAN made up of individual LANs.
What is a Client-Server Network
In a Client-Server Network, every device is either Client or Server. A client will request resources from the server.
- When a resource is wanted, the client establishes a connection with the server over the network
- Servers backup and store data centrally, although expensive and difficult to run.
- It is centralized
What is a Peer-to-Peer Network
A P2P network is decentralized. Each node is equal in responsibility and can work as both client and server.
What are the factors that affect Network Performance?
- Latency
- The Delay, Speed of Signals
- Bandwidth
- Max rate of Data Transfer (bps)
- Error Rate
- How often data is corrupted
- How often data must be resent
What are the differences between wired connections and wireless connections?
- Wired connections are generally faster
- Though Bandwidths must be taken into account, but is shared across a network
- Wireless range signals degrade quickly and can be blocked
- Signals at the same frequency can interfere, leading to dara collisions
- Bus topology have higher error rates
What are network protocols?
They are rules that must be accepted to devices can be compatible and reliably communicate.
How are protocols developed?
They are developed in layers, each responsible for a different part of the process of communication. Layers break the process down into managable self-contained parts.
- Easier to develop because it is focused on one aspect
- easier to develop standards
- changing one layer won’t affect another
What us the TCP/IP Protocol Stac?
It has 4 layers:
- Application Layer
- HTTP/S; FTP; SMTP; IMAP & POP; DNS
- Transport Layer
- TCP; UDP
- Network Layer
- IP
- Link Layer
- Ethernet; Wifi
What is the Application Layer?
The application layer is where network applications can operate, e.g:
- Web Browsers, Email Clients
What is the Transport Layer?
This layer sets up communication between the two hosts, and includes the agreed rules.
What is the Network Layer?
This layer addresses and packages data, and routes it.