SLR 11 & 12 Flashcards
What is a network
two or more computers connected together with the ability to transmit data between each other
WHt are the two main types of network
local area network (LAN), wide area network (WAN)
What is LAN
a network which is spread over a small geographical area, e.g. a school.
what is WAN
a network which is spread over a large geographical area, e.g. large corporations with several offices.
what are the two types of network topology
physical topology, logical topology
What is physical topology
the physical layout of the wires and components which form the network (e.g. bus, star, mesh)
what is logical topology
the layout which shows how data flows in a network
what is physical bus topology
all the devices are connected to a backbone cable, which is connected at the ends to terminators.
what are advantages and disadvantages of bus topology
Adv.: inexpensive, no additional hardware.
Disadv.: if backbone fails whole network fails, as traffic increases performance decreases, all conputers can see data transmission.
What is physical star topology
using a central node (often a switch) that all machines are connected to, to direct data through a network.
what are advantages and disadvantages of star topology
adv.: consistent performance, if one cable fails only one terminal is affected, transmits data faster, easy to add new stations, no data collisions
disadv.: expensive, if central switch fails whole network fails
what is physical mesh topology
every node connected to every other node
what are advantages and disadvantages of mesh topology
adv.: if using wireless network no cabling cost, nodes automatically incorporated, no central switch.
disadv.: if wired lots of cable cost, difficult to maintain
what is a protocol
a set of rules defining how two computers communicate with each other. they are standard so all devices have designated method of communicating.
what are examples of commonly used protocols
HTTP (Hyper-Text Transfer Protocol), TCP/IP (Transmission Control Protocol/Internet Protocol), POP3 (Post Office Protocol), IMAP (Internet Message Access Protocol), FTP (File Transfer Protocol)
What is the internet
a network of networks which allows computers on opposite sides of the globe to communicate with each other.
What is the TCP/IP
A stack of networking protocols that work together passing packets during communication.
what are the layers of the TCP/IP stack
Application layer, transport layer, network layer, link layer
What is the application layer of the TCP/IP stack
At the top of the stack, specifies what protocol needs to be used in order to relate the application that’s being sent.