0% found this document useful (0 votes)
14 views4 pages

Advanced Networking Concepts Overview

The document provides an overview of key concepts in advanced networking, including definitions of network components such as clients, servers, switches, and routers, as well as various types of cables and transmission methods. It also discusses networking models, protocols, and the OSI model layers, detailing their functions and roles in data communication. Additionally, it covers concepts related to network performance, security, VLANs, and different types of ports used in networking.

Uploaded by

Shaloops hoops
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views4 pages

Advanced Networking Concepts Overview

The document provides an overview of key concepts in advanced networking, including definitions of network components such as clients, servers, switches, and routers, as well as various types of cables and transmission methods. It also discusses networking models, protocols, and the OSI model layers, detailing their functions and roles in data communication. Additionally, it covers concepts related to network performance, security, VLANs, and different types of ports used in networking.

Uploaded by

Shaloops hoops
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

ADVANCE NETWORKING REVIEWER MODULE 1-8

 Computer Network – a digital  Unshielded Twisted Pair – the wire that


telecommunications network that protects against EMI (Electromagnetic
allows nodes to share resources. Interface)

 Client – a device that accesses a service  Full duplex transmission – both devices
made available by a server. send data at the same time and no
problems like collision will occur.
 Server – a device that provides
functions or services for clients.  Auto MDI-X – allows devices to
automatically detect which pins their
 Switches – provide connectivity to hosts neighbor in transmitting data.
within the same LAN, do not provide
connectivity between LAN/ over the  Multimode Fiber – allows longer cables
internet. than UTP but shorter cables than single
mode fiber. Allows multiple angles of
 Routers – used to provide connectivity light waves to enter the fiberglass core.
between LAN, used to send data over
the internet.  Single-mode Fiber – Light enters at a
single angle from a laser based
 Firewalls – known as “Next-Generation transmitter. Allows longer cables than
Firewall” , Can be placed inside or both UTP. More expensive.
outside the network.
 Networking models – categorize and
 Network firewalls – are hardware provide a structure for networking
devices that filter traffic between protocols and standards.
networks.
 Protocols – set of rules defining how
 Host based firewalls – are software network devices and software should
applications that filter traffic entering work. Also refers to logical rules about
the exiting a host machine like PC. how the devices should communicate.

 Ethernet – a collection of network  OSI MODEL – Open system


protocols/standards. A family of wired interconnection model. A conceptual
computers networking technologies model that categorizes and standardizes
commonly used in LAN. the different functions in a network.

 Ethernet Standards – defined in the IEEE  Application Layer – interacts with


802.3 standards in 1983. (Institute of software applications, for example your
Electrical and Electronics Engineers). web browser. Closest to the end user.
ADVANCE NETWORKING REVIEWER MODULE 1-8

 Presentation Layer – to translate  Running config – the current, active


between application and network configuration file on the device. As you
formats. enter commands in the CLI, you edit the
active configuration.
 Session Layer – controls dialogues
between communicating hosts.  Startup Config – configuration file that
will be loaded upon restart the device.
 Transport Layer – breaks large pieces of
data into smaller segments which can  Preamble – allows device to synchronize
be more easily sent over the network. their receiver clocks. 7byte
Provide host to host communication.
 SFD – Start Frame Delimeter. Marks the
 Network Layer – provides connectivity end of the preamble and the beginning
between end host on different of the rest of the frame.
networks. Provides logical addressing.
 Destination/Source – indicate the
 Data Link Layer – provides node to node devices sending and receiving the frame
connectivity and data transfer. Defines
how data is formatted for transmission  FCS – Frame Check Sequence. Detects
over a physical medium. corrupted data by running a CRC
algorithm over the received data.
 Physical Layer – defines physical
characteristics of the medium used to  CRC – cycling redundancy check .
transfer data between devices.
 MAC Address – also known as Burned In
 All People Seem To Need Data Address (BIA), a physical address
Processing. designed to the device when it is made.

 TCP/IP Suite – conceptual model and set  Unicast Frame – a frame destined for
of communication protocols used in the single target.
internet and other networks. Used in
modern networks.  Unknown Unicast Frame – flood the
frame for all interfaces except for the
 Only have 4 layers. Application, sources.
Transport, Internet, Link.
 Known Unicast Frame – forward.
 CLI – command line interface
 Dynamic MAC address – are removed
 Router> - is the hostname of the device from the MAC address table after 5
mins of inactivity.
 EXEC MODE – commands limited.
ADVANCE NETWORKING REVIEWER MODULE 1-8

 Ethernet Frame – Preamble and SFD is  Giants – frame that are larger than the
usually not considered part of the maximum frame size.
ethernet header.
 Input errors – total of various counters.
 ARP – (Address Resolution Protocol).
Used to discover the layer 2 address.  Output errors – frames the switch tried
to send but failed due to error.
 ARP Request – sent by the device that
wants to know the MAC address of the  Routing – a process that routers use to
other device. A broadcast sent to all determine the path the IP packets
host on the network. should take over a network to reach
their destination.
 ARP Reply – which is sent to inform the
requesting device of the MAC address.  Routers – store routes to all of their
A unicast sent only to one host. known destination in a routing table.

 Ping – a network utility that is used to  Dynamic routing – routers use dynamic
test reachability. routing protocol. To share routing
information with each other
 Router interfaces – have the shutdown automatically and build their routing
command applied by default. tables.

 Switch interface – do not have the  Static routing – a network


shutdown command applied by default. engineer/admin manually configure
routes on the router.
 Half duplex – the device cannot send
and receive data at the same time.  Route – tells the router to send a packet
to destination.
 Full duplex – the device can send and
receive data at the same time.  Next hop – the next router in the path
to the destination.
 CSMA/CD – Carrier Multiple Access with
Collision Detection.  Default Gateway – also called default
route.
 Duplex Autonegotiation – interfaces
that can run at different speeds have  LAN – a single broadcast domain,
default setting of speed auto and duplex including all devices that broadcast
auto. domain.

 Runts – frames that are smaller than the  Broadcast domain – the group of
maximum frame size. devices which will receive a broadcast
name.
ADVANCE NETWORKING REVIEWER MODULE 1-8

 Performance – lots of unnecessary


broadcast traffic can reduce network
performance.

 Security – limit the access, apply


security policies on a router/firewall.

 VLAN – are configured on switches on


per-interfaces basis.

 Access port – a switchport which


belongs to a single VLAN. And usually
connects to end host like PCS. untagged
ports

 Trunk Port – switchport which carry


multiple VLANS. Tagged ports

 ISL – Inter Switch Link. Old cisco


proprietary protocol.

 IEEE 802.1Q – called dot1q , industry


standard protocol.

Common questions

Powered by AI

The IEEE 802.1Q protocol, also known as dot1q, is an industry-standard protocol for VLAN tagging on Ethernet frames, which supports VLAN configuration by allowing switches to correctly handle multiple VLANs over trunk links . Unlike Cisco's proprietary ISL protocol, 802.1Q is widely supported across different vendors, ensuring greater interoperability in mixed-vendor environments. Its support for standardized VLAN tagging enhances network scalability and simplifies network management by providing a uniform approach across devices . Additionally, 802.1Q's lower overhead compared to ISL contributes to more efficient bandwidth usage .

Duplex autonegotiation allows network interfaces that support different speeds to automatically configure the optimal duplex setting, either full or half, without manual intervention . This capability enhances networking flexibility by allowing devices to seamlessly adapt to varying conditions and authenticate the highest possible performance, maximizing throughput and minimizing collisions in full-duplex mode .

VLANs improve network performance by reducing unnecessary broadcast traffic, which can otherwise saturate network bandwidth and degrade performance . They also enhance security by segmenting the network into different broadcast domains, limiting the ability for devices from one VLAN to directly communicate with devices in another without proper routing, thereby restricting access and allowing for implementation of security policies on a per-VLAN basis .

The Network Layer in the OSI model provides connectivity and routing functions to direct data packets between end hosts across different networks, using logical addressing such as IP addresses . The Transport Layer is responsible for breaking down large pieces of data into smaller segments for transmission, ensuring host-to-host communication and data integrity via error-checking and flow control mechanisms . Together, these layers ensure that data is accurately routed and received between the source and destination hosts over diverse network routes .

Single-mode fiber uses a laser-based transmitter to allow light to enter at a single angle, which supports longer cable runs compared to multimode fiber and is typically more expensive . The multimode fiber allows multiple angles of light waves to enter its fiberglass core, supporting shorter cable runs than single-mode fiber but longer than Unshielded Twisted Pair (UTP) cables . These characteristics make single-mode fiber suitable for long-distance communication and telecommunications, while multimode fiber is generally used for shorter distance data and audio/video applications within buildings due to its cost-efficiency .

CSMA/CD (Carrier Sense Multiple Access with Collision Detection) is a protocol used in Ethernet networks to manage data transmission and minimize collisions among multiple devices attempting to send data simultaneously. It enhances network performance by ensuring that devices first check the network for existing traffic before transmitting (carrier sensing), thus reducing the chance of collisions . If a collision occurs, devices halt transmissions and perform a backoff algorithm before retrying, allowing for orderly access to the network . This protocol is especially significant in half-duplex Ethernet environments where collision management is crucial for maintaining efficient communication .

Dynamic routing leverages protocols to automatically update routing tables based on changes in the network topology, allowing for greater adaptability to network fluctuations . This reduces the administrative overhead of maintaining the routing tables but can introduce complexity and potential for errors in protocol configuration. Static routing requires manual configuration by network administrators, ensuring full control and predictability over routing paths but requiring significant administrative effort, especially in large and complex networks . Both approaches have trade-offs: dynamic routing suits larger, more volatile networks, while static routing is more suited to stable, smaller networks where consistent routing paths are paramount .

Network firewalls, often hardware devices, filter incoming and outgoing traffic between different networks to prevent unauthorized access and mitigate threats such as DDoS attacks . Host-based firewalls are software applications that provide protection by filtering traffic entering and exiting a specific host machine, managing access based on policy rules, and protecting against internal threats and applications attempting unauthorized network access . Both types of firewalls play complementary roles in establishing a layered defense strategy, enhancing overall network security .

The Address Resolution Protocol (ARP) is crucial in Ethernet networks as it facilitates the mapping of logical IP addresses to physical MAC addresses, enabling devices to locate and communicate with each other on a local network . When a device needs to send data to another device but only knows its IP address, it uses an ARP request to broadcast this query on the network. The target device responds with an ARP reply, providing its MAC address. This allows the sender to encapsulate frames with the destination MAC address, ensuring correct data delivery .

Excessive broadcast traffic can significantly degrade network performance by increasing network congestion and reducing available bandwidth for unicast or multicast traffic . This can lead to slower data transmission speeds and degraded application performance. The impact can be mitigated by using VLANs to segment network broadcast domains, thereby isolating broadcast traffic to specific network segments. Implementing network protocols with improved efficiency in handling broadcasts, such as IGMP snooping for multicast traffic, can also help. Additionally, optimizing network design by appropriately placing routers and switches can minimize unnecessary broadcasts .

You might also like