Myint Myat Maung

  • Home
  • Myint Myat Maung

Myint Myat Maung We are Supporting your IT Requirement. We are Selling and Service Computer Desktop/Laptop & Phone

What is the meaning of load balancing?Load balancing is a technique used to distribute workloads uniformly across server...
20/06/2022

What is the meaning of load balancing?
Load balancing is a technique used to distribute workloads uniformly across servers or other compute resources to optimize network efficiency, reliability and capacity.


More Details to: https://www.nginx.com/resources/glossary/load-balancing/

What is Zero Trust security?Zero Trust is a security model based on the principle of maintaining strict access controls ...
28/02/2022

What is Zero Trust security?
Zero Trust is a security model based on the principle of maintaining strict access controls and not trusting anyone by default, even those already inside the network perimeter.

Zero Trust security is an IT security model that requires strict identity verification for every person and device trying to access resources on a private network, regardless of whether they are sitting within or outside of the network perimeter. ZTNA is the main technology associated with Zero Trust architecture; but Zero Trust is a holistic approach to network security that incorporates several different principles and technologies.

More simply put: traditional IT network security trusts anyone and anything inside the network. A Zero Trust architecture trusts no one and nothing.

Traditional IT network security is based on the castle-and-moat concept. In castle-and-moat security, it is hard to obtain access from outside the network, but everyone inside the network is trusted by default. The problem with this approach is that once an attacker gains access to the network, they have free rein over everything inside.
Castle-and-Moat security model, users within the VPN are trusted

This vulnerability in castle-and-moat security systems is exacerbated by the fact that companies no longer have their data in just one place. Today, information is often spread across cloud vendors, which makes it more difficult to have a single security control for an entire network.

Zero Trust security means that no one is trusted by default from inside or outside the network, and verification is required from everyone trying to gain access to resources on the network. This added layer of security has been shown to prevent data breaches. Studies have shown that the average cost of a single data breach is over $3 million. Considering that figure, it should come as no surprise that many organizations are now eager to adopt a Zero Trust security policy.

Src-

Zero Trust is a security model based on maintaining strict access controls and not trusting anyone by default. Learn about Zero Trust architecture.

18/05/2021

The OSI Model
The standard model for networking protocols and distributed applications is the International Standard Organization's Open System Interconnect (ISO/OSI) model. It defines seven network layers.

Short for Open System Interconnection, an ISO standard for worldwide communications that defines a networking framework for implementing protocols in seven layers. Control is passed from one layer to the next, starting at the application layer in one station, proceeding to the bottom layer, over the channel to the next station and back up the hierarchy.

At one time, most vendors agreed to support OSI in one form or another, but OSI was too loosely defined and proprietary standards were too entrenched. Except for the OSI-compliant X.400 and X.500 e-mail and directory standards, which are widely used, what was once thought to become the universal communications standard now serves as the teaching model for all other protocols.

Control is passed from one layer to the next, starting at the application layer in one station, proceeding to the bottom layer, over the channel to the next station and back up the hierarchy.

Layer 1 - Physical

Physical layer defines the cable or physical medium itself, e.g., thinnet, thicknet, unshielded twisted pairs (UTP). All media are functionally equivalent. The main difference is in convenience and cost of installation and maintenance. Converters from one media to another operate at this level.

Layer 2 - Data

LinkData Link layer defines the format of data on the network. A network data frame, aka packet, includes checksum, source and destination address, and data. The largest packet that can be sent through a data link layer defines the Maximum Transmission Unit (MTU). The data link layer handles the physical and logical connections to the packet's destination, using a network interface. A host connected to an Ethernet would have an Ethernet interface to handle connections to the outside world, and a loopback interface to send packets to itself.

Ethernet addresses a host using a unique, 48-bit address called its Ethernet address or Media Access Control (MAC) address. MAC addresses are usually represented as six colon-separated pairs of hex digits, e.g., 8:0:20:11:ac:85. This number is unique and is associated with a particular Ethernet device. Hosts with multiple network interfaces should use the same MAC address on each. The data link layer's protocolspecific header specifies the MAC address of the packet's source and destination. When a packet is sent to all hosts (broadcast), a special MAC address (ff:ff:ff:ff:ff:ff) is used.

Layer 3 - Network

NFS uses Internetwork Protocol (IP) as its network layer interface. IP is responsible for routing, directing datagrams from one network to another. The network layer may have to break large datagrams, larger than MTU, into smaller packets and host receiving the packet will have to reassemble the fragmented datagram. The Internetwork Protocol identifies each host with a 32-bit IP address. IP addresses are written as four dot-separated decimal numbers between 0 and 255, e.g., 129.79.16.40. The leading 1-3 bytes of the IP identify the network and the remaining bytes identifies the host on that network. The network portion of the IP is assigned by InterNIC Registration Services, under the contract to the National Science Foundation, and the host portion of the IP is assigned by the local network administrators. For large sites, the first two bytes represents the network portion of the IP, and the third and fourth bytes identify the subnet and host respectively.

Even though IP packets are addressed using IP addresses, hardware addresses must be used to actually transport data from one host to another. The Address Resolution Protocol (ARP) is used to map the IP address to it hardware address.

Layer 4 - Transport

Transport layer subdivides user-buffer into network-buffer sized datagrams and enforces desired transmission control. Two transport protocols, Transmission Control Protocol (TCP) and User Datagram Protocol (UDP), sits at the transport layer. Reliability and speed are the primary difference between these two protocols. TCP establishes connections between two hosts on the network through 'sockets' which are determined by the IP address and port number. TCP keeps track of the packet delivery order and the packets that must be resent. Maintaining this information for each connection makes TCP a stateful protocol. UDP on the other hand provides a low overhead transmission service, but with less error checking. NFS is built on top of UDP because of its speed and statelessness. Statelessness simplifies the crash recovery.

Layer 5 - Session

The session protocol defines the format of the data sent over the connections. The NFS uses the Remote Procedure Call (RPC) for its session protocol. RPC may be built on either TCP or UDP. Login sessions uses TCP whereas NFS and broadcast use UDP.

Layer 6 - Presentation

External Data Representation (XDR) sits at the presentation level. It converts local representation of data to its canonical form and vice versa. The canonical uses a standard byte ordering and structure packing convention, independent of the host.

Layer 7 - Application

Provides network services to the end-users. Mail, ftp, telnet, DNS, NIS, NFS are examples of network applications.

About the Author:
Bob Bello, is the owner of http://www.CiscoKits.com. At his site you will find over 200 various articles dedicated to Cisco CCNA and CCNP study help, free CCNA and CCNP study exams, step by step labs along with CCNA and CCNP home lab kits.

Identify Commonly Used TCP/UDP PortsPorts are what an application uses when communicating between a client and server co...
18/05/2021

Identify Commonly Used TCP/UDP Ports
Ports are what an application uses when communicating between a client and server computer. Some common ports are:

@ Network Technologies - Common Networking Protocols
17/05/2021

@ Network Technologies
- Common Networking Protocols

29/07/2020

What is Cloud Computing?
- If you're unsure about what Cloud Computing is, you are probably among the 95% of people that are already using cloud services, like online banking and social networks, but don't realize it.
The "cloud" is a set of different types of hardware and software that work collectively to deliver many aspects of computing to the end-user as an online service.
Cloud Computing is the use of hardware and software to deliver a service over a network (typically the Internet). With cloud computing, users can access files and use applications from any device that can access the Internet.
An example of a Cloud Computing provider is Google's Gmail. Gmail users can access files and applications hosted by Google via the internet from any device.
------------------------------------------------------------------------
How is computing from the Cloud different from computing from my PC's hard drive?
- Unlike traditional computing where data is stored on your PC's local hard drive, the data in the cloud is stored on many physical and/or virtual servers that are hosted by a third-party service provider. An example of a cloud computing file storage provider is Dropbox. Dropbox files can be accessed from any device via the Internet.
-------------------------------------------------------------------------
What are public and private Clouds?
- A Public Cloud is based on the standard cloud computing framework which consists of files, applications, storage and services available to the public via the internet. Gmail is an example of a Public Cloud.
A Private Cloud is comprised of files, applications, storage and services that are implemented and protected within a corporate firewall, under the control of a corporate IT department. An example of a Private Cloud would be a company that uses Microsoft Exchange because Microsoft Exchange can only be accessed by an authorized user through a secure VPN connection.
What are some common Cloud services and companies?
Some common services that are hosted in the cloud are hosted desktop, provided by companies like AT&T; hosted email like Gmail, provided by companies like Google; cloud storage, provided by companies like Dropbox; and streaming music, provided by companies like Spotify. These services, applications and files are stored in the cloud and can be accessed by users via any device.
There are a wide range of companies and industry verticals that use cloud computing such as Amazon and Google. Small, medium, and large size public and private companies alike use cloud computing to reduce technology acquisition costs.
--------------------------------------------------------------------------
Do I need Cloud computing?
- The Cloud Computing market continues to grow year after year because companies are becoming more aware of the cost saving benefits of adopting the cloud.
With Hardware services, companies are able to use the cloud service provider's equipment (storage, hardware, servers, and networking components) instead of spending large amounts of capital on equipment.
With Software services, companies' applications are hosted by the cloud service provider and are made available over a network saving costly deployment and maintenance costs.
--------------------------------------------------------------------------
Are my files safe in the Cloud?
- While no storage solution is 100% safe, cloud storage providers can offer a safer and more accessible place for companies to store data than traditional computing methods.
Depending on the service contract, duplicate copies of the companies' data can be stored on servers located in different geographies and protected by backup power supplies in the case of a disaster.
Today, many companies are moving to a Hybrid Cloud Computing model. With this model, companies are given the flexibility of storing sensitive data securely in a private cloud while storing public data in a public cloud. Both infrastructures are kept as separate, unique entities.
-------------------------------------------------------------------------
What the Cloud is NOT?
- The cloud is not a fluffy white mass made up of tiny water droplets floating in cyberspace. The cloud is not impacted by weather changes like barometric pressure.
The cloud is not a place in a single location. In fact, the cloud can be anywhere. The cloud can be in your companies' data center or hosted at a 3rd party data center.
The growth of the cloud is not being driven by "big business." The growth of the cloud is being driven by consumers buying cloud ready devices that can connect to cloud computing services at work, at home, and on-the-go.
The cloud is not "a fad." There are currently 1.2 billion people using Facebook worldwide. That number represents 11% of the world's population.

Source-

Find answers to Cloud Computing questions like "What is Cloud Computing?" And more at Lenovo.com.

23/05/2020

Must experience on Networking
More preferable who can handle on Microsoft server like AD,DNS,Web Server(iis)..etc

23/05/2020

-Understand CMS like WordPress, Joomla...etc
-Knowledge on PHP, ASP, HTML.. etc
-Database Knowledge on MSSQL and MYSQL
- More Prefer on Basic Networking Knowledge
-Team work, Patient, looking positive thought and able to calm under stressful life :)
More Details on Personal Interview Section.

If interested pls your resume to: [email protected]

16/04/2020

After 1 year later, we first deal projects with Myanmar Government.
Congratulation to Austin Myint Myat Maung Co., Ltd.
We are Information Technology Base Company.
Our Motto - "Don't let Technology make different to people"

23/11/2017

1 Pc 100000 Kyats
HP Brand Slim Desktop
-Core2Duo 3.0 GHZ
-4GB Ram
-160 GB HDD
-DVD-RW
-Windows 7 Pro License
-Ms office 2010
-Available Qty- 10 Pcs (IN Yangon)
- If Interest Pls contact to 09-790790999

21/04/2017

အလုပ္ေခၚစာပါ။

I am Looking for IT Executive Position @ Singapore.
The Applicant have to knowledge Windows and Windows Server platform like 2003, 2008 and 2012.
Networking knowledge must have.
Microsoft Dynamic NAV ERP Application and MS SQL Database Knowledge will prefer.
Office Automation Maintain well like as Nw SW, Router, Printer and CCTV.
Please feel free to send your resume to [email protected].

Address


11012

Opening Hours

Monday 08:00 - 18:00
Tuesday 08:00 - 18:00
Wednesday 08:00 - 18:00
Thursday 08:00 - 18:00
Friday 08:00 - 18:00
Saturday 08:00 - 18:00

Telephone

95-9790790999

Alerts

Be the first to know and let us send you an email when Myint Myat Maung posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Myint Myat Maung:

  • Want your business to be the top-listed Engineering Company?

Share