Networking Flashcards

1
Q

What is the OSI model, and why is it important in networking?

A

The OSI (Open Systems Interconnection) model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven abstraction layers. It is important because it helps in understanding and troubleshooting network communication.

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

Explain the layers of the OSI model.

A

Application, presentation, session, transport, network, data link, physical

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

What is TCP/IP, and how does it relate to the OSI model?

A

TCP/IP (Transmission Control Protocol/Internet Protocol) is a set of protocols that allows devices to communicate over the internet. It is a conceptual model that corresponds to the top four layers of the OSI model.

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

What is the difference between TCP and UDP?

A

TCP (Transmission Control Protocol) is connection-oriented and provides reliable, ordered delivery of data packets. UDP (User Datagram Protocol) is connectionless and does not guarantee delivery or order of packets.

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

What is an IP address, and what are the different types?

A

An IP address is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication. There are two types: IPv4 (32-bit) and IPv6 (128-bit).

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

What is a subnet mask, and how is it used in networking?

A

A subnet mask is used in conjunction with an IP address to define which part of the address represents the network and which part represents the host. It is used to determine the network portion of an IP address.

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

What is a router, and what is its function in a network?

A

A router is a networking device that forwards data packets between computer networks. It operates at the network layer (Layer 3) of the OSI model.

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

What is a switch, and how does it differ from a router?

A

A switch is a networking device that connects devices within a single local area network (LAN) and forwards data based on MAC addresses. It operates at the data link layer (Layer 2) of the OSI model.

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

What is a gateway in networking?

A

A gateway is a device or software that connects two disparate networks, such as a local network to the internet. It acts as an entry and exit point for data traffic.

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

Explain the difference between IPv4 and IPv6.

A

IPv4 uses 32-bit addresses and is the most widely used version of the Internet Protocol. IPv6 uses 128-bit addresses and was developed to address the depletion of IPv4 addresses and provide additional features.

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

What is DNS, and what is its role in networking?

A

DNS (Domain Name System) translates domain names (e.g., www.example.com) into IP addresses, allowing users to access websites by name rather than by numeric IP address.

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

What is DHCP, and how does it work?

A

DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses and other network configuration information to devices on a network, eliminating the need for manual configuration.

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

What is NAT, and why is it used in networking?

A

NAT (Network Address Translation) translates private IP addresses used within a local area network into public IP addresses used on the internet, allowing multiple devices to share a single public IP address.

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

What is a firewall, and how does it protect a network?

A

A firewall is a network security device that monitors and controls incoming and outgoing network traffic based on predetermined security rules. It acts as a barrier between a trusted internal network and untrusted external networks.

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

What is VLAN, and why is it used?

A

VLAN (Virtual Local Area Network) is a logical grouping of devices within the same broadcast domain, even if they are not physically connected to the same network switch. It improves network security and efficiency.

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

What is a MAC address, and how is it different from an IP address?

A

A MAC address (Media Access Control address) is a unique identifier assigned to network interfaces for communications at the data link layer of the OSI model. It is represented as a 48-bit hexadecimal number.

17
Q

What is a subnet, and how does it differ from a network?

A

A subnet is a logical subdivision of an IP network. It is used to divide a single IP network into smaller, manageable networks to improve performance, security, and manageability.

18
Q

What is the purpose of ARP in networking?

A

ARP (Address Resolution Protocol) is used to map IP addresses to MAC addresses on a local network. It is essential for communication between devices on the same subnet.

19
Q

What is the difference between half-duplex and full-duplex communication?

A

Half-duplex communication allows data to be transmitted in both directions, but not simultaneously. Full-duplex communication allows data to be transmitted in both directions simultaneously.

20
Q

Explain the concept of bandwidth in networking.

A

Bandwidth refers to the maximum rate of data transfer across a network path, typically measured in bits per second (bps), kilobits per second (kbps), or megabits per second (Mbps).

21
Q

What is latency, and how does it affect network performance?

A

Latency is the time delay between the transmission and reception of data over a network. It affects the responsiveness of networked applications and is measured in milliseconds (ms).

22
Q

What is a proxy server, and what is its function in networking?

A

A proxy server acts as an intermediary between clients and servers, forwarding requests and responses between them. It can be used for security, caching, content filtering, and network performance optimization.

23
Q

What is a VPN, and how does it work?

A

A VPN (Virtual Private Network) extends a private network across a public network, such as the internet, allowing users to securely access and transmit data as if they were directly connected to the private network.

24
Q

What are the different types of network topologies?

A

The main types of network topologies include star, bus, ring, mesh, and hybrid. Each has its own advantages and disadvantages in terms of cost, scalability, and reliability.

25
Q

What is a packet, and how does it travel through a network?

A

A packet is a unit of data transmitted over a network. It consists of a header containing control information and payload containing the actual data being transmitted.

26
Q

What is a subnet? How is it different from a network?

A

In TCP/IP networking, a subnet is a range of IP addresses within a larger network. A network is a collection of subnets that share the same network prefix.

27
Q

Explain the concept of TCP congestion control.

A

TCP congestion control is a mechanism to prevent network congestion by adjusting the rate of data transmission based on network conditions. It includes algorithms such as slow start, congestion avoidance, and fast retransmit/recovery.

28
Q

What is the purpose of ICMP in networking?

A

ICMP (Internet Control Message Protocol) is a protocol used for diagnostic and error reporting in IP networks. It is commonly used for tasks such as ping, traceroute, and network error reporting.