You are on page 1of 4

Wireless and Wan Reviewer – Midterm Exams

jcirabagon@nvsu.edu.ph
Networks - allow people to communicate, collaborate, and interact in many ways. Networks are used to access web pages,
talk using IP telephones, participate in video conferences, compete in interactive gaming, shop using the Internet,
complete online coursework, and more.

Ethernet switches - function at the data link layer, Layer 2, and are used to forward Ethernet frames between devices
within the same network.

Router - connects one network to another network. The router is responsible for the delivery of packets across different
networks.

Gateway - is a combination of hardware and software that connects dissimilar network environments.

Firewall - is a system or group of systems that manages access between two or more networks.

IP Address - IP is a standard that defines the manner in which the network layers of two hosts interact. IP addresses are
32 bit long, hierarchical addressing scheme.

MAC Address - called the hardware address, is protocol-independent and is usually assigned at the factory. This address
is technically called the media access control address (MAC) because it is found on the MAC sub layer of the Data Link
layer.

Characteristics of a Network
 Topology—There are physical and logical topologies.
The physical topology is the arrangement of the cables, network devices, and end systems. It describes how the
network devices are actually interconnected with wires and cables.
The logical topology is the path over which the data is transferred in a network. It describes how the network
devices appear connected to network users.
 Speed—is a measure of the data rate in bits per second (b/s) of a given link in the network.
 Cost—indicates the general expense for purchasing of network components, and installation and maintenance of
the network.
 Security—indicates how protected the network is, including the information that is transmitted over the network.
The subject of security is important, and techniques and practices are constantly evolving. Consider security
whenever actions are taken that affect the network.
 Availability— is the likelihood that the network is available for use when it is required.
 Scalability—indicates how easily the network can accommodate more users and data transmission requirements.
If a network design is optimized to only meet current requirements, it can be very difficult and expensive to meet
new needs when the network grows.
 Reliability—indicates the dependability of the components that make up the network, such as the routers,
switches, PCs, and servers. Reliability is often measured as a probability of failure or as the mean time between
failures (MTBF).

Types of Networks
o LAN - is a computer network that interconnects computers within a limited area such as a residence,
school, laboratory, university campus or office building.
o MAN - A metropolitan area network is a computer network that interconnects users with computer
resources in a geographic region of the size of a metropolitan area
o WAN - is a telecommunications network that extends over a large geographical area for the primary
purpose of computer networking. Wide area networks are often established with leased
telecommunication circuits.
 Leased Line – synchronous serial
 Circuit-Switched – Asynchronous serial, ISDN Layer 1
 Frame Relay - synchronous serial
 Broadband Access – Cable, DSL, Wireless WAN

Basic Networking Concepts

Physical Network Components


Network Devices:
 Computers
 Hubs – extends the range of a signal, allows for collisions and are also called concentrators.
 Bridges – has the intelligence to determine if an incoming frame is to be sent or dropped. Has
two ports.
 Switches – a multi-port bridge, refer to a MAC Addresses table to determine which port to use.
 Routers – connects entire networks with each other, uses IP Addresses to determine best possible
routes.
 Wireless Access Points – has limited coverage, provides network access to mobile devices.
 Multi-purpose Devices – combines the functions of a router, a switch, and a wireless access point
into one device.
Network Media:
 Coaxial Cables – a copper cored cable surrounded by heavy shielding.
o ThickNet/10Base5 – 10Mbps, 500m max length
o ThinNet/10Base2 – 10Mbps, 185m max length
o RG59 – most commonly used for cable television in the US.
o RG6 – Higher quality than RG59, has more bandwidth and less susceptible to interference.
 Twisted Pair Copper Cabling – pairs of copper wires encased in color coded plastic insulation,
provides protection against crosstalks. Uses poly-vinyl chloride(PVC) for inner wire casing.
o UTP
 CAT3, CAT5, 5e, CAT6, CAT7
o STP
 Fiber-Optic Cabling – Uses a glass/plastic strand to transmit information, not affected by
radio\electro-magnetic interferences. More expensive the copper cabling and is harder to
assemble.
o Multimode and Single-mode
 Radio Waves

LAN Topologies
Logical Topology – determines how the hosts access the medium to communicate across the network.
 Broadcast Topology – messages are sent FIFO
 Token Passing – controls network access sequentially by passing a token to each hosts.
Physical Topology – the physical layout of the components on the network.
 Bus – uses a common cable to connect each hosts. The ends of the cables use terminators to
prevent signal reflections.
 Ring – Host are connected in a physical ring. Uses a token to allow data transmission.
 Single and Dual Ring
 Star – uses a central connection point (hub, switch, router). Easy to troubleshoot
 Extended/Hierarchical Star – a typical star topology with an additional networking device used to
extend/increase the size of the network.
 Mesh – connects all devices to each other. Internet is a best example.
 Hybrid – combines two or more basic network topologies.
Router Memory
Memory Description
RAM - Volatile memory that provides temporary storage for various applications and processes including the following:
Running IOS Running configuration file IP routing and ARP tables Packet buffer
ROM - Nonvolatile memory that provides permanent storage for the following:
Boot-up instructions Basic diagnostic software Limited IOS in case the router cannot load the full-featured IOS
NVRAM - Nonvolatile memory that provides permanent storage for the following:
Startup configuration file (startup-config)
Flash - Nonvolatile memory that provides permanent storage for the following:
IOS Other system-related files

Ethernet Technologies
 10BASE-T – uses star topology. 10 represents the speed of 10Mbps, the base represents baseband
transmission and T represents twisted pair cabling.

ISO/OSI Reference Model – an industry standard framework that is used to divide network communication into 7 layers.

3 Application File Transfer, Email, Remote Login


Presentation ASCII, Text, Sound
2 Session Establish and Management Connection
Transport End to End Communication: TCP
Network Routing and Addressing: IP
1 Datalink Two party communication: Ethernet
Physical How to transmit signal: coding
TCP/IP Reference Model – frame reference used to develop the Internet’s protocol.

TCP = Transport Control Protocol


IP = Internet Protocol (Routing)
TCP/IP Reference Model TCP/IP Protocols OSI Reference Model
Application FTP Telnet HTTP Application
Presentation
Transport TCP UDP Session
Transport
Internetwork IP Network
Host to Network Ethernet Packet Point- Datalink
Radio to- Physical
Point

Multi-layer Switching

 Combines functionality of:


o Layer 2 switching
o Layer 3 switching
o Layer 4 switching
 High-speed scalability
 Low latency compared to routers

You might also like