Topic 3 Communication

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/48

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:29 PM on 4/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

49 Terms

1
New cards

What is a LAN?

A Local Area Network

2
New cards

What is a WAN?

A Wide Area Network

3
New cards

What's the difference between a LAN and a WAN?

A Local Area Network is sited on a single site while a Wide Area Network is sited on multiple sites

4
New cards

LAN and WAN are the main two types of networks. What are the additional types?

- PAN (Personal Area Networks) - Very small area

- MAN (Metropolitan Area Networks) - Within a Metropolitan district

- VPN( Virtual Private Networks) - Implements WAN to allow people to Login to a network remotely

5
New cards

What are the specialist hardware used to construct networks?

- Switches

- Hubs

- Routers

- Gateways

- Bridge

6
New cards

Switches

A switch analyses each packet of data and sends it to the computer it was intended for

7
New cards

Hubs

A hub copies all packets of data to all devices on the network

8
New cards

Routers

A router stores the addresses of computers on the network and transfers data between devices

9
New cards

Gateways

A gateway joins together two networks that use different base protocols, e.g. links a LAN to WAN

10
New cards

Bridge

A bridge joins together two networks that use the same base protocols, e.g. links LAN to LAN

11
New cards

What are the types of network topology?

- Ring

- Bus

- Star

- Mesh

12
New cards

Ring network topolgy

It is where each node connects to exactly two other nodes, providing a single pathway for signals through each node

13
New cards

Advantage of ring networks

High transfer speeds

14
New cards

Disadvantage of ring networks

Entire network can fail if one node fails

15
New cards

Bus Network Topology

It is in which nodes are directly connected to a common linear cable (or bus).

16
New cards

Advantage of Bus Networks

Cheap and easy to set up

17
New cards

Disadvantages of Bus Networks

- Slow under heavy traffic due to collisions

- Break in the main bus will break the network

18
New cards

Star Network Topology

Where one or more central switch, hub or computer acts as a central conduit to transmit messages

19
New cards

Advantages of Star Networks

- Very reliable

- High transfer speeds are possible due to fewer collisions

- Easy to identify faults

20
New cards

Disadvantages of Star Networks

- Can be expensive to set up as switches and cabling is expensive

- If main switch fails, the network fails

- Bottlenecking can occur if too much data is passing through the central switch

21
New cards

Mesh Network Topology

Each node relays data for the network. All mesh nodes cooperate in the distribution

of data in the network

22
New cards

Advantage of Mesh Networks

It is very reliable as a network can 'self-heal' by reconfiguring itself around broken paths

23
New cards

Disadvantages of Mesh Networks

- Complex

- Expensive

- Difficult to set up

- A large part of the network may be redundant

24
New cards

Why is connectivity important?

Connectivity is important for the transfer of data. Without connectivity, data could not be easily exchanged between computers without the use of removable storage

25
New cards

What do wired connections use?

Wired connections use a wired connection protocol e.g. Cat6 cabling using Ethernet

26
New cards

What do wireless connections use?

Wireless does not use cabling but requires both the transmitting and receiving machine to have wireless network adapter cards and normally additional wireless routing equipment is required

27
New cards

Disadvantage of wireless connections

Wireless is generally slower than wired in terms of bitrate although the advantage of greater freedom can offset this

28
New cards

What was the globally accepted standard?

Circuit switching was a globally accepted standard until superseded by packet switching

29
New cards

Circuit Switching

Circuit switching requires a series of connections to be made to form a single route and that all data traverses the same route.

This is susceptible to interception and failure as failure of any one connection results in failure of the entire route

30
New cards

Packet Switching

Packet switching differs in that the data is broken into packets that all traverse different routes.

The data is reassembled once it arrives at the destination. Packet switching is less susceptible to interception and is more robust because if a route fails then the packet can use an alternate route

31
New cards

What is the importance of network protocols?

Network protocols are vital to allow computers on

networks to communicate.

Without shared common protocols, computers would not be able to communicate

32
New cards

What are the types of network protocols?

- Wi-Fi

- TCP/IP

- HTTP

- HTTPS

- POP3

- SMTP

- IMAP

33
New cards

Wi-Fi

Wireless, two common standards are Bluetooth and 801.11.

34
New cards

TCP/IP

Transmission Control Protocol/ Internet Protocol - Is the basic communication language or protocol of the Internet

35
New cards

HTTP

Hypertext Transfer Protocol - allows webpages to be shared across different computers and browsers

36
New cards

HTTPS

A secure variant of HTTP - it works together with another protocol, Secure Sockets Layer (SSL), to transport data securely

37
New cards

POP3

Post Office Protocol 3 - is a protocol for receiving email, in which email is received and stored by an email server with a client downloading messages when ready

38
New cards

SMTP

Simple Mail Transfer Protocol -mail servers use SMTP to send and receive mail messages, mail applications typically use SMTP only for sending messages to a mail server

39
New cards

IMAP

Internet Message Access Protocol - transfers emails between computer systems via the internet. The IMAP protocol however is generally used for email retrieval and storage as an alternative to POP.

40
New cards

Ethernet

Wired (cable connection) protocol

41
New cards

What are the typical contents of a TCP/IP packet?

The typical contents of a TCP/IP packet are:

(Sam Desired Data to reassemble To Do Coding)

• The source address

• The destination address

• Information which enables the data to be reassembled into its original form

• Other tracking information

• The data itself

• A checksum that checks that the data has not been corrupted

42
New cards

What are the 5 layers of the TCP/IP model?

- Application (Animals)

- Transport (That)

- Network (Need)

- Data link (Do)

- Physical (Pay)

43
New cards

Application layer

The Application layer is the group of applications requiring network communications

44
New cards

Transport Layer

The Transport layer establishes the connection between applications on different hosts

45
New cards

Network Layer (IP)

The Network layer is responsible for creating the packets that move across the network

46
New cards

Data Link Layer

The Data Link layer is responsible for creating the frames that move across the network

47
New cards

Physical Layer

The Physical layer is the transceiver that drives the signals on the network

48
New cards

Routing traffic on a network

Understand that during routing, networks will

search for the shortest path and the fastest nodes to transfer data. Together the path between nodes and the speed of the nodes are assessed by the device transmitting data.

Computers will look for the route with the lowest

cost (that is the shortest path and fastest nodes)

and transmit data via this lowest cost route.

49
New cards

Explain how a DNS resolves addresses when a user attempts to visit a website

- The browser checks the local /cached host file to check if it already holds the IP address

- If not, the local (ISP) DNS server is queried for the IP address

- If the local DNS server does not hold the IP address then the query is passed to another DNS server at a higher level

- This process is repeated until the IP address is resolved

- The address is passed on to DNS severs lower in the hierarchy

- When the full address has been resolved, the IP address is then passed to your browser

- The browser then connects to the IP address of the server and downloads the website