08 Networking Flashcards
(47 cards)
what is a computer network
The interconnection of two or more computers/devices. It is done to enable the computers to communicate and share files, other hardware devices like printers, and share an Internet connection. Networks have their own operating system to control communication, handle conflicts and run smoothly
Describe fibre optic cables
It uses special glass/plastic strands to transmit light pulses. The light is not susceptible to EMI, therefore reliably carry data for up to 50 kilometers.
Describe satellites
wireless communication using radio waves/microwaves to communicate between Earth’s stations and orbiting satelites.
Describe microwaves
It is a wireless transmission method requiring line-of-sight between sending and receiving dishes, capable of handling higher data rates, over short and long distances.
Describe cellular
radio network distributed over land areas, each served by at least one fixed-location transceiver.
Describe infrared
Short-ranged wireless transmission technology using light waves and it requires line of sight access.
Describe bluetooth
It uses short-range radio waves to transmit data over distances for up to 10m. It connects mobile devices together.
Define data rate
The speed at which data is transferred, measured in bits per second (bps)
Define crosstalk
interference caused by signals in one wire affecting signals in adjacent wires.
Define bandwidth
the range of frequencies available for transmitting data
what is a network protocol
It is a set of rules followed by the network. They are made up of rules, procedures and formats that defines communication across a network.
what is a network standard
It is an industry agreed upon standard for the rules that make up protocols. It is also a standard as there is an industry agreed upon a set of rules to use to communicate.
What are the 7 layers of the OSI model
- Application
- Presentation
- Session
- Transport
- Network
- Data link
- Physical
What is HTTP protocols
It stands for Hypertext transfer protocol. It is a set of rules that a server has to follow when it comes to the transmission of files through the World Wide Web (WWW).
What is HTTPS protocol
It stands for Hyper Text Transfer Protocol Secure. HTTPS is a combination of HTTP with SSL (Secure Socket Layer) or TLS (Transport Layer Security – newest security layer). It means all communications between your browser and the website are encrypted. HTTPS is often used to protect highly confidential online transactions like online banking and online shopping order forms. HTTPS mandatorily requires domain validations and certain certifications. Unless communication is encrypted, anyone intercepting the communication can easily read what is being communicated. So where security is needed, HTTPS is essential.
What is a WAP protocol
It is an old standard used to access data over a mobile wireless system.
it can access all operating systems, on all mobile devices such as smartphones, tablets, laptops. It uses Wireless Markup Language (WML) delivers the content to the smaller display screens. Most modern mobile devices use HTTP protocol instead.
What are some advantages of WAPs
- It simplifies the receipt of internet content to wireless devices
- it standardises the way that wireless/mobile devices, such as cellular telephones and radio transceivers, can be used for internet access, including email, the World Wide Web, newsgroups, and instant messaging
- it enhances wireless specification interoperability
- it is supported by all operating systems.
define LAN networks
A local area network (LAN) connects computers and devices in a limited geographical area. Each computer or device on the network is a node. Often, the nodes are connected to the LAN through cables. A wireless LAN uses no physical wires; instead it uses wireless media, such a radio waves. Nodes on a wireless LAN must therefore have wireless capabilities. Usually a WLAN will connect with a wired LAN for access to its resources such as software, hardware and the Internet.
what is a peer to peer network
It is a network that is simple and inexpensive. Each computer can share resources such as a printer, data or information located on any other computer on the network. Each computer stores files and software on its own storage devices. It is ideal for a very small business or home network users. Some OS include peer-to-peer networking utilities.
what is a client server network
In a client-server network a server (host computer) controls access to the hardware and software on the network and provides a centralised storage area for programs, data and information. The other computers are called clients. Clients rely on the server for resources. Servers have more storage space and power. Dedicated servers perform a specific task. It costs a little more than peer-to-peer networks. It requires ongoing support to maintain the network.
Define topology
It is the layout of a network. It depends on the type of information being shared, the volume of communications, and how devices need to store data.
what is a bus topology
- It uses a central cable to which all network devices connect.
- All data is transmitted down the bus line from one device to another
- If the bus line fails, then the network cannot function.
- Cheap and easy to setup
- The central bus can be a bottle neck
- Central bus problems affect the whole network
- Can only really be used to create simple networks
what is a ring topology
- Each node connects to exactly two other nodes, forming a single continuous pathway for signals through each node – this forming a ring.
- Data travels from node to node, with each node along the way handling every packet.
- No central point or bus so no bottlenecks.
- No need for a network server as routing is simple
- However, if one node goes down, it breaks the network.
- It is the slowest network.
what is a mesh topology
- It uses a number of different connections between network devices.
- Devices may connect using a star topology via a switch, but may also be linked directly to each other in a ring, and also connected independently.
- Data can take any of several possible paths from source to destination.
- Because data can be transmitted from different devices simultaneously it can handle high levels of traffic, and is more tolerant of network issues than other topologies
- However, it is complicated and costly to setup.