OCR Computer Science AS Level - 1.3.2 Networks

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

1/32

flashcard set

Earn XP

Description and Tags

Flashcards for OCR Computer Science AS Level - 1.3.2 Networks

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

33 Terms

1
New cards

What is a network?

Two or more computers connected together that transmit data

2
New cards

What are protocols?

Sets of rules defining how two devices communicate with each other

3
New cards

Why are protocols standard?

Protocols are standard so devices from different manufacturers don't have problems communicating

4
New cards

Describe the structure of the Internet

The Internet is a global network of interconnected networks

5
New cards

What does TCP stand for?

Transmission Control Protocol

6
New cards

What does IP stand for?

Internet Protocol

7
New cards

What is the function of the application layer during data transmission?

This layer specifies what protocols need to be used to relate the application to what it’s being used for. (e.g HTTPS for a web page FTP for files or SMTP/POP3/IMAP for emails)

8
New cards

What is the role of the transport layer during data transmission?

Establishes an end-to-end connection between the source and recipient computers. It also splits up the data into packets.

9
New cards

What is the role of the network/internet layer during data transmission?

Adds the source and destination IP address.

10
New cards

What does the application layer do when it receives data?

Presents data in the form it was sent

11
New cards

What does the transport layer do when it receives the data?

Removes the port number and reassembles the packets.

12
New cards

What does the network/internet layer do when it receives the data?

Removes the IP address

13
New cards

What does the link layer do when it receives the Data?

Removes the MAC addresses

14
New cards

What is a Local Area Network?

A network spread over a small geographical area/ positioned on a single site

15
New cards

What is a Wide Area Network?

A network spread over a large geographical area, usually requiring extra hardware which is usually owned by telecommunications companies. Routers direct data packets on WANS

16
New cards

What does DNS stand for?

Domain Name System

17
New cards

What is DNS?

The name given to the method of naming internet resources. (.com, .uk etc)

18
New cards

What is circuit switching?

The process of creating a direct link between two devices and transferring data the entire duration of the link.

19
New cards

What is a requirement of Circuit Switching?

The transfer and download rates must be identical on both devices.

20
New cards

What is packet switching?

A method of communicating packets of data across a network

21
New cards

Give an advantage of packet switching

Multiple methods to ensure data arrives correctly, Multiple methods to arrive to destination, if one breaks you can always go through another route. Transfer packets over a very large network

22
New cards

Give a disadvantage of packet switching

Time is spent deconstructing and reconstructing the packets

23
New cards

Give an advantage of circuit switching

Data arrives in logical order which results in a quicker reconstruction of data, Enables two users to hold a call without any delay in speech.

24
New cards

Give two disadvantages of circuit switching

Bandwidth is wasted during periods when no data is sent, which means this process isn’t scalable. Devices must transfer and download at the same rate. All data is vulnerable to interception. This process can’t react to faults in the network

25
New cards

What does the header of a data packet contain?

The sender and recipient IP addresses, Protocols being used, Order of the packets, The time to live / hop limit

26
New cards

What does the packet payload contain?

The raw data

27
New cards

What does the packet trailer contain?

The checksum or cyclic redundancy check

28
New cards

What is client-server networking?

A relationship between terminals (computers) and a single server which allows them to communicate, and share resources.

29
New cards

Give an advantage of client-server networking

Increased security, Central single backups, Data and resources can be shared

30
New cards

Name a disadvantage of client-server networking

Expensive to set up, Trained staff are required to maintain the network

31
New cards

What is peer-to-peer Networking?

A network where the terminals are all connected to each other to share resources.

32
New cards

Give two advantages of peer-to-peer networks

Cheaper to set up, Easy to share resources, Easy to maintain

33
New cards

Give two disadvantages of peer-to-peer networks

Peer-to-Peer networks can be used to contribute towards piracy, Each computer has to be backed up independently