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.
What is the Link Layer?
This is where the hardware and drivers operate.
What is the Ethernet?
It is a standardised family of protocols.
- Ethernet works at the link layer
- it describes how devices on the same netwoek degment format data and transmit it
What is Wi-Fi (WLAN)?
- It is a form of wireless transmission, radio waves
- EM waves are categorised on frequency
- A channel represents a small frequency range, designated by number
- Frequency overlap can cause interference.
- Data is encrypted using WAP
What is the TCP?
TCP is the transmission control protocol, which runs in the transport layer. It deals with the connection between devices, it:
- receives data from the application layer
- receives the packets from the network layer
- splits data into packets
- reassembles them
- sends an acknowledgment
What is the IP?
It is the internet protocol, it addresses packets with the source and destination’s IP address, and works at the network layer. The IP removes the IP addresses when the packets are no longer needed.
What is HTTP?
It is the hypertext transfer protocol, a hypertext is a type of text with links. HTTPS is HTTP with encryption through certificates. HTTP is used to access a webpage from a web server, the process goes as:
- The client requests a message
- the webserver gives a response
What is FTP?
The file transfer protocol is of the application layer, which handles file uploads and downloads. HTTP transfers viewable content whilst FTP transfers data.
What are the email protocols?
- SMTP
- POP3
- IMAP
What are the outbound email protocols?
- SMTP