1.3.3 Networks

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

1/84

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

85 Terms

1
New cards

What is the internet?

a global system of interconnected networks

2
New cards

What is the largest WAN?

the internet

3
New cards

What is the world wide web?

a collection of resources accessed via the internet

4
New cards

What is a protocol?

a set of rules to govern data transmission between devices on a network

5
New cards

Describe packet switching

  • data split into equal sized blocks = packets

  • each packet has a header of information (destination address + place of packet in complete message)

  • each packet may travel a different route

  • at each node on the network the destination address is read + best route is found

  • packets are reordered at destination

6
New cards

What is the backbone?

dedicated connections that connect multiple large networks across the globe

7
New cards

What does an ISP (Internet Service Provider) do?

provides access to individual end users

8
New cards

What does a server do?

receive and serves requests

9
New cards

What is a uniform resource locator (URL)?

full address of an internet resource

10
New cards

What is an IP address?

a numerical address made of 4 numbers (each between 0 & 255) that uniquely identifies a device on a network

11
New cards

What is the process of accessing a website referring to the (Domain Name System) DNS?

  1. Type domain name into browser

  2. Contacts domain name system (DNS) server

  3. DNS translates domain name into IP address (like a phone book)

    • using IP address, browser requests web page from local server

  4. DNS server checks cache for IP address

    • if found = server sends back page

    • if not found = hops to different servers until it is found + then returned

12
New cards

What is a DNS server?

dedicated computers with an index of domain names + their corresponding IP addresses

13
New cards

How many roots DNS servers are there?

13

14
New cards

What is an example of a top level domain?

  • .com

  • .edu

  • .org

  • .uk

  • .fr

  • .de

15
New cards

What are the two types of top level domains (TLDs)?

  • generic

  • country

16
New cards

How is a root DNS sever used when resolving an IP address

  • if IP address isn’t found after checking local DNS server cache it contacts root DNS server

  • root DNS server directs query to appropriate TLD server (e.g. “.uk”)

  • local DNS server queries authoritative DNS server + obtains IP address

  • local DNS server caches IP address + returns it to the user

17
New cards

Explain how the DNS plays a role in websites being loaded when it isn’t found in the local server?

  • DNS used to resolve IP corresponding to URL

  • request sent to DNS resolver

  • resolver checks cache if doesn’t hold URL passes to TLD server which checks its cache + returns answer

    • or passes on to the authoritative name server

  • Ip address returned back up to requesting client/ error if no resolution can be found

18
New cards

Why do domain names have to be unique?

DNS requests could be confused if otherwise

19
New cards

What is an internet registry?

maintain a database of address assignments ensuring an IP address is used once + domain names are distinct

20
New cards

What does a modem do?

transforms digital info from computer into analogue signals and other way round (transmitted through wires)

21
New cards

What is a router responsible for?

routing data between devices on a network

22
New cards

What are the two main methods for connecting devices?

  • wired

  • wireless

23
New cards

What are the three main cables used to create a wired connection?

  • twisted pair

  • coaxial

  • fibre optic

24
New cards

What is a twisted pair cable made up of?

a pair of insulated copper wires

25
New cards

What is an advantage of twisted pair cables & what are they generally used for?

  • most affordable option(compared to coaxial + fibre optic)

  • telephone networks,data networks & cable shielding

26
New cards

What are disadvantages of twisted pair cables?

  • affected by noise from external magnetic fields

  • provide low bandwidth

27
New cards

Are coaxial cables affected from noise from external magnetic fields?

yes, but to a lesser extent than twisted pair

28
New cards

What bandwidth do coaxial cables provide?

moderate bandwidth

29
New cards

How does the price of coaxial cables compare to the other two options?

  • more expensive than twisted pair

  • cheaper than fibre optic

30
New cards

What are coaxial cables used for?

  • feedlines that connect radio transmitters & receivers to antennas

  • computer network connects

  • digital audio & cable television

31
New cards

Why do fibre optic cables have the highest noise immunity?

light rays are not affected by electrical noise

32
New cards

What is the bandwidth of fibre optic cables?

high bandwidth

33
New cards

What is a disadvantage of fibre optic cables?

they are the most expensive option

34
New cards

What are fibre optic cables used for?

  • support long distance connections between countries

  • data centres + organizations to transmit large volumes of data

35
New cards

What is the role of a network interface card (NIC)?

allows a device to connect with a network

(between computers on a LAN or connecting to large scale network using IP)

36
New cards

What is a wireless access point (WAP)?

a device that creates a wireless local area network

37
New cards

What does the WAP do to create a wireless local area network?

connect to wired router,switch/hub via ethernet cable + projects WiFi signal to designated area

38
New cards

What is a disadvantage of WAP?

WiFi range is limited + easily interrupted by materials

(businesses use multiple WAPs for full coverage)

39
New cards

What does a hub allow?

a hub allows multiple devices to connect to one network

40
New cards

What are disadvantages of a hub?

  • network can easily become flooded with unnecessary traffic

  • slower at transferring data than switches

41
New cards

What does a switch allow?

a switch allows multiple devices to connect to one network

42
New cards

What is the difference between a switch and a hub in terms of its layer and the type of device it is?

HUB:

  • passive device - broadcasts transmissions to all other connected devices (not specific)

  • works on physical layer

SWITCH:

  • active device - can inspect transmissions + rote them to correct device (keeps traffic to minimum)

  • works on data link layer

43
New cards

What are the two main types of networks?

  • Local Area Network (LAN)

  • Wide Area Network (WAN)

44
New cards

What is a LAN?

(two or more computers connected together)a network within small geographical area

45
New cards

What is a standalone?

a computer not connected to any other computing device

46
New cards

What is a WAN?

(two or more computers connected together) a network that covers a large geographical area

47
New cards

What is a network topology?

the arrangement of computing devices which make up a network

48
New cards

What are the two main network topologies?

  • bus

  • star

49
New cards

What is a bus topology?

nodes are connected in daisy chain by a single central communications channel

50
New cards

What is a star topology?

central node/hub provides common connection point for all other nodes

51
New cards

Advantages of bus network

  • inexpensive to et up

  • devices added easily

  • good for small networks

52
New cards

Disadvantages of bus network

  • main cable point of failure

  • limited cable length

  • performance degrades with heavy use

  • poor security

53
New cards

What is the usual central node of a star topology?

a switch

54
New cards

Advantages of star topology

  • easy to isolate problem

  • good performance

  • more secure if switch used (data only sent to recipient)

55
New cards

Disadvantages of star topology

  • expensive to set up because of length of cable

  • central device point of failure

56
New cards

What is circuit switching?

creates communication connection between two endpoints for the duration of a phone call/transfer of data

57
New cards

What is the purpose of common protocols TCP,IP and UDP?

Communication over LAN/WAN

58
New cards

What is the purpose of common protocols HTTP and HTTPS?

web page requests

59
New cards

What is the purpose of common protocol FTP?

file transfer

60
New cards

What is the purpose of common protocols POP,IMAP and SMTP?

email

61
New cards

What does a bridge device do?

provides a link between LANs

62
New cards

What does a gateway device do?

provides a link between two dissimilar networks

63
New cards

What is the concept of layering?

to divide complex task of network into small,simpler tasks

(each layer provides a service to the one above it)

64
New cards

What are advantages of layering?

  • reduces complex problem into smaller sub problems

  • devices can be manufactured to operate at a particular layer

65
New cards

What is the TCP/IP protocol stack?

a set of rules used to format message so it can be sent over a network

66
New cards

What are the 4 layers of the TCP/IP protocol stack?

  • application

  • transport

  • internet/network

  • link

67
New cards

What operates at the application layer?

network applications operate (e.g. web browsers/email programs)

(specifies rules of what should be sent)

68
New cards

What are the protocols associated with the application layer?

  • FTP

  • SMTP

  • IMAP

  • HTTP

  • HTTPS

69
New cards

What is the responsibility of the transport layer?

  • sets up communication between two hosts

    • agree settings (e.g. language and packet size)

  • TCP used to:

    • split data into packets & number them sequentially

    • add port number (to header) to be used (based on HTTP protocol)

    • confirms if packets received + requests missing packets

70
New cards

What are the protocols associated with the transport layer?

  • TCP

  • UDP

71
New cards

What is the responsibility of the internet/network layer

  • addresses & packages data for transmission

  • routes packets across network

IP:

  • router forwards packet towards an endpoint (called socket) defined by IP address + port number

72
New cards

What is the responsibility of the kink layer?

  • represents actual physical connectoon between devices

    • adds MAC address of physical NIC packets should be sent to (based on destination of IP address)

    • MAC address changes with each hop (between router on WAN)

  • network hardware + connection port standards

  • OS device drivers here

  • facilitates transmission of binary via any media

73
New cards

What happens, in terms of layers, when data is received at its destination

  • link layer removes MAC address from each packet & passes to internet layer

  • internet layer removes IP address from each packet & passes to transport layer

  • transport layer removes port number from each packet, reassembles packets in correct order + passes them to application layer

  • application layer presents image data for use in a browser

74
New cards

What is a Media Access Control (MAC) Address?

uniquely identifies a physical device with a NIC

75
New cards

What is the client server model

  • client accesses data,services and files from server

  • client initiates communication to server

  • server wits for requests from clients

76
New cards

Describe client server architecture

  • client computer connect to server

  • server provides access to resource/service

77
New cards

What is the role of a server in a client server model?

  • controls access + security for shared file stored

  • manages access to the internet

  • manages printing jobs

  • provides email services

  • runs regular backups of data

78
New cards

What are advantages of client server model?

  • easy to manage file security

  • easy to back up shared data

  • easy to install software updates

79
New cards

What are disadvantages of client server model?

  • expensive to set up + maintain

  • reuire IT specialist to maintain

  • sever = single point of failure

80
New cards

Where are client server networks best suited>

  • organisations with a large number of computer

  • situation where many computers need to access same info

81
New cards

What are features of peer to peer network?

  • no central server + all peers are equal

  • all computers can see files on all other computers

  • each peer responsible for own security + backup

82
New cards

Advantages of peer to peer model?

  • cheaper

  • easy to maintain

  • no dependency on single computer

83
New cards

Disdvantages of peer to peer model?

  • network less secure

  • users need to manage own backups

84
New cards

What are peer to peer networks best suited to?

  • smaller organisations with fewer computers

  • fewer users need access to the same data

85
New cards

What is client processing?

  • data is processed before it is sent to a server y the client