Network Connections And Protocols Flashcards
Which type of network has alternative routes for data if one fails to work?
Mesh
What can high network traffic lead to?
Collisions in data packets resulting in transmission errors and the packets having to be resent
When a browser requests access to a host, the client computer contacts ???
The DNS
How many bits are in an IPv4?
32
How many bits are in an IPv6?
128
Which type of transmission media is more expensive?
Cable or wireless
Cable
What type of network topology requires more cabling?
Star or mesh
Mesh
How do copper wires transmit data?
As electrical signals
What can a high number of users on a network cause?
Network congestion, slowing down the network.
What factors can affect network performance?
5 marks
- Bandwidth
- Number of users
- Transmission media
- Error rate
- Latency
What does IP stand for?
Internet protocol
Which network topology has minimum network traffic?
Star
Which type of cabling transmits signals at a faster speed and over greater distances?
Fibre optic
Which network topography can you add more devices onto easily?
Star
What is bandwidth?
The maximum amount of data that can pass through the medium per second
What is a standalone computer?
A computer not connected to any network
What does LAN stand for?
Local Area Network
What is a LAN?
A network that covers a small geographical area usually located on a single site
What does WAN stand for?
Wide Area Network
What is a WAN?
A network that covers a large geographical area, often connecting LANs together
Who owns the hardware in a LAN?
The organisation using it
Who owns the hardware in a WAN?
Telecommunication companies who the connections are leased from.
What are LANs connected by?
Switches
What are WANs connected by?
Routers
How does the transmission media affect the performance of a network?
Different types of transmission media have different bandwidths:
- Wired has a higher bandwidth than wireless
- Fibre optic has a higher bandwidth than copper
What is latency?
The delay from transmitting data to receiving it
What type of network topology is the internet?
Partial mesh
What is a client-server network?
Any network where computers are linked to a central server
What is a peer-to-peer network?
A network where the computers are interconnected and not linked to a server
What are the advantages of client-server networks?
- Easy to manage files
- Easy to backup shared data
- Easy to instal software updates to all computers
What are the disadvantages of client-server networks?
- Requires IT specialists to maintain
- All users will lose access if the server fails
What are the advantages of peer-to-peer networks?
- Easy to maintain
- Cheaper
- No dependency on a single computer
What are the disadvantages of peer-to-peer networks?
- Network is less secure
- Users will need to manage their own backups
What does a switch do?
- Connect each computer in a network
- When a data packet arrives, it sends it to the right computer
What does a router do?
- Connects networks
- Sends data packets to a network closer to it’s destination
What does NIC stand for?
Network Interface Card
What does WAP stand for?
Wireless Access Point
What does a NIC do?
Connect a device to a wired or wireless network
What does a wireless access point do?
Connect wired devices to a wireless network
What is the internet?
The worldwide connection of computer networks. The infrastructure not the content.
What is hosting?
The storing of files and data on a web server (the host)
What does DNS stand for?
Domain Name Server
What does a DNS do?
Convert a URL into an IP address
What is a host?
A server that stores files for other computers to access
What does URL stand for?
Uniform Resource Locator
What is the cloud?
Remote storage for data and files accessed through the internet
What are the advantages of cloud storage?
- You can access files from any location
- Data is backed up for you
- Larger storage capacity
What are the disadvantages of cloud storage?
- An internet connection is required to access data
- Reliant on third party to carry out security procedures
What are the advantages of a star network?
- If one cable fails, then the other computers are not affected
- Faster transfer of data due to less network traffic
What are the disadvantages of a star network?
- If the central switch fails, the whole network goes down
Describe the topology of a star network
Each node is connected to a central switch
What are the advantages of a mesh network?
- If one cable fails, there are alternative routes for data to travel
- Data can be transmitted from different devices simultaneously
What are the disadvantages of a mesh network?
- Expensive to install cabling
- Difficult maintenance and administration
What are the advantages of wireless networks?
- New nodes can be easily added
- Users can move around and still be connected
What are the disadvantages of wireless networks?
- Limited range
- Security risk, encryption needed
- Slower transfer of data compared to wired networks
What is an IP address?
A unique address for each computer on a network
What is a MAC address?
A unique address assigned to each NIC
What is the difference between an IP address and a MAC address?
An IP address will change depending on the network and a MAC address will stay the same
What causes network congestion?
Insufficient bandwidth
What is an IPv4 address made up of?
4 sets of 3 digit numbers
What does TCP stand for?
Transmission Control Protocol
What does HTTP stand for?
Hypertext Transfer Protocol
What does HTTPS stand for?
Hypertext Transfer Protocol Secure
What does FTP stand for?
File Transfer Protocol
What does SMTP stand for?
Simple Mail Transfer Protocol
What does IMAP stand for?
Internet Message Access Protocol
What is TCP for?
To enable communication over the internet
SPLITS DATA INTO PACKETS
What is HTTP for?
Governing communication between a web server and a client
What is the difference between HTTP and HTTPS?
HTTPS inclues encryption when data is transferred over the internet
What is FTP for?
Governing the transmission of files across a network
What is SMTP for?
Governing the sending of an email over a network to a mail server
What is POP?
An older version of IMAP
What is IMAP for?
Governing the retrieval of emails from mail servers
What is ethernet?
Data transmitted in frames on a LAN
What is protocol layering?
Splitting network process into individual functions
Give 2 reasons why protocols have layers
- To group together similar protocols
- Each layer can be changed without altering other layers
What is the role of a client in a client-server network?
- Sends requests to the server
- Does not store data for other computers to access
What is the role of a server in a client-server network?
- It receives and handles requests
- It stores data hosted on the server