Network Communications Module Flashcards

(35 cards)

1
Q

What is the application layer

A

Provides network services directly to end-user applications

Applications interact with the network, where applications are able to communicate with each other, and are able to access the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the protocols of the application layer

A

HTTP (Hypertext Transfer Protocol): Used for web browsing

FTP (File Transfer Protocol): Used for file transfers

SMTP (Simple Mail Transfer Protocol): Used for email transmission

DNS (Domain Name System): Resolves domain names to IP addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the transport layer

A

Ensures data is transferred reliably end-to-end, from one device to another

Manages error detection and connection. Divides data into packets, and manages flow control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are protocols of transport layer

A

TCP (Transport Communication Protocol): Reliable, connection-oriented communication

UDP (User Datagram Protocol): Faster, connectionless communication with no error checking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the internet layer

A

Wraps data packets in an IP frame, that contains the source address and destination address

Uses the information to route and forward the data packets across network

Where it uses the IP protocol to address and route.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are protocols of internet layer

A

IP (Internet Protocol): Provides logical addressing

ICMP (Internet Control Message Protocol): Used for error messages and operational information

ARP (Address Resolution Protocol): Maps IP addresses to physical MAC addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the network layer

A

Handles physical transmission of data on the network, and the physical connection of devices on network.

Defines hardware addressing and the physical network medium

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are protocols of the network layer

A

Physical Medium: Cable types, and wireless standards

MAC (Media Access Control) Address: Unique identifier for network interfaces

Ethernet, Wi-Fi, Point-to-Point Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the role of ip addresses

A

Unique identifier assigned to each device on network

Allows devices to identify each other and communicate across a network

Identifies the host, and provides location of host in network

Capability to establish a path to host

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is key differences between IPv4 and IPv6

A

IPv6 has 128-bit address, IPv4 has 32-bit address = Larger address space

IPv4 addresses numeric, IPv6 address alphanumeric using hexadecimal notation

IPv6 has enhanced security

IPv6 has simplified header structure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is role of subnet masks

A

Separates IP addresses into network & host parts

Determine which part of IP address identifies host, which part identifies to network which it belongs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is subnetting

A

Practice of dividing network into two or more smaller networks (Subnets)

Optimise network performance, improve security, make network management easier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How does subnetting improve network performance

A

Reduces congestion, increases bandwidth availability, minimises excess broadcast traffic

Simplifies troubleshooting by isolating issues to specific subnets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How does subnetting improve data security

A

If unauthorised access on network, restricts intruders from moving laterally across entire network, contains breaches to specific subnet

Network admins can implement security policies and access controls for each subnet, ensuring information remains protected, privacy is maintained

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is UTP in transmission media

A

Used in ethernet networks, cost-effective, easy to install

Lower bandwidth, higher latency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is fibre optics in transmission media

A

High bandwidth, lower latency, can cover long distances without degradation

Expensive, specialised equipment for installation

17
Q

What is wireless in transmission media

A

Electromagnetic waves to transmit data through air

Wi-Fi, satellite, cellular technologies

Mobility, ease of deployment, may be affected by environmental factors

Lower bandwidth, higher latency

18
Q

What are routers

A

Internet layer, routing packets of data between different networks based on their IP addresses

Determines best path for data to travel using routing protocols

19
Q

What is a switch

A

Network layer, connect devices within a single network

Uses MAC addresses to forward data frames to correct destination within local network

  • Only operates in local network

Reduces amount of collision domains, improving performance

20
Q

What is a wireless access point (WAP)

A

Network layer, wireless devices connect to wired network using Wi-Fi

Extend wireless coverage of network, manages multiple connections simultaneously

21
Q

What is a firewall and its role

A

Internet layer, monitors & controls incoming & outgoing network traffic based on predetermined security rules

Intercepts all messages entering & leaving network, filters packets by blocking harmful data packets

Tracks state of active connections

22
Q

What is risks of unauthorised access in network security

A

Data theft, information like personal data, financial details, IP

System damage

Legal and compliance issues, loss of reputation and penalties

23
Q

What is preventation strategies of unauthorised access in network security

A

Use strong authentication methods

Regular updating & patching of software

24
Q

What is role of operating systems in network security

A

Control user access to network resources through user credentials & permissions

Monitors the system for vulnerabilities and analyses patterns for anomalies, providing regular software updates to stop attacks from happening

Malware protection, anti-malware and anti-virus tools

25
What is bandwidth as factors that affect network performance
Rate at which data can be transferred over network at any given time Higher bandwidth = More data transferred simultaneously Low bandwidth = Slow data transfer rates
26
What is network design as factors that affect network performance
Bus, Star, Ring, Mesh, Hybrid Efficient design reduces bottlenecks, enhances data flow, higher data rates Poor design leads to packet loss, low network efficiency, data collisions
27
What are data collisions as factors that affect network performance
When two devices send packets simultaneously on same network segment, causing packets to collide & corrupt Collisions lead to congestion, reduced network speed Collision detection minimises issues
28
What is excess broadcast traffic as factors that affect network performance
Sending data to all network devices, regardless of intended device Overwhelm network resources = Network slowdown Managing & limiting broadcast traffic maintains optimal performance
29
What are network diagrams
Draw network diagrams, represent topologies for LAN, WLAN, WAN Symbols given in exam
30
What are connections in network diagrams
Solid lines = Ethernet Dotted lines = Wireless Each connection line should be labelled with type
31
What is a bus in network topologies
All devices share a common single communication line or a bus Only one node can send / receive data at a time
32
What is a ring in network topologies
All nodes connected on a medium, if a node wants to send data, adds it to the frame
33
What is a star in network topologies
All devices connected to single central device, typically switch or hub
34
What is a mesh in network topologies
Devices interconnected directly with many redundant interconnections between network nodes
35
What is a hybrid in network topologies
Mixture of all types of topologies