Exam questions Flashcards

(15 cards)

1
Q

Explain the fundamental purpose of a computer network.

A

The main purpose of a computer network is to share resources and information efficiently between devices. Networks allow computers to communicate, share files, printers, applications, and access the internet, leading to improved productivity, collaboration, and cost savings.

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

Justify the role of a router in a computer network.

A

A router connects different networks together, like connecting a home or office network to the internet. It routes data packets between devices and networks, chooses the best path for data.

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

Discuss the OSI Reference Model.

A

OSI Reference Model (Open Systems Interconnection Model) is a way to understand how data moves through a network, like the internet. It breaks down the process into 7 simple layers, each with a specific job.

Physical (cables, signals)

Data Link (MAC addresses, switches)

Network (IP addressing, routers)

Transport (TCP/UDP, reliability)

Session (manages sessions)

Presentation (encryption, data format)

Application (user interface, applications like browsers)

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

Explain the significance of the OSI Reference Model.

A

The OSI Model is important because it helps different devices communicate, makes fixing network problems easier, and provides a clear way to understand and build networks.

Standardization: Different companies make devices that work together.

Troubleshooting: Easier to find and fix network problems.

Learning: Makes networking easier to understand.

Modularity: You can change one part without breaking others.

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

Explain the purpose of subnetting in computer networking

A

Subnetting divides a large network into smaller, manageable sub-networks (subnets). This improves:

Security (containment of breaches),

Network performance (less congestion),

Efficient IP address usage,

Simplified management of local networks.

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

Explain the role of NAT (Network Address Translation) in computer networking?

A

NAT is a method used by routers to let many devices on a private network share one public IP address to access the internet.

NAT helps by letting devices inside your home or office use private IP addresses and then translates them to a single public IP when going online.

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

Explain the purpose of internetworking protocols in computer networks.

A

Internetworking protocols like IP (Internet Protocol) define rules for how devices across different networks communicate. They ensure data is formatted, addressed, transmitted, routed, and received correctly.

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

Explain the significance of layered networking architecture.

A

It’s a way to organize how data travels through a network by breaking it into layers, where each layer has a specific job.

A popular model is the OSI Model, which has 7 layers, from physical to application layer.

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

Explain the purpose of IP addressing in a computer network.

A

An IP address uniquely identifies a device on a network. It allows data to be sent to and from the correct devices and supports network routing.

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

Explain the function of network routing protocols.

A

Routing protocols help routers decide how to get data from one place to another efficiently and reliably.

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

Explain the layers in OSI Reference Models? Describe each layer briefly.

A

1.Physical Layer: Deals with physical connections and transmission of raw data bits.
2.Data Link Layer:
Makes sure the data travels safely across the physical link.
3.Network Layer: Finds the best path to send the data to the right destination.
4.Transport Layer: Breaks big data into smaller pieces and makes sure they arrive safely and in order.
5.Session Layer:Opens, uses, and closes connections between two computers.
6.Presentation Layer: Prepares or translates the data so that the application can understand it.
7.Application Layer:Interacts with the user and software directly.

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

Explain the difference between Hub, Switch, and Router?

A

Hub: It sends data to all devices connected to it, even if only one needs it. This can slow things down.

Switch: It sends data only to the device that needs it. This makes the network faster and more efficient.

Router: A router connects different networks (like your home network to the internet). It decides where data should go between networks.

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

What is DNS? Explain how it works?

A

DNS is like the phonebook of the internet. It helps computers find websites by translating names (like www.google.com) into IP addresses (like 142.250.190.78).

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

Explain MAC addresses?

A

A MAC address (Media Access Control address) is a unique ID given to a device’s network interface, like a Wi-Fi or Ethernet card.

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

Explain the different ways to exchange data.

A

1.Circuit switching (A fixed path is set up before communication, like a phone call.)
2.Packet switching (Packet Switching: Data is split into packets that travel separately, like emails.)
3. Message switching
4.Direct communication models:
-client-server
-peer-to-peer

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