networks

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/37

flashcard set

Earn XP

Description and Tags

- Operating System - File structures: partitioning and formatting - Cables: ethernet vs fibre, key terms

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

38 Terms

1
New cards

what is the topology of a network

the way a network is laid out

2
New cards

what is a star network

all devices and computers are managed from a central point, the switch

3
New cards

what does the switch do

manages all the traffic on the network

4
New cards

diagram of star network

knowt flashcard image
5
New cards

what is a client and what do they do

the terminals where users log in

clients retrieve documents and software from the server

any device which connects to and uses the server/eq;

6
New cards

what is a printer

a shared resource, managed by a server

7
New cards

The star network can link to a server through a router.

diagram:

knowt flashcard image
8
New cards

define server

a computer which has been set up to hold resources centrally, such as the documents of user profilewha

9
New cards

what do profiles enable users to do

log in to any client on the network and access your personal resources, which are all stored centrally on the sever

10
New cards

examples of servers:

insert server after each word:
database, file, mail, print, web, game, app

11
New cards

what does a router do

connects different networks together simultaneously

12
New cards

what is a terminal

A point at which data enters or leaves a network

13
New cards

advantages vs disadvantages of a star network

advantages:

  • very reliable - if one cable/device fails the others will keep working

  • high-performing (no data collisions)

disadvantages:

  • expensive to install

  • extra hardware required (e.g. hubs, switches) which adds to cost

  • if a hub or switch fails, all the devices connected to it will have no network connection

14
New cards

what is an Edge router

The outermost connection point between an internal network and an external network is known as an edge router

15
New cards

what is a node + what can they do x3 small

any connection point in a network (can recognise, process and forward data transmissions)

16
New cards

what is client-side processing

Processing of transmissions and received data conducted on a client is client-side processing

17
New cards

what is server-side processing

Processing of transmissions and received data on a server is server-side processing

18
New cards

what is the user profile

A user profile is a set of information pertaining to one user.

e.g. file permissions, security settings (password), available services

19
New cards

how does data on a network move, in p______s

in packets

each packet is sent individually and then reassembled into the original file at the receiving end

20
New cards

what 3 parts are is the data packet made up of

headers, the payload (data being transmitted) and a trailer.

21
New cards

what is the header and what happens to it when it reaches the receiver

header identifies the source and the destination of the data packet. The header is stripped off the packet when it reaches the receiver.

22
New cards

what is the trailer and what may in contain

if _____ fails, what must happen

trailer uses a few bits to indicate the end of the packet, and it may contain verification. If the verification fails the data packet may need to be retransmitted.

23
New cards

what does an IP address mean for a device on a network.

what form does it take

 the digital addresses of devices on a network.
internet protocol
They take the form of 4 denary numbers between 0 and 255, separated by dots. IP addresses are the LOCATION of a device on a network

24
New cards

Servers usually have ___ IP addresses so that…

what else could be given an IP address

STATIC IP addresses

so that devices always know where to find them

(also other resources that always need to be found, like shared printers, could also be given static IP addresses)

25
New cards

what is a MAC address

how is it formed

who is it assigned by

the unique identifiers of a device on a network. They are a group of 6 pairs of hexadecimal digits, separated by colons or dashes

assigned by a manufacturer when the device is first produced

media access control

26
New cards

define protocols

A protocol is a set of rules for communication between two devices.

27
New cards

what is the primary use of a port number

to transfer the data between a computer network and an application.

28
New cards

a port is a ____ address assigned for ___ ______ in the computer system that receives data from the network

LOGIAL address assigned for EACH APPLICATION

29
New cards

what does OSI model stand for, what does it describe

Open Systems Interconnection

describes how data is transmitted from one device to another. (could be public or private or internet).

30
New cards

what are the 5 OSI layers?

1 - Physical

2 - Data link

3 - Network

4 - Transport

5 - Application

31
New cards

what is Layer 1 responsible for

physical:

Physical transmission hardware - cables (like CAT-6/ethernet) and ports

32
New cards

what does Layer 2 do

Matches sending/receiving addresses using MAC addresses & Ethernet protocol

33
New cards

a protocol on Layer 2: Prevents data collisions by ensuring only one packet can arrive at an address at a time

34
New cards

Ethernet is a network protocol that controls how data is transmitted over a Local Area Network (LAN). Ethernet defines when to transmit, transmission speeds and media.

….

35
New cards

what does Layer 3 do

Uses IP to route data packets between networks via routers

36
New cards

describe specifically how it works with the route tables and stuff (probs unofficial)

  • Routers hold tables of IP addresses

    • use them to send data packets to the right address.

  • If table does not hold the required address, they pass the data packet to another router.

  • generally 64 attempts before the data packet is discarded.

    • TimeToLive (TTL) variable keeps track of the number of attempts and is decremented by one every time the data packet is passed to another router.

37
New cards

what is layer 4

what does TCP stand for

transport layer:

where data is broken down into packets

Transmission Control Protocol

38
New cards

what's Layer 5's purpose?

what is it for web vs email

Application layer

Handles application-specific protocols like HTTP (web) and SMTP (email)